Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Spigot plugin for Potter-themed Minecraft game servers which thoughtfully clears dropped item entities

License

Notifications You must be signed in to change notification settings

tsgrissom/Groundskeeper-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Groundskeeper

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.

Plugin Integrations

More integrations should be added as needed. Not sure what's a good idea to add.

Configuration

Default config

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 perform
  • global.enabled - Whether to schedule the global cleanup task
  • global.interval - How often to clear all worlds in seconds
  • protectedTypes - Which Materials to protect from being cleared
  • integrations.magic - Whether to integrate with NathanWolf's Magic
  • messages - This section contains user-facing messages

Commands

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

Permissions

  • 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.

About

Spigot plugin for Potter-themed Minecraft game servers which thoughtfully clears dropped item entities

Topics

Resources

License

Stars

Watchers

Forks

Languages