- Builds
- CommandHelper (
master
) - Build #4030
CommandHelper Build #4030
This is not a stable download!
We recommend the use of released versions whenever possible.
View Stable DownloadsProject | CommandHelper |
---|---|
Status | SUCCESS |
Branch | master |
Number | #4030-2ca7f5e |
Date | 3 years ago |
Artifacts
commandhelper-3.3.4-SNAPSHOT-full.jar(25855.36 kBytes)
commandhelper-3.3.4-SNAPSHOT.jar(8323.84 kBytes)
Changes
ID | Summary | Committer | Date |
---|---|---|---|
2ca7f5e0 | Fix several complex_try raw compile exceptions (#1254) Fix several raw compile exceptions caused by invalid try/catch MethodScript syntax. Note that the checks performed in this optimization method should eventually be split into postParseRewrite or the try keyword parsing and typechecking. Fixes #1253. | pieter12345 | 3 years ago |
78be6f01 | Document ba_put and ba_get signedness Update documentation to include that `ba_put_X` and `ba_get_X` for bytes, shorts, integers and longs uses signed values. | pieter12345 | 3 years ago |
714a6a00 | Fix boilerplate failure | pseudoknight | 3 years ago |
2afb49e9 | Add fallback to method not in older Spigot versions | pseudoknight | 3 years ago |
60a08061 | Add potion_splash event (Closes #791) | pseudoknight | 3 years ago |
cce9d74b | Address deprecation warnings in tests | pseudoknight | 3 years ago |
af47c7d9 | Add missing minecart types to set_entity_spec() | pseudoknight | 3 years ago |
bd2bfd0f | Fix missing newlines in register_command example | pieter12345 | 3 years ago |
a96d3afb | Fix sugared foreach() syntax parsing - Fix `foreach(... in ...)` and `foreach(... as ...)` syntax parsing. Bug was introduced in build 4024. - Make `foreach` use `__statements__` as in-between rewrite node instead of `sconcat`. No functional changes. | pieter12345 | 3 years ago |
69f6baa6 | Don't parse __autoconcat__ to sconcat in strict mode Parse `__autoconcat__()` to the new `__statements__()` instead of `sconcat()` in strict mode. `__statements__()` takes arguments of any type and returns `void` for typechecking, so compile errors will be generated in cases where `__autoconcat__()` used to insert `sconcat()`s, or in other words, where the user has either forgotten to put some `.` concat, or where the user has made a mistake. This change does not affect non-strict mode, as automatically inserting concats is a feature there. Alias syntax should also remain possible in strict mode, but only when the whole alias is nicely concatenated together by the user. Inserting multiple arguments/statements will cause the code block to be interpreted as a statements block and not as an alias redirect. | pieter12345 | 3 years ago |
e36e76df | Update ResourceManager.java Provide a more detailed description in res_create_resource | ladycailin | 3 years ago |
6a68260e | Merge pull request #1250 from Lildirt/hanging_place Add hanging_place event | michael smith | 3 years ago |
cbb47d72 | Add hanging_place event | lildirt | 3 years ago |
612736e5 | Merge pull request #1249 from Lildirt/attack_cooldown Added pattack_cooldown(). | michael smith | 3 years ago |
1b3af529 | Brace ternary and add CRELengthException to throwables. | lildirt | 3 years ago |
3942d278 | Added pattack_cooldown(). | lildirt | 3 years ago |
f5ecef53 | Bump junit from 4.12 to 4.13.1 (#1248) Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | dependabot[bot] | 3 years ago |