You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kronnox edited this page Apr 21, 2018
·
6 revisions
Events
Events allow your plugin to react to various happenings on the server. These include, for example, player actions, world changes, or network events between the clients and the server. Read more...
In addition, they also enable you to implement major Gameplay changes and regulations or to disable features of the game entirely by cancelling the respective event. Read more...