Advanced World Management plugin for Bukkit/Spigot servers
This enhanced fork adds powerful inventory management capabilities to the original MyWorlds plugin.
| Command | Description | Aliases |
|---|---|---|
/world clearinventory <player> <world> [type] |
Clear player inventories with granular control | /world clearinv |
/world clearenderchest <player> <world> |
Quick enderchest clearing | /world clearender, /world clearec |
Clear Types:
inventory- Clears only the regular inventory and XP dataenderchest- Clears only the enderchestboth- Clears everything (default)
- β Works with online and offline players
- β Support for UUID or player name
- β Granular control over what gets cleared
- β Smart autocomplete for all parameters
- β XP data management when clearing inventories
- β Full backward compatibility with existing scripts
| Permission | Description | Default |
|---|---|---|
world.clearinventory |
Allows clearing player inventories | OP |
world.clearenderchest |
Allows clearing player enderchests | OP |
- Fixed dependency issues with MythicDungeons and AvnGUI
- Added local repository support for more reliable builds
- Improved GitHub Actions workflow for automated releases
- Enhanced error handling and logging
- Download the latest release JAR from the Releases page
- Place it in your server's
pluginsfolder - Restart your server
git clone https://github.com/regix1/MyWorlds.git
cd MyWorlds
mvn clean packageThe built plugin will be in the target directory.
/world clearinventory Steve world
/world clearinv Steve world_nether inventory
/world clearenderchest Steve world_the_end
or
/world clearinv Steve world enderchest
/world clearinv 069a79f4-44e9-4726-a5be-fca90e38aaf5 world
| Dependency | Required | Description |
|---|---|---|
| BKCommonLib | β Yes | Core library (included) |
| Multiverse-Core | β Optional | World management integration |
| PlaceholderAPI | β Optional | Placeholder support |
| MythicDungeons | β Optional | Dungeon instance support |
This plugin maintains the same license as the original MyWorlds plugin.
Feel free to submit issues and enhancement requests!
- Original MyWorlds plugin by bergerkiller
- Fork enhancements by regix1