This is my first plugin. I made in my free time for practice and as a learning project. It is a one-hit, destroy pick plugin. It is customizable for which tools act as the "superpick" and which blocks it can break. It also is customizable for whether tool damage is applied and whether it overrides other plugins that use the "/" commands like World Edit. It saves a list of people with SuperPick enabled so you it stays enabled between logons and logoffs and server resets.
Commands:
- /pickaxe [player] (or WE commands such as '/'..etc)
turns pickaxe on [for specified player]
console can only use /pickaxe with the player argument
- /picklist
lists all of the player with Superpick enabled
Configuration:
default config.yml for Superpick
tools: (tools that are usable as a "Superpick")
- 270
- 274
- 278
- 285
- 257
nonBreakable: (Blocks that can't be broken with a "Superpick")
- 7
disableWear: true (Whether a "Superpick" takes damage when enabled)
OverrideWE: true (Whether the WorldEdit Superpick is overriden)
removeOnWorldChange: true (Whether a "Superpick" is disabled when changing worlds)
outputToConsole: false (Whether the console outputs data on Player's block clicks (Mainly for debugging))
outputToFile: true (Whether the a log file is made with data on Player's block clicks (Mainly for debugging))
Enabled: (A list of players with a "Superpick" enabled) (All lower case for now)
-hroengar
Permissions:
- superpick.use
allows for the use of /pickaxe
- superpick.breakAll
allows for the user to ignore the unbreakable blocks defined in the config
- superpick.list
allows for the user to use /picklist
If you have comments or suggestions please leave a comment or PM. Thanks.

