u_gameserror.txt 221 B

12345678
  1. @on_error
  2. msg.dev("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. msg.dev("Script terminated (Minigame).");
  8. term();