Skip to content

Commands

Blade12629 edited this page Mar 30, 2022 · 9 revisions

All commands run on a diffrent thread than the servuo (core) thread

Access Level

In order to get your access level you have to link your discord account with your uo account (LinkAccount command) Once your account is linked you will have the same access level as your uo account


Type

There are 3 types of commands:

  • None (Can be used in public chats and DMs)
  • Private (Can only be used in DMs)
  • Public (Can only be used in public chats)

Commands

  • ‎< > = required
  • ‎[ ] = optional
  • / = choose between
  • Text with spaces needs to be inside: " "
Type Access Level Command Description Usage Usage 2 Usage 3
None Player help Displays a command list or infos about a specific command help [page] help <command>
Private Player CreateAccount Creates a new account CreateAccount <username> <password>
Private Player SetPassword Sets your password SetPassword <password> SetPassword <account> <password>
None Player LinkAccount Links the current discord account with your ingame account LinkAccount
None Player SelectCharacter Selects as which character you want to be shown SelectCharacter <player>
None Counselor OnlinePlayers Displays a list of players currently online OnlinePlayer [page]
None GameMaster BanPlayer Bans a specific player BanPlayer <player> [reason]
None GameMaster KickPlayer Kicks a specific player KickPlayer <player> [reason]
None GameMaster SaveWorld Saves the world SaveWorld
None GameMaster WorldMessage Sends a world message WorldMessage <hue> <hideUsername> <world message>

Custom Commands

Check the examples in Skyfly/UODisc/Commands and refer to this wiki: https://dsharpplus.github.io/index.html

Clone this wiki locally