SyncProxy Befehl
The syncproxy
command is used to manage the configuration of the NPC Module.
Permission: cloudnet.command.syncproxy
Aliases: syncproxy
, sp
Information
Dieser Befehl kann als Befehl in der Node-Konsole oder als Ingame-Befehl mit dem Präfix /cloud
verwendet werden
This is a basic overview about the syncproxy
command.
Please have a look below for any further information.
COMMAND: - syncproxy reload
COMMAND: - syncproxy list
COMMAND: - syncproxy target <targetGroup> maxPlayers <value>
COMMAND: - syncproxy target <targetGroup> maxPlayers <enabled>
COMMAND: - syncproxy target <targetGroup> whitelist
COMMAND: - syncproxy target <targetGroup> whitelist add <name>
COMMAND: - syncproxy target <targetGroup> whitelist remove <name>
COMMAND: - syncproxy target <targetGroup> maintenance <enabled>
syncproxy reload
Usage: synyproxy reload
Dieser Befehl lädt die Konfiguration des SyncProxy-Moduls neu und übernimmt alle Änderungen.
syncproxy list
Aufruf: synyproxy list
Dieser Befehl listet alle Konfigurationen für die verschiedenen Proxy-Gruppen auf.
syncproxy target maxPlayers
Aufruf: syncproxy target <targetGroup> maxPlayers <value>
Dieser Befehl legt die maximale Spieleranzahl für die angegebene Proxy-Gruppe fest.
syncproxy target whitelist
Aufruf: syncproxy target <targetGroup> whitelist
Dieser Befehl gibt die Spieler auf der Whitelist der angegebenen Proxy-Gruppe aus.
syncproxy target whitelist add
Aufruf: syncproxy target <targetGroup> whitelist add <name>
This command adds the given name to the maintenance whitelist of the specified proxy group.
syncproxy target whitelist remove
Aufruf: syncproxy target <targetGroup> whitelist remove <name>
Dieser Befehl entfernt den angegebenen Namen aus der Maintenance-Whitelist der angegebenen Proxy-Gruppe.
syncproxy target maintenance
Usage: syncproxy target <targetGroup> maintenance <enabled>
This command enables (true
) or disables (false
) the maintenance for the specified proxy group.
Possible arguments for enabled
are "true
" and "false
".