Skip to content
Success

Changes

Summary

  1. Add BaseAbstractCommand (commit: 9b2428d) (details)
  2. Move the CommandRegistry to the core (commit: c3eef9f) (details)
Commit 9b2428d23e89f96342c648d52cbd433845be1394 by mcmonkey4eva
Add BaseAbstractCommand

Work towards moving abstract command to the core
(commit: 9b2428d)
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/BaseAbstractCommand.java
Commit c3eef9f59bb4ae1d8c7b4d3079e6015564d8fdbd by mcmonkey4eva
Move the CommandRegistry to the core

For future usage
(commit: c3eef9f)
The file was modified src/main/java/net/aufdemrand/denizencore/scripts/commands/BaseAbstractCommand.java (diff)
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/CommandRegistry.java
The file was modified src/main/java/net/aufdemrand/denizencore/utilities/debugging/dB.java (diff)
The file was modified src/main/java/net/aufdemrand/denizencore/DenizenImplementation.java (diff)
The file was modified src/main/java/net/aufdemrand/denizencore/DenizenCore.java (diff)