#how can i execute a plugin without a command?

13 messages · Page 1 of 1 (latest)

austere iris
#

for example when a players health is under 10, it says to heal yourself

pure sand
#

There is no other way

#

The title of this post is a bit confusing. However if you are asking how to run the chat message without q command. Your best bet for this situtiat9on is use the onPlayerHelarhUpdayed event and run a coruntine on the player if their health goes below 10. Otherwise, of you want 1 message, just plop it into the event itself

austere iris
pure sand
#

You would subscribe to the event in there yeah

austere iris
#

it doesnt say anything in chat

pure sand
#

How did you get virtual?

#

Use protected override void Load() and protected override void Unload() @austere iris

austere iris
#

wow i really have no idea

#

it works now