-
Notifications
You must be signed in to change notification settings - Fork 0
Cog Descriptions
Raj Dave edited this page Jun 3, 2022
·
1 revision
The admin Category consists of Commands meant to be run only by Server staff.
They control a lot of stuff, including the Permission Level System, Survival Economy, and more Minecraft Server Control.
Anything within []
is a required argument and anything within ()
is optional
-
Server Management
-
+admin start [server]
Starts the given Server (Pterodactyl). Requires permission level2
-
+admin stop [server]
Stops the given Server (Pterodactyl). Requires permission level3
-
+admin restart [server]
Restarts the given Server (Pterodactyl). Requires permission level2
-
+admin kill [server]
Kills the given Server (Pterodactyl). Requires permission level3
-
+admin cmd
Send-Command to a Backend Minecraft Server. Requires permission level4
-
-
Player Management
-
+admin pw [player] [new password]
Change a user's Minecraft Password (AuthMe). Requires permission level4
-
+admin unreg [player]
Un-register a player from the server (AuthMe). Requires permission level4
-
+admin disconnect [user]
Disconnects the Minecraft Network connected, from a Discord user. Requires permission level3
-
-
Economy
-
+admin take_money [player] [amount]
Take money from a player, on the Survival Server. Requires permission level3
-
+admin give_money [player] [amount]
Give money to a player, on the Survival Server. Requires permission level3
-
-
Bot Management:
-
+admin rc [counter]
Resets a log counter, of the given counter identifier. Requires permission level5
-
admin cp [presence]
Changes the Bot presence (playing x game). Requires permission level3
-
-
Permission Level System
-
+admin setlvl [user] [level]
Sets the given user's permission level, to a number between-1
and5
. -1 denying access to any command and 5 giving access to all Dev commands too. Requires permission level4
-
admin getlvl [user]
Gets the given user's permission level. Requires permission level0
-