- All Implemented Interfaces:
org.bukkit.command.CommandExecutor
public class CacheCommand
extends Object
implements org.bukkit.command.CommandExecutor
Cache management command for viewing and clearing player home cache.
Provides interactive messages with clickable teleport links.
-
Constructor Summary
Constructors
-
Method Summary
boolean
onCommand(org.bukkit.command.CommandSender sender,
org.bukkit.command.Command command,
String label,
String[] args)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CacheCommand
public CacheCommand()
-
Method Details
-
onCommand
public boolean onCommand(org.bukkit.command.CommandSender sender,
org.bukkit.command.Command command,
String label,
String[] args)
- Specified by:
onCommand in interface org.bukkit.command.CommandExecutor