Skip to content
Success

Changes

Summary

  1. Partial fix to Teleport command. Allow old syntax in it. Need to talk to (commit: fc85853) (details)
  2. Add rudimentary Spawn command. Will improve soon. (commit: b58b62a) (details)
  3. Add Explode command. (commit: 5e1d146) (details)
  4. Small general fixes. Preparing to add Firework command. (commit: 53c491e) (details)
  5. Add setFire and breakBlocks parameters for the explode command (commit: 1437f5c) (details)
Commit fc85853e8bc766c38c63d6cb476f6e44eae03734 by davidcernat
Partial fix to Teleport command. Allow old syntax in it. Need to talk to aufdemrand and fullwall about fixing it completely.
(commit: fc85853)
The file was modified pom.xml (diff)
The file was modified src/main/java/net/aufdemrand/denizen/utilities/arguments/dEntity.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/utilities/arguments/aH.java (diff)
Commit b58b62af2c170bae5c24e7d895107d4cba9b8bd4 by davidcernat
Add rudimentary Spawn command. Will improve soon.
(commit: b58b62a)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/CommandRegistry.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/ShootCommand.java (diff)
The file was addedsrc/main/java/net/aufdemrand/denizen/scripts/commands/core/SpawnCommand.java
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/CommandRegistry.java (diff)
The file was addedsrc/main/java/net/aufdemrand/denizen/scripts/commands/core/ExplodeCommand.java
Commit 53c491ea2fec1a7e901fbffa8876663b45369785 by davidcernat
Small general fixes. Preparing to add Firework command.
(commit: 53c491e)
The file was modified src/main/java/net/aufdemrand/denizen/utilities/arguments/aH.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/utilities/arguments/dEntity.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/ShootCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/SpawnCommand.java (diff)
The file was addedsrc/main/java/net/aufdemrand/denizen/scripts/commands/core/FireworkCommand.java
The file was modified src/main/java/net/aufdemrand/denizen/flags/FlagManager.java (diff)
Commit 1437f5c461a2fb6f22d830d0d176e926c96196d3 by alain.blanquet
Add setFire and breakBlocks parameters for the explode command
(commit: 1437f5c)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/ExplodeCommand.java (diff)