Commit Graph

183 Commits

Author SHA1 Message Date
SystemEncryption
2dab87200e Update plugin.yml 2018-11-29 17:21:22 +00:00
Unknown
427e2e8b49 Build 32
# Added the 'Island Upgrade' menu to upgrade perks on your Island (Requires Vault Economy).
# Added the command '/island upgrade' to open the 'Island Upgrade' menu.
# Added the 'Upgrade Editor' menu to manage upgrades for islands.
# Added the command '/island admin upgrade' to open the 'Upgrade Editor' menu.
# Added the permission node 'skyblock.admin.upgrade' to open the 'Upgrade Editor' menu.
# Fixed CPE when opening an inventory on a seperate thread.
# Fixed Chunk error when setting the biome of the Island.
# Setting data now has its own file rather than being in the same file as the island data.
# Replaced the default structure file with an actual island.
# Recoded the Setting System.
2018-11-29 17:18:46 +00:00
Unknown
51ddb7d851 Build 31
# Fixed the '/island vote' command getting the Island owner of the player rather than the target player.
# The creation and deletion cooldown has been enabled by default. I strongly advice you keep them as this.
# The deletion cooldown now applies to all members of an Island.
# ArmorStand's can now spawn in the Island world to support certain plugins.
2018-11-28 01:37:55 +00:00
Unknown
94170b0ca9 Build 30
# Added the permission note 'skyblock.information' to open the 'Island Information' menu for other Islands.
# Added the command '/island information [<player>]' to open the 'Island Information' menu.
# Fixed Island Settings menu not allowing players to change settings when the menus share the same titles.
# Fixed IAE when opening the a menu that contains a skull when the texture isn't set.
# Fixed UE when teleporting to a players Island with the command '/island teleport'.
# Fixed ICE when having '#' characters in the 'language.yml' file.
# Fixed chunk error on Island creation when biome is set.
# Recorded all the menus.
2018-11-27 22:56:54 +00:00
Unknown
123070e1c9 Build 29
# Fixed IAE when a material cannot be found when pasting a structure on Island creation. Block materials that cannot be found will be set to stone.
# Fixed NPE when the island world height is less than 256 blocks.
# Pasting a structure on Island creation should be a lot better now on performance.
2018-11-26 23:37:26 +00:00
Unknown
21f5116d71 Inventory 2018-11-26 16:50:56 +00:00
Unknown
aadd2f0817 Build 28
# Added the path 'Island.Creation.Commands' to the configuration file where you can provide command you want to be executed by the player or console on Island creation.
# Added the variable '%island_radius' to the scoreboard that returns the radius of the Island.
# Added the variable '%island_size' to the scoreboard that returns the size of the Island.
# Added the placeholder 'skyblock_island_radius' that returns the Island radius.
# Added the placeholder 'skyblock_island_size' that returns the Island size.
# Added the alias 'new' to the '/island create' command.
# Added the alias 'banned' to the '/island bans' command.
# Added PlaceholderAPI support to the Island chat.
# Fixed NPE when loading an Island if an island world name has been changed in the configuration file while there's island data.
# Fixed NPE when teleporting to the set spawn point if the world is not loaded or no longer exists.
2018-11-26 16:03:39 +00:00
Unknown
9bc370616d Main class 2018-11-26 14:45:08 +00:00
Unknown
decf54202f Additions & Fixes
# Added the alias 'new' to the '/island create' command.
# Added the alias 'banned' to the '/island bans' command.
# Fixed NPE when loading an Island if an island world name has been changed in the configuration file while there's island data.
# Fixed NPE when teleporting to the set spawn point if the world is not loaded or no longer exists.
2018-11-26 14:07:09 +00:00
Unknown
72ebac3a16 uncommitted 2018-11-25 15:33:23 +00:00
Unknown
5ef076bda9 Bug Fixes
# Fixed comments in the 'config.yml' file creating a new line rather than remaining on the same line.
# Fixed ISE when performing the command '/island' or '/is'.
# Fixed the displayname on the scoreboard not updating.
# Fixed a word mistake in the 'language.yml' file.
2018-11-25 02:06:50 +00:00
Unknown
8ae37cf7a6 Build 25
# Added the permission note 'skyblock.bypass.<setting>' and 'skyblock.bypass.*' to bypass visitor permissions at a players Island.
# Added the permission note 'skyblock.admin' for tab completion for admin commands and permission to see admin help commands.
# Added the option in the configuration file to immediately create an Island rather than opening the 'Island Creator' menu.
# Added the permission note 'skyblock.bypass' to teleport to a players Island when it's not open to visitors.
# Added the placeholder 'skyblock_islands' to get the number of loaded islands.
# Added the command '/island vote' to vote for an Island.
# Added PlaceHolderAPI support to chat messages.
# Added Island creation cooldown.
# Fixed players not being able to place blocks at the island spawn locations when spawn protection is set to false in the configuration file.
# Fixed the 'config.yml' comments being removed when changes are made to it.
# Fixed islands not unloading when a player adds or removes a vote for it.
# Fixed the Island size being one block less than the size set.
# Fixed the WorldBorder being too close by extending the size.
# Fixed the 'config.yml' rewriting when making changes to it.
# Fixed a possible NPE when a player sends a message.
# Removed a debug message when a structure is pasted with certain blocks on Island creation.
2018-11-24 22:14:50 +00:00
Unknown
e2f713551d Settings Editor
# Added the 'Settings Editor' menu to edit the default settings for when an Island is created rather than having to change the settings from the 'settings.yml' file.
# Added the command '/island admin settings' to open the 'Settings Editor' menu.
2018-11-23 23:15:13 +00:00
Unknown
03adddeefd Minor Fixes
# Fixed possible NPE when a player disconnects from the server preventing objects being removed. This is a problem with certain Java versions.
# Fixed 'Island Visit' menu not updating when the inventory viewer adds or removes a vote if voting is enabled.
# Fixed Island level not showing in the 'Island Visit' menu.
2018-11-23 21:57:02 +00:00
SystemEncryption
2216ff36d1 Delete structures.yml 2018-11-23 16:54:52 +00:00
SystemEncryption
fe8da1fb87 Delete settings.yml 2018-11-23 16:54:48 +00:00
SystemEncryption
6dc861b9b4 Delete plugin.yml 2018-11-23 16:54:44 +00:00
SystemEncryption
fb0780c2b1 Delete levelling.yml 2018-11-23 16:54:41 +00:00
SystemEncryption
86ab054d26 Delete language.yml 2018-11-23 16:54:37 +00:00
SystemEncryption
140f3b01e9 Delete generators.yml 2018-11-23 16:54:34 +00:00
SystemEncryption
33130d5d2b Delete config.yml 2018-11-23 16:54:30 +00:00
Unknown
8aa8f8aca4 Merge remote-tracking branch 'origin/master' 2018-11-23 16:42:13 +00:00
Unknown
5189a035d0 Bug Fixes
# Fixed players being teleported to the nether island world when they enter a nether portal when the nether island world is disabled.
# Fixed command tab completion suggesting all available commands rather than commands that contain an entered argument.
# Fixed Island level not updating in the Visit menu or the Leaderboard menu when peforming an Island level request.
# Fixed NPE when voting for another Island when the player who's voting doesn't own one.
# Fixed the Visit menu displaying the previous owner when changing the Island owner.
# Fixed players being able to remain in the nether island world when it is disabled.
# Fixed NSME when pasting an Island structure on creation when using 1.13 release 1.
# Fixed chunk error when setting the Island biome on 1.13.x builds.
# Fixed Leaderboard not sort values correctly.
2018-11-23 16:41:11 +00:00
SystemEncryption
949e73a958 Delete vcs.xml 2018-11-23 13:31:24 +00:00
SystemEncryption
665b021bb9 Delete modules.xml 2018-11-23 13:31:20 +00:00
SystemEncryption
6c6c15b0dc Delete misc.xml 2018-11-23 13:31:14 +00:00
Unknown
5b62969a6a Leaderboard
# Players will now have to be at an Island to add or remove a vote if Island voting is enabled. You can change the error messages in the language file.
# Added 'DragonEggUse' setting to the settings menu which allows players to interact with Dragon Eggs or not or prevent them from teleporting.
# Added the path in the language configuration file to change the description of the '/island leaderboard' command.
# Added the option in the configuration file to change the reset time for the Leaderboard.
# Fixed exception when changing the option in the configuration file to print a list of all the commands.
# Fixed signature not updating in the 'Visitor Menu' when changing an Island signature.
# Fixed Multiverse-Core error message when setting the generator of an Island world.
# Fixed help commands printing backslash at the end of the command aliases.
# Fixed skulls not displaying skin textures for the menus in 1.8-1.12.
# Fixed biome not changing when creating an Island.
# Fixed generators only generating one material.
2018-11-23 13:30:47 +00:00
Unknown
cd4b8368ab uncommitted changes 2018-11-23 13:28:34 +00:00
Brianna O'Keefe
c1bd3a3fa6 Update LICENSE 2018-11-22 23:08:47 +00:00
TheCreeperCow
009cd72019 CI Online 2018-11-22 23:30:19 +01:00
Lars Dormans
5342ff5d14 Add new file 2018-11-22 22:23:56 +00:00
TheCreeperCow
6924f5095b Pom File 2018-11-22 23:22:24 +01:00
TheCreeperCow
976870a85d Initial commit 2018-11-22 16:00:43 +01:00