Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ######################################################
- # SimplyHub Config File #
- ######################################################
- #set to true or false
- compass_on_spawn: true
- compass_enabled: true
- torch_on_spawn: true
- torch_enabled: true
- allow_player_pop: true
- clear_inv_on_spawn: false
- compass_item_1_enabled: true
- compass_item_2_enabled: false
- compass_item_3_enabled: false
- compass_item_4_enabled: true
- compass_item_5_enabled: false
- compass_item_6_enabled: true
- compass_item_7_enabled: false
- compass_item_8_enabled: false
- compass_item_9_enabled: true
- #######################################################
- #Supports color codes
- compass_name: '&6Teleportation'
- compass_item_name_1: ‘&6Survival’
- compass_item_name_2: ‘null’
- compass_item_name_3: ‘null’
- compass_item_name_4: ‘&3Factions’
- compass_item_name_5: ‘null’
- compass_item_name_6: ‘&8Creative’
- compass_item_name_7: ‘null’
- compass_item_name_8: ‘null’
- compass_item_name_9: ‘&2Arcade’
- compass_item_lore_1: ‘&6Play Survival!’
- compass_item_lore_2: ‘null’
- compass_item_lore_3: ‘null’
- compass_item_lore_4: ‘&3Play Factions!’
- compass_item_lore_5: ‘null’
- compass_item_lore_6: ‘&8Play Creative!’
- compass_item_lore_7: ‘null’
- compass_item_lore_8: ‘null’
- compass_item_lore_9: ‘&2Play Arcade!’
- toggle_players_item_on_name: '&6Hide players'
- toggle_players_item_off_name: '&6Show players'
- toggle_players_item_on_lore: '&cRight click to use'
- toggle_players_item_off_lore: '&cRight click to use'
- #DO NOT ADD A / UNLESS THE COMMAND USES '//'.
- compass_item_command_1: ‘warp survival’
- compass_item_command_2: ‘null’
- compass_item_command_3: ‘null’
- compass_item_command_4: ‘warp factions’
- compass_item_command_5: ‘null’
- compass_item_command_6: ‘crative’
- compass_item_command_7: ‘null’
- compass_item_command_8: ‘null’
- compass_item_command_9: ‘warp arcade’
- #########################################################
- #Messages:
- pop_player_message: '&4POP!'
- hide_players_message: '&6You can no longer see players!'
- show_players_message: '&6You can now see players!'
- torch_on_cooldown_message: '&4You must wait to toggle players!'
- no_perms_message: '&4You do not have permission to do that command!'
- #If you do not want a message, put 'null'.
- compass_item_message_1: '&1null’
- compass_item_message_2: ‘&2null’
- compass_item_message_3: ‘&3null’
- compass_item_message_4: ‘&4null’
- compass_item_message_5: ‘&5null’
- compass_item_message_6: ‘&6null’
- compass_item_message_7: ‘&7null’
- compass_item_message_8: ‘&8null’
- compass_item_message_9: ‘&9null’
- ##########################################################
- #Item Types:
- #A list of all VALID items: http://jd.bukkit.org/rb/apidocs/org/bukkit/Material.html
- #Caps do not matter. If you enter an invalid material, it will go to the default; ENDER_PEARL.
- compass_item: 'COMPASS'
- compass_item_1: 'ENDER_PEARL'
- compass_item_2: 'ENDER_PEARL'
- compass_item_3: 'ENDER_PEARL'
- compass_item_4: 'ENDER_PEARL'
- compass_item_5: 'ENDER_PEARL'
- compass_item_6: 'ENDER_PEARL'
- compass_item_7: 'ENDER_PEARL'
- compass_item_8: 'ENDER_PEARL'
- compass_item_9: 'ENDER_PEARL'
- toggle_players_item_on: 'REDSTONE_TORCH_ON'
- toggle_players_item_off: 'REDSTONE_TORCH_OFF'
- ########################################################
- #Other:
- #The torch delay is in seconds.
- torch_delay: 5
- #This is a list. This needs SPACES. Not tabs
- Enabled_Worlds:
- - 'world'
- - ‘Lobby’
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement