Advertisement
Tom555444

Simply Hub config.yml

Dec 6th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. ######################################################
  2. # SimplyHub Config File #
  3. ######################################################
  4. #set to true or false
  5. compass_on_spawn: true
  6. compass_enabled: true
  7. torch_on_spawn: true
  8. torch_enabled: true
  9. allow_player_pop: true
  10. clear_inv_on_spawn: false
  11. compass_item_1_enabled: true
  12. compass_item_2_enabled: false
  13. compass_item_3_enabled: false
  14. compass_item_4_enabled: true
  15. compass_item_5_enabled: false
  16. compass_item_6_enabled: true
  17. compass_item_7_enabled: false
  18. compass_item_8_enabled: false
  19. compass_item_9_enabled: true
  20. #######################################################
  21. #Supports color codes
  22. compass_name: '&6Teleportation'
  23. compass_item_name_1: ‘&6Survival’
  24. compass_item_name_2: ‘null’
  25. compass_item_name_3: ‘null’
  26. compass_item_name_4: ‘&3Factions’
  27. compass_item_name_5: ‘null’
  28. compass_item_name_6: ‘&8Creative’
  29. compass_item_name_7: ‘null’
  30. compass_item_name_8: ‘null’
  31. compass_item_name_9: ‘&2Arcade’
  32. compass_item_lore_1: ‘&6Play Survival!’
  33. compass_item_lore_2: ‘null’
  34. compass_item_lore_3: ‘null’
  35. compass_item_lore_4: ‘&3Play Factions!’
  36. compass_item_lore_5: ‘null’
  37. compass_item_lore_6: ‘&8Play Creative!’
  38. compass_item_lore_7: ‘null’
  39. compass_item_lore_8: ‘null’
  40. compass_item_lore_9: ‘&2Play Arcade!’
  41. toggle_players_item_on_name: '&6Hide players'
  42. toggle_players_item_off_name: '&6Show players'
  43. toggle_players_item_on_lore: '&cRight click to use'
  44. toggle_players_item_off_lore: '&cRight click to use'
  45. #DO NOT ADD A / UNLESS THE COMMAND USES '//'.
  46. compass_item_command_1: ‘warp survival’
  47. compass_item_command_2: ‘null’
  48. compass_item_command_3: ‘null’
  49. compass_item_command_4: ‘warp factions’
  50. compass_item_command_5: ‘null’
  51. compass_item_command_6: ‘crative’
  52. compass_item_command_7: ‘null’
  53. compass_item_command_8: ‘null’
  54. compass_item_command_9: ‘warp arcade’
  55. #########################################################
  56. #Messages:
  57. pop_player_message: '&4POP!'
  58. hide_players_message: '&6You can no longer see players!'
  59. show_players_message: '&6You can now see players!'
  60. torch_on_cooldown_message: '&4You must wait to toggle players!'
  61. no_perms_message: '&4You do not have permission to do that command!'
  62. #If you do not want a message, put 'null'.
  63. compass_item_message_1: '&1null’
  64. compass_item_message_2: ‘&2null’
  65. compass_item_message_3: ‘&3null’
  66. compass_item_message_4: ‘&4null’
  67. compass_item_message_5: ‘&5null’
  68. compass_item_message_6: ‘&6null’
  69. compass_item_message_7: ‘&7null’
  70. compass_item_message_8: ‘&8null’
  71. compass_item_message_9: ‘&9null’
  72. ##########################################################
  73. #Item Types:
  74. #A list of all VALID items: http://jd.bukkit.org/rb/apidocs/org/bukkit/Material.html
  75. #Caps do not matter. If you enter an invalid material, it will go to the default; ENDER_PEARL.
  76. compass_item: 'COMPASS'
  77. compass_item_1: 'ENDER_PEARL'
  78. compass_item_2: 'ENDER_PEARL'
  79. compass_item_3: 'ENDER_PEARL'
  80. compass_item_4: 'ENDER_PEARL'
  81. compass_item_5: 'ENDER_PEARL'
  82. compass_item_6: 'ENDER_PEARL'
  83. compass_item_7: 'ENDER_PEARL'
  84. compass_item_8: 'ENDER_PEARL'
  85. compass_item_9: 'ENDER_PEARL'
  86. toggle_players_item_on: 'REDSTONE_TORCH_ON'
  87. toggle_players_item_off: 'REDSTONE_TORCH_OFF'
  88. ########################################################
  89. #Other:
  90. #The torch delay is in seconds.
  91. torch_delay: 5
  92. #This is a list. This needs SPACES. Not tabs
  93. Enabled_Worlds:
  94. - 'world'
  95. - ‘Lobby’
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement