From e843156f47c1df1e9c6197bfbcd1f468717b58cf Mon Sep 17 00:00:00 2001 From: Niklas Eicker Date: Mon, 19 Jun 2017 14:55:21 +0200 Subject: [PATCH] improved comments on plugin events/listeners --- config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index a722154..92bc682 100644 --- a/config.yml +++ b/config.yml @@ -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!"