Class GraveCommand
java.lang.Object
com.haven.havenplugin.graves.GraveCommand
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter
public class GraveCommand
extends Object
implements org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter
/graves – list own graves
/graves list [player] – list graves (staff: any player)
/graves view [number] – view own grave (number optional with 1 grave)
/graves view [number] – staff: read-write view
/graves unlock [number] – unlock own grave
/graves lock [number] – lock own grave
/graves dump [number] – admin: drop contents on the ground
/graves listall – staff: full history with UUID + status
/graves restore – admin: restore a logged grave
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GraveCommand
-
-
Method Details
-
onCommand
-
onTabComplete
-