Skip to content
Success

Changes

Summary

  1. move event command to core (commit: 1605769) (details)
  2. move sql command to core (commit: 8f00213) (details)
  3. move wait command to core (commit: 2ca9cfc) (details)
  4. move while command to the core (commit: 2ee02f4) (details)
  5. move queue command to the core (commit: 008234d) (details)
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/EventCommand.java
The file was modified src/main/java/net/aufdemrand/denizencore/scripts/commands/CommandRegistry.java (diff)
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/SQLCommand.java
The file was modified src/main/java/net/aufdemrand/denizencore/scripts/commands/CommandRegistry.java (diff)
The file was modified src/main/java/net/aufdemrand/denizencore/scripts/commands/CommandRegistry.java (diff)
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/WaitCommand.java
The file was modified src/main/java/net/aufdemrand/denizencore/scripts/commands/core/SQLCommand.java (diff)
Commit 2ee02f4588228e49e8710c142c1a00f02e55e6f5 by agoodwin
move while command to the core
(commit: 2ee02f4)
The file was modified src/main/java/net/aufdemrand/denizencore/scripts/commands/CommandRegistry.java (diff)
The file was modified src/main/java/net/aufdemrand/denizencore/DenizenImplementation.java (diff)
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/WhileCommand.java
Commit 008234de74dc3c0a3717cbfe08cdd01a22450b45 by agoodwin
move queue command to the core
(commit: 008234d)
The file was modified src/main/java/net/aufdemrand/denizencore/scripts/commands/CommandRegistry.java (diff)
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/QueueCommand.java