This repository has been archived by the owner on Aug 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Command List
GrafDimenzio edited this page Oct 22, 2020
·
6 revisions
There are 3 Different Types of Commands:
- GameConsole: These can only be used by the ServerConsole
- RemoteAdmin: These can only be used by the Remote Admin (you can use
/
in the Client/ServerConsole to access the Remote Admin from there) - Client: These can only be used by the ClientConsole (you can acces them from the Server Console with a
.
)
Command | Permissions | Aliases | Command Type | Description |
---|---|---|---|---|
help | synapse.command.help | h | ClientConsole,RemoteAdmin,ServerConsole | Gives you a list of all Commands which you can execute int the same Console Type |
plugin | synapse.command.plugins | pl,plugins | ClientConsole,RemoteAdmin,ServerConsole | Gives you a List of all Plugins |
reload | synapse.command.reload | rl | GameConsole,RemoteAdmin | Reloads everythin in Synapse(Permissions,Configs, etc.) |
giveitem | synapse.command.give | gi | RemoteAdmin,ServerConsole | Gives a Player an Item (you can define also size and give custom items with it) |
setclass | synapse.command.setclass | sc,class | RemoteAdmin,ServerConsole | Sets the Role of a Player (you can also set CustomRoles with id) |
permission | none | pm | RemoteAdmin,ServerConsole | A Command for Permissions. permission me needs no permisiion permission permission groups needs synapse.permission.group
|
keypress | none | key | ClientConsole | A Command for a special Synapse Feature. Reade here more about it |