Player respawn priority setting has been restructured.
Configuration file option added to toggle command permissions requirement.
Commands:
/msg <player> - Send a private message to a specific player.
/msgtoggle - Toggle the ability to receive private messages.
/sethome - Set a teleportation point for your home.
/delhome - Delete the teleportation point for your home.
/home - Teleport to your home teleportation point.
Permissions:
basicthings.msg - Permission to use /msg <player> command.
basicthings.msgtoggle - Permission to use /msgtoggle command.
basicthings.sethome - Permission to use /sethome command.
basicthings.delhome - Permission to use /delhome command.
basicthings.home - Permission to use /home command.
Code (YAML):
# If this setting is enabled, it asks for permissions to use commands in the plugin. # If this setting is disabled, it does not ask for permissions to use commands in the plugin. Require-Permission: true
# Place where the player will respawn upon death at the top. # Bed: When a player dies, if they have a bed, they respawn at their bed if not the respawn priority shifts to the following option. # Home: When a player dies, if the player has set a home using the /sethome command, they respawn at their home if not the respawn priority shifts to the following option. # Spawn: When a player dies, they respawn at the spawn point regardless of whether they have a bed or home. If they don't have a spawn point, the respawn priority shifts to the following option. Player-Respawn-Priority: - Bed
- Home
- Spawn