Skip to content
Success

Changes

Summary

  1. organize command files a bit (commit: e638abc) (details)
Commit e638abc6bdb1dbdc4a63b09ad4cd9a6faafbd226 by agoodwin
organize command files a bit
(commit: e638abc)
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/queue/ElseCommand.java
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/queue/RunCommand.java
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/WhileCommand.java
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/IfCommand.java
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/ChooseCommand.java
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/FileCopyCommand.java
The file was modified src/main/java/net/aufdemrand/denizencore/objects/Element.java (diff)
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/ElseCommand.java
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/RunCommand.java
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/MarkCommand.java
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/WaitCommand.java
The file was modified src/main/java/net/aufdemrand/denizencore/scripts/commands/CommandRegistry.java (diff)
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/QueueCommand.java
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/queue/AsyncCommand.java
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/DefineCommand.java
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/RepeatCommand.java
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/AsyncCommand.java
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/queue/ChooseCommand.java
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/queue/WaitCommand.java
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/queue/RepeatCommand.java
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/queue/SyncCommand.java
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/file/YamlCommand.java
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/LogCommand.java
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/GotoCommand.java
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/queue/GotoCommand.java
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/queue/ForeachCommand.java
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/RandomCommand.java
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/queue/QueueCommand.java
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/queue/InjectCommand.java
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/SyncCommand.java
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/queue/WhileCommand.java
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/file/LogCommand.java
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/InjectCommand.java
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/queue/MarkCommand.java
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/queue/RandomCommand.java
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/file/FileCopyCommand.java
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/Comparable.java
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/queue/DefineCommand.java
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/ForeachCommand.java
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/queue/Comparable.java
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/YamlCommand.java
The file was removedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/DetermineCommand.java
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/queue/DetermineCommand.java
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/queue/IfCommand.java