Commit Graph

20 Commits

Author SHA1 Message Date
Fabrizio La Rosa
93ae6fd494 Added ProtectorDamage setting 2020-07-28 23:47:14 +02:00
Fabrizio La Rosa
bc4af8972b Revert "Added IronGolems settings"
This reverts commit 432d4b2d8c.
2020-07-16 11:07:36 +02:00
Fabrizio La Rosa
432d4b2d8c Added IronGolems settings 2020-07-13 18:57:22 +02:00
Fabrizio La Rosa
742cd86f96 Default KeepItemsOnDeath to false 2020-07-11 12:03:01 +02:00
Fabrizio La Rosa
63dcbbb376 Default owner settings to true 2020-07-08 08:04:13 +02:00
Fabrizio La Rosa
cd15898858 Cauldron permission 2020-06-22 17:02:40 +02:00
Fabrizio La Rosa
c3fc229177 Removed Hunger from island default settings 2020-06-19 23:32:02 +02:00
Fabrizio La Rosa
969306bf6b Added Damage setting to settings.yml 2020-06-19 22:48:26 +02:00
Fabrizio La Rosa
e64b354252 Removed pvp default value from owner 2020-06-19 16:50:07 +02:00
Brianna
b5121fe37e The permissions overhaul. 2020-05-27 08:57:24 -05:00
0ddlyoko
f0239dfd2b Add MonsterHurting setting that allow visitors to kill monsters like Zombies and not passives mobs 2020-03-22 07:00:55 -04:00
BuildTools
43d31880ec Restructured the Gradle 2019-09-21 23:29:52 -06:00
Esophose
077856e311 Break project into gradle modules, fix island level scan performance 2019-07-25 10:59:37 -06:00
SystemEncryption
91f8f5cec5 Build 48
# Added the option 'Island.Portal.Island' to the configuration file to teleport the player to the end or nether world rather than the island world when they enter a portal at their island.
# Added the option 'Island.Void.Teleport.Island' to the configuration file that teleports the player to either the main or island spawn point when the player falls into the void.
# Added the path 'Island.Portal.Destination.Message' to the configuration file that sends a message to the player if there's no world available when entering a portal.
# Added a check to the confirmation command when a player wants to delete their island that requires their island to be closed.
# Added the variable '%owner' for the player head display names in the leader board menu.
# Added the alias '/island upgrades' to the command '/island upgrade'.
# Fixed upgrades now being removed from a player when they die at an island and are teleported to the main spawn point rather than the island spawn point.
# Fixed players being able to place hanging entities at an island when the setting 'EntityPlacement' is enabled.
# Fixed TNT damaging players or entities when the 'Explosion Damage' setting is set to false.
# Fixed scoreboard glitching when deleting an island.
# Fixed TNT damage destroying hanging entities.
# Change the 'ArmorStandPlacement' setting to 'EntityPlacement'.
# Removed the check that prevents the main spawn point being set in an island world. Keep in mind this will cause issues if the island you have set the main spawn point at doesn't exist.
2018-12-14 21:03:31 +00:00
Unknown
3aca100530 Build 43
# Added the command '/island value' to get the value (points) earned from a material in the players hand.
# Added the permission note 'skyblock.value' to perform the command '/island value'.
# Added the configurable option 'Island.Settings.Hunger' to enable/disable the 'Hunger' setting in the 'Island Settings' menu (Disabled by default).
# Added the 'Hunger' setting to the 'Island Settings' menu.
# Added the placeholder 'skyblock_island_invites' to get the active number of invites for the island.
# Added the placeholder 'skyblock_island_coops' to get the number of cooped players at the island.
# Added the placeholder 'skyblock_island_coops_total' to get the number of cooped players.
# Added economy support for Coins (https://www.spigotmc.org/resources/coins-1-8-x-1-12-x-mysql-sqlite-api.48536/).
# Fixed being able to go further than the end index of the help command pages.
# Fixed new settings being set to false when being added to the island.
2018-12-10 19:11:12 +00:00
Unknown
4ddc7565dd Build 42
# Added the 'Island Border' menu for the island operators or owners to toggle the border or change the color of the border.
# Added the command '/island border' to open the 'Island Border' menu.
# Added the setting 'Border' to the Operator role.
# Added the option 'Island.Obsidian.Enable' to the configuration file to allow players to right-click obsidian with a bucket to become a lava bucket (This option is by default disabled).
# Added the alias '/island warp' to the command '/island teleport'.
# Added the alias '/island warps' to the command '/island visit'.
# Added the events 'PlayerIslandChatEvent', 'PlayerIslandChatSwitchEvent', 'PlayerIslandEnterEvent', 'PlayerIslandExitEvent', 'PlayerIslandJoinEvent', 'PlayerIslandLeaveEvent', 'PlayerIslandSwitchEvent', 'IslandInviteEvent', 'IslandKickEvent', and 'IslandUpgradeEvent' to the API.
# Fixed fly being disabled when a player teleports at a location inside the islands radius.
# Fixed players being able to use buckets at an island when they don't have permission to.
# Fixed cooped players being removed from the island when there no operator or owner is online.
# Fixed island unloading when there are no members occupying the island by cooped players.
# Fixed border of another island being sent to a visitor that isn't occupying the island.
# Fixed NSME when spawning an entity at a structure on island creation for 1.9 servers.
2018-12-09 22:13:00 +00:00
Unknown
fc6dafbe8d Build 39
# Added tab completion to the commands '/island leaderboard', '/island setspawn', '/island sethologram', and '/island removehologram'.
# Added the placeholder '%safety' to the Visit and Information menu to show if an island is safe for visitors.
# Added the setting 'ExperienceOrbPickup' to the roles Visitor, Member, and Coop.
# Added the option 'Island.Settings.KeepItemsOnDeath' to the configuration file.
# Added the option 'Island.Settings.Damage' to the configuration file.
# Added the option 'Island.Settings.PvP' to the configuration file.
# Added the setting 'Damage' to the 'Island Settings' menu.
# Added coop role to the 'Settings Editor' menu.
# Fixed creation message being sent to the player on island creation when the error message is sent when the main spawn point hasn't been set.
# Fixed new comments not being set in the configuration file (New comments however will appear at the end of a path).
# Fixed the permission note 'skyblock.information' not working for the command '/island information'.
# Fixed projectiles launched by players damaging entities when the setting 'MobHurting' is disabled.
# Fixed players being able to tame entities at an island when the setting 'MobTaming' is disabled.
# Fixed NPE generated by cobblestone generators when the index for the random material is zero.
# Fixed some water problems with the ore generators caused by water physics.
# Fixed '/island chat' enabling chat for other players on the island team.
# Fixed messages not being translated when island chat is enabled.
# Fixed custom entities not spawning in the island worlds.
# Fixed projectiles being under the wrong setting.
# Fixed a few mistakes in the 'language.yml' file.
# Recoded the 'Settings Editor' menu.
2018-12-06 20:52:09 +00:00
Unknown
59774f0e0e Build 38
# Added Console support to the command '/island admin delete', '/island admin owner', '/island admin reload', '/island admin removehologram', and '/island admin setsize'.
# Added a check when creating an island that checks if the spawn point has been set and if not an error message will be sent to the player.
# Added the setting 'ArmorStandPlacement' to the roles Visitor, Member, and Coop.
# Added the option to the configuration file to disable Island Coop.
# Added 'Coop Settings' to the 'Settings' menu.
# Added the setting 'Edit Coop Settings' to the 'Operator Settings' menu.
# Fixed players inventory not updating when interating with an item that is cancelled at an island if the player doesn't have permission.
# Fixed cobblestone generators not forming cobblestone when there are no generators or no materials in a generator.
# Fixed island operators being able to edit the island settings when they permission for that to do so has been disabled.
# Fixed NPE when a player doesn't have permission to change the permission of a setting when they've been removed access.
# Fixed the command '/island admin setsize' setting the size of the senders island when the target player is online.
# Fixed the command '/island admin owner' getting the island owner of the sender when the target player is online.
# Fixed the command '/island admin delete' deleting the senders island rather than the targets.
# Fixed NPE when a chance of a material for a generator is set to zero.
# Changed the unban item in the 'Operator Settings' menu from a name tag to a rose rose.
# Changed the setting name for 'ArmorStand' to 'ArmorStandUse'.
2018-12-04 19:21:46 +00:00
Unknown
d1a1988998 Build 37
# Added a Coop System (Allow players to access your island even if it's closed as long as an operator or owner is online).
# Added the command '/island coop [<player>]' to open the 'Island Coop' menu or add/remove a coop player.
# Added the option to the configuration file to remove islands the player has been banned from when they open the 'Island Visit' menu.
# Added the setting 'CoopPlayers' to the 'Operator Settings' menu.
# Fixed players not being teleported from an island when the island is closed or the player has been banned from the island when they join the server at the island.
# Fixed players with bypass permission not being able to visit an Island from the 'Island Visit' menu if the island was closed after the player opened the menu.
# Fixed island time not being synchronized when a player joins the server at a loaded island.
# Fixed the 'Vote' leaderboard not showing the correct top 10 players.
# Fixed Placeholders for PlaceholderAPI returning an empty string.
# Fixed a memory leak issue when unloading islands.
# Fixed falling blocks not falling at an Island.
# Replaced statistics item in the 'Island Bans' menu with information item.
2018-12-04 00:38:44 +00:00
Unknown
45d8527ebc Maven Project
# Added the alias '/island teleport <player>' to the command '/island visit [<player>]'.
# Fixed NSME when sending a World Border to a player on servers using 1.9 & 1.10.
# Fixed NSFE when buying 'Spawner Boost' upgrade on servers using paperclip 1.12.
# Fixed Placeholders not working for Upgrade messages.
2018-11-30 04:16:36 +00:00