Groundskeeper is a Spigot plugin for Potter-themed Minecraft game servers which serves to clear the ground of dropped item entitities in a more thoughtful manner, avoiding the removal of more valuable items by default.
- NathanWolf's Magic plugin - Groundskeeper will avoid clearing Magic wands from off the ground.
More integrations should be added as needed. Not sure what's a good idea to add.
There's a bunch of configurable options in Groundskeeper. Click the link above to see the default annotated config file. Below you can read about the available options:
debug
- Whether the debugger should performglobal.enabled
- Whether to schedule the global cleanup taskglobal.interval
- How often to clear all worlds in secondsprotectedTypes
- Which Materials to protect from being clearedintegrations.magic
- Whether to integrate with NathanWolf's Magicmessages
- This section contains user-facing messages
Perform
/gk
to receive command help
/gk debug
- Toggle debugger/gk force
- Force Groundskeeper to clean up/gk global
- Modify global task settings/gk load
- Reload the plugin/gk protect <material>
- Protect a material/gk protected
- List protected materials/gk unprotect <material>
- Unprotect a material/gk version
- Get plugin version
groundskeeper.*
groundskeeper.command
- Whether the player should be allowed to use /gk commands.groundskeeper.reload
- Whether the player should be able to use /gk reload.groundskeeper.debug
- Whether the player should be sent debug messages.groundskeeper.notify
- Whether to send notifications to the player. Default is true. Negate this in your permission manager if you want.