public interface IngameCommandsAPI
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasPermission(String name,
String permission,
PermissionType type)
Prüft, ob der angegebene Spieler die angegebene Permission hat.
|
boolean |
hasPermission(UUID uuid,
String permission,
PermissionType type)
Prüft, ob der angegebene Spieler die angegebene Permission hat.
|
void |
register(IngameCommand command)
Registriert einen neuen IngameCommand.
|
void register(IngameCommand command)
command - der Befehlboolean hasPermission(String name, String permission, PermissionType type)
boolean hasPermission(UUID uuid, String permission, PermissionType type)
Copyright © 2023. All rights reserved.