Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.91 KB | None | 0 0
  1. ######################################################
  2. ## ##
  3. ## SuperiorSkyblock 2 ##
  4. ## Developed by Ome_R ##
  5. ## ##
  6. #####################################################
  7.  
  8. # Here you can set the amount of time between auto saves.
  9. # If you want to disable this feature, set interval to 0
  10. # Disabling auto save is not recommended, as it's done async
  11. save-interval: 6000
  12.  
  13. # Here you can set the amount of time between auto calculations of all islands.
  14. # If you want to disable this feature, set interval to 0
  15. # It's recommended to set the task to a high interval, as it might cause lag
  16. calc-interval: 6000
  17.  
  18. # Set the maximum island size. Island distances is 3 times bigger than the max size.
  19. # Please, do not change it while you have a running islands world
  20. max-island-size: 200
  21.  
  22. # The default island size of all islands.
  23. # This island size can be expanded by using the /is admin setsize command
  24. default-island-size: 20
  25.  
  26. # Set the default hoppers limit of islands.
  27. # This limit can be expanded by using the /is admin sethopperslimit command
  28. default-hoppers-limit: 50
  29.  
  30. # Set the default team limit of islands.
  31. # This limit can be expanded by using the /is admin setteamlimit command
  32. default-team-limit: 4
  33.  
  34. # Set the default crop-growth multiplier of islands.
  35. # This multiplier can be expanded by using the /is admin setcropgrowth command
  36. default-crop-growth: 1
  37.  
  38. # Set the default spawner-rates multiplier of islands.
  39. # This multiplier can be expanded by using the /is admin setspawnerrates command
  40. default-spawner-rates: 1
  41.  
  42. # Set the default mob-drops multiplier of islands.
  43. # This multiplier can be expanded by using the /is admin setmobdrops command
  44. default-mob-drops: 1
  45.  
  46. # Feature that adds per player world border in islands.
  47. # If you want to globally disable it, set this section to false.
  48. # World borders can be toggled by using the /is toggle border command
  49. world-borders: true
  50.  
  51. # All settings related to stacked blocks
  52. stacked-blocks:
  53. # If you want to globally disable stacked blocks, set this section to false.
  54. # Placement of stacked blocks can be toggled by using the /is toggle blocks command
  55. enabled: true
  56.  
  57. # Custom name for the blocks
  58. custom-name: '&bx{0} {1}'
  59.  
  60. # A list of whitelisted blocks that will get stacked when players have stack mode toggled on
  61. whitelisted:
  62. - DIAMOND_BLOCK
  63.  
  64. # Set a formula to calculate the island level by it's worth.
  65. # Use {} as a placeholder for worth. Make sure you only use digits and mathematical operations
  66. island-level-formula: '{} / 2'
  67.  
  68. # How should the island top be ordered by?
  69. # Set 'WORTH' if you want it to be ordered by island worth, or 'LEVEL' if you want it to be ordered by island levels
  70. island-top-order: WORTH
  71.  
  72. # Set a set of default permissions for each role to be added to new islands.
  73. # Players can edit these permissions using the /is setpermission command
  74. default-permissions:
  75. # A list of default permissions for guests
  76. guest: []
  77.  
  78. # A list of default permissions for members.
  79. # Members have all permissions of guests
  80. member:
  81. - ANIMAL_BREED
  82. - ANIMAL_DAMAGE
  83. - BREAK
  84. - BUILD
  85. - CHEST_ACCESS
  86. - DEPOSIT_MONEY
  87. - DROP_ITEMS
  88. - EXPEL_BYPASS
  89. - INTERACT
  90. - ITEM_FRAME
  91. - PAINTING
  92. - PICKUP_DROPS
  93. - USE
  94.  
  95. # A list of default permissions for moderators.
  96. # Moderators have all permissions of members
  97. mod:
  98. - BAN_MEMBER
  99. - DELETE_WARP
  100. - EXPEL_PLAYERS
  101. - INVITE_MEMBER
  102. - KICK_MEMBER
  103. - SET_WARP
  104. - WITHDRAW_MONEY
  105.  
  106. # A list of default permissions for admins.
  107. # Admins have all permissions of moderators
  108. admin:
  109. - CHECK_PERMISSION
  110. - DEMOTE_MEMBERS
  111. - DISCORD_SHOW
  112. - PAYPAL_SHOW
  113. - PROMOTE_MEMBERS
  114. - SET_BIOME
  115. - SET_DISCORD
  116. - SET_PAYPAL
  117. - SET_PERMISSION
  118. - SET_ROLE
  119.  
  120. # A list of default permissions for leaders.
  121. # Leaders have all permissions of admins!
  122. # Note: Permissions of leaders cannot be changed
  123. leader:
  124. - ALL
  125.  
  126. # Set the lines of the island warp
  127. sign-warp:
  128. - '&b&l[Island Warp]'
  129. - ''
  130. - ''
  131. - ''
  132.  
  133. # Set the divider for the island bank money in the total island worth.
  134. # You can set it to 0 to disable island bank money to be calculated in island worth
  135. bank-worth-rate: 1000
  136.  
  137. # Set the name of the islands world
  138. island-world: SuperiorWorld
  139.  
  140. # Set the location of the spawn of the server.
  141. # Make sure you follow the format: <world>, <x>, <y>, <z
  142. spawn-location: SuperiorWorld, 0, 100, 0
  143.  
  144. # When enabled, the islands protection will be on the spawn too.
  145. # If disabled, it's your responsibility to protect the spawn
  146. spawn-protection: true
  147.  
  148. # When enabled, pvp will be enabled in the spawn.
  149. # Can be disabled using other plugins
  150. spawn-pvp: false
  151.  
  152. # When enabled, players will get teleported upon void fall.
  153. # If they fall not in an island, they will be teleported to spawn
  154. void-teleport: true
  155.  
  156. # A list of interactable blocks.
  157. # Only interactable blocks & stacked blocks will be blocked from being interacted
  158. interactables:
  159. - ACACIA_BUTTON
  160. - ACACIA_DOOR
  161. - ACACIA_FENCE
  162. - ACACIA_FENCE_GATE
  163. - ACACIA_PRESSURE_PLATE
  164. - ACACIA_TRAPDOOR
  165. - ANVIL
  166. - BEACON
  167. - BED_BLOCK
  168. - BIRCH_BUTTON
  169. - BIRCH_DOOR
  170. - BIRCH_FENCE
  171. - BIRCH_FENCE_GATE
  172. - BIRCH_PRESSURE_PLATE
  173. - BIRCH_TRAPDOOR
  174. - BLACK_BED
  175. - BLACK_SHULKER_BOX
  176. - BLUE_BED
  177. - BLUE_SHULKER_BOX
  178. - BREWING_STAND
  179. - BROWN_BED
  180. - BROWN_SHULKER_BOX
  181. - BURNING_FURNACE
  182. - CAKE
  183. - CAKE_BLOCK
  184. - CAULDRON
  185. - CHAIN_COMMAND_BLOCK
  186. - CHEST
  187. - CHIPPED_ANVIL
  188. - COMMAND
  189. - COMMAND_BLOCK
  190. - COMMAND_CHAIN
  191. - COMMAND_REPEATING
  192. - COMPARATOR
  193. - CRAFTING_TABLE
  194. - CYAN_BED
  195. - CYAN_SHULKER_BOX
  196. - DAMAGED_ANVIL
  197. - DARK_OAK_BUTTON
  198. - DARK_OAK_DOOR
  199. - DARK_OAK_FENCE
  200. - DARK_OAK_FENCE_GATE
  201. - DARK_OAK_PRESSURE_PLATE
  202. - DARK_OAK_TRAPDOOR
  203. - DAYLIGHT_DETECTOR
  204. - DAYLIGHT_DETECTOR_INVERTED
  205. - DIODE_BLOCK_OFF
  206. - DIODE_BLOCK_ON
  207. - DISPENSER
  208. - DRAGON_EGG
  209. - DROPPER
  210. - ENCHANTING_TABLE
  211. - ENCHANTMENT_TABLE
  212. - ENDER_CHEST
  213. - ENDER_PORTAL_FRAME
  214. - FARMLAND
  215. - FENCE
  216. - FENCE_GATE
  217. - FLOWER_POT
  218. - FURNACE
  219. - GLOWING_REDSTONE_ORE
  220. - GOLD_PLATE
  221. - GRAY_BED
  222. - GRAY_SHULKER_BOX
  223. - GREEN_BED
  224. - GREEN_SHULKER_BOX
  225. - HEAVY_WEIGHTED_PRESSURE_PLATE
  226. - HOPPER
  227. - IRON_DOOR
  228. - IRON_DOOR_BLOCK
  229. - IRON_FENCE
  230. - IRON_PLATE
  231. - IRON_TRAPDOOR
  232. - JUKEBOX
  233. - JUNGLE_BUTTON
  234. - JUNGLE_DOOR
  235. - JUNGLE_FENCE
  236. - JUNGLE_FENCE_GATE
  237. - JUNGLE_PRESSURE_PLATE
  238. - JUNGLE_TRAPDOOR
  239. - LEVER
  240. - LIGHT_BLUE_BED
  241. - LIGHT_BLUE_SHULKER_BOX
  242. - LIGHT_GRAY_BED
  243. - LIGHT_GRAY_SHULKER_BOX
  244. - LIGHT_WEIGHTED_PRESSURE_PLATE
  245. - LIME_BED
  246. - LIME_SHULKER_BOX
  247. - MAGENTA_BED
  248. - MAGENTA_SHULKER_BOX
  249. - MOB_SPAWNER
  250. - NETHER_BRICK_FENCE
  251. - NETHER_FENCE
  252. - NOTE_BLOCK
  253. - OAK_BUTTON
  254. - OAK_DOOR
  255. - OAK_FENCE
  256. - OAK_FENCE_GATE
  257. - OAK_PRESSURE_PLATE
  258. - OAK_TRAPDOOR
  259. - ORANGE_BED
  260. - ORANGE_SHULKER_BOX
  261. - PINK_BED
  262. - PINK_SHULKER_BOX
  263. - POTTED_ACACIA_SAPLING
  264. - POTTED_ALLIUM
  265. - POTTED_AZURE_BLUET
  266. - POTTED_BIRCH_SAPLING
  267. - POTTED_BLUE_ORCHID
  268. - POTTED_BROWN_MUSHROOM
  269. - POTTED_CACTUS
  270. - POTTED_DANDELION
  271. - POTTED_DARK_OAK_SAPLING
  272. - POTTED_DEAD_BUSH
  273. - POTTED_FERN
  274. - POTTED_JUNGLE_SAPLING
  275. - POTTED_OAK_SAPLING
  276. - POTTED_ORANGE_TULIP
  277. - POTTED_OXEYE_DAISY
  278. - POTTED_PINK_TULIP
  279. - POTTED_POPPY
  280. - POTTED_RED_MUSHROOM
  281. - POTTED_RED_TULIP
  282. - POTTED_SPRUCE_SAPLING
  283. - POTTED_WHITE_TULIP
  284. - PUMPKIN
  285. - PURPLE_BED
  286. - PURPLE_SHULKER_BOX
  287. - REDSTONE_COMPARATOR_OFF
  288. - REDSTONE_COMPARATOR_ON
  289. - REDSTONE_ORE
  290. - RED_BED
  291. - RED_SHULKER_BOX
  292. - REPEATER
  293. - REPEATING_COMMAND_BLOCK
  294. - SHULKER_BOX
  295. - SIGN
  296. - SIGN_POST
  297. - SOIL
  298. - SPAWNER
  299. - SPRUCE_BUTTON
  300. - SPRUCE_DOOR
  301. - SPRUCE_FENCE
  302. - SPRUCE_FENCE_GATE
  303. - SPRUCE_PRESSURE_PLATE
  304. - SPRUCE_TRAPDOOR
  305. - STONE_BUTTON
  306. - STONE_PRESSURE_PLATE
  307. - STRUCTURE_BLOCK
  308. - STRUCTURE_VOID
  309. - TNT
  310. - TRAPPED_CHEST
  311. - TRAP_DOOR
  312. - WALL_SIGN
  313. - WHITE_BED
  314. - WHITE_SHULKER_BOX
  315. - WOODEN_DOOR
  316. - WOOD_BUTTON
  317. - WORKBENCH
  318. - YELLOW_BED
  319. - YELLOW_SHULKER_BOX
  320.  
  321. # When disabled, visitors won't get damaged in other islands
  322. visitors-damage: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement