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...