9.7
* enable /is autofly command
* IsFalling() now will check if player is flying.
* Fix pvp on negative coords in islandworld.
* IslandDeleteEvent will contains also island hash.
* Hide border when player leave own island
* Added tele-on-fall-use-perm configuration
* Rework WorldEdit schematic manager to lower lags on island creation
9.6
- Added PlayerFallEvent - triggered when player fall into void
- Fix checking tobreak list on freelist regenerate
- Added config option tele-on-fall
- Added config option open-offline
- Add info about missing WorldBorderAPI plugin if not installed
- Move boolean true/false to messages file
- Print error message if plugin fail to start
** 9.5 **
* Move usage header into messages file
* Fix point calculation inside island
* Fixed problem with ignored-rank-list option
* Implementation of create-limit-block-delete config
** 9.4 **
* Implement colors in welcome messages (player must have islandworld.welcome.color perm)
* Implemented visit-tp-delay config - teleport delay for opened islands
* Fix flying inside spacing
* Disable flying on player death
** 9.3 **
* Lower some event priorities do defaults
* Added /isd breaknow command
* Additional param for /islandev extend <playerName> <toZero> if true you can extend island to 0 spacing.
* Added IslandExtendEvent
9.3
- Lower some event priorities do defaults
- Added /isd breaknow command
- Additional param for /islandev extend <playerName> <toZero> if true you can extend island to 0 spacing.
- Added IslandExtendEvent
** 9.2 **
- Add config nodes into debug
- Removed island-debug config
- Added IslandExtendEvent
- Added border listener on extend
** 9.1 **
* On usage show only commands which player can use
* Lil fix for mysql code
* Fixed island deleter
** 9.0 **
* Moved island delete proces into separate thread
** 8.89 **
* Fixed problem with disappearing border after teleport to other world
* Added function getRank into API
** 8.8 **
* Added support for world border
You will need plugin :
https://github.com/yannicklamprecht/WorldBorderAPI
** 8.8 **
* Added support for world border
You will need plugin :
https://github.com/yannicklamprecht/WorldBorderAPI
** 8.7 **
* Moved mysql queries into async threads
* Added config option check-only-island
** 8.6 **
* Fixed problem with mysql setup
8.6
- Fixed problem with mysql setup
** 8.5 **
- Display info about leaving island using title
- Now rank will work even without mysql database using sqlite file.
** 8.4 **
- Added getIsland(Location location) to API
- Added getIsland(UUID uuid) to API
- Added support for Minecraft Title when entering island
- Fixed permission for open offline command
** 8.3 **
- Added support for PlaceholderAPI
- Fixed biomechunkset permission check
** 8.2 **
- Added material-default config option
- Fixed problem with incorrect block point calculation
- Added new placeholders
** 8.0 **
- Added flag fire-damage, fall-damage
- Fixed sethome command for helpers
- Fixed problem that minecart with chest doesnt use chest-access config.
- Added safe check to home without params.
- Fixed problem with lava damage in nether
** 7.9 **
- Added API methods: createIsland, setBiome
- Added cancellable event PlayerCreateTeleportEvent
- Fixed flags.shear
- Added events : IslandEnterEvent, IslandLeaveEvent
- Aded API methods: getConfig() getMembers() getIslandHome() getCreateLimit() resetCreateLimit()
- Added configs on-create-console on-delete-console
- If you need/want disable some messages in loc file set it to "disabled"
** 7.8 **
- /is fixhome will skip leaves (sometimes after fixhome they disappeared and player have problem again)
- changed /is calc code
- now you can visit island using helper nick also, not only owner.
- added config date-format
- /isd calcdebug results will be sorted by block count now
** 7.7 **
- Make check for open/lock configurable, added check-lock-open-flags
- Added config option spawn-switcher If you enable that option on existing server you must use /isd changeallspawn true because for existing islands default value will be false
- Added command /is mobs and /is animals - player can disable spawn inside his island.
** 7.6 **
- On owner login plugin will check for permission open/lock and close/unlock island if player have no perm
- Remove double point calculation
- Added ignored-inventory-list config
- Added islandworld.island.openoffline permission node
** 7.5 **
- Added island-y-move config option
- Added config option purge-points
- Added creation percentage counter
- Fixed problem with couting layers while island is deleted
** 7.4 **
- Fixed problem with onArrowHit on 1.7
- Fixed problem with Fishing Rod and frames
- Added cofing option chat-prefix-without-island
- Added support for MVdWPlaceholderAPI - iw_points, iw_level, iw_position, iw_points_help, iw_level_help, iw_position_help
- Added useSSL node to mysql configuration.
- Fixed getLevel() calculation
** 7.3 **
- 1.12 support
- Fixed problem with bow enchanted with fire enchant
- Fixed problem with pointinfo Gui
** 7.2 **
* Added config flags.shear
* Added missing messages when taking command fee
* Fixed problem with extend command
* Fixed problems with calc command
** 7.1 **
* Fixed problem with pointinfo
* Added /islandev toggledebug command
* Fixed support for patway from schematics
* Fixed problem with lava/water bucket on island border
* Fixed Chorus plant growing outside island
* Added command /islandev setallrs
* Fixed problem with recognizing respawn-on-island config value
* Fixed /islandev tp command when island is still created and have no home set
* Added schematic-move config node
* Added use-awe config. You can disable AWE usage if its installed
** 7.0 **
* Added event :
IslandOpenEvent
* Added event :
IslandCloseEvent
* Added event :
IslandRankReloadEvent
* Added config option
fixhome-limit
* Changed home/party limits to support more groups. CONFIG NODES ARE CHANGED !
* Fixed alias
/isd
* Added command
/island pointinfo
* Fixed
StructureGrowEvent - trees will no longer grow outside cuboid
* Updated AWE support for latest AWE version
* Added
skip-create-check config
** 6.9 **
* Added
fast-kill config option
* Fixed lil problem with
/is fly
* Added config option
spawn-flying
*
/islandev add will check now for STRICT_PARTY config
* Moved support for challenges to separate plugin
** 6.8 **
* Fixed problem with home limit options
* Added command
/is delhome all - remove all home locations
* Fixed frost walker working outside island
* Renamed
chat-prefix config to
party-prefix
* Added island level and
level-divider config
* Added
chat-prefix config
* Now
/is rank will show player position
** 6.7 **
* Added custom welcome message -
/is welcome command
* Added custom events:
-
IslandCreateEvent - when player creates island
-
IslandCreateFinishEvent - when island is pasted (if you have large schematic and it takes time)
-
IslandPlayerDeleteEvent - when player delete own island
-
IslandDeleteEvent - when island is deleted (by purge, admin, or player)
-
IslandPointChange - when island points are updated
** 6.6 **
* Fixed
/is unlock code
* Added command
/is unlock all - to clear blocked player list
* Updated AWE code to latest plugin version
* Fixed some problems with changeowner command
* Separated clear inventory and clear enderchest configs
* On owner change old owner will have points removed
** 6.5 **
* Island visit requests will be blocked if island is locked
* Compiled for 1.9
** 6.4 **
* Since island creation can take time with big schematic now
/is command will be blocked until creation is finished.
* Added
AWE group definition into config, you can change some settings like render etc.
* Added check for installed
Dynmap if support is enabled in config.
* Added command
/islandev removeblock <playerName> <blockId> use numeric id like 5 or with data 5:1
* Aded listeners for pistons, blocks will be no longer moved outside island.
** 6.3 **
* Fixed problem with
changeowner command
* Optimized
SignRemover code
* Points calculation moved to task
* Fixed problem with protection/chestshop signs not removed when placed on ground
* Added config
remove-lockette to remove signs
* Added config
owner-change-allowed and command
/is changeowner <newName>
* Tweaked
AsyncWorldEdit code
** 6.2 **
* Fixed lil problem with
chat-prefix config
* Added
on-create and
on-delete lists, you can run any command now
* Removed
sethome config
* Moved
sethome config into on-create, on-delete lists.
* Changed
layer-delete-delay config to
delete-delay
* Added config option
delete-step
* Change island rebuild/delete code
* Added support for
AsyncWorldEdit
* Added command
/islandev calcdebug <playername>
* Fixed problem with
/islandev changeowner
* Fixed problem with possible duplicates on freelist
** 6.1 **
* Fixing economy (vault) support
* Added config option
flags.use-villager
* Changed dev's tp command, now you can provide also home name on player island -
/islandev tp name
* Now you can check homes on player island with
/islandev tp list command.
* Added command
/islandev signsremove owner toremove - it will remove chestshop and protection signs
* Small code updates and fixes
** 6.0 **
* Added
skip-tp-home-check config
* Added
skip-tp-visit-check config
* Added
spawn-from-nether config option
* Added
remove-chest-shops config option
* Added
eco-reset config option
* Added node
islandworld.bypass.flycheck to prevent fly checks on teleport/move
** 5.9 **
* Added <globalecoreward count='1' /> into challenges.xml possible nodes
* Structures like trees and mushrooms will not spread outside island
* Improved speed in some operations
** 5.8 **
* Disable flying only in survival mode
* If player logout while flying teleport to spawn if under feet have air
* Added command
/islandev rankreload
* Changed command
/islandev rank to display rank
* Added command
/islandev purgebyrank <points> - you can remove islands with less points than param
* Added command
/islandev ranktruncate - remove whole rank from database
** 5.7 **
* Disable flying on player logout
* Now latest version of IslandWorld should work also with older versions of spigot/bukkit
* Added flag
egg-throw - you can decide if visitors will be able to throw eggs on islands
* Added flag
kill-golems - you can now decide if visitors can kill golems
* Autosave will now use async task
** 5.6 **
* Added command
/islandev removepoints <playerName> - remove player points from db.
* Changed WorldEdit support code, add some messages and warns.
* Added config
use-switches - players will be able to use buttons, levers, pressure plates
* On leaving island while flying player will be not teleported to spawn, but informed that flying outside island is not allowed
* Fixed problem with permission while using
per-biome config.
** 5.5 **
* Fixed homes location import on conversion V6->SimpleIsland.dat
* Mysql table name is now configurable
* Added Armor Stand listeners
** 5.4 **
* Fixed problem with
helper-allowed config options
* Fixed problem with making backups
* Added permission
islandworld.bypass.expell - players with that perm cannot be expelled
* Fixed problem with
/is lock <name> - Now player will be teleported into spawn only if he is inside island
* Added command
/islandev makebackup - saves .dat file in backup folder
* Gravity Updater updated to version 2.3
* Added config
holo-spawns - spawn in island will be marked with hologram.
You can decide about text and item in hologram from config options
Requires (
http://dev.bukkit.org/bukkit-plugins/holographic-displays/) plugin
** 5.3 **
* Fixed little problem with extend command, that extend reset while region-spacing was 0
* Added config option
island-flying - you can enable flying inside islands, when player go outside island flying is disabled.
* Added command
/island fly - enables or disables flying
** 5.2 **
* Removed WorldEdit depends. Now you can use worldedit if you want or need it
without worldedit default simple island is created
If worldedit is not present default island is used and items from config
If worldedit is present will be used for pasting schematics
* Added command
/islandev chaclear - clear all players completed challenges
* Added command
/islandev chadel <player> - clear player's completed challenges
* Added UUID support
* use-config-items will be enabled by default
** 5.1 **
* Fixed problem with delete respond
* Print additional info about problem if plugin not start correctly to player who use command since lots of noobs are too dumb to check console errors.
** 5.0 **
* Fixed little problem with region spacing
* Changed some errors to warnings only
* Added command
/islandev changeowner <currentOwner> <newOwner>
** 4.9 **
* Fixed problem with liquids, now they can't spread outside island
* Added
config create-limit - you can limit how much islands player can create
* Added command
/islandev clearcreatelimit <player> - clear player limit
* Added list in
config for all available schematics (if you want to have more than one)
put your schematics on that list and make sure that your players,
or group of players have permission -
islandworld.create.<name>
by default list constains only normal schematic.
* Added ability to extend islands using
/island extend command
you need to set high region spacing
eg. 30 and region-step higher than 0
on every extend command region spacing will be lowered by step
config
* Added command
/islandev extend <player> for
dev
Island World 4.8
* Fixed problem when player inside own island cuboid can build & break blocks from region-spacing
* Added command
/islandev rebuildpathway <player> - building pathway on player island (using configs)
* Added command
/islandev clearspacing <player> - removing all blocks from spacing between islands.