RegWelcomes - plugin for different messages when player moves between regions.
Features:
- Special messages/titles/sound effects/songs when player enter the region
- Special messages/titles when player exit the region
- Everything is configurable!
config.yml
prefix: '§7[§cRegWelcomes§7] '
regData.yml
//Region name<br />test:<br /> //Welcome title<br /> welcomeTitle: 'Welcome in <RW_REGION>, <RW_PLAYER>!'<br /> //Welcome subtitle<br /> welcomeSubtitle: 'It's welcome subtitle!'<br /> //Exit title<br /> byeTitle: 'You left <RW_REGION>!'<br /> //Exit subtitle<br /> byeSubtitle: 'Bye(subtitle)!'<br /> //fade in (ticks)<br /> fadeIn:<br /> //fade out (ticks)<br /> fadeOut:<br /> //delay before title disappears<br /> stay:<br /> //Welcome message<br /> welcomeMessage: '(Chat message)Welcome in <RW_REGION>, <RW_PLAYER>!'<br /> //Exit message<br /> byeMessage: '(Chat message)You left <RW_REGION>, <RW_PLAYER>!'<br /> //Welcome song id (JukeBox)<br /> song: '0'<br /> //Welcome sound effect (https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html)<br /> sound: ENTITY_PLAYER_LEVELUP
Dependencies:
WorldGuardJukeBox, if you want to play song when player enter the region
Commands:
/rw reload - for reload configurations.
Permissions:
regwelcomes.reload - for using /rw reload