Skip to content

Commands

Francisco Solis edited this page Oct 20, 2021 · 1 revision

BungeeCord Commands

In-Game

  • /premium: This command change the Mode to Premium Mode, if you enable this option and don't own a Minecraft Premium Account you will lose all your data or progress.
  • /cracked: This command change the Mode to Cracked Mode, if you enable this option and you had a Premium Mode before, you will lose all your data or progress.

Plugin Commands

Console

  • sauth setAdmin <Username>: This enable the admin access to a certain user.
  • sauth remAdmin <Username>: This disable the admin access to a certain user.
  • sauth force-login <Username>: This makes the user to appear as logged-in instead of using their password to a certain user.
  • sauth unregister <Username>: This sent a Remove request to delete a user from the DataBase. (User must be offline).
  • sauth register <Username>: This create a new user in the DataBase, after that the created user will be asked to create a new password. (The name must be exacltly the same as the new user)
  • sauth info: Get information about your server (such as the ram, online players, server version, operative system, allocated memory, etc.) and the plugin (api version, version, last errors, etc.). This is useful when you are requesting support.
  • sauth paste: Upload the latest error to our paste service (https://paste.theprogramsrc.xyz) including your server id. Your server id can be changed at any time just delete your PluginData.json file.
  • sauth reload: Reload the plugin settings. It's recommended to restart the server but this command should do the work.
  • sauth updateuser <Username> ip <New IP>: Update the user IP Adress. This is useful for the new anti-bot system introduced in v3.12.0. MAKE SURE TO KICK THE PLAYER BEFORE/AFTER UPDATING THE USER DATA IN ORDER TO APPLY THE CHANGES
  • sauth updateuser <Username> premium <true/false>: Updates the user premium mode. Set to true in order to set user as premium. Set to false in order to set user as creacked user. MAKE SURE TO KICK THE PLAYER BEFORE/AFTER UPDATING THE USER DATA IN ORDER TO APPLY THE CHANGES
  • sauth migrate: Migrate the data betweeen the MySQL and SQLite database. REMEMBER TO RESTART THE SERVER AFTER THE MIGRATION TO AVOID BUGS.

In-Game

  • /sauth: This will open the Administrative GUI and will work only for users with Admin Access. To get the access see the Console Command sauth setAdmin <UserName>. If the user is not an admin it will open a personal "My Account" GUI that will let the user update their password and premium mode.

Auth Commands

In-Game

  • /auth: This will open the Auth GUI, this will only work if the user is in auth and if the User Auth method and the Plugin Auth Method is GUI
  • /register: This is the classic register command, only available if the user is registering and the plugin auth method is COMMANDS
  • /login: This is the classic login command, only available if the user is logging in and the user auth method is commands
Clone this wiki locally