-
Notifications
You must be signed in to change notification settings - Fork 4
Events
Kronnox edited this page Apr 21, 2018
·
6 revisions
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...
- Asphalt Plugin
-
Event-Handling
- Listening
- Calling
- Cancelling
- Custom-Events
- Storage Management
- Permissions
- Command-Service
- Confirmable Commands