TheCoolGuy123

Essentials Config (At very bottom)

Nov 2nd, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.52 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # |            Essentials Spawn / New Players            | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6.  
  7. newbies:
  8.  # Should we announce to the server when someone logs in for the first time?
  9.   # If so, use this format, replacing {DISPLAYNAME} with the player name.
  10.   # If not, set to ''
  11.   #announce-format: ''
  12.   announce-format: '&dWelcome {DISPLAYNAME} to Jackz Craft! Unique players: {UNIQUE}'
  13.  
  14.   # When we spawn for the first time, which spawnpoint do we use?
  15.   # Set to "none" if you want to use the spawn point of the world.
  16.   spawnpoint: newbies
  17.   #              ^ if you changed that then do /setspawn <spawnpoint's name>
  18.   # right now it is /setspawn newbies, if u change it to "bob" you do /setspawn bob
  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.
  22.   #kit: ''
  23.   kit: tools
  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: true
  32.  
  33. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment