Advertisement
Guest User

Untitled

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