Advertisement
Tobydj

configs

Oct 14th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.17 KB | None | 0 0
  1. # BentoBox Configuration 0.10.1-alpha1
  2. # This config file is dynamic and saved when the server is shutdown.
  3. # You cannot edit it while the server is running because changes will
  4. # be lost! Use in-game settings GUI or edit when server is offline.
  5. #
  6. general:
  7. # BentoBox uses bStats.org to get global data about the plugin to help improving it.
  8. # bStats has nearly no effect on your server's performance and the sent data is completely
  9. # anonymous so please consider twice if you really want to disable it.
  10. metrics: true
  11. # Default language for new players.
  12. # This is the filename in the locale folder without .yml.
  13. # If this does not exist, the default en-US will be used.
  14. default-language: en-US
  15. # Use economy or not. If true, an economy plugin is required. If false, no money is used or give.
  16. # If there is no economy plugin present anyway, money will be automatically disabled.
  17. use-economy: true
  18. # Starting money - this is how much money new players will have as their
  19. # balance at the start of an island.
  20. starting-money: 10.0
  21. database:
  22. # FLATFILE, MYSQL, MONGO
  23. # if you use MONGO, you must also run the BSBMongo plugin (not addon)
  24. # See https://github.com/tastybento/bsbMongo/releases/
  25. type: FLATFILE
  26. host: localhost
  27. # Port 3306 is MySQL's default. Port 27017 is MongoDB's default.
  28. port: 3306
  29. name: BSkyBlock
  30. username: username
  31. password: password
  32. # How often the data will be saved to file in mins. Default is 5 minutes.
  33. # This helps prevent issues if the server crashes.
  34. # Data is also saved at important points in the game.
  35. backup-period: 5
  36. # Allow FTB Autonomous Activator to work (will allow a pseudo player [CoFH] to place and break blocks and hang items)
  37. # Add other fake player names here if required
  38. fakeplayers:
  39. - '[CoFH]'
  40. # Allow obsidian to be scooped up with an empty bucket back into lava
  41. # This only works if there is a single block of obsidian (no obsidian within 10 blocks)
  42. # Recommendation is to keep this true so that newbies don't bother you or reset their
  43. # island unnecessarily.
  44. allow-obsidian-scooping: true
  45. # Rank required to use a command. e.g., use the invite command. Default is owner rank is required.
  46. rank-command: {}
  47. panel:
  48. close-on-click-outside: true
  49. island:
  50. cooldown:
  51. # How long a player must wait until they can rejoin a team island after being
  52. # kicked in minutes. This slows the effectiveness of players repeating challenges
  53. # by repetitively being invited to a team island.
  54. invite: 60
  55. # How long a player must wait until they can coop a player in minutes.
  56. coop: 5
  57. # How long a player must wait until they can trust a player in minutes.
  58. trust: 5
  59. # How long a player must wait until they can ban a player
  60. # after unbanning them. In minutes.
  61. ban: 10
  62. # How long a player must wait before they can reset their island again in seconds.
  63. reset: 300
  64. confirmation:
  65. # Time in seconds that players have to confirm sensitive commands, e.g. island reset
  66. time: 10
  67. commands:
  68. # Ask the player to confirm the command he is using by typing it again.
  69. # The 'wait' value is the number of seconds to wait for confirmation.
  70. kick: true
  71. leave: true
  72. reset: true
  73. name:
  74. # These set the minimum and maximum size of a name.
  75. min-length: 4
  76. max-length: 20
  77. customranks: {}
  78. # These settings should not be edited
  79. uniqueId: config
  80.  
  81.  
  82.  
  83.  
  84.  
  85. # BSkyBlock Configuration 0.10.1-alpha1
  86. # This config file is dynamic and saved when the server is shutdown.
  87. # You cannot edit it while the server is running because changes will
  88. # be lost! Use in-game settings GUI or edit when server is offline.
  89. #
  90. world:
  91. # Friendly name for this world. Used in admin commands. Must be a single word
  92. friendly-name: BSkyBlock
  93. # Name of the world - if it does not exist then it will be generated.
  94. # It acts like a prefix for nether and end (e.g. BSkyBlock, BSkyBlock_nether, BSkyBlock_end)
  95. world-name: BSkyBlock_world
  96. # World difficulty setting - PEACEFUL, EASY, NORMAL, HARD
  97. # Other plugins may override this setting
  98. difficulty: NORMAL
  99. # Radius of island in blocks. (So distance between islands is twice this)
  100. # Will be rounded up to the nearest 16 blocks.
  101. # It is the same for every dimension : Overworld, Nether and End.
  102. # This value cannot be changed mid-game and the plugin will not start if it is different.
  103. distance-between-islands: 256
  104. # Default protection range radius in blocks. Cannot be larger than distance.
  105. # Admins can change protection sizes for players individually using /bsadmin setrange
  106. # or set this permission: bskyblock.island.range.<number>
  107. protection-range: 50
  108. # Start islands at these coordinates. This is where new islands will start in the
  109. # world. These must be a factor of your island distance, but the plugin will auto
  110. # calculate the closest location on the grid. Islands develop around this location
  111. # both positively and negatively in a square grid.
  112. # If none of this makes sense, leave it at 0,0.
  113. start-x: 0
  114. start-z: 0
  115. offset-x: 0
  116. offset-z: 0
  117. # Island height - Lowest is 5.
  118. # It is the y coordinate of the bedrock block in the schem
  119. island-height: 120
  120. # Use your own world generator for this world. In this case, the plugin will not generate
  121. # anything.
  122. use-own-generator: false
  123. # Sea height (don't changes this mid-game unless you delete the world)
  124. # Minimum is 0, which means you are playing Skyblock!
  125. # If sea height is less than about 10, then players will drop right through it
  126. # if it exists. Makes for an interesting variation on skyblock.
  127. sea-height: 0
  128. # Maximum number of islands in the world. Set to 0 for unlimited.
  129. # If the number of islands is greater than this number, no new island will be created.
  130. max-islands: 0
  131. # The default game mode for this world. Players will be set to this mode when they create
  132. # a new island for example. Options are SURVIVAL, CREATIVE, ADVENTURE, SPECTATOR
  133. default-game-mode: SURVIVAL
  134. # The default biome for the overworld
  135. default-biome: PLAINS
  136. nether:
  137. # Generate Nether - if this is false, the nether world will not be made and access to
  138. # the nether will not occur. Other plugins may still enable portal usage.
  139. # Note: Some challenges will not be possible if there is no nether.
  140. # Note that with a standard nether all players arrive at the same portal and entering a
  141. # portal will return them back to their islands.
  142. generate: true
  143. # Islands in Nether. Change to false for standard vanilla nether.
  144. islands: true
  145. # Nether trees are made if a player grows a tree in the nether (gravel and glowstone)
  146. # Applies to both vanilla and islands Nether
  147. trees: true
  148. # Make the nether roof, if false, there is nothing up there
  149. # Change to false if lag is a problem from the generation
  150. # Only applies to islands Nether
  151. roof: true
  152. # Nether spawn protection radius - this is the distance around the nether spawn
  153. # that will be protected from player interaction (breaking blocks, pouring lava etc.)
  154. # Minimum is 0 (not recommended), maximum is 100. Default is 25.
  155. # Only applies to vanilla nether
  156. spawn-radius: 25
  157. end:
  158. generate: true
  159. islands: false
  160. dragon-spawn: false
  161. # Mob white list - these mobs will NOT be removed when logging in or doing /island
  162. remove-mobs-whitelist:
  163. - ENDERMAN
  164. - WITHER
  165. - PIG_ZOMBIE
  166. - ZOMBIE_VILLAGER
  167. # World flags. These are boolean settings for various flags for this world
  168. flags:
  169. CREEPER_DAMAGE: true
  170. PISTON_PUSH: false
  171. ISLAND_RESPAWN: true
  172. CREEPER_GRIEFING: false
  173. ENDERMAN_GRIEFING: true
  174. CLEAN_SUPER_FLAT: false
  175. CHEST_DAMAGE: false
  176. ENTER_EXIT_MESSAGES: true
  177. ENDERMAN_DEATH_DROP: true
  178. OFFLINE_REDSTONE: true
  179. REMOVE_MOBS: true
  180. ENDER_CHEST: false
  181. ITEM_FRAME_DAMAGE: false
  182. # These are the default protection settings for new islands.
  183. # The value is the minimum island rank required allowed to do the action
  184. # Ranks are: Visitor = 0, Member = 900, Owner = 1000
  185. default-island-flags:
  186. HURT_ANIMALS: 500
  187. COLLECT_WATER: 500
  188. REDSTONE: 500
  189. BUCKET: 500
  190. BUTTON: 500
  191. LOCK: 0
  192. FIRE_EXTINGUISH: 500
  193. ENDER_PEARL: 500
  194. BEACON: 500
  195. DOOR: 500
  196. TRAPDOOR: 500
  197. FURNACE: 500
  198. PRESSURE_PLATE: 0
  199. PLACE_BLOCKS: 500
  200. ANVIL: 500
  201. FIRE: 500
  202. CRAFTING: 0
  203. BREEDING: 500
  204. ENCHANTING: 0
  205. SHEARING: 500
  206. TNT: 500
  207. HURT_VILLAGERS: 500
  208. BED: 500
  209. SPAWN_EGGS: 500
  210. COLLECT_LAVA: 500
  211. MILKING: 0
  212. LEVER: 500
  213. HURT_MONSTERS: 0
  214. RIDING: 500
  215. ARMOR_STAND: 500
  216. GATE: 0
  217. TRADING: 0
  218. EGGS: 500
  219. ITEM_DROP: 0
  220. PORTAL: 0
  221. CHEST: 500
  222. NOTE_BLOCK: 0
  223. LEASH: 500
  224. BREAK_BLOCKS: 500
  225. MOUNT_INVENTORY: 500
  226. CHORUS_FRUIT: 500
  227. JUKEBOX: 500
  228. ITEM_PICKUP: 0
  229. CROP_TRAMPLE: 500
  230. BREWING: 500
  231. # These are the default settings for new islands
  232. default-island-settings:
  233. PVP_END: false
  234. ANIMAL_SPAWN: true
  235. PVP_NETHER: false
  236. MONSTER_SPAWN: true
  237. FIRE_SPREAD: true
  238. PVP_OVERWORLD: false
  239. # These are the settings visible to users. (Not implemented yet)
  240. visible-settings: []
  241. # Visitor banned commands - Visitors to islands cannot use these commands in this world
  242. visitor-banned-commands:
  243. - spawner
  244. - spawnmob
  245. island:
  246. # Default max team size
  247. # Use this permission to set for specific user groups: askyblock.team.maxsize.<number>
  248. # Permission size cannot be less than the default below.
  249. max-team-size: 4
  250. # Default maximum number of homes a player can have. Min = 1
  251. # Accessed via sethome <number> or go <number>
  252. # Use this permission to set for specific user groups: askyblock.island.maxhomes.<number>
  253. max-homes: 1
  254. reset:
  255. # How many resets a player is allowed (override with /asadmin clearreset <player>)
  256. # Value of -1 means unlimited, 0 means hardcore - no resets.
  257. # Example, 2 resets means they get 2 resets or 3 islands lifetime
  258. reset-limit: 3
  259. # Kicked or leaving players lose resets
  260. # Players who leave a team will lose an island reset chance
  261. # If a player has zero resets left and leaves a team, they cannot make a new
  262. # island by themselves and can only join a team.
  263. # Leave this true to avoid players exploiting free islands
  264. leavers-lose-reset: false
  265. # Allow kicked players to keep their inventory.
  266. # If false, kicked player's inventory will be thrown at the island leader if the
  267. # kicked player is online and in the island world.
  268. kicked-keep-inventory: false
  269. on-join:
  270. # What the plugin should reset when the player joins or creates an island
  271. # Reset Money - if this is true, will reset the player's money to the starting money
  272. # Recommendation is that this is set to true, but if you run multi-worlds
  273. # make sure your economy handles multi-worlds too.
  274. money: false
  275. # Reset inventory - if true, the player's inventory will be cleared.
  276. # Note: if you have MultiInv running or a similar inventory control plugin, that
  277. # plugin may still reset the inventory when the world changes.
  278. inventory: false
  279. # Reset Ender Chest - if true, the player's Ender Chest will be cleared.
  280. ender-chest: false
  281. on-leave:
  282. # What the plugin should reset when the player leaves or is kicked from an island
  283. # Reset Money - if this is true, will reset the player's money to the starting money
  284. # Recommendation is that this is set to true, but if you run multi-worlds
  285. # make sure your economy handles multi-worlds too.
  286. money: false
  287. # Reset inventory - if true, the player's inventory will be cleared.
  288. # Note: if you have MultiInv running or a similar inventory control plugin, that
  289. # plugin may still reset the inventory when the world changes.
  290. inventory: true
  291. # Reset Ender Chest - if true, the player's Ender Chest will be cleared.
  292. ender-chest: true
  293. require-confirmation:
  294. reset: true
  295. # Have player's respawn on their island if they die
  296. respawn-on-island: false
  297. deaths:
  298. # Maximum number of deaths to count. The death count can be used by add-ons.
  299. max: 10
  300. sum-team: false
  301. # When a player joins a team, reset their death count
  302. team-join-reset: true
  303. togglePvPCooldown: 0
  304. protection:
  305. # Geo restrict mobs.
  306. # Mobs that exit the island space where they were spawned will be removed.
  307. geo-limit-settings:
  308. - GHAST
  309. - BAT
  310. - BLAZE
  311. # Invincible visitors. List of damages that will not affect visitors.
  312. # Make list blank if visitors should receive all damages
  313. invincible-visitors:
  314. - BLOCK_EXPLOSION
  315. - CONTACT
  316. - CUSTOM
  317. - DROWNING
  318. - ENTITY_ATTACK
  319. - ENTITY_EXPLOSION
  320. - FALL
  321. - FALLING_BLOCK
  322. - FIRE
  323. - FIRE_TICK
  324. - LAVA
  325. - LIGHTNING
  326. - MAGIC
  327. - POISON
  328. - PROJECTILE
  329. - STARVATION
  330. - SUFFOCATION
  331. - THORNS
  332. - WITHER
  333. - DRAGON_BREATH
  334. - FLY_INTO_WALL
  335. - HOT_FLOOR
  336. - CRAMMING
  337. - VOID
  338. panel:
  339. close-on-click-outside: true
  340. do-not-edit-these-settings:
  341. # These settings should not be edited
  342. reset-epoch: 0
  343. uniqueId: config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement