Advertisement
Guest User

Untitled

a guest
Jun 8th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | Essentials Spawn / New Players | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6.  
  7. # This section requires essentialsspawn.jar to work.
  8.  
  9. newbies:
  10. # Should we announce to the server when someone logs in for the first time?
  11. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  12. # If not, set to ''
  13. #announce-format: ''
  14. announce-format: '&dWelcome &5&l{DISPLAYNAME}&d to the server!'
  15.  
  16. # When we spawn for the first time, which spawnpoint do we use?
  17. # Set to "none" if you want to use the spawn point of the world.
  18. spawnpoint: newbies
  19.  
  20. # Do we want to give users anything on first join? Set to '' to disable
  21. # This kit will be given regardless of cost and permissions, and will not trigger the kit delay.
  22. #kit: ''
  23. kit: Starter
  24.  
  25. # Set this to lowest, if you want Multiverse to handle the respawning.
  26. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  27. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  28. respawn-listener-priority: high
  29.  
  30. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  31. respawn-at-home: false
  32.  
  33. # End of file <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement