Commands UnGateway - Commands
UnGateway

abortshutdown

Application: UGUT2004.GAppSystem
Abort the delayed shutdown.

admin

Application: UGUT2004.GAppSettings
Manage admins.
This command is only available when using the so called xAdmin system.
Usage: admin <list|add|remove|edit|password|master> ...
Usage: admin add <username>
Usage: admin remove <username>
Usage: admin edit <username> <password|addgroup|delgroup|addmgroup|delmgroup|addpriv|delpriv|setpriv> ...

ban

Application: UGUT2004.GAppSystem
Ban a player from the current game.
Usage: ban <name|id>

cancelsettings

Application: UGUT2004.GAppSettings
Discard any changes made to the current settings.

console

Application: UnGateway.GAppDebug
Execute a console command.
The console command will be executed as the system, not as the logged in user.

cronadd

Application: UnGateway.GAppCron
Add a new item to the cron table
Usage: cronadd <type> <time config> <command ...>

crondel

Application: UnGateway.GAppCron
Delete a entry in the cron table
Usage: crondel <index>

crondisable

Application: UnGateway.GAppCron
Disable a cron table entry
Usage: crondisable <index> ...

cronenable

Application: UnGateway.GAppCron
Enable a cron table entry
Usage: cronenable <index> ...

cronlist

Application: UnGateway.GAppCron
List the cron table

dump

Application: UnGateway.GAppDebug
Dump all available commands and help to the file UnGateway-help.html

echo

Application: UnGateway.GAppDebug
A simple echo command.
It will echo each argument on a single line
Usage: echo "some text"

edit

Application: UGUT2004.GAppSettings
Change the class to edit.
The class must be a fully qualified name: package.class
It's also possible to edit a complete game type. In that case use: -game <name or class of the gametype>
Usage: edit [-game] <class name>

gametypes

Application: UGUT2004.GAppSystem
Show all available game types.
By default all game types are listed, but you can also provide a name to match.
Usage: gametypes <match>

group

Application: UGUT2004.GAppSettings
Manage user groups.
This command is only available when using the so called xAdmin system.
Usage: group <list|add|remove|edit|master> ...

help

Application: UnGateway.GAppDefault
Show help about commands
Usage: help <command>

kick

Application: UGUT2004.GAppSystem
Kick a player from the current game.
Usage: kick <name|id>

list

Application: UnGateway.GAppDefault
Show various lists.
cmd show registered commands
app show loaded applications
if show loaded interfaces
client show connected clients

maplist

Application: UGUT2004.GAppSettings
Manage map lists.
This command will allow you to create, delete, rename, list or activate map lists.
It will also allow you to change the maplist that can be edited with 'mledit'.
To list maplists of other game types than the current game type use: maplist list package.gametype
Usage: maplist <create|delete|rename|edit|activate|list> ...

maps

Application: UGUT2004.GAppSystem
Show all available maps.
By default all maps are listed, but you can also provide a name to match.
Usage: maps <match>

mledit

Application: UGUT2004.GAppSettings
Edit a map list.
With the command you can edit the current maplist.
Use the 'maplist' command to change the maplist being edited.
mledit <add|remove|move|list|save|abort|available> ...

mutators

Application: UGUT2004.GAppSystem
Show all available mutators.
By default all mutators are listed, but you can also provide a name to match.
Usage: mutators <match>

players

Application: UGUT2004.GAppSystem
Show details about the current players and spectators.
When an ID is provided more details will be shown about this user.
Usage: players [id|name] ...

policy

Application: UGUT2004.GAppSettings
Manage access policies.
Without any arguments the current access policy will be listed.
Usage: policy <add|remove> ...

privilege

Application: UGUT2004.GAppSettings
List all privileges.
Usage: privilege <match>

quit

Application: UnGateway.GAppDefault
Logout

savesettings

Application: UGUT2004.GAppSettings
Save the settings you've made.
Settings are not saved until you execute this command.

say

Application: UGUT2004.GAppSystem
Say something on the server.
Usage: say message ...

servertravel

Application: UGUT2004.GAppSystem
Executes a server travel.
Use this to change the current map of the server.
When no url is given the last url will be used.
Usage: servertravel [url]

set

Application: UGUT2004.GAppSettings
Change or list the settings.
When called without any arguments it will list all setting groups.
You can use wild cards to match groups or settings.
To list all settings in a group use: set -list <groupname> ...
To list all settings matching a name use: set <match>
To edit a setting use: set <setting> <new value ...>

shutdown

Application: UGUT2004.GAppSystem
Shutdown the server with a delay.
Use the command abortshutdown to abort the delayed shutdown.
To shutdown the server immediately use 'now' as the delay. this shutdown can not be aborted.
Usage: shutdown <delay|now> [message]

test

Application: UnGateway.GAppDebug
Various tests for debugging.