Advertisement
Guest User

config.yml

a guest
Jul 17th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.51 KB | None | 0 0
  1. #########################################################################################################
  2. #                                                                                                       #
  3. #       ############   ##        ##   ##       ##   ############     ############    ############       #
  4. #       ##        ##   ##        ##   ####     ##   ##               ##              ##                 #
  5. #       ##        ##   ##        ##   ## ##    ##   ##               ##              ##                 #
  6. #       ##        ##   ##        ##   ##  ##   ##   ##               ##              ##                 #
  7. #       ###########    ##        ##   ##   ##  ##   ##               #######         #######            #
  8. #       ##        ##   ##        ##   ##    ## ##   ##      ######   ##              ##                 #
  9. #       ##        ##   ##        ##   ##     ####   ##        ##     ##              ##                 #
  10. #       ##        ##   ##        ##   ##      ###   ##        ##     ##              ##                 #
  11. #       ############   ############   ##       ##   ############     ############    ############       #
  12. #                                                                                                       #
  13. #                              ##         ##   ##        ##   ############                              #
  14. #                              ##         ##   ##        ##   ##        ##                              #
  15. #                              ##         ##   ##        ##   ##        ##                              #
  16. #                              ##         ##   ##        ##   ##        ##                              #
  17. #                              #############   ##        ##   ###########                               #
  18. #                              ##         ##   ##        ##   ##        ##                              #
  19. #                              ##         ##   ##        ##   ##        ##                              #
  20. #                              ##         ##   ##        ##   ##        ##                              #
  21. #                              ##         ##   ############   ############                              #
  22. #                                                                                                       #                          
  23. #########################################################################################################
  24.  
  25. #Use bungee or not. Set to true if you want to use it, else set to false.
  26. bungee: false
  27.  
  28. #Teleport the players to the spawn when they join. (will not teleport when hub is not set)
  29. teleportonjoin: true
  30.  
  31. #Send the player a message when they go to spawn. You can set this message in the 'messages.yml'
  32. messagespawn: true
  33.  
  34. #Teleport the players when they die back to the spawn. (will not teleport when hub is not set)
  35. teleportonrespawn: true
  36.  
  37. #Teleport the player under a certain y-level in the spawn world back to spawn.
  38. teleportunderylevel: false
  39. #When a player is under this y level, he will get teleported back to the spawn.
  40. ylevel: 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement