Performance:
- Massively sped up/optimized startup speed for the plugin, we are back under 10 seconds to load fully
MMO:
- Green Thumb active skill replaced by passive skill Crop Acceleration - This will increase nearby crop age by 1 every 2 minutes
- Crop Boost active skill replaced by passive skill Bountiful Harvest - This will double crop drops on break
- Added proper task restarting if you change config values and use /ci reload, on it so now it properly restarts the tasks with new config values
- Removed crafting, herbalism, smelting skills
- Woodcutting, added new passive skill for double drops
- Excavation, added missing info for /mmo excavation
Custom Tab:
- Added actual ping value next to connection bar on tab displayed
MISC:
- Removed /ci reload recipes.yml and /ci reload recipes, as they were redundant already handled by /ci reload default_minecraft and reloading individual custom items configs
Custom Hopper:
- Added ability to directly feed from a chest with a hopper into a composter
- configurable in config/composter.yml
World Edit:
- Added functionality, permission to use madhouse.worldedit and madhouse.worldedit.admin
- All actions run async and quickly
- Logs all changes made and allows for undoing/redoing all of them from start to finish by player or all recorded changes by an amount or all at once
Commands
- /edit select - madhouse.worldedit - toggles block selection on or off (once on stays on until toggled off with the same command)
- /edit fill <block> - madhouse.worldedit - fills selected block or area with selected block type
- /edit regenchunk - madhouse.worldedit - regenerates the chunk the player is standing in, teleports you on top of block above you incase area your standing fills up
- /edit replace <block> - madhouse.worldedit - replaces selected block or blocks with the block type, does not change air
- /edit sphere <block> <hollow|solid> <radius> - madhouse.worldedit - generates a sphere at the selected block, or inside the selected area if using 2 block points
- /edit cylinder <block> <hollow|solid> <radius> - madhouse.worldedit - generates a cylinder at the selected block, or inside the selected area if using 2 block points
- /edit cube <block> <hollow|solid> <radius> - madhouse.worldedit - generates a cube at the selected block, or inside the selected area if using 2 block points
- /edit copy <name> - madhouse.worldedit - copies all blocks/items/chests/contents in the selection area to a file name schematic
- /edit paste <name> - madhouse.worldedit - pastes a schematic in the selected area (paste schematic to selected area)
- /edit del <name> - madhouse.worldedit.admin - deletes schematic from the folder
- /edit undo <name|All> <amount|all> - madhouse.worldedit.admin - undoes a change or changes for the selected player or all players
- /edit redo <name|All> <amount|all> - madhouse.worldedit.admin - redoes a change that was undo last for the selected player or all players
- /edit confirm - madhouse.worldedit.admin - when using undo/redo for all players or all changes for a player it requires confirmation before it runs