Jump to content

Question

Posted

Hello folks How i can fix this command to work? What i have to add/edit or remove?

This command i want to be just for admins ( with access Levels ) and to delete tables !

Here it's command

Command for Wipe

8 answers to this question

Recommended Posts

  • 0
Posted

public boolean useVoicedCommand(String command, PlayerInstance activeChar, String target)
    {

if(!activeChar.isGM()) return true;

  • 0
Posted

Just execute those queries manually, it will take less than a minute. In case you are using navicat its way more simple. Right click on a table -> empty table. Although, if you would like to make this command gm only just make this admincommand instead of voiced. Also keep in mind that this will mess up a lot of stuff. It's always better to wipe the server while being shut down

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..