Skip to content
Success

Changes

Summary

  1. move inject command to the core (commit: ed04291) (details)
  2. move yaml command to the core (commit: 30d8439) (details)
Commit ed042917ce9ab4c1c9842e0d0ab579d606611f24 by agoodwin
move inject command to the core
(commit: ed04291)
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/InjectCommand.java
Commit 30d843910dc22891e5ec86203a69f2e6979615b2 by agoodwin
move yaml command to the core
(commit: 30d8439)
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/YamlCommand.java