JoinOpt -> Edit the Info Message!
Allows modification of player entry and exit messages, allows the addition of suspended word messages, and click-to-execute instructions.
Code (Text):
Version: 1.4.1
#Look the wiki to learn how to config:D
PlayerJoin:
enable: true
messages:
preFix: "&7[&a+&7]"
playerNamePAPI: "&2{joinPlayer}"
suffix: ""
events:
hoverText:
- "&7ᐅ &3Health&7↪ &c%player_health% ❤"
- "&7ᐅ &3Name&7↪ &b{joinPlayer}"
- " "
- "&7★ &aClick to tp this player"
clickCommands: "/tp {joinPlayer}"
PlayerExit:
enable: true
messages:
preFix: "&7[&c-&7]"
playerNamePAPI: "&2{joinPlayer}"
suffix: ""
events:
hoverText:
- "&7ᐅ &3Health&7↪ &c%player_health% ❤"
- "&7ᐅ &3Health&7↪ &b{joinPlayer}"
- " "
- "&7★ &aClick to tp this player"
clickCommands: "/tp {joinPlayer}"
PlayerFirstJoin:
enable: true
messages:
preFix: "&7[&b+&7]"
playerNamePAPI: "&b{joinPlayer}"
suffix: ""
events:
hoverText:
- "&7ᐅ &3Health&7↪ &c%player_health% ❤"
- "&7ᐅ &3Health&7↪ &b{joinPlayer}"
- " "
- "&7★ &aClick to tp this player"
clickCommands: "/tp {joinPlayer}"