public class NBTCommand
extends java.lang.Object
implements org.bukkit.command.CommandExecutor
NBTIODelegate
s. Each command must
be enabled in the config.yml
before it can be used and form there a
user needs the permissions described in NBTProxy.Permissions
.
nbt_query := query_type query_target [nbt_data | path]?; query_type := ('get' | 'read') | ('set' | 'write') | 'add' ; query_target := 'item' | 'block' | 'entity' | 'player' name | 'file' path;
Constructor and Description |
---|
NBTCommand(int enabledCommands) |
Modifier and Type | Method and Description |
---|---|
boolean |
onCommand(org.bukkit.command.CommandSender commandSender,
org.bukkit.command.Command command,
java.lang.String label,
java.lang.String[] args) |