File Details
Version 7.1
- R
- Apr 4, 2025
- 278.87 KB
- 71
- 1.18.2+2
- Forge
File Name
skyblockaddon-7.1.jar
Supported Versions
- 1.18.2
- 1.18.1
- 1.18
Curse Maven Snippet
New Additions
- Added debug command (also in configuration .toml file). This command toggles the status of debug messages for permission events. These messages help you set up your permissions or alter existing ones;
- Added custom trigger: OnBlockPlace. This trigger is there to separate block placement and interacting with blocks;
- Barrel interactions are now separated as a permission in the storage section;
- The interactions section contains an extra permission related to general interactions, I.E. furnace, crafting table, etc;
- Optimized event handling code;
- Added chicken eggs also to the spawn egg permission;
Bug Fixes
- Fixed dimension travel to work with actual dimension names (I.E. Minecraft:the_nether);
- onDrop trigger wasn't properly triggering. Is now fixed, and dropped item also always returns into the inventory now;
- Fixed being able to place blocks while being shifted on several blocks;
- PermissionRegistry did not always generate without the full registered folder being removed, this is now also fixed;
- PermissionRegistry now also updates with the `/island admin reload` command;
- Several pattern/typos are fixed from the permission registries configuration;
- Permission registries is now up-to-date with Vault Hunters V17 containing all stations, forges, etc.
- Fixed issue with GUI condition `is_admin` not properly working;
- Redstone updates are now prevented from happening when clicking button/lever;
Known Issues (To be fixed)
- Preventing the vault portal from being able to be entered (Currently removed so that chat spam is no longer present);
- Nether portal may be entered from the nether, even with nether transport disabled. (It may NOT be created or entered from the overworld. This functions properly);
- The redstone button still triggers the `Vault Altar` as there is a less than one-millisecond activation period server-sided;

