· 9 years ago · Jun 08, 2017, 07:24 PM
1# Language. It will need messages_<language>.yml file in plugin folder
2# Default def (english) included
3language: def
4
5# Name of world where you will have islands
6world-isle: Islands
7
8# Name of world where you have spawn
9# Player will be moved there on island delete
10world-spawn: Spawn
11
12# Block id what you use to generate world
13# Air: 0, Water: 9
14world-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
18island-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 !
23island-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)
30region-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
37region-step: 0
38
39# By default island is sliced and removed layer by layer
40# Here you can define height of every slice
41delete-step: 20
42
43# Delay between layers remove in tics
44# 20 is 1 sec
45delete-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.
51skip-create-check: false
52
53# Maximum islands in row/col (will be x * z)
54# Islands are pregenerated, you can change it later
55max-count: 100
56
57# Enable that option if your server is running
58# online mode
59track-uuid: true
60
61# Use BiMap ?
62use-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 !
68snail-mode: false
69
70# If plugin should use worldEdit and schematics?
71use-world-edit: true
72
73# Plugin should use GUI (inventory menu) for
74# homes ?
75use-gui: false
76
77# Available schematics for players, remember that player must have
78# permission islandworld.create.<name>
79schematics:
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
85schematic-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
89on-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
94on-delete:
95 - sethome
96
97# Teleport delay (on home, spawn, tp commands)
98# 0 to disable delay
99teleport-delay: 0
100
101# Works only with teleport delay > 0
102# Any movement will break teleport wait
103movement-break-tp: false
104
105# Skip check for solid block on /is home, /is sethome commands
106skip-tp-home-check: false
107
108# Skip safety check on /is visit command
109skip-tp-visit-check: false
110
111# Time limit in minutes between possible delete commands
112# 0 to disable option
113time-limit: 0
114
115# Time limit in minutes between possible fixhome commands
116# 0 to disable option
117fixhome-limit: 0
118
119# Time limit in minutes between possible calc commands
120calc-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
126create-limit: 0
127
128# Autosave time - in minutes, 0 to disable
129auto-save: 60
130
131# Determine if plugin should make backup on every
132# startup
133backup-on-start: true
134
135# After how much days backup files should be deleted?
136# 0 to disable and keep all backups
137backup-max-days: 0
138
139# Clear player inventory on:
140inv-clear:
141 create: true
142 delete: true
143 leave: true
144 remove: false
145
146# Clear player ender chest on :
147ec-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!
155eco-reset: false
156
157# Allow visit command?
158allow-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
162strict-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 !
170helper-allowed:
171 - home
172
173# Players limit in party (without owner)
174# 0 to disable limit
175party-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
180party-limits:
181 vip: 6
182 svip: 9
183
184# How much homes player can setup
185home-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
189home-limits:
190 vip: 6
191 svip: 9
192
193# If true it will allow to get lava from obsidian using empty bucket
194obsidian-break: false
195
196# If true it will work only for one block of obsidian if near there is
197# no other obsidian block
198obsidian-limit: true
199
200# Request time in seconds when we will wait for player reply
201# Used in delete or visit command
202request-time: 10
203
204# How much records /is rank should show
205rank-size: 10
206
207# Island ranking is cached and loaded only once per
208# reload-time minutes
209reload-time: 30
210
211# Auto purge in days. 0 to disable that option
212auto-purge: 0
213
214# If true Purge command will check also last visit of
215# members not only owner.
216purge-check-members: true
217
218# Delay between island delete in seconds
219purge-delay: 60
220
221# Block teleport commands while falling
222# It will block home,tp,visit commands
223falling-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
227remove-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
232respawn-on-island: 'skip'
233
234# If true players will be teleported to spawn from any
235# portal from nether
236spawn-from-nether: false
237
238# That option will teleport all players to spawn point
239# of spawn world when they quit from server
240spawn-on-quit: false
241
242# Kill player if he reach Y < 0 in island world
243fast-kill: false
244
245# Mark island spawns with holograms
246# HolographicsDisplay plugin is required
247holo-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
256party-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'
262chat-prefix: 'none'
263
264# Is protection sings are allowed on server?
265item-protection: false
266
267# If change owner by player is allowed on server ?
268owner-change-allowed: false
269
270# Players will have ability to lock islands
271# When island is locked only owner and members can enter.
272island-lock: false
273
274# If enabled players can use /island fly on own island
275# When they go outside island flying is disabled
276island-flying: false
277
278# If player will fly outside island he will be teleported
279# to spawn point
280spawn-flying: false
281
282# Block all liquids inside island cuboid and
283# don't allow spread
284liquid-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.
291negative-build: true
292
293# Default biome for created islands. Use /islandev biomelist for whole list
294# Set 'none' to disable that option.
295default-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
300per-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
307per-biome-cost: false
308
309# Calculate points for island on player enter
310calc-on-enter: false
311
312# With that option to true plugin will destroy all
313# chestshop signs on island leave/remove
314remove-chest-shops: false
315
316# Remove lockette signs when player
317# leave island or its removed?
318remove-lockette: false
319
320# Protection flags
321flags:
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
358allowed-list:
359 - '26'
360
361# Blocked items/blocks for non-memebers on island
362blocked-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
367ignored-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
374level-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
379material-points:
380 '4': 2
381
382# Mysql Database
383# Database is used to store points
384# Use word disabled in host to disable mysql
385database:
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
397pathway:
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
410economy-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
415command-cost:
416 commandname: 200
417
418# dynmap specific settings
419dynmap:
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#
443use-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
448normal-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
467special-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
488use-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.
494awe-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