Advertisement
Guest User

config.yml

a guest
Mar 22nd, 2016
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. # +----------------------------------------------------+
  2. # < eHub Configuration File >
  3. # < = = = + = = = >
  4. # < Thank you for using eHub! >
  5. # +----------------------------------------------------+
  6. Settings:
  7. # Features you dont want, set them as false
  8. #UpdateChecker: true
  9. #AutoBrodcaster: true
  10. ArrowTeleporter: true
  11. BlockedCommands: true
  12. #ChatControl: true
  13. ChatManager: true
  14. DoubleJump: true
  15. #Hats: true
  16. LaunchPads: true
  17. #Particales: true
  18. #Pets: false
  19. PlayerVisibility: true
  20. # Settings can be found in the serverselector.yml
  21. ServerSelector: true
  22. #Warobe: true
  23. # 2 = 1 Heart
  24. PlayerHealthScale: 20
  25. # Must be between 0 and 1. Default walk speed is 0.2
  26. PlayerWalkSpeed: 0.2
  27.  
  28. Join:
  29. # Custom join message can be edited in the messages.yml if 'NoMessage' is set to false
  30. NoMessage: false
  31. Motd: true
  32. #Firework: true
  33. #Title: true
  34. #CustomJoinItems: true
  35. # Make sure you have set a spawn using /setspawn
  36. TeleportPlayerToSpawn: true
  37.  
  38. Quit:
  39. # Custom quit message can be edited in the messages.yml if 'NoMessage' is set to false
  40. NoMessage: false
  41. ClearPlayersInventory: false
  42.  
  43. Disable:
  44. Damage:
  45. All: true
  46. Contact: true
  47. Drowning: true
  48. Explosion: true
  49. Fall: true
  50. Fire: true
  51. Lava: true
  52. Lightning: true
  53. Suffocation: true
  54. Mob: true
  55. Poison: true
  56. Projectile: true
  57. Starvation: true
  58. Void: true
  59. Player:
  60. Hunger: true
  61. ExpBar: true
  62. Mobs:
  63. # Recommended this is set to false, and peaceful mode is set to true in the server.properties
  64. NaturalSpawning: false
  65.  
  66. World:
  67. NoRain: true
  68. VoidTeleportToSpawn: true
  69.  
  70. ########################################################
  71. # #
  72. # Basic Chat Manager #
  73. # #
  74. ########################################################
  75. ChatManager:
  76. Format: '&8[%prefix%&8]&7 %player% &8ยป &7%message%'
  77.  
  78. ########################################################
  79. # #
  80. # Blocked Commands Settings #
  81. # #
  82. ########################################################
  83. # Blocked Commands message can be found in the messages.yml
  84. BlockedCommands:
  85. Commands:
  86. - 'pl'
  87. - 'plugin'
  88. - '?'
  89.  
  90. ########################################################
  91. # #
  92. # MOTD/Join Message Settings #
  93. # #
  94. ########################################################
  95. # Join message and /motd
  96. Motd:
  97. Message:
  98. - '&7Welcome &a%player%&7!'
  99. - '&7Currently &c%online% &7players on the hub server.'
  100. - '&7Use the &ecompass &7or &e/server <name> &7to connect to other servers.'
  101.  
  102. ########################################################
  103. # #
  104. # LaunchPads Settings #
  105. # #
  106. ########################################################
  107. LaunchPads:
  108. PressurePlate: 70
  109. Block: 152
  110. Force: 3
  111. Cooldown: 0
  112. ParticleEffects:
  113. - 'smoke'
  114. SoundEffects:
  115. - 'piston_extend'
  116.  
  117. ########################################################
  118. # #
  119. # Double Jump Settings #
  120. # #
  121. ########################################################
  122. DoubleJump:
  123. Movement:
  124. Height: 1.5
  125. Forward: 1.0
  126. Cooldown: 2
  127. ParticleEffects:
  128. - 'mobspawner_flames'
  129. - 'smoke'
  130. - 'smoke'
  131. SoundEffects:
  132. - ''
  133.  
  134. ########################################################
  135. # #
  136. # Player Visibility Settings #
  137. # #
  138. ########################################################
  139. PlayerVisibility:
  140. Slot: 3
  141. Cooldown: 3
  142. EnableItem:
  143. ID: 351
  144. Value: 10
  145. Title: '&aPlayers >> Enabled'
  146. Lores:
  147. - '&7Right-click to &cdisable&7 player visibility'
  148. DisableItem:
  149. ID: 351
  150. Value: 8
  151. Title: '&cPlayers >> Disabled'
  152. Lores:
  153. - '&7Right-click to &aenable&7 player visibility'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement