# # Visit Bukkit Page for more informations about all config options # # Print debug messages? debug: false # You can decide if plugin should check for # new versions and inform you about it version-check: true # Language. It will need messages_.yml file in plugin folder # Default en (english) included language: en # Name of world where you will have islands world-isle: IslandWorld # Name of world where you have spawn # Player will be moved there on island delete world-spawn: IslandWorld # Block id what you use to generate world # Air: 0, Water: 9 world-block-id: 0 # y coord for island (Number which you use to generate world with water) # Or just height for isle in air island-height: 20 # Maximum island size # Value will be used for protecting regions. # Cannot be changed if you have islands already in world ! island-size: 100 # Region spacing # For example if spacing is 1 and island-size 100 # Island box will have 100 x 100 size # but WG region will have coords 1 x 99 and will be 1 block space # between regions. (in fact two because island near will also have 1 block space) region-spacing: 1 # Maximum islands in row/col (will be x * z) # Islands are pregenerated, you can change it later max-count: 100 # How new islands should be generated ? # Snail : 0-0 0-1 1-0 1-1, 1-2 2-0 2-1 etc. # Normal: 0-1 0-2 0-3 0-4 0-5 etc. # Snail mode can take lots of time ! snail-mode: false # Teleport delay (on home, spawn, tp commands) # 0 to disable delay teleport-delay: 0 # Works only with teleport delay > 0 # Any movement will break teleport wait movement-break-tp: false # Time limit in minutes between possible delete/clear commands # 0 to disable option time-limit: 0 # Time limit in minutes between possible calc commands calc-limit: 10 # Autosave time - in minutes, 0 to disable auto-save: 60 # Use /sethome on island create? set-home: false # Clean player inventory on island clear/delete? clean-inventory: true # Clean inventory on island leave? clean-inventory-leave: true # Clean player inventory on island exit from island? # Right now only island spawn command is handled clean-inventory-exit: false # Delete challenges on island delete? delete-challenges: true # Allow visit command? allow-visit: true # If true player added to one island cannot make own island # or cannot be added to other island as helper strict-party: true # Players limit in party (without owner) # 0 to disable limit party-limit: 4 # Players limit in party (without owner) # for players with islandworld.vip.party permission party-limit-vip: 6 # How much homes player can setup home-limit: 3 # How much homes player with 'islandworld.vip.homes' perm can setup home-limit-vip: 6 # List of challenges should skip already completed ? # Otherwise it will print number of challenge: # Green if completed, Red if not completed yet skip-completed: false # If true players need to finish challenges in order # They need to have finished 1,2,3 to finish 4 challenges-order: false # If sign-use should be allowed? use-signs: true # If true it will allow to get lava from obsidian using empty bucket obsidian-break: false # If true it will work only for one block of obsidian if near there is # no other obsidian block obsidian-limit: true # Request time in seconds when we will wait for player reply # Used in delete or visit command request-time: 10 # Island ranking is cached and loaded only once per # reload-time minutes reload-time: 30 # Auto purge in days. 0 to disable that option auto-purge: 0 # If true Purge command will check also last visit of # members not only owner. purge-check-members: true # Delay between island delete in seconds purge-delay: 5 # Block teleport commands while falling # It will block home,tp,visit commands falling-block-tp: true # That config will remove all mobs near teleport point # on /is home - so player will be safe after teleport remove-mob-on-tp: false # That option will teleport all players to spawn point # of spawn world when they quit from server spawn-on-quit: false # Chat prefix # If message will start with that part for exaple '!' -> !hello # Only members of island will see it # use "none" to disable that feature chat-prefix: 'none' # Is protection sings are allowed on server? item-protection: false # Players will have ability to protect islands island-protection: false # Protection for area under negative coords (-100 x -100) (usually spawn) # If true - player will be able to build, break, use sings, chests etc # and you need other plugin to protect that area if you have spawn there # If false - only OPs can build. You don't need any additional plugins to protect # spawn but also you cannot use there signs, chests etc. negative-build: true # Default biome for created islands. Use /islandev biomelist for whole list default-biome: forest # If false player need only islandworld.island.biomeset permission # If true player need also islandworld.island.biomeset.biomename permission # So you can limit possible biomes using perms per-biome-perms: false # Calculate points for island on player enter calc-on-enter: false # Protection flags flags: # Display welcome message? move-info: true # Pvp on islands are enabled ? pvp: false # Monster Eggs? use-egg: false # Use vehicle? use-vehicle: false # Can other players pickup items from ground? item-pickup: false # Can other players use portals ? use-portal: false # Can other players kill animals? kill-animals: false # Can other players kill monsters? (not animals) kill-monster: false # Can other players throw potions ? potion-throw: false # Allowed item/blocks for non-members on islands allowed: - 26 # Points per material for calculations : points # by default all blocks have 1 point value # in example dirt (id 4) will have 2 points value material-points: '4': 2 # Mysql Database # Database is used to store points database: host: localhost port: 3306 user: islandworld pass: password base: islandworld # Pathway between islands # If you prefer have pathways protected set region-spacing and # pathway width to same value # If pathway.schematic will exists will be used pathway: # Size of pathway. 0 to disable that option width: 0 # height height: 150 # Id of Block block: '44:2'