Class Maria

All Implemented Interfaces:
Script

public class Maria extends ScriptImpl
Creates a portable NPC which sell foods&drinks, or optionally items from any other shop, at meetings. As admin use /script Maria.class to summon her right next to you. Please put her back in int_admin_playground after use.
  • Constructor Details

    • Maria

      public Maria()
  • 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