Skip to content
Changes
- Fix error in core for shell() and shell_adv() with empty command (commit: b570ce0)
—
Pieter12345 /
detail
- Add psend_equipment() (commit: 3385a24)
—
PseudoKnight /
detail
- Fix wrong target in exceptions for functions with function arguments (commit: a8eceaa)
—
Pieter12345 /
detail
- Fix cooking/stonecutting recipes in 1.20.6 (commit: cdab9a0)
—
PseudoKnight /
detail
- Only grab the latest build in the Updater check (commit: acc50ac)
—
LadyCailin /
detail
- Add support for not showing bad builds (commit: bca9230)
—
LadyCailin /
detail
- Only throw exception when actually unexpected ClassType (commit: 5520430)
—
PseudoKnight /
detail
- Persist environment between commands in in-game interpreter. (commit: 924498a)
—
LadyCailin /
detail
- checkstyle (commit: 0bface4)
—
LadyCailin /
detail
- Make transformation values optional in set_display_entity (commit: 2955b57)
—
LadyCailin /
detail
- Add stop_sound_category() (commit: b92ea87)
—
PseudoKnight /
detail
- Just run the code if x_run_on_main_thread_now is called on main thread, instead of crashing. (commit: 15b5e3e)
—
LadyCailin /
detail
- Update class type rewriting (commit: 552f380)
—
Pieter12345 /
detail
- Fix floats from math_const() (commit: 623a9bb)
—
PseudoKnight /
detail
- Fix some empty statements in tests (commit: a1c7f5d)
—
PseudoKnight /
detail
- Fix ArgumentValidation.getDouble32() (commit: e0ce000)
—
PseudoKnight /
detail
- Fix ArgumentValidation.getDouble32() from last commit (commit: 715e720)
—
PseudoKnight /
detail
- Add support replacement as closure in reg_replace (#1380) (commit: fa2eeb5)
—
noreply /
detail
- Fix sqlite in cmdline (commit: eb3b3a0)
—
PseudoKnight /
detail
- Add x_get_lock, synchronized changes (#1381) (commit: a019b99)
—
noreply /
detail
- Fix recursive x_get_lock calls (commit: 9eaa7aa)
—
LadyCailin /
detail
- Fix empty block comment support (commit: 4b063b0)
—
Pieter12345 /
detail
- Fix crash when pitch is not finite. (commit: 986dadb)
—
LadyCailin /
detail
- Add 'startinterpolation' and 'interpolationduration' for display entities (commit: 7ef66d9)
—
PseudoKnight /
detail
- Don't use bukkit transformation matrix. (commit: b0171d2)
—
LadyCailin /
detail
- checkstyle (commit: 1a6d305)
—
LadyCailin /
detail
- checkstyle (commit: 1afa865)
—
LadyCailin /
detail
- Add string_compare function and support integer return type in array_sort function (#1374) (commit: ab8b6c9)
—
noreply /
detail
- Shade joml so cmdline/VSC doesn't break (commit: a4a8bdf)
—
LadyCailin /
detail
- Add get_transformation_from_matrix (commit: 11f1b13)
—
LadyCailin /
detail
- Add set_entity_rotation (commit: c67c16f)
—
LadyCailin /
detail
- Allow one non-double in equals_epsilon (commit: 9bd7984)
—
LadyCailin /
detail
- Use Versioning package instead of deprecated service version (commit: dbb0e39)
—
LadyCailin /
detail
- Add support for Minecraft 1.20.6 (commit: 84f1af4)
—
PseudoKnight /
detail
- Build with JDK 21 (commit: 27ad87d)
—
PseudoKnight /
detail
- Add snapshot repo for adventure-api (commit: 303fb73)
—
PseudoKnight /
detail
- Fix build against latest Spigot changes (commit: e51c79f)
—
PseudoKnight /
detail
- Allow spectating non-living entities (commit: 0288d3f)
—
PseudoKnight /
detail
- Add a library of easing functions. (commit: ed6f397)
—
LadyCailin /
detail
- Initialize extensions earlier during plugin load (commit: 5979012)
—
PseudoKnight /
detail
- Improve bare string exceptions (commit: 84290d0)
—
PseudoKnight /
detail
- Fix LogLevel.ALWAYS logging (commit: 3bd0f4f)
—
PseudoKnight /
detail
- Cmdline interpreter mode improvements. (commit: f0bd0ba)
—
LadyCailin /
detail
- Fix StaticAnalysis persisting over cmdline environment clear (commit: 017c0dd)
—
Pieter12345 /
detail
- Support entity sound source in play_named_sound (commit: 50aae24)
—
LadyCailin /
detail
- Fix entity source for named sound with no player arg (commit: 4c8f1de)
—
PseudoKnight /
detail
- Add tests for "in" keyword (commit: a67b83d)
—
PseudoKnight /
detail
- Handle exception when block displays are given bad blockdata format (commit: 65f154d)
—
PseudoKnight /
detail
- Update dependency versions (commit: fd0913f)
—
LadyCailin /
detail
- Revert hamcrest upgrade (commit: 308e188)
—
LadyCailin /
detail
- Unrevert hamcrest upgrade (commit: cdff7f8)
—
LadyCailin /
detail
- Upgrade some missed deps since they were in separate variables (commit: 34d8f52)
—
LadyCailin /
detail
- Update azure-pipelines.yml for Azure Pipelines (commit: 00b9f6c)
—
LadyCailin /
detail
- Update azure-pipelines.yml for Azure Pipelines (commit: 188bad0)
—
LadyCailin /
detail
- Fix okio dependency shading (commit: 4d46b1b)
—
Pieter12345 /
detail
- Swap from using openapi directly to using TypeSpec. (commit: 8eee562)
—
LadyCailin /
detail
- Generate specific exceptions for using undefined types (commit: 7f8657d)
—
Pieter12345 /
detail
- Move unresolved type errors to compile time when SA is disabled (commit: 2a1b2a1)
—
Pieter12345 /
detail
- Support FQCN types in MethodScript code (commit: 0211c57)
—
Pieter12345 /
detail
- Add FQCN typing tests (commit: 7c6bdd8)
—
Pieter12345 /
detail
- Shade kotlin-stdlib for okio (commit: bed9686)
—
PseudoKnight /
detail
- Further validate type format before rewrite (commit: c21762f)
—
PseudoKnight /
detail
- Add read timeout to http_request as well. (commit: 49c957f)
—
LadyCailin /
detail
- Fix procedure arguments not being typechecked (commit: f8472ad)
—
Pieter12345 /
detail
- Cache sorted prefilters (commit: 77376fd)
—
PseudoKnight /
detail
- Update Extension Development page (commit: 483de30)
—
PseudoKnight /
detail
- Add entity_in_water() (commit: 1a81140)
—
PseudoKnight /
detail
- Provide additional extension hook point (commit: 42e7776)
—
noreply /
detail
- Move onLoad to initialization (commit: 82a1cd0)
—
LadyCailin /
detail
- Add get_entity_transient_id (#1377) (commit: 6279947)
—
noreply /
detail
- Add priority to event prefilters. (#1378) (commit: 416a628)
—
noreply /
detail
- Avoid val() when returning from MSC.execute() (commit: d607e9d)
—
PseudoKnight /
detail
- Update book meta limits (commit: 170ebbb)
—
PseudoKnight /
detail
- Add functions to hide entities from players (commit: 7c64252)
—
PseudoKnight /
detail
- Update azure-pipelines.yml to java 17 (commit: 283e9f5)
—
LadyCailin /
detail
- Update azure-pipelines.yml for Azure Pipelines (commit: fd53398)
—
LadyCailin /
detail