Advertisement
Guest User

Config

a guest
Apr 5th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. # Use %player% for the players name!
  2. Config-Version: '1.3.7' # Don't Touch
  3.  
  4. #The message players get when they first joins
  5. FirstJoinMessage: ''
  6.  
  7. #The commands that get run when the player first joins
  8. FirstJoinCommands: #Useful to give first join items
  9. - ''
  10.  
  11. #Commands that will be run when a player joins
  12. Use-JoinCommands: false
  13. JoinCommands:
  14. - ''
  15.  
  16. #Commands that will be run when a player leave
  17. Use-LeaveCommands: false
  18. LeaveCommands:
  19. - ''
  20.  
  21. Sound:
  22. PlayOnJoin: false
  23. SoundName: 'ENTITY_ENDERDRAGON_GROWL' # A list of all sounds can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
  24.  
  25. #Should the player be teleported to spawn each time they join the server.
  26. SpawnOnJoin: false
  27. #The location for the spawn> you can use /cja setspawn instead of typing it.
  28. Spawn:
  29. x:
  30. y:
  31. z:
  32. pitch:
  33. yaw:
  34. world:
  35.  
  36. Groups:
  37. default:
  38. JoinMessage: ''
  39. LeaveMessage: ''
  40. skeleton:
  41. JoinMessage: '&5Finally! &f%player% &5has returned!'
  42. LeaveMessage: '&5Aww! &f%player% &5has left!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement