Skip to content
Success

Changes

Summary

  1. add option status support to the Team command (commit: d7f2f07) (details)
  2. implement CuboidTag equality logic (commit: 18fa591) (details)
  3. allow updating the title of inventory scripts via adjust (commit: f099e49) (details)
  4. improve inventory uniqueness tracking stability with title mech (commit: 744fe07) (details)
  5. unique inventory cache clearing logic (commit: c52eaef) (details)
  6. fix riptide mech (commit: 2e2056c) (details)
  7. Added visibility to pre-load mechanism list (#2203) (commit: 0b9b32a) (details)
  8. Bubblecolumn materialdata (#2207) (commit: 5da8669) (details)
  9. several meta and minor fixes, material property expansions (commit: 8c30729) (details)
  10. by default apply physics in adjustblock, add 'no_physics' (commit: 0e3183e) (details)
  11. Comparator materialdata (#2205) (commit: 301e8d6) (details)
  12. use newline fixing for item lore and sign_contents (commit: 77c6264) (details)
  13. Repeater material data (#2208) (commit: cd084dd) (details)
  14. (experimental) Cuboid: recall object-specific notable name (commit: 7da2d8d) (details)
  15. noted cuboids shouldn't ever clone (commit: 71c601c) (details)
  16. fix noted cuboid hash handling (commit: cd19885) (details)
  17. allow show_to/hide_from_players on offline players (commit: 32c7606) (details)
  18. support updating the flag list in BossBar command (commit: e922ace) (details)
  19. potion related meta improvements (commit: 2bce698) (details)
  20. allow a list of materials in contains.material (commit: 93c85cf) (details)
  21. add noteblock plays note event (commit: acb64c4) (details)
  22. add context.pitch to note play event (commit: c5d3c5e) (details)
  23. add context.sound to note play event (commit: cc6a7c9) (details)
  24. scoreboard command: 'id:player' to use the player's current scoreboard (commit: bd5bd25) (details)
  25. add entity transforms event (commit: 093d4d3) (details)
  26. Implement per-world ticking/non-ticking view distance (#2210) (commit: f8db8d5) (details)
  27. a few minor meta fixes (commit: 168365f) (details)
  28. minor meta corrections (commit: 020f567) (details)
  29. restore ItemBaseColor for shields (commit: 763d57d) (details)
  30. cleanup inventory script init (commit: a3e7d41) (details)
  31. slightly better clicks entity couldMatch validator (commit: bdc8059) (details)
  32. Item Raw NBT Property (commit: 05df14c) (details)
  33. additions to advancement complete event (commit: 5c487bf) (details)
  34. inventory script fixes (commit: 9da6d3d) (details)
  35. flag doc fix (commit: 2c4dc70) (details)
  36. Add paper-only entity pathfind event (commit: 08b140c) (details)
  37. Expand entity shoots bow event for paper and fix arrow color property (commit: 79af6cf) (details)
  38. Add paper-only xp orb merge/absorb events and various xp orb tags (commit: 687b654) (details)
  39. Add paper-only prespawn event and spawn-related properties (commit: 42d23e3) (details)
  40. Add paper-only command unknown event (commit: 8fec740) (details)
  41. Add player locale change event and locale tag (commit: feb5aa1) (details)
  42. Add fakespawn command for spawning clientside entities on 1.15+ (commit: e1e55ca) (details)
  43. Add paper-only player clicks fake entity event (commit: bfff93b) (details)
  44. Fix various startup errors on spigot/paper 1.12 (commit: b863718) (details)
  45. command files cleanup (commit: 035c63a) (details)
  46. Pr review fixes (commit: 2506df9) (details)
  47. better npc anchor tag errors (commit: 5e1a484) (details)
Commit d7f2f07f0c75944e96e50860d501df882635d0a9 by agoodwin
add option status support to the Team command
(commit: d7f2f07)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/TeamCommand.java (diff)
Commit 18fa591c89eed0ff9beda43edee7294609384f4e by agoodwin
implement CuboidTag equality logic
(commit: 18fa591)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/CuboidTag.java (diff)
Commit f099e49b0845999d90cfd49286b80d314b6da041 by agoodwin
allow updating the title of inventory scripts via adjust
(commit: f099e49)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/inventory/InventoryTitle.java (diff)
Commit 744fe0701bb2b0913f4719223115aee8ab59c2e3 by agoodwin
improve inventory uniqueness tracking stability with title mech
(commit: 744fe07)
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/InventoryTag.java (diff)
Commit c52eaef4966744f05ecb08cf7ed3afa40f39a480 by agoodwin
unique inventory cache clearing logic
(commit: c52eaef)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/InventoryTag.java (diff)
The file was modified v1_15/src/main/java/com/denizenscript/denizen/nms/v1_15/helpers/EntityHelperImpl.java (diff)
Commit 0b9b32a2e3864f17d256e26f088bf5a933811e0c by noreply
Added visibility to pre-load mechanism list (#2203)

* Added visibility to pre-load mechanism list

* Added extra valid mechanisms to pre-loading entity spawn
(commit: 0b9b32a)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java (diff)
Commit 5da866985ee19272042af4d15e107e48d4c4490a by noreply
Bubblecolumn materialdata (#2207)

* Register Bubble Column/Drags Mechanism

* Added BubbleColumn Mech/Tag for Drags

* fixed typos

* reworded meta to avoid ambiguous tag
(commit: 5da8669)
The file was addedplugin/src/main/java/com/denizenscript/denizen/objects/properties/material/MaterialBubbleColumn.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/PropertyRegistry.java (diff)
Commit 8c3072925a88951aac7f8fcd81a9f1e9e6ab5666 by agoodwin
several meta and minor fixes, material property expansions
(commit: 8c30729)
The file was addedplugin/src/main/java/com/denizenscript/denizen/objects/properties/material/MaterialDrags.java
The file was removedplugin/src/main/java/com/denizenscript/denizen/objects/properties/material/MaterialPickle.java
The file was removedplugin/src/main/java/com/denizenscript/denizen/objects/properties/material/MaterialBubbleColumn.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/MaterialTag.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/LightCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/PropertyRegistry.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/material/MaterialAge.java (diff)
The file was addedplugin/src/main/java/com/denizenscript/denizen/objects/properties/material/MaterialCount.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/GameRuleCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/entity/EntityPotionEffectScriptEvent.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/entity/DragonPhaseChangeScriptEvent.java (diff)
Commit 0e3183e26dff6b3e4260a27a3cb98c94e5093190 by agoodwin
by default apply physics in adjustblock, add 'no_physics'
(commit: 0e3183e)
The file was modified plugin/src/main/java/com/denizenscript/denizen/nms/interfaces/BlockHelper.java (diff)
The file was modified v1_15/src/main/java/com/denizenscript/denizen/nms/v1_15/helpers/BlockHelperImpl.java (diff)
The file was modified v1_14/src/main/java/com/denizenscript/denizen/nms/v1_14/helpers/BlockHelperImpl.java (diff)
The file was modified v1_12/src/main/java/com/denizenscript/denizen/nms/v1_12/helpers/BlockHelperImpl.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/AdjustBlockCommand.java (diff)
The file was modified v1_13/src/main/java/com/denizenscript/denizen/nms/v1_13/helpers/BlockHelperImpl.java (diff)
Commit 301e8d6417488b51eccaaf6127965585794993bd by noreply
Comparator materialdata (#2205)

* Added Comparator Mech/Tag for mode

* Registered Comparator Material

* Fixed Formatting

* Fixed Formatting

* Fixed typo

* Formatting & Registry Placement Fix
(commit: 301e8d6)
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/MaterialMode.java
Commit 77c6264bef973e758a07bbc1416eb183d403fff9 by agoodwin
use newline fixing for item lore and sign_contents
(commit: 77c6264)
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/PropertyRegistry.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemLore.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemSignContents.java (diff)
Commit cd084dd685248f1c4fa61d6f0f43e3c0b6942320 by noreply
Repeater material data (#2208)

* Registered Material Delay and Lock Mechanisms

* Added Repeater Mech/Tags for Delays

* Added Repeater Mech/Tags for Locks

* Updated Formatting

* Fixed Formatting

* Rename file to match property

* Fixed Formatting

* Fixes

- Added @mechanism meta
- added min/max tag meta
- fixed variable name
- alphabeticalized Material Registries

* Update PropertyRegistry.java
(commit: cd084dd)
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/MaterialDelay.java
The file was addedplugin/src/main/java/com/denizenscript/denizen/objects/properties/material/MaterialLocked.java
Commit 7da2d8d136dc5326e8c430354406d7c3ff308eed by agoodwin
(experimental) Cuboid: recall object-specific notable name
(commit: 7da2d8d)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/CuboidTag.java (diff)
Commit 71c601ca0d5831bda54e786d57da7ecc09859a4b by agoodwin
noted cuboids shouldn't ever clone
(commit: 71c601c)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/CuboidTag.java (diff)
Commit cd19885a5eb4cf61d9d889da565f303f8ce6cbe1 by agoodwin
fix noted cuboid hash handling
(commit: cd19885)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/CuboidTag.java (diff)
Commit 32c76066a765523a3552fc34a3d01b162b7fd90f by agoodwin
allow show_to/hide_from_players on offline players
(commit: 32c7606)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java (diff)
The file was modified v1_14/src/main/java/com/denizenscript/denizen/nms/v1_14/impl/network/handlers/DenizenNetworkManagerImpl.java (diff)
The file was modified v1_13/src/main/java/com/denizenscript/denizen/nms/v1_13/impl/packets/handlers/DenizenNetworkManagerImpl.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java (diff)
The file was modified v1_12/src/main/java/com/denizenscript/denizen/nms/v1_12/impl/packets/handlers/DenizenNetworkManagerImpl.java (diff)
The file was modified v1_15/src/main/java/com/denizenscript/denizen/nms/v1_15/impl/network/handlers/DenizenNetworkManagerImpl.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/nms/interfaces/EntityHelper.java (diff)
Commit e922ace54e7fe0de34b6798dcb7dd6cf230f5be9 by agoodwin
support updating the flag list in BossBar command
(commit: e922ace)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/server/BossBarCommand.java (diff)
Commit 2bce698acecb6f7f9a9364c9acd3c9f4ee25379c by agoodwin
potion related meta improvements
(commit: 2bce698)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemPotion.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/world/LingeringPotionSplashScriptEvent.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/CastCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/world/PotionSplashScriptEvent.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityPotionEffects.java (diff)
Commit 93c85cf562d91e01d62bd687c414d8705ded1861 by agoodwin
allow a list of materials in contains.material
(commit: 93c85cf)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/InventoryTag.java (diff)
Commit acb64c4d4ebac0df8bfae1af02b32b1f5cbe45ce by agoodwin
add noteblock plays note event
(commit: acb64c4)
The file was addedplugin/src/main/java/com/denizenscript/denizen/events/block/NoteBlockPlaysNoteScriptEvent.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/ScriptEventRegistry.java (diff)
Commit c5d3c5e4c4ff8b2441520dd78d35672f37d9b5fa by agoodwin
add context.pitch to note play event
(commit: c5d3c5e)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/block/NoteBlockPlaysNoteScriptEvent.java (diff)
Commit cc6a7c940686330865b9fdb4a48160805c807bb3 by agoodwin
add context.sound to note play event
(commit: cc6a7c9)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/block/NoteBlockPlaysNoteScriptEvent.java (diff)
Commit bd5bd25c8640b38edbf2c0f4bf085a0d4cfa67d2 by agoodwin
scoreboard command: 'id:player' to use the player's current scoreboard
(commit: bd5bd25)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/server/ScoreboardCommand.java (diff)
Commit 093d4d393041a56ea35053e3fcd88309beaf88bf by agoodwin
add entity transforms event
(commit: 093d4d3)
The file was addedplugin/src/main/java/com/denizenscript/denizen/events/entity/EntityTransformScriptEvent.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/ScriptEventRegistry.java (diff)
Commit f8db8d5e0856a3a9a272524570df102f84df347d by noreply
Implement per-world ticking/non-ticking view distance (#2210)

(commit: f8db8d5)
The file was addedpaper/src/main/java/com/denizenscript/denizen/paper/properties/WorldViewDistance.java
The file was modified paper/src/main/java/com/denizenscript/denizen/paper/PaperModule.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/entity/HangingBreaksScriptEvent.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/block/BlockIgnitesScriptEvent.java (diff)
The file was modified paper/src/main/java/com/denizenscript/denizen/paper/properties/WorldViewDistance.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/entity/EntityPotionEffectScriptEvent.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/LocationTag.java (diff)
Commit 763d57d1fc6e6594828955282294e919e370d384 by agoodwin
restore ItemBaseColor for shields

it's still needed
(commit: 763d57d)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/PropertyRegistry.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemBaseColor.java (diff)
Commit a3e7d413cff3072be1a0ebe9830010cddca37f72 by agoodwin
cleanup inventory script init
(commit: a3e7d41)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/containers/core/InventoryScriptContainer.java (diff)
Commit bdc8059852a804836c25e7b43a8cac57d4426c64 by agoodwin
slightly better clicks entity couldMatch validator
(commit: bdc8059)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/player/PlayerRightClicksEntityScriptEvent.java (diff)
Commit 05df14c5ca58051ebe47b18fd8f726ff1f06c3c6 by agoodwin
Item Raw NBT Property

fixes #2142 and fixes #2183
(commit: 05df14c)
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/item/ItemRawNBT.java
Commit 5c487bfa4bd2d7fa80677a17f2026dff8786f434 by agoodwin
additions to advancement complete event

closes #2213
(commit: 5c487bf)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/player/PlayerCompletesAdvancementScriptEvent.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/npc/traits/SleepingTrait.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/containers/core/InventoryScriptContainer.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/Denizen.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/core/FlagCommand.java (diff)
Commit 08b140cd56bdefb4453a40bd2205dd3886d24cb4 by jhopkins
Add paper-only entity pathfind event
(commit: 08b140c)
The file was modified paper/src/main/java/com/denizenscript/denizen/paper/PaperModule.java (diff)
The file was addedpaper/src/main/java/com/denizenscript/denizen/paper/events/EntityPathfindScriptEvent.java
Commit 79af6cfec690e50a2ddb2a95bc1203294f0f1681 by jhopkins
Expand entity shoots bow event for paper and fix arrow color property
(commit: 79af6cf)
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/events/ScriptEventRegistry.java (diff)
The file was modified paper/src/main/java/com/denizenscript/denizen/paper/PaperModule.java (diff)
The file was addedpaper/src/main/java/com/denizenscript/denizen/paper/events/EntityShootsBowPaperScriptEventImpl.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/entity/EntityShootsBowEvent.java (diff)
Commit 687b6548dbf950b2660fac2b0c2cfa7e1be5a764 by jhopkins
Add paper-only xp orb merge/absorb events and various xp orb tags
(commit: 687b654)
The file was addedpaper/src/main/java/com/denizenscript/denizen/paper/events/PlayerAbsorbsExperienceScriptEvent.java
The file was modified paper/src/main/java/com/denizenscript/denizen/paper/PaperModule.java (diff)
The file was addedpaper/src/main/java/com/denizenscript/denizen/paper/events/ExperienceOrbMergeScriptEvent.java
The file was addedpaper/src/main/java/com/denizenscript/denizen/paper/properties/EntityExperienceOrb.java
Commit 42d23e3e7cc63d00313cc200ba8ff0dde55e1589 by jhopkins
Add paper-only prespawn event and spawn-related properties
(commit: 42d23e3)
The file was modified paper/src/main/java/com/denizenscript/denizen/paper/PaperModule.java (diff)
The file was addedpaper/src/main/java/com/denizenscript/denizen/paper/events/PreEntitySpawnScriptEvent.java
The file was addedpaper/src/main/java/com/denizenscript/denizen/paper/properties/EntitySpawnLocation.java
The file was addedpaper/src/main/java/com/denizenscript/denizen/paper/properties/PlayerAffectsMonsterSpawning.java
The file was addedpaper/src/main/java/com/denizenscript/denizen/paper/properties/EntityFromSpawner.java
Commit 8fec74006699ee5e644cacb5609b30a0bf59d768 by jhopkins
Add paper-only command unknown event
(commit: 8fec740)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/core/CommandScriptEvent.java (diff)
The file was addedpaper/src/main/java/com/denizenscript/denizen/paper/events/UnknownCommandScriptEvent.java
The file was modified paper/src/main/java/com/denizenscript/denizen/paper/PaperModule.java (diff)
Commit feb5aa19cec1853cae7482007dc8671f45519d5d by jhopkins
Add player locale change event and locale tag
(commit: feb5aa1)
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/ScriptEventRegistry.java (diff)
The file was addedplugin/src/main/java/com/denizenscript/denizen/events/player/PlayerLocaleChangeScriptEvent.java
Commit e1e55caad0f7c1c4294a38279d064d3f75ee783b by jhopkins
Add fakespawn command for spawning clientside entities on 1.15+
(commit: e1e55ca)
The file was modified plugin/src/main/java/com/denizenscript/denizen/nms/interfaces/PlayerHelper.java (diff)
The file was addedplugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/FakeSpawnCommand.java
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/scripts/commands/BukkitCommandRegistry.java (diff)
The file was addedplugin/src/main/java/com/denizenscript/denizen/utilities/entity/FakeEntity.java
The file was modified v1_15/src/main/java/com/denizenscript/denizen/nms/v1_15/helpers/PlayerHelperImpl.java (diff)
Commit bfff93b145917d08029bc2a40504743777874a9c by jhopkins
Add paper-only player clicks fake entity event
(commit: bfff93b)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/player/PlayerClicksBlockScriptEvent.java (diff)
The file was addedpaper/src/main/java/com/denizenscript/denizen/paper/events/PlayerClicksFakeEntityScriptEvent.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/player/PlayerRightClicksEntityScriptEvent.java (diff)
The file was modified paper/src/main/java/com/denizenscript/denizen/paper/PaperModule.java (diff)
Commit b863718bdeb9a80195676fece6f741775e67f308 by jhopkins
Fix various startup errors on spigot/paper 1.12
(commit: b863718)
The file was modified paper/src/main/java/com/denizenscript/denizen/paper/PaperModule.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/scripts/commands/entity/HurtCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/ActionCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/ChunkLoadCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/FeedCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/core/CooldownCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/AttackCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/BreakCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/SpawnCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/WalkCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/item/ScribeCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/ShowFakeCommand.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/scripts/commands/npc/RenameCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/TimeCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/item/TakeCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/item/GiveCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/core/ZapCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/SleepCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/WorldBorderCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/AnchorCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/RotateCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/GroupCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/ExplodeCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/InvisibleCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/server/BanCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/CreateCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/WeatherCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/MidiCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/PermissionCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/MountCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/TeleportCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/TriggerCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/LeashCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/AnimateChestCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/FlyCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/RemoveCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/PoseCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/SitCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/core/FlagCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/BurnCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/CastCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/LookCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/item/DisplayItemCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/CopyBlockCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/StrikeCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/DropCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/FireworkCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/PushCommand.java (diff)
The file was modified paper/src/main/java/com/denizenscript/denizen/paper/events/EntityShootsBowPaperScriptEventImpl.java (diff)
The file was modified paper/src/main/java/com/denizenscript/denizen/paper/events/EntityPathfindScriptEvent.java (diff)
The file was modified paper/src/main/java/com/denizenscript/denizen/paper/events/PlayerClicksFakeEntityScriptEvent.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/FakeSpawnCommand.java (diff)
The file was modified paper/src/main/java/com/denizenscript/denizen/paper/events/PlayerAbsorbsExperienceScriptEvent.java (diff)
The file was modified paper/src/main/java/com/denizenscript/denizen/paper/events/ExperienceOrbMergeScriptEvent.java (diff)
The file was modified v1_15/src/main/java/com/denizenscript/denizen/nms/v1_15/helpers/PlayerHelperImpl.java (diff)
Commit 5e1a484c98a4586c43741f6fe7a038246177dfaa by agoodwin
better npc anchor tag errors
(commit: 5e1a484)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/NPCTag.java (diff)