Skip to content
Success

Changes

Summary

  1. minor meta improvement (location.find tags) (commit: 1a00a5a) (details)
  2. remove accidentally left over inventorytitle debug code (commit: 0e0100f) (details)
  3. NMS backing for player.stop_sound mech (commit: 560ab4d) (details)
  4. rename item.flags property to item.hides, adapt format to be cleaner (commit: 4ebe6e3) (details)
  5. fix sidebar remove command bug (commit: 7fb663a) (details)
  6. catch zero-distance points_between (commit: 31b626c) (details)
  7. add attached_to handler specifically for wall signs (commit: 8c80019) (details)
  8. fix itemhidden compat with old syntax (commit: f57f345) (details)
  9. Created Instrument Mechanism & Tag for NoteBlocks (#2222) (commit: 37a0cbc) (details)
  10. item.skull_skin tag to replace skin.full (commit: 239c916) (details)
  11. minor cleanup (commit: 8904c3d) (details)
  12. adjustblock: use modifyblock's no_physics tool (commit: 6af5526) (details)
  13. Add per_player argument to actionbar command (commit: ceb00a8) (details)
  14. add per_player arg to title command (commit: 93a0eba) (details)
  15. experimental click event improvements/modernizations (commit: df63bdb) (details)
  16. minor meta cleanups (commit: 2e58edf) (details)
  17. item lore: don't apply redundant escapes on modern lists (commit: ab19097) (details)
  18. improve playeffect arg matching (commit: c623649) (details)
  19. document cast command amplifier better (commit: 90ab2d0) (details)
  20. team command: color support (commit: 836cb01) (details)
  21. fix title command subtitle parsing, and title/actionbar targets input (commit: e4f8687) (details)
  22. add tag server.recipe_result (commit: 5240ef1) (details)
  23. add tags material.is_fuel, fuel_burn_time (commit: 34a31e4) (details)
  24. fix build (commit: 8dd397d) (details)
  25. add tag inventory.map_slots (commit: bac7dd9) (details)
  26. inventory command: accept map of slots as input (commit: c1121b2) (details)
  27. minor displayitem command cleaning (commit: d4ad85f) (details)
  28. fix split_lines_by_width with newlines (commit: cd98484) (details)
  29. Warn on player/npc arg misuse (commit: 13f2253) (details)
Commit 1a00a5a28864adf57a4b9f8b50da6a9c6a3b85eb by agoodwin
minor meta improvement (location.find tags)
(commit: 1a00a5a)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java (diff)
Commit 0e0100fb0515c46fbb518002692fdb78d84843a4 by agoodwin
remove accidentally left over inventorytitle debug code
(commit: 0e0100f)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/inventory/InventoryTitle.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/TradeTag.java (diff)
Commit 560ab4d0b3f8d406e83798bce1de3da6eb0fb578 by agoodwin
NMS backing for player.stop_sound mech

since spigot went and broked it
(commit: 560ab4d)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java (diff)
The file was modified v1_14/src/main/java/com/denizenscript/denizen/nms/v1_14/helpers/PlayerHelperImpl.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/nms/interfaces/PlayerHelper.java (diff)
The file was modified v1_13/src/main/java/com/denizenscript/denizen/nms/v1_13/helpers/PlayerHelperImpl.java (diff)
The file was modified v1_15/src/main/java/com/denizenscript/denizen/nms/v1_15/helpers/PlayerHelperImpl.java (diff)
The file was modified v1_12/src/main/java/com/denizenscript/denizen/nms/v1_12/helpers/PlayerHelperImpl.java (diff)
Commit 4ebe6e3fadef9e104de5efa74b0785cfa51251fc by agoodwin
rename item.flags property to item.hides, adapt format to be cleaner
(commit: 4ebe6e3)
The file was addedplugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemHidden.java
The file was removedplugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemFlags.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/PropertyRegistry.java (diff)
Commit 7fb663ad5a4be23c2741b00be8cb9cb5b622cb89 by agoodwin
fix sidebar remove command bug
(commit: 7fb663a)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/entity/EntityUnleashedScriptEvent.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/SidebarCommand.java (diff)
Commit 31b626cddea4bf26655d4df3ac0a8fa7d4bd4ad8 by agoodwin
catch zero-distance points_between
(commit: 31b626c)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java (diff)
Commit 8c80019f427aa0de9381acc02c4bded774c7b82d by agoodwin
add attached_to handler specifically for wall signs
(commit: 8c80019)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java (diff)
Commit f57f3453b5e58d0a03455abc254eb032f4612565 by agoodwin
fix itemhidden compat with old syntax
(commit: f57f345)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemHidden.java (diff)
Commit 37a0cbc6990c14e1dd671b51dc16d57255605843 by noreply
Created Instrument Mechanism & Tag for NoteBlocks (#2222)

* Created Instrument Mechanism & Tag for NoteBlocks

* NL at EOF

* Moved newline
(commit: 37a0cbc)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/PropertyRegistry.java (diff)
The file was addedplugin/src/main/java/com/denizenscript/denizen/objects/properties/material/MaterialInstrument.java
Commit 239c916c58fdd209ba4628e03b0148b425a147ea by agoodwin
item.skull_skin tag to replace skin.full
(commit: 239c916)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemSkullskin.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/ShootCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java (diff)
Commit 6af5526aedefc18333e301b58dcfc462b29f9166 by agoodwin
adjustblock: use modifyblock's no_physics tool
(commit: 6af5526)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/AdjustBlockCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/ModifyBlockCommand.java (diff)
Commit ceb00a8bd1a465a62953a1e03e1ceefa39bf580f by agoodwin
Add per_player argument to actionbar command
(commit: ceb00a8)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/ActionBarCommand.java (diff)
Commit 93a0eba6520d85d0ad8a46f0fe94652a7c40c3a4 by agoodwin
add per_player arg to title command
(commit: 93a0eba)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/TitleCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/ActionBarCommand.java (diff)
Commit df63bdb1bc122b898b95ae000ce117e6b1acf6a8 by agoodwin
experimental click event improvements/modernizations
(commit: df63bdb)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/BukkitScriptEvent.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/player/PlayerClicksInInventoryScriptEvent.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/player/PlayerClicksBlockScriptEvent.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/player/PlayerDragsInInvScriptEvent.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemSkullskin.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/containers/core/CommandScriptContainer.java (diff)
Commit ab19097dd33124b9b5815fd62996d0ba2ae5cf9a by agoodwin
item lore: don't apply redundant escapes on modern lists
(commit: ab19097)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemLore.java (diff)
Commit c6236495ff10bde1a58afc865c941aea118fc098 by agoodwin
improve playeffect arg matching
(commit: c623649)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/PlayEffectCommand.java (diff)
Commit 90ab2d06ed0b022c3ec8924b7aad85fdc85e8060 by agoodwin
document cast command amplifier better

apparently we've been defaulting to level 2 since who knows when.
(commit: 90ab2d0)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/CastCommand.java (diff)
Commit 836cb018c9a670783698acc52c1f6e89373ae19a by agoodwin
team command: color support
(commit: 836cb01)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/TeamCommand.java (diff)
Commit e4f8687c74afe0aa13287a19b54e8cff3264c93f by agoodwin
fix title command subtitle parsing, and title/actionbar targets input
(commit: e4f8687)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/ActionBarCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/TitleCommand.java (diff)
Commit 5240ef137245c57af8a7273ac6cf92f27b335c10 by agoodwin
add tag server.recipe_result
(commit: 5240ef1)
The file was modified plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java (diff)
Commit 34a31e425e26c63c638e0582685f69759e250b7d by agoodwin
add tags material.is_fuel, fuel_burn_time
(commit: 34a31e4)
The file was modified v1_14/src/main/java/com/denizenscript/denizen/nms/v1_14/helpers/ItemHelperImpl.java (diff)
The file was modified v1_15/src/main/java/com/denizenscript/denizen/nms/v1_15/helpers/ItemHelperImpl.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/MaterialTag.java (diff)
The file was modified v1_13/src/main/java/com/denizenscript/denizen/nms/v1_13/helpers/ItemHelperImpl.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/nms/interfaces/ItemHelper.java (diff)
The file was modified v1_12/src/main/java/com/denizenscript/denizen/nms/v1_12/helpers/ItemHelperImpl.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/MaterialTag.java (diff)
Commit bac7dd9863aa01a04bda680f4c029bc080ba67f3 by agoodwin
add tag inventory.map_slots
(commit: bac7dd9)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/AdjustBlockCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/inventory/InventoryContents.java (diff)
Commit c1121b2357a6a8709817e8ecda473830177f1025 by agoodwin
inventory command: accept map of slots as input

fixes #2225
(commit: c1121b2)
The file was modified plugin/src/main/java/com/denizenscript/denizen/utilities/Conversion.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/item/InventoryCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/ItemTag.java (diff)
Commit d4ad85fc27be7ec74f494777cc1cc07f5b396a4c by agoodwin
minor displayitem command cleaning
(commit: d4ad85f)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/item/DisplayItemCommand.java (diff)
Commit cd98484da8777570b586e94fec05effdaa1243b7 by agoodwin
fix split_lines_by_width with newlines
(commit: cd98484)
The file was modified plugin/src/main/java/com/denizenscript/denizen/utilities/TextWidthHelper.java (diff)
Commit 13f22537a911f8cb5ba53f99a5c04499e01e2a94 by agoodwin
Warn on player/npc arg misuse
(commit: 13f2253)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/server/BossBarCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/utilities/implementation/DenizenCoreImplementation.java (diff)