Advertisement
KelStudios

Untitled

Jun 8th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.42 KB | None | 0 0
  1. # Language. It will need messages_<language>.yml file in plugin folder
  2. # Default def (english) included
  3. language: def
  4.  
  5. # Name of world where you will have islands
  6. world-isle: Islands
  7.  
  8. # Name of world where you have spawn
  9. # Player will be moved there on island delete
  10. world-spawn: Spawn
  11.  
  12. # Block id what you use to generate world
  13. # Air: 0, Water: 9
  14. world-block-id: 0
  15.  
  16. # y coord for island (Number which you use to generate world with water)
  17. # Or just height for isle in air
  18. island-height: 20
  19.  
  20. # Maximum island size
  21. # Value will be used for protecting regions.
  22. # Cannot be changed if you have islands already in world !
  23. island-size: 100
  24.  
  25. # Region spacing
  26. # For example if spacing is 1 and island-size 100
  27. # Island box will have 100 x 100 size
  28. # but WG region will have coords 1 x 99 and will be 1 block space
  29. # between regions. (in fact two because island near will also have 1 block space)
  30. region-spacing: 1
  31.  
  32. # Ability to extend island size by player
  33. # If you set region-spacing to 35 for example
  34. # And make step 10 on every /island extend
  35. # you will make region-spacing 10 lower, so player
  36. # can use command 3 times
  37. region-step: 0
  38.  
  39. # By default island is sliced and removed layer by layer
  40. # Here you can define height of every slice
  41. delete-step: 20
  42.  
  43. # Delay between layers remove in tics
  44. # 20 is 1 sec
  45. delete-delay: 5
  46.  
  47. # On island create plugin must check if whole cuboid is empty
  48. # If you have big island it can take lots of time
  49. # By setting here true you can skip that check
  50. # but cuboid can contains some blocks.
  51. skip-create-check: false
  52.  
  53. # Maximum islands in row/col (will be x * z)
  54. # Islands are pregenerated, you can change it later
  55. max-count: 100
  56.  
  57. # Enable that option if your server is running
  58. # online mode
  59. track-uuid: true
  60.  
  61. # Use BiMap ?
  62. use-bimap: true
  63.  
  64. # How new islands should be generated ?
  65. # Snail : 0-0 0-1 1-0 1-1, 1-2 2-0 2-1 etc.
  66. # Normal: 0-1 0-2 0-3 0-4 0-5 etc.
  67. # Snail mode can take lots of time !
  68. snail-mode: false
  69.  
  70. # If plugin should use worldEdit and schematics?
  71. use-world-edit: true
  72.  
  73. # Plugin should use GUI (inventory menu) for
  74. # homes ?
  75. use-gui: false
  76.  
  77. # Available schematics for players, remember that player must have
  78. # permission islandworld.create.<name>
  79. schematics:
  80. - normal
  81.  
  82. # Default movement from island corner.
  83. # First island have corner at coords 0x0
  84. # with schematic-move 25 island will be pasted at 25x25
  85. schematic-move: 25
  86.  
  87. # Commands to run after island is created and player is teleported to island
  88. # You can use %player% to insert creator name
  89. on-create:
  90. - sethome
  91.  
  92. # Commands to run after island is deleted and player is teleported to spawn
  93. # You can use %player% to insert owner name
  94. on-delete:
  95. - sethome
  96.  
  97. # Teleport delay (on home, spawn, tp commands)
  98. # 0 to disable delay
  99. teleport-delay: 0
  100.  
  101. # Works only with teleport delay > 0
  102. # Any movement will break teleport wait
  103. movement-break-tp: false
  104.  
  105. # Skip check for solid block on /is home, /is sethome commands
  106. skip-tp-home-check: false
  107.  
  108. # Skip safety check on /is visit command
  109. skip-tp-visit-check: false
  110.  
  111. # Time limit in minutes between possible delete commands
  112. # 0 to disable option
  113. time-limit: 0
  114.  
  115. # Time limit in minutes between possible fixhome commands
  116. # 0 to disable option
  117. fixhome-limit: 0
  118.  
  119. # Time limit in minutes between possible calc commands
  120. calc-limit: 10
  121.  
  122. # How much islands player one after one player can create.
  123. # If player delete & create x times island
  124. # he will be not able to create next one until admin reset that limit.
  125. # 0 to disable option
  126. create-limit: 0
  127.  
  128. # Autosave time - in minutes, 0 to disable
  129. auto-save: 60
  130.  
  131. # Determine if plugin should make backup on every
  132. # startup
  133. backup-on-start: true
  134.  
  135. # After how much days backup files should be deleted?
  136. # 0 to disable and keep all backups
  137. backup-max-days: 0
  138.  
  139. # Clear player inventory on:
  140. inv-clear:
  141. create: true
  142. delete: true
  143. leave: true
  144. remove: false
  145.  
  146. # Clear player ender chest on :
  147. ec-clear:
  148. create: true
  149. delete: true
  150. leave: true
  151. remove: false
  152.  
  153. # Reset economy balance on island delete ?
  154. # Economy must be enabled also!
  155. eco-reset: false
  156.  
  157. # Allow visit command?
  158. allow-visit: true
  159.  
  160. # If true player added to one island cannot make own island
  161. # or cannot be added to other island as helper
  162. strict-party: true
  163.  
  164. # Some commands can use only owner of island, not helper.
  165. # If you will put commands on that list, all people helping on
  166. # island will be allowed to use that commands
  167. # Allowed commands: fixhome, lock, unlock, open, close, info, expell
  168. # biomeshow, biomeset, biomechunkset, calc
  169. # Warning : that option is working ONLY with strict-party enabled !
  170. helper-allowed:
  171. - home
  172.  
  173. # Players limit in party (without owner)
  174. # 0 to disable limit
  175. party-limit: 4
  176.  
  177. # Players limit in party (without owner)
  178. # for players with cepheus.partylimit.<name> permission
  179. # if player have more than one permission, higher count will be used
  180. party-limits:
  181. vip: 6
  182. svip: 9
  183.  
  184. # How much homes player can setup
  185. home-limit: 3
  186.  
  187. # How much homes player with 'cepheus.homelimit.<name>' permission can setup
  188. # if player have more than one permission, higher count will be used
  189. home-limits:
  190. vip: 6
  191. svip: 9
  192.  
  193. # If true it will allow to get lava from obsidian using empty bucket
  194. obsidian-break: false
  195.  
  196. # If true it will work only for one block of obsidian if near there is
  197. # no other obsidian block
  198. obsidian-limit: true
  199.  
  200. # Request time in seconds when we will wait for player reply
  201. # Used in delete or visit command
  202. request-time: 10
  203.  
  204. # How much records /is rank should show
  205. rank-size: 10
  206.  
  207. # Island ranking is cached and loaded only once per
  208. # reload-time minutes
  209. reload-time: 30
  210.  
  211. # Auto purge in days. 0 to disable that option
  212. auto-purge: 0
  213.  
  214. # If true Purge command will check also last visit of
  215. # members not only owner.
  216. purge-check-members: true
  217.  
  218. # Delay between island delete in seconds
  219. purge-delay: 60
  220.  
  221. # Block teleport commands while falling
  222. # It will block home,tp,visit commands
  223. falling-block-tp: true
  224.  
  225. # That config will remove all mobs near teleport point
  226. # on /is home - so player will be safe after teleport
  227. remove-mob-on-tp: false
  228.  
  229. # If 'true' player will be respawned on own island
  230. # If 'false' will be spawned in spawnpoint of spawn-world
  231. # If 'skip' island world will not modify respawns at all
  232. respawn-on-island: 'skip'
  233.  
  234. # If true players will be teleported to spawn from any
  235. # portal from nether
  236. spawn-from-nether: false
  237.  
  238. # That option will teleport all players to spawn point
  239. # of spawn world when they quit from server
  240. spawn-on-quit: false
  241.  
  242. # Kill player if he reach Y < 0 in island world
  243. fast-kill: false
  244.  
  245. # Mark island spawns with holograms
  246. # HolographicsDisplay plugin is required
  247. holo-spawns:
  248. enabled: false
  249. text: 'Spawn here!'
  250. item: 'NETHER_STAR'
  251.  
  252. # Chat prefix
  253. # If message will start with that part for exaple '!' -> !hello
  254. # Only members of island will see it
  255. # use "none" to disable that feature
  256. party-prefix: 'none'
  257.  
  258. # You can use :
  259. # %level% - island level
  260. # %points% - island points
  261. # eg. chat-prefix: '&5<&aP:%points%&5>&d<&2LVL:%level%&d>&r'
  262. chat-prefix: 'none'
  263.  
  264. # Is protection sings are allowed on server?
  265. item-protection: false
  266.  
  267. # If change owner by player is allowed on server ?
  268. owner-change-allowed: false
  269.  
  270. # Players will have ability to lock islands
  271. # When island is locked only owner and members can enter.
  272. island-lock: false
  273.  
  274. # If enabled players can use /island fly on own island
  275. # When they go outside island flying is disabled
  276. island-flying: false
  277.  
  278. # If player will fly outside island he will be teleported
  279. # to spawn point
  280. spawn-flying: false
  281.  
  282. # Block all liquids inside island cuboid and
  283. # don't allow spread
  284. liquid-listeners: false
  285.  
  286. # Protection for area under negative coords (-100 x -100) (usually spawn)
  287. # If true - player will be able to build, break, use sings, chests etc
  288. # and you need other plugin to protect that area if you have spawn there
  289. # If false - only OPs can build. You don't need any additional plugins to protect
  290. # spawn but also you cannot use there signs, chests etc.
  291. negative-build: true
  292.  
  293. # Default biome for created islands. Use /islandev biomelist for whole list
  294. # Set 'none' to disable that option.
  295. default-biome: forest
  296.  
  297. # If false player need only islandworld.island.biomeset permission
  298. # If true player need also islandworld.island.biomeset.biomename permission
  299. # So you can limit possible biomes using perms
  300. per-biome-perms: false
  301.  
  302. # If you are using command-cost config with economy
  303. # with that option enabled plugin will use config nodes
  304. # biomeset-<biomename> and biomechunset-<biomename>
  305. # with option disabled cost is taken from
  306. # biomeset and biomechunset configs
  307. per-biome-cost: false
  308.  
  309. # Calculate points for island on player enter
  310. calc-on-enter: false
  311.  
  312. # With that option to true plugin will destroy all
  313. # chestshop signs on island leave/remove
  314. remove-chest-shops: false
  315.  
  316. # Remove lockette signs when player
  317. # leave island or its removed?
  318. remove-lockette: false
  319.  
  320. # Protection flags
  321. flags:
  322. # Display welcome message?
  323. move-info: true
  324. # Pvp on islands are enabled ?
  325. pvp: false
  326. # Chest access?
  327. chest-acces: true
  328. # Monster Eggs?
  329. use-egg: false
  330. # Use vehicle?
  331. use-vehicle: false
  332. # Use boats?
  333. use-boat: false
  334. # Can other players pickup items from ground?
  335. item-pickup: false
  336. # Can other players can drop item on ground?
  337. item-drop: true
  338. # If visitors will drop on ground on death?
  339. death-item-drop: true
  340. # Can other players use portals ?
  341. use-portal: false
  342. # Can other players use villagers?
  343. use-villager: false
  344. # Can other players kill animals?
  345. kill-animals: false
  346. # Can other players kill monsters? (not animals)
  347. kill-monster: false
  348. # Can other players kill golems ?
  349. kill-golems: false
  350. # Can other players throw potions ?
  351. potion-throw: false
  352. # Can other players throw eggs?
  353. egg-throw: false
  354. # Can other players shear sheep?
  355. shear: false
  356.  
  357. # Allowed item/blocks for non-members on islands
  358. allowed-list:
  359. - '26'
  360.  
  361. # Blocked items/blocks for non-memebers on island
  362. blocked-list:
  363. - '383:56'
  364.  
  365. # Blocks here will be ingnored on island detele/create
  366. # If cuboid constains some blocks they will stay there
  367. ignored-list:
  368. - '7'
  369.  
  370. # Divider for island level. By default island have 100x100x256 blocks
  371. # player can have max 2 560 000 points
  372. # level of island is calculated = (points/divider)
  373. # so with max points island will have 100 lvl
  374. level-divider: 25600
  375.  
  376. # Points per material for calculations <blockId>: points
  377. # by default all blocks have 1 point value
  378. # in example cobblestone (id 4) will have 2 points value
  379. material-points:
  380. '4': 2
  381.  
  382. # Mysql Database
  383. # Database is used to store points
  384. # Use word disabled in host to disable mysql
  385. database:
  386. host: disabled
  387. port: 3306
  388. user: cepheusrealm
  389. pass: password
  390. base: cepheusrealm
  391. table: island_stats
  392.  
  393. # Pathway between islands
  394. # If you prefer have pathways protected set region-spacing and
  395. # pathway width to same value
  396. # If pathway.schematic will exists will be used
  397. pathway:
  398. # Size of pathway. 0 to disable that option
  399. width: 0
  400. # height
  401. height: 150
  402. # Id of Block
  403. block: '44:2'
  404.  
  405. # ECONOMY SETTINGS
  406. # You need to have VAULT installed to use
  407. # economy settings
  408.  
  409. # Determine if economy is enabled
  410. economy-enabled: false
  411.  
  412. # Cost of commands
  413. # Use commandname: cost eg. create : 100
  414. # you can also use global: 200 - all commands will cost 200
  415. command-cost:
  416. commandname: 200
  417.  
  418. # dynmap specific settings
  419. dynmap:
  420. # enable dynmap support?
  421. enabled: false
  422. # print more informaction about work
  423. debug: false
  424. # island count to make per one tick
  425. ispertick: 50
  426. # time (in 1/20 sec) between work ticks
  427. timetick: 1
  428. # update time (in sec)
  429. updatetime: 3600
  430. # Style for regions
  431. regionstyle:
  432. strokeColor: "#00FF00"
  433. strokeOpacity: 0.7
  434. strokeWeight: 3
  435. fillColor: "#00FF00"
  436. fillOpacity: 0.3
  437.  
  438.  
  439. # If used items will be inserted into chest from config
  440. # and not from schematic, you need to make list with items named
  441. # schematic names -items
  442. #
  443. use-config-items: true
  444.  
  445. # Items for 'normal' schematic
  446. # Names fo materials can be found here:
  447. # https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  448. normal-items:
  449. - LAVA_BUCKET 1
  450. - WATER_BUCKET 1
  451. - WATER_BUCKET 1
  452. - SEEDS 2
  453. - PUMPKIN_SEEDS 2
  454. - MELON_SEEDS 2
  455. - INK_SACK 2 3
  456. - SAPLING 1
  457. - SAPLING 1 1
  458. - SAPLING 1 2
  459. - RED_MUSHROOM 2
  460. - BROWN_MUSHROOM 2
  461. - APPLE 10
  462. - CARROT 10
  463. - MELON 10
  464. - STRING 10
  465. - BONE 10
  466.  
  467. special-items:
  468. - LAVA_BUCKET 1
  469. - WATER_BUCKET 1
  470. - WATER_BUCKET 1
  471. - SEEDS 4
  472. - PUMPKIN_SEEDS 4
  473. - MELON_SEEDS 4
  474. - INK_SACK 4 3
  475. - SAPLING 3
  476. - SAPLING 3 1
  477. - SAPLING 3 2
  478. - RED_MUSHROOM 10
  479. - BROWN_MUSHROOM 10
  480. - APPLE 10
  481. - CARROT 10
  482. - MELON 10
  483. - STRING 20
  484. - BONE 20
  485.  
  486. # AsyncWorldEdit disabler
  487. # If false AWE will be not used if installed
  488. use-awe: true
  489.  
  490. # AsyncWorldEdit group definition
  491. # If you have AWE installed, Islandworld will use it by default
  492. # You can change group settings here, most important are rendering values.
  493. # For param description check AWE site.
  494. awe-group:
  495. maxJobs: 10
  496. cleanOnLogout: true
  497. defaultMode: true
  498. renderer:
  499. blocks: 10000
  500. time: 75
  501. queue:
  502. limit-hard: 200000
  503. limit-soft: 100000
  504. messages:
  505. progress-bar: false
  506. progress-chat: false
  507. talkative: false
  508. progress-bar-min: 100
  509. disableUndo: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement