Advertisement
Guest User

Untitled

a guest
Aug 14th, 2012
4,588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | EssentialsHome | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6.  
  7. # If no home is set, send players to spawn when /home is used
  8. spawn-if-no-home: true
  9.  
  10. # Allows people to set their bed at daytime
  11. update-bed-at-daytime: true
  12.  
  13. # Allow players to have multiple homes.
  14. # Players need essentials.sethome.multiple before they can have more than 1 home, default to 'default' below.
  15. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  16. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  17. sethome-multiple:
  18. default: 3
  19. wanderer: 1
  20. squire: 2
  21. knight: 3
  22. donator: 3
  23. donator+: 5
  24.  
  25. # Set timeout in seconds for players to accept tpa before request is cancelled.
  26. # Set to 0 for no timeout
  27. tpa-accept-cancellation: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement