Description: Enable / disable auto respawn of other player
Editable: true
autorespawn.respawn
Description: Permission needed to auto respawn
Editable: true
#Do not edit the config version
Config-Version: 1.0.0
######################################
# Options #
######################################
UpdateChecker: true #Coming Soon
#Permissions - Set the permission for each command
Permissions:
Respawn: 'autorespawn.respawn'
Info: 'autorespawn.info'
Help: 'autorespawn.help'
Reload: 'autorespawn.reload'
ToggleRespawn: 'autorespawn.toggle'
ToggleRespawnOther: 'autorespawn.toggle.other'
RespawnFullAccess: 'autorespawn.admin'
Update: 'autorespawn.update' #Coming soon
######################################
# Auto Respawn #
######################################
#World that in blacklisted-worlds will not auto respawn
Blacklisted-worlds:
- 'world_nether'
#After auto respawn, player will invincible
#Type: timer - Player will be invincible based on the timer set
# move - Player will be invincible until move
# none - Player will not invincible
RespawnInvincible:
Type: 'move'
#In seconds
Timer: 5
#Do not edit the lang version
Lang-Version: 1.0.0
######################################
# Languages #
######################################
Prefix: '&eAuto&aRespawn &7| '
Messages:
AutoRespawnDisable: '%prefix%&eAuto respawn &cDisabled'
AutoRespawnEnable: '%prefix%&eAuto respawn &aEnabled'
AutoRespawnEnableOther: '%prefix%&eYou &aenabled &6%player% &eauto respawn.'
AutoRespawnDisableOther: '%prefix%&eYou &cdisabled &6%player% &eauto respawn.'
NoPermission: '%prefix%&cSorry, &eYou do not have permission.'
PluginReload: '%prefix%&aPlugin Reloaded.'
InGamePlayerOnly: '%prefix%&cSorry, for in game player only.'
PlayerNotFound: '%prefix%&cSorry, player not found.'