Guest User

Untitled

a guest
Apr 19th, 2018
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.13 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # |                   EssentialsHome                     | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6.  
  7. # When users die, should they respawn at their homes, instead of the spawnpoint?
  8. respawn-at-home: true
  9.  
  10. # When a user interacts with a bed, should their home be set to that location?
  11. # If you enable this and remove default user access to the /sethome command, you can make beds the only way for players to set their home location.
  12. bed-sethome: true
  13.  
  14. # If no home is set send you to spawn when /home is used
  15. spawn-if-no-home: false
  16.  
  17. # Allow players to have multiple homes.
  18. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  19. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  20. sethome-multiple:
  21.   # essentials.sethome.multiple
  22.   default: 3
  23.   # essentials.sethome.multiple.vip
  24.   vip: 5
  25.   # essentials.sethome.multiple.staff
  26.   staff: 10
Add Comment
Please, Sign In to add comment