Skip to content

Commit

Permalink
improved comments on plugin events/listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jun 19, 2017
1 parent 96f9c4f commit e843156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ settings:
# the plugin includes events on specific occasions
# for example: when entering GameBox and after leaving GameBox
#
# Plugin intern listeners are able to run some basic code for with the settings below
# Plugin intern listeners are able to run commands for you
listeners:
# event called before the player enters GameBox
enteringGameBox:
commands:
#- "tell %player% Have fun!
# event called directly after he left GameBox
# event called directly after the player left GameBox
leftGameBox:
commands:
#- "tell %player% Come back!"

0 comments on commit e843156

Please sign in to comment.