Skip to content
Success

Changes

Summary

  1. Rename <util.trim> tag into <util.substr> to clarify that it crops (commit: cf41057) (details)
  2. correct setfire and breakblocks params who was inverted (commit: 4bc7b99) (details)
  3. Avoid overlooking comparable/comparedTo when the argument matches a (commit: 9ca0a63) (details)
Commit cf4105701ee13dbb8911f49b2621ee77785ca44f by davidcernat
Rename <util.trim> tag into <util.substr> to clarify that it crops chosen text instead of removing it. Add <util.substr[text].after[text]> su
(commit: cf41057)
The file was modified src/main/java/net/aufdemrand/denizen/tags/core/UtilTags.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/FireworkCommand.java (diff)
Commit 4bc7b9960cbb206d3463b3e224b78076ee80e7fb by alain.blanquet
 correct setfire and breakblocks params who was inverted
(commit: 4bc7b99)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/ExplodeCommand.java (diff)
Commit 9ca0a63b3e4ac32f90286513b09d90b2be3b23ed by jeremy
Avoid overlooking comparable/comparedTo when the argument matches a command name. (Good find dimensionZ!)
(commit: 9ca0a63)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/IfCommand.java (diff)