Class Debuggera

All Implemented Interfaces:
Script

public class Debuggera extends ScriptImpl
code for abstract/int_admin_playground which creates a NPC to help testers.
Author:
hendrik
  • Constructor Details

    • Debuggera

      public Debuggera()
  • Method Details

    • load

      public void load(Player admin, List<String> args, ScriptingSandbox sandbox)
      Description copied from interface: Script
      Initial load of this script.
      Specified by:
      load in interface Script
      Overrides:
      load in class ScriptImpl
      Parameters:
      admin - the admin who load it or null on server start.
      args - the arguments the admin specified or null on server start.
      sandbox - all modifications to the game must be done using this object in order for the script to be unloadable