u_gameserror.txt 229 B

12345678
  1. @on_error
  2. snuvi.debug("Error Handler activated");
  3. if(script_id != null) {
  4. minigame.msgAll("§cThere was an error in the game.");
  5. minigame.kickAllPlayers(script_id);
  6. }
  7. snuvi.debug("Script terminated (Minigame).");
  8. term();