Description
This plugin gives you the possibility to protect your users from damage while joining.
When a player joins the server he is invincible for a specific time.
You can also set whether the players are allowed to move or not.
(configurable in the config.yml).
All messages sent to the players are configurable in the config.yml
Permission:
joinprotection.ignore = Ignore the Join Protection
Config.yml
Code (YAML):
# Enable or Disable Join Protection (true/false)
Enable
: true
# Join Protection Time in seconds
ProtectionTime
: 15
# Can Player Move on Protection Time (true/false)
EnableMovement
: true
# You can use Colorcodes: "&"
# You can use %time% for the seconds
Messages:
CooldownStart
:
"&2Protection time started! &6%time% seconds left!"
CooldownEnded
:
"&4Protection time ended! &cYou are now vulnerable!"
# Never edit this!
Version
: 1.0