#Intercom Plugin

55 messages · Page 1 of 1 (latest)

gusty owl
#

My first plugin

fast spruce
lofty fossil
true bramble
lofty fossil
true bramble
#

Well time to be critical.

Do you need to reference everything in the dev resource folder? I cant help but feel like the majority of these references are unused and/or completely unnecessary, like Exiled.Loader, Exiled.CreditTags, basically all of the UnityEngine imports, etc

#

Im also not personally a fan of this either:

        public override void OnEnabled()
        {
            instance = this;
            Harmony harmony = new Harmony("testid");
            harmony.PatchAll();
            Log.Info("========================================");
            Log.Info("Enabled: Created by: Aran.");
            Log.Info("Thank you for using it!");
            Log.Info("========================================");
            base.OnEnabled();
        }

        public override void OnDisabled()
        {
            instance = null;
            Log.Info("========================================");
            Log.Info("Disabled: Created by: Aran.");
            Log.Info("Thank you for using it!");
            Log.Info("========================================");
            base.OnDisabled();
        }

On enabled already shows your name and plugin name when the server shows up.

Speaking of, Im not too knowledgeable of Harmony Patches, but it doesnt seem like you're unpatching the events (I can be wrong about this because I refuse to poke Harmony Patches completely)

frank solstice
frank solstice
#

For a first plugin

lofty fossil
#

@frank solstice

frank solstice
#

FacilityManagement

round palm
#

After your messages I think his first plugin will remain the last lol

strong igloo
#

Nice

#

you can have a more understandable name like "Better Intercome Display" or something

lofty fossil
#

@gusty owl top

fast spruce
gusty owl
#

the unpatch is done

#

in the last update

fast spruce
#

ye

gusty owl
strong igloo
#

What's new?

gusty owl
#

i fixed the problem with time remaining that everytime show the 0

shadow ice
#

nice plugin

lofty fossil
#

Really nice plugin

weary raptor
#

Maybe add the ability for round time or is that just base game?

gusty owl
#

here you have it @weary raptor

weary raptor
#

thanks

spice sonnet
lofty fossil
#

when update to 9.0 exiled?

left sorrel
frank solstice
#

he left exiled

#

so don't expect update

left sorrel
#

damn

#

sad

frank solstice
#

i have a plugin where you could do the same

left sorrel
#

per chance i could get plugin

frank solstice
#

but a lot harder to config it

#

#1147227782049443870

#

you make the Intercom text your self

left sorrel
#

are there player counts and stuff that i can use or nah

marble zinc
#

is this gonna work on newest version?

pliant sinew
exotic barn
#

doesnt work link

frank solstice
#

There similar feature on #1147227782049443870

frank solstice