SkiesClear
SkiesClear is a server-side Fabric mod that automatically clears the world of various objects at specified intervals. It can remove mobs, dropped items, and even Pokémon from the Cobblemon mod.
Main Features
- Flexible Timer System: Create practically unlimited cleanup timers (theoretically no limits, but this hasn't been tested)
- Dimension Binding: Restrict timer operation to specific world dimensions
- Customizable Notifications: Choose sounds and text messages that will play during cleanup
- Warnings: Customizable warning sounds and messages with the ability to choose when they appear
- Flexible Filtering: Configure exactly which types of objects should be removed:
- Items (with whitelists and blacklists)
- Any entities (with whitelists and blacklists)
- Cobblemon Pokémon (with whitelists and blacklists, additional flags for shiny, legendary Pokémon and aspects)
Installation
- Download the latest version of the mod (coming soon)
- Install required dependencies:
- Fabric Language Kotlin
- Fabric Permissions API
- If necessary, install optional dependencies:
- Cobblemon (if using this mod)
- Place the mod files and dependencies in your server's
modsfolder - Configure cleanup timers in the configuration file
./config/skiesclear/config.json
Commands and Permissions
| Command | Description | Permission |
|---|---|---|
/skiesclear reload |
Reloads the mod configuration | skiesclear.command.reload |
/skiesclear info <timer_id> |
Shows information about the specified timer | skiesclear.command.info |
/skiesclear force <timer_id> [announce] |
Forces a cleanup timer to activate | skiesclear.command.force |
/skiesclear debug |
Enables/disables debug mode for error troubleshooting | skiesclear.command.debug |
Future Plans
- Send your suggestions for improving functionality!
