[size=large]WorldEnterCommands[/size]
Allow you to execute commands when a player enters a world.
Configure your commands by editing the config.yml file:
Code (Text):
worlds:
world:
- fly %player off
- say %player entered %nextworld from %previousworld
Provided variables :
%player : player entering the world
%nextworld : name of the world he's entering
%previousworld : name of the world the the player is coming from