Skip to content
Success

Changes

Summary

  1. improve the readme a bit (commit: af89817) (details)
  2. fix is_using_riptide mech (commit: 5e746e7) (details)
  3. fix body_arrows tag/mech (commit: 11f498e) (details)
  4. add additional protection for broken maps (commit: 5e3a4da) (details)
  5. implement the mapimage code that was probably the actual intent (commit: 73b6016) (details)
  6. add unnecessary extra precision to points_between (commit: 3d6b6fb) (details)
  7. add statistic ref links (commit: 90a6b98) (details)
  8. fix method name typo (commit: 8e3a237) (details)
  9. add support for 1.14 mooshroom types (commit: 7a3f3da) (details)
  10. fix tropicalfish color mech (commit: 95a1119) (details)
  11. add foxes to entity color (commit: f33d0b1) (details)
  12. add cats to entity color (commit: 70be362) (details)
  13. add pandas to entity color (commit: 568bca2) (details)
  14. fix 1.12 compatibility (commit: 9d72bdc) (details)
The file was modified README.md (diff)
The file was modified v1_14_R1/src/main/java/com/denizenscript/denizen/nms/helpers/EntityHelper_v1_14_R1.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityRiptide.java (diff)
The file was modified v1_14_R1/src/main/java/com/denizenscript/denizen/nms/helpers/EntityHelper_v1_14_R1.java (diff)
Commit 5e3a4da6e0cb41b415b5db376d8f5abcbebd460a by agoodwin
add additional protection for broken maps
(commit: 5e3a4da)
The file was modified plugin/src/main/java/com/denizenscript/denizen/utilities/maps/MapImage.java (diff)
Commit 73b60164a02eb59297aa20f075dcdf7752a4264a by agoodwin
implement the mapimage code that was probably the actual intent
(commit: 73b6016)
The file was modified plugin/src/main/java/com/denizenscript/denizen/utilities/maps/MapImage.java (diff)
Commit 3d6b6fb8255b72da3e99221c6e4200d28d47adc6 by agoodwin
add unnecessary extra precision to points_between
(commit: 3d6b6fb)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/StatisticCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/player/PlayerStatisticIncrementsScriptEvent.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/ScriptEventRegistry.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/Denizen.java (diff)
Commit 7a3f3da25cab481d412fbef37fdf69910b56aeba by agoodwin
add support for 1.14 mooshroom types
(commit: 7a3f3da)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java (diff)
Commit 95a11194d854a5792df680d5e4b0dd040d081cb1 by agoodwin
fix tropicalfish color mech
(commit: 95a1119)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java (diff)
The file was addedplugin/src/main/java/com/denizenscript/denizen/utilities/entity/FoxHelper.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java (diff)
The file was addedplugin/src/main/java/com/denizenscript/denizen/utilities/entity/CatHelper.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/utilities/entity/FoxHelper.java (diff)
The file was addedplugin/src/main/java/com/denizenscript/denizen/utilities/entity/PandaHelper.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/PropertyRegistry.java (diff)