Advertisement
MrBukkitHackYT

Config

Jun 11th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. # ____ ___.__ __ ___ ___ .___
  2. #| | \ |_/ |_____________ / | \_____ _______ __| _/____ ___________ ____
  3. #| | / |\ __\_ __ \__ \ / ~ \__ \\_ __ \/ __ |/ ___\/ _ \_ __ \_/ __ \
  4. #| | /| |_| | | | \// __ \_ \ Y // __ \| | \/ /_/ \ \__( <_> ) | \/\ ___/
  5. #|______/ |____/__| |__| (____ / \___|_ /(____ /__| \____ |\___ >____/|__| \___ >
  6. # \/ \/ \/ \/ \/ \/
  7. # __________ .__ .___ .___
  8. # \______ \ ____ | | _________ __| _/____ __| _/
  9. # | _// __ \| | / _ \__ \ / __ |/ __ \ / __ |
  10. # | | \ ___/| |_( <_> ) __ \_/ /_/ \ ___// /_/ |
  11. # |____|_ /\___ >____/\____(____ /\____ |\___ >____ |
  12. # \/ \/ \/ \/ \/ \/
  13. #
  14. # By Upd4ting & MrCleverTrevor
  15. # Developed By Upd4ting
  16. # Version: 3.1
  17. # config.yml
  18.  
  19. # Minimum of player to start the game
  20. minplayer: 2
  21.  
  22. # Maximum of player in the game
  23. maxplayer: 24
  24.  
  25. # Permission to join the game when game is full
  26. bypass-max: ''
  27.  
  28. # Enable eternal day
  29. eternal-day: false
  30.  
  31. # Configure the number of chunk that is loaded during an custom interval
  32. # You need to change this if your server can't support the loading world state!
  33. # Interval is in tick, 20 tick is one second
  34. ChunkLoader:
  35. chunk-per-interval: 1
  36. interval: 1
  37.  
  38. # Enable or disable the lobby schematic. If activated put a schematic called
  39. # lobby.schematic in your folder UHC
  40. # Players will spawn where the block id you've indicated and the block will be removed, if there is no block of that id
  41. # a random spawn will be randomly generated.
  42. # Example of plateform and spawn set on the middle with diamond block
  43. # -> https://gyazo.com/d1c3c86ede4571abf507cf7ffa903d8e
  44. Schematic:
  45. enabled: false
  46. block: 138
  47.  
  48. # Bungee lobby configuration
  49. Lobby:
  50. enabled: true
  51. name-in-bungeeconfig: 'lobby'
  52. item-id: 138
  53.  
  54. # Command to restart the server
  55. command-restart-server: stop
  56.  
  57. # Enable or not the fact that players can rejoin after having left the game!
  58. # Time is in second !
  59. Rejoin:
  60. enabled: false
  61. time-max: 120
  62.  
  63. # Enable or not the fact that players can join the game in spectator
  64. # when the game is started
  65. SpectatorJoin:
  66. enabled: true
  67. permission:
  68.  
  69. # Default Health of each player
  70. health-player: 30.0
  71.  
  72. # Enable or disable friendly fire
  73. friendly-fire: false
  74.  
  75. # Active or not Spectator Mode and configure his permission
  76. # Max distance is the distance max that they can get far away from player!
  77. Spectator:
  78. enabled: true
  79. maxDistance: 50
  80. permission: none
  81. onlySpecTeammates: false
  82.  
  83. # Enable or disable GoldenHeads on kill
  84. # GoldenHead heal all the team on right click
  85. # Time is in second
  86. GoldenHeads:
  87. enabled: true
  88. regen-amplificator: 0
  89. regen-time: 5
  90.  
  91. # Enable or disable fall damage
  92. fall-damage: true
  93.  
  94. # Enable or disable treecutter
  95. treecutter: true
  96.  
  97. # Craft of wood tools will directly gives stone tools
  98. craft-increased: true
  99.  
  100. # Customize regeneration time of golden apple
  101. GoldenRegen:
  102. golden-apple: 5
  103. golden-notch: 10
  104.  
  105. # Your done Now just leave a 5 star review, and report any bugs
  106. Left5StarReview: false
  107.  
  108. # Made with love <3
  109. # By Upd4ting & MrCleverTrevor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement