Skip to content
Success

Changes

Summary

  1. fix bork in PlayerTag.hide_entity mech when given 2 inputs (commit: c3ce05b) (details)
  2. fix fulfilled determination on old command script event (1.1.4 event change) (commit: c89a9bb) (details)
  3. modernize 'thunder' option for weather command (commit: a35acf1) (details)
  4. item and book script handling clean up (commit: 5fe65e3) (details)
  5. new player mech: send_to (bungee) (commit: 736bf27) (details)
  6. fix isInsideCuboid for cuboids or locations that lost their worlds (commit: a206f3f) (details)
  7. make MaterialDirectional support rail blocks (commit: 32cdc80) (details)
  8. handle NBSPs internally a bit better (match core) (commit: 647f245) (details)
  9. auto-clean NBSPs in a few common borkspots (commit: eefeadd) (details)
Commit c3ce05b2502c173286a1930cb10207b668d29b38 by agoodwin
fix bork in PlayerTag.hide_entity mech when given 2 inputs
(commit: c3ce05b)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java (diff)
Commit c89a9bbfb85d4ba85907cd23159cd6c8a7a07df9 by agoodwin
fix fulfilled determination on old command script event (1.1.4 event change)
(commit: c89a9bb)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/core/CommandScriptEvent.java (diff)
Commit a35acf1ef1fc6f9664440a0c8e1831880c2a8d5e by agoodwin
modernize 'thunder' option for weather command
(commit: a35acf1)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/WeatherCommand.java (diff)
Commit 5fe65e34a65359aea827a91adbddd630d0c4508d by agoodwin
item and book script handling clean up
(commit: 5fe65e3)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/containers/core/BookScriptContainer.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/containers/core/ItemScriptContainer.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/ItemTag.java (diff)
Commit 736bf27c0d85cfe3ba8fe94eb80747a834d3de2a by agoodwin
new player mech: send_to (bungee)
(commit: 736bf27)
The file was modified plugin/src/main/java/com/denizenscript/denizen/utilities/depends/Depends.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java (diff)
Commit a206f3f2ce0c34e70026f8d33d5cd0525f5af497 by agoodwin
fix isInsideCuboid for cuboids or locations that lost their worlds
(commit: a206f3f)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/CuboidTag.java (diff)
Commit 32cdc80ff86a25832a13f40a74119ab862298c6d by agoodwin
make MaterialDirectional support rail blocks
(commit: 32cdc80)
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/objects/properties/material/MaterialDirectional.java (diff)
Commit 647f245845f19be9e9f067de9bf3f7ce598db3ce by agoodwin
handle NBSPs internally a bit better (match core)
(commit: 647f245)
The file was modified plugin/src/main/java/com/denizenscript/denizen/tags/core/TextTagBase.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/utilities/FormattedTextHelper.java (diff)
Commit eefeadd9ce5d4b7f12a2fbf8e8da935eceaf3c0e by agoodwin
auto-clean NBSPs in a few common borkspots
(commit: eefeadd)
The file was modified plugin/src/main/java/com/denizenscript/denizen/nms/abstracts/Sidebar.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityCustomName.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemDisplayname.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemLore.java (diff)