Skip to content
Success

CommandHelper (Nov 18, 2025, 8:54:57 AM)

Started 7 days 14 hr ago
Took 14 min
Build Artifacts
commandhelper-3.3.5-SNAPSHOT-full.jar28.13 MiB view
commandhelper-3.3.5-SNAPSHOT.jar9.26 MiB view
commandhelper-3.3.5-SNAPSHOT.pom32.49 KiB view
Tests (no failures)
    Changes
    1. Allow set_entity_rotation() on players when possible (commit: ada3b56) (details)
    2. Fix functions missing on API page (Fixes #1397) (commit: 9051332) (details)
    3. Optimize alias matching (commit: 18b901d) (details)
    4. Sleeping ignored (#1398) (commit: 436c4a0) (details)
    5. Support setting spawner type to null (commit: e162c2f) (details)
    6. Document empty value in get_server_info() (commit: b7323b5) (details)
    7. Update tellraw docs (commit: bed97e6) (details)
    8. Move raw vanish functions out of sandbox (commit: f0f9d62) (details)
    9. Add get|set_entity_killer() (commit: 9db7721) (details)
    10. Ensure correct sender in uncaught exception handler (commit: 1ac230f) (details)
    11. Expand support for exact recipe ingredients (commit: a0ce641) (details)
    12. Fix poor uses of Construct.nval() (commit: e8dbc3d) (details)
    13. Document related entity functions (commit: 91751a8) (details)
    14. Add functions for entity default client visibility (commit: c4aa4d6) (details)
    15. Rename new functions for clarity (commit: ab3a1a0) (details)
    16. Improve inventory_click docs (commit: fc18552) (details)
    17. Convert consumable effect tp cause (commit: 3c56d0a) (details)
    18. Improve player_interact documentation (commit: 578ee3e) (details)
    19. Add new data to item meta (commit: 3bd7282) (details)
    20. Add glider and remainder to item meta (commit: a1c5a26) (details)
    21. Add support for Minecraft 1.21.6 (commit: 103f5fc) (details)
    22. Add noteblocksound to player head item meta (commit: 0e7e453) (details)
    23. Improve documentation of some boolean arguments (commit: ffa1dfa) (details)
    24. Add support for Minecraft 1.21.7 (commit: e1da284) (details)
    25. Remove unused static environment in C test util class (commit: d799f3f) (details)
    26. Move impl init/deinit to implementation test base class (commit: eb2ca09) (details)
    27. Fix ArrayTest dependency on test order (commit: 16c775b) (details)
    28. Make more tests extend AbstractIntegrationTest (commit: 2a530d5) (details)
    29. Add vscode presetting and entity toggle swim event (#1399) (commit: c97a853) (details)
    30. Add uuid and minheight to world_Info() (commit: 19f7af5) (details)
    31. Add ominous item spawner to entity_spec() (commit: 3109d11) (details)
    32. Add rehydration spawn reason (commit: 0f1c96c) (details)
    33. Fix eval() not returning some script results (commit: b945de5) (details)
    34. Fix shulker color in entity_spec (commit: aebcf13) (details)
    35. Fix getting BlockStateMeta prior to 1.20 (commit: b6f6a7b) (details)
    36. Support yaw in get|set_spawn functions (commit: d866fc5) (details)
    37. Add support for Minecraft 1.21.9 (commit: 261a1e8) (details)
    38. Remove missing artifacts from shading (commit: 0c1dcff) (details)
    39. Add get|set_entity_pose() functions (commit: 49a0655) (details)
    40. Fix uncaught Error in ifelse() (commit: f696e06) (details)
    41. Optimize constant condition cases in ifelse() (commit: 50c7036) (details)
    42. Fix ifelse() optimization (commit: d8fe6d8) (details)
    43. Fix some issues in set_entity_pose() (commit: ea73543) (details)
    44. Update azure-pipelines.yml for Azure Pipelines (commit: 3767063) (details)
    45. Update azure-pipelines.yml for Azure Pipelines (commit: eb8bd92) (details)
    46. Add missing Execute operator type in docs (commit: dbc15ea) (details)
    47. Add shelf to InventoryType (commit: 806569a) (details)
    48. Include cause on getAbstractCREException() failure (commit: 0bed6bd) (details)
    49. Typecheck return() (commit: 4575c83) (details)
    50. Validate break() and continue() (commit: 17cdf6f) (details)
    51. Support Iterables in general in array_get (commit: 46d9b4f) (details)
    52. Widen SA type as well (commit: 520a2bb) (details)
    53. Add matrix functions. (commit: 44a89e1) (details)
    54. Support setting individual values in a matrix. (commit: be6ad5e) (details)
    55. Fix array_get typecheck (commit: e61eaa6) (details)
    56. Update some MC API docs (commit: 70afe1f) (details)
    57. Update MC compatibility checks (commit: a7d319a) (details)
    58. Add cooldown, itemmodel, and tooltipstyle to item meta (commit: 1fdac9b) (details)
    59. Fix SpawnReason in event docs (commit: 982ad97) (details)
    60. Update passenger teleport support (commit: 2a2cf2d) (details)
    61. Support body/saddle slots in equipment functions (commit: cd6e75d) (details)
    62. Add equippable component to item meta (commit: f04580d) (details)
    63. Fix resource location formatting in docs (commit: 677c65c) (details)
    64. Add entity effects from Paper up to 1.21.6 (commit: e600ddc) (details)
    65. Fix typo (commit: 5635d79) (details)
    66. Improve handling of ~console in user functions (commit: 81a0c3c) (details)
    67. Normalize yaw for set_spawn() location argument (commit: 0f50371) (details)
    68. Fix error in core on CompositeFunction execution (commit: 4e87b72) (details)
    69. Support leashable boats (commit: fa93363) (details)
    70. Fix missed edit for leashable boats (commit: 6dfa587) (details)
    71. Fix MethodScript usage from path including a "+" (commit: bdc26f7) (details)
    72. Always link scopes + Preserve scoping for invalid numargs (commit: 9eb4800) (details)
    73. Support UUIDs for mob owner functions (commit: fdd0d54) (details)
    74. Fix checkstyle on unused import (commit: 6138fd0) (details)
    75. Fix saving player respawn locations with non-normalized yaw (commit: cdd8ec0) (details)