Skip to content
Success

Changes

Summary

  1. move random command to the core (commit: 558daae) (details)
  2. move repeat command to the core (commit: 5b53153) (details)
  3. move run command to the core (commit: 91609fd) (details)
Commit 558daaec7c03ee9db3d3a53ab92274a5a47d2ba0 by agoodwin
move random command to the core
(commit: 558daae)
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/RandomCommand.java
Commit 5b53153c1f559742946e8216c1c75782288ab101 by agoodwin
move repeat command to the core
(commit: 5b53153)
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/RepeatCommand.java
The file was modified src/main/java/net/aufdemrand/denizencore/scripts/commands/CommandRegistry.java (diff)
Commit 91609fd1d422d26bedd5bb4c38df52d1b7c30e28 by agoodwin
move run command to the core
(commit: 91609fd)
The file was addedsrc/main/java/net/aufdemrand/denizencore/scripts/commands/core/RunCommand.java
The file was modified src/main/java/net/aufdemrand/denizencore/scripts/commands/CommandRegistry.java (diff)