This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Default Game Commands | |
| The following commands can be called at any time and are built into the game: | |
| Autosaves the game and live-reloads all active scripts and mission locations to allow for live debugging and editing of missions | |
| ?reload_scripts | |
| Kicks the associated player from the game. | |
| ?kick <peer_id> | |
| Bans the associated player from the game. | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ;################# | |
| ;# EDIABAS 7.3.0 # | |
| ;################# | |
| ;============================================================================= | |
| [Configuration] | |
| ;============================================================================= | |
| Interface = ENET | |
| Simulation = 0 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ;################# | |
| ;# EDIABAS 7.3.0 # | |
| ;################# | |
| ;============================================================================= | |
| [Configuration] | |
| ;============================================================================= | |
| Interface = ENET | |
| Simulation = 0 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package net.worldoftomorrow.ClickTest; | |
| import org.bukkit.event.EventHandler; | |
| import org.bukkit.event.Listener; | |
| import org.bukkit.event.inventory.InventoryClickEvent; | |
| import org.bukkit.plugin.java.JavaPlugin; | |
| public class ClickTest extends JavaPlugin implements Listener { | |
| @Override | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 26.11 21:09:18 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:856) | |
| 26.11 21:09:18 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426) | |
| 26.11 21:09:18 [Server] INFO at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493) | |
| 26.11 21:09:18 [Server] INFO at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222) | |
| 26.11 21:09:18 [Server] INFO at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:529) | |
| 26.11 21:09:18 [Server] INFO at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345) | |
| 26.11 21:09:18 [Server] INFO at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:53) | |
| 26.11 21:09:18 [Server] INFO at net.worldoftomorrow.nala.ni.tasks.LoginTask.run(LoginTask.java:20) | |
| 26.11 21:09:18 [Server] INFO at org.bukkit.craftbukkit.CraftWorld.dropItemNaturally(CraftWorld.java:303) | |
| 26.11 21:09:18 [Server] INFO at org.bukkit.craftbukkit.CraftWorld.dropItem(CraftWorld.java:285) |