Advertisement
Rida94

Untitled

Jun 19th, 2016
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.76 KB | None | 0 0
  1.  
  2. # The language used in the plugin (en is default).
  3. language: en
  4. options:
  5. general:
  6.  
  7. # [integer] The max number of players allowed in a single party. (including the leader)
  8. maxPartySize: 4
  9.  
  10. # [integer] The time in seconds before a player can use the /island info command again. (note: cooldowns are reset when the plugin is reloaded)
  11. cooldownInfo: 20
  12.  
  13. # [integer] The time in seconds before a player can use the /island restart command again.
  14. cooldownRestart: 30
  15.  
  16. # [integer] The time in seconds before a player can use the /island biome command again.
  17. biomeChange: 180
  18.  
  19. # [string] The default biome assigned to new islands
  20. defaultBiome: OCEAN
  21.  
  22. # [integer] The number of milliseconds between the same notification is sent to the player.
  23. # This is used when events are triggered heavily - i.e. item-pickup-prevention, damage-prevention etc.
  24. maxSpam: 2000
  25.  
  26. # [string] The name of the skyblock world, will be automatically generated if it doesn't exist.
  27. worldName: skyworld
  28.  
  29. # [integer] Area around 0,0 where islands will not be created to protect spawn.
  30. spawnSize: 64
  31. island:
  32.  
  33. # [integer] The y-coordinate (height) where islands are spawned.
  34. height: 150
  35.  
  36. # [integer] The number of blocks between islands.
  37. distance: 128
  38.  
  39. # [integer] The size of the protective region for each island. Can't be higher than 'distance'
  40. # and MUST be divisible by 32 if you intend to use nether.
  41. protectionRange: 128
  42.  
  43. # [filename] The schematic to use for island generation.
  44. # Put your schematic in the 'uSkyBlock/schematics' folder, you don't need to add the '.schematic' part below.
  45. schematicName: default
  46.  
  47. # [true/false] If true, remove all hostile mobs when a player teleports back to their island.
  48. removeCreaturesByTeleport: false
  49.  
  50. # [item list] The list of items to place in the chest when a player starts a new island. ITEM_ID:HOW_MANY.
  51. # default is 2 ice, 1 watermelon, 1 cactus, 1 lava bucket, 1 red & brown mushroom, 1 pumpkin seed, 1 sugar cane, 1 sign.
  52. chestItems: 79:2 360:1 81:1 327:1 40:1 39:1 361:1 338:1 323:1
  53.  
  54. # [true/false] If true, add extra items to a chest when a player starts a new island. (for donors and special players)
  55. addExtraItems: true
  56.  
  57. # [integer] The delay in seconds before teleporting to an island. Affects /is home, /is warp, /is spawn
  58. islandTeleportDelay: 2
  59.  
  60. # Allow PvP on the island
  61. allowPvP: deny
  62.  
  63. #[true/false] Allow players to completely lock their islands so non-party members can't enter. (locking still requires permission usb.lock)
  64. allowIslandLock: true
  65.  
  66. # [true/false] If true, use island levels/ranks (/island info) - may have a slight impact on performance
  67. # Set to false if you have performance issues
  68. useIslandLevel: true
  69.  
  70. # [true/false] Whether or not /is top should be available.
  71. useTopTen: true
  72.  
  73. # [integer] The time in minutes for how often the top-ten list will be re-generated when doing /is top
  74. topTenTimeout: 20
  75.  
  76. # [integer] The time in minutes for refreshing/recalculating the score for players on their island
  77. # set to 0 to disabled
  78. autoRefreshScore: 0
  79.  
  80. # [true/false] Whether or not to include island-members on the top-ten scoreboard
  81. topTenShowMembers: true
  82.  
  83. # [true/false] Whether or not to try and fix flat-land issues when players join the server
  84. # Note: will make the PlayerJoin event take longer.
  85. fixFlatland: false
  86.  
  87. # The format used in /islandtalk chat messages
  88. chat-format: '&9SKY &r{DISPLAYNAME} &f>&d {MESSAGE}'
  89.  
  90. # How many entries to remember in the island-log
  91. log-size: 10
  92.  
  93. # Limits the spawning
  94. spawn-limits:
  95.  
  96. # [true/false] if true, the limits below will limit spawning
  97. enabled: true
  98.  
  99. # how many animals can be spawned within an island
  100. animals: 48
  101.  
  102. # how many monsters can be spawned on an island
  103. monsters: 50
  104.  
  105. # how many villagers can be spawned on an island
  106. villagers: 16
  107.  
  108. # how many snowmen and iron-golems can be spawned on an island
  109. golems: 5
  110.  
  111. # [permission] The name of the permissions to check if extra items are added to the chest, you can change these or add more
  112. # Only checked if 'addExtraItems' is set to true.
  113. # [permission:item list] The list of extra items to add to the chest, will only be added if the player has the permission. ITEM_ID:HOW_MANY
  114. # When granting the permission, prefix it with "usb." so the full permission to add would be usb.smallbonus
  115. extraPermissions:
  116. smallbonus: 4:16 320:5
  117. mediumbonus: 50:16 327:1
  118. largebonus: 3:5 12:5
  119. giantbonus: 2:1 110:1
  120. extremebonus: 352:8 263:4
  121. donorbonus: 261:1 262:32 272:1
  122. extras:
  123.  
  124. # [true/false] If true, return players that don't have an island (this includes players removed from a party while offline), to the server spawn when they login.
  125. # NOTE: Requires EssentialsSpawn or another plugin with the "/spawn" command
  126. sendToSpawn: false
  127.  
  128. # [true/false] If true, a player can right-click on a block of obsidian on their island while holding an empty bucket to remove the obsidian and fill the bucket with lava. This is useful for people that accidently
  129. # turn their lava into obsidian with a bad cobblestone generator design. Will only work on the player's island and if there are no other obsidian blocks nearby (so can't be used on portals).
  130. obsidianToLava: true
  131.  
  132. # Contains flags for enabling PROTECTION of various mechanics.
  133. protection:
  134.  
  135. # Whether or not, items dropped on the ground should be limited to party-members.
  136. item-drops: true
  137.  
  138. # If true, only creepers targeting party-members will explode
  139. creepers: true
  140.  
  141. # If true, Withers will be limited to harming island-members/island blocks.
  142. withers: true
  143.  
  144. # Whether or not the plugin will try to protect the player from accidentally extinguishing lava
  145. protect-lava: true
  146.  
  147. # Whether or not portalling to the nether roof should be blocked.
  148. nether-roof: true
  149. visitors:
  150.  
  151. # Protect visitors from trampling your crop
  152. trampling: true
  153.  
  154. # Protect against visitors attacked animals
  155. kill-animals: true
  156.  
  157. # Protect against visitors attacking monsters
  158. kill-monsters: true
  159.  
  160. # Protect from shearing
  161. shearing: true
  162.  
  163. # Protect from villager-trading
  164. villager-trading: true
  165.  
  166. # Whether or not visitors are protected from fall damage
  167. fall: true
  168.  
  169. # Whether or not visitors are protected from fire damage (incl. lava)
  170. fire-damage: true
  171.  
  172. # Whether or not visitors should be allowed to drop items
  173. item-drops: true
  174.  
  175. # Warns online members when a player visits the island.
  176. warn-on-warp: true
  177.  
  178. # Whether or not to actively block banned players from entering an island (by walking/flying).
  179. block-banned-entry: true
  180.  
  181. # Whether or not visitors can use portals (default: false)
  182. use-portals: false
  183. party:
  184.  
  185. # The number of ticks before an invite timeouts (20 ticks per sec.)
  186. invite-timeout: 600
  187.  
  188. # The format used in /partytalk chat messages
  189. chat-format: '&9PARTY &r{DISPLAYNAME} &f>&b {MESSAGE}'
  190.  
  191. # This section provide some performance tweaking configs
  192. advanced:
  193.  
  194. # If true, display-name is looked up (might be performance intensive).
  195. useDisplayNames: false
  196.  
  197. # [number] The threshold for purging islands.
  198. # any island with a level above this, is spared.
  199. purgeLevel: 10
  200.  
  201. # [seconds] The number of seconds for confirming a command by
  202. # re-executing it (/is leave, /is restart).
  203. confirmTimeout: 10
  204.  
  205. # Section about restarting your island (or accepting an invite).
  206. restart:
  207.  
  208. # Clears the player's inventory on island create/restart
  209. clearInventory: true
  210.  
  211. # Clears the player's armor on island create/restart
  212. clearArmor: true
  213.  
  214. # Clears the player's enderchest on island create/restart
  215. clearEnderChest: true
  216.  
  217. # [ticks] The number of ticks to wait, before porting the player back
  218. # on /is restart or /is create (default: 40)
  219. teleportDelay: 20
  220.  
  221. # [true/false] Whether or not the player should be auto teleported to the island when it's ready
  222. teleportWhenReady: true
  223.  
  224. # list of commands to execute after island-creation
  225. # i.e.
  226. # - me Jumps with &ajoy
  227. extra-commands: []
  228.  
  229. # List of selections for /is create and /is restart
  230. # the nodes under island-schemes must match the schematic-names from the schematics folder.
  231. island-schemes:
  232.  
  233. # name of the schematic
  234. default:
  235.  
  236. # permission needed to use island
  237. permission: usb.island.create
  238.  
  239. # small discription of the island
  240. description: The default uSkyBlock island
  241.  
  242. # item to display in the GUI
  243. displayItem: SAPLING
  244.  
  245. # optional, default true (true enabled in GUI, false disabled in GUI)
  246. enabled: true
  247.  
  248. # optional, must be listed in ascending order
  249. index: 2
  250.  
  251. # optional extra's that can be given per island
  252. extraItems: ''
  253. maxPartySize: 4
  254. animals: 48
  255. monsters: 50
  256. villagers: 16
  257. golems: 5
  258. skySMP:
  259. permission: usb.schematic.skysmp
  260. description: The original SkySMP island
  261. displayItem: GRASS
  262. extraItems: OBSIDIAN:14 FLINT_AND_STEEL:1
  263. confirmation:
  264.  
  265. # [true/false] Whether to require confirmation (i.e. repeating the command twice).
  266. is leave: true
  267.  
  268. # [true/false] Whether to require confirmation (i.e. repeating the command twice).
  269. is restart: true
  270. asyncworldedit:
  271.  
  272. # Supports disabling the detection of AWE
  273. enabled: true
  274.  
  275. # Show progress to the user every 5 seconds
  276. progressEveryMs: 5000
  277.  
  278. # Or 20pct (what-ever comes first)
  279. progressEveryPct: 20
  280. watchDog:
  281.  
  282. # The maximum time to wait for AWE paste to complete (2m, 3m20s, etc.)
  283. timeout: 15s
  284.  
  285. # The number of ms between each heartbeat
  286. heartBeatMs: 2000
  287. worldguard:
  288. entry-message: true
  289. exit-message: true
  290. nether:
  291. enabled: true
  292. terraform-enabled: true
  293.  
  294. # The distance to search for valid terra-form location.
  295. terraform-distance: 7
  296. height: 75
  297. lava_level: 7
  298. activate-at:
  299. level: 100
  300. schematicName: uSkyBlockNether
  301.  
  302. # The probability of forming blocks
  303. terraform:
  304. NETHERRACK:
  305. - '{p=0.7}NETHERRACK'
  306. - '{p=0.15}NETHERRACK'
  307. - '{p=0.05}QUARTZ_ORE'
  308. - '{p=0.05}SOUL_SAND'
  309. QUARTZ_ORE:
  310. - '{p=0.50}QUARTZ_ORE'
  311. - '{p=0.10}QUARTZ_ORE'
  312. SOUL_SAND:
  313. - '{p=0.70}SOUL_SAND'
  314. - '{p=0.10}SOUL_SAND'
  315. GRAVEL:
  316. - '{p=0.60}GRAVEL'
  317. - '{p=0.10}GRAVEL'
  318. - '{p=0.05}SOUL_SAND'
  319. GLOWSTONE:
  320. - '{p=0.85}GLOWSTONE'
  321. - '{p=0.15}GLOWSTONE'
  322. spawn-chances:
  323. enabled: true
  324. wither: 0.2
  325. skeleton: 0.1
  326. blaze: 0.2
  327. tool-menu:
  328. enabled: true
  329. tool: SAPLING
  330. commands:
  331. CHEST: island
  332. BEDROCK: island spawn
  333. WORKBENCH: challenges
  334.  
  335. # Placeholders - enable these to get placeholder substitution
  336. # usb_version
  337. # usb_island_level, usb_island_rank, usb_island_partysize_max, usb_island_partysize
  338. # usb_island_leader, usb_island_bans, usb_island_members, usb_island_trustees
  339. # usb_island_biome, usb_island_schematic
  340. # usb_island_location, usb_island_location_x, usb_island_location_y, usb_island_location_z
  341. # usb_island_golems_max, usb_island_monsters_max, usb_island_animals_max, usb_island_villagers_max,
  342. # usb_island_golems, usb_island_monsters, usb_island_animals, usb_island_villagers
  343. placeholder:
  344.  
  345. # Hooks into MVdWPlaceholderAPI
  346. mvdwplaceholderapi: false
  347.  
  348. # uSkyBlock native placeholders for chat messages and format
  349. chatplaceholder: false
  350.  
  351. # uSkyBlock native placeholders for server-commands
  352. servercommandplaceholder: false
  353.  
  354. # DO NOT TOUCH THE FIELDS BELOW
  355. version: 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement