Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | EssentialsHome | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6.  
  7. # Allows people to set their bed at daytime
  8. update-bed-at-daytime: false
  9.  
  10. # Set to true to enable per-world permissions for using homes to teleport between worlds
  11. # This applies to the /home only.
  12. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  13. world-home-permissions: false
  14.  
  15. # Allow players to have multiple homes.
  16. # Players need essentials.sethome.multiple before they can have more than 1 home, defaults to 'default' below.
  17. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  18. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  19. sethome-multiple:
  20. default: 2
  21. #essentials.sethome.multiple.Esquire
  22. Esquire: 2
  23. #essentials.sethome.multiple.Knight
  24. Knight: 4
  25. #essentials.sethome.multiple.Viscount
  26. Viscount: 5
  27. #essentials.sethome.multiple.Earl
  28. Earl: 7
  29. #essentials.sethome.multiple.Viceroy
  30. Viceroy: 10
  31.  
  32. # Set timeout in seconds for players to accept tpa before request is cancelled.
  33. # Set to 0 for no timeout
  34. tpa-accept-cancellation: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement