Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/EngineHub/CommandHelper

Rapid scripting and command aliases for Minecraft owners
https://github.com/EngineHub/CommandHelper

Update scoreboard display documention

4a416e29b218e07cec20bef0f7164e553392eef7 authored over 1 year ago by PseudoKnight <[email protected]>
Do not load extension manager for java-version tool

6d39320a667d1f73994d0c5f47b193dba4339e52 authored over 1 year ago by Pieter12345 <[email protected]>
Expose code point limit in yml_decode

- Fix error in core when exceeding the default code point limit.
- Expose `yml_decode` code poin...

c5a182371e3f8e50a3fc758b3f66b341929d1fed authored over 1 year ago by Pieter12345 <[email protected]>
Add EXIT_BED teleport cause

0cbc9e05d3c7451690039217c2e118840df744dd authored over 1 year ago by PseudoKnight <[email protected]>
Support infinite potion effect durations

d9e80c1140925bfbe0c8e303e3527ae4b9ffd77a authored over 1 year ago by PseudoKnight <[email protected]>
Fix email by updating its dependency

Email sending did not work in our setup anymore.
And apparently updating the dependency fixes th...

dd33d400d861f54e425480ba6393d44c71cf4ed5 authored over 1 year ago by Ecconia <[email protected]>
Add "Interaction" entity to entity_spec() and set_entity_spec() (#1363)

e31eb47ba3f4c2a91fdde21e378d6a83e6273fec authored over 1 year ago by Dustin Mundy <[email protected]>
Rewrite color functions and document hex colors

f676632a022279c222d42c775fef86ad7ae7c7a2 authored over 1 year ago by PseudoKnight <[email protected]>
Clarify profile type exception messages

d293e1560fb619430d3e45bfbfe89ead10b8073d authored over 1 year ago by PseudoKnight <[email protected]>
Use static final function names

3780845e7e1a50e743c7f18bf5cc693f54ba2bc1 authored over 1 year ago by PseudoKnight <[email protected]>
Fix centry validations on explicit associative arrays

a0117c00f46f2a22570eb4cf0eb7b916b2b34b38 authored over 1 year ago by PseudoKnight <[email protected]>
Optimize drops in block_break event

d68c7df752ab4b423e90f16db548465181b71099 authored over 1 year ago by PseudoKnight <[email protected]>
Add full 3D biome support

dba1aa8268ca28ac5984ebef77b7e0f53f89a0da authored over 1 year ago by PseudoKnight <[email protected]>
Fix missing MCBreedable

693406f6aec17b3750ad23d0249cb0e9ce44b86d authored over 1 year ago by PseudoKnight <[email protected]>
Update psend_sign_text() for 1.20.1

548d44798f64209988e4eabddd343102d36240b9 authored over 1 year ago by PseudoKnight <[email protected]>
Address some deprecations

e8d2bd05affcc44dde8583084d052d66ab50a26d authored over 1 year ago by PseudoKnight <[email protected]>
Update breedable / ageable abstraction

328aaa4089afc61dd2b91cb490f47829cb8aecbf authored over 1 year ago by PseudoKnight <[email protected]>
Remove incorrect 'retractedLocation' from piston_retract

This has been deprecated for some time in Bukkit and doesn't even give the correct location anym...

fb91c3803366b040d6d8f4fc17f137a9dfc5f9a8 authored over 1 year ago by PseudoKnight <[email protected]>
Update docs on MC version compatibility

490316650c6783d45ccaf78a2a1fcf8705d17fe4 authored over 1 year ago by PseudoKnight <[email protected]>
Add support for the back side of signs

Adds an argument for sign functions to specify the side of the sign (FRONT or BACK) to apply the...

6aae43ca504e8a22e13e000a613e51d1000bd0e2 authored over 1 year ago by PseudoKnight <[email protected]>
Update more 1.20 enums

02c0507239dab0960d5be5f7a4d5f3c0c0afc5f8 authored over 1 year ago by PseudoKnight <[email protected]>
Fix NPE in query() with parameters on latest SQLite

1e6d966d15caf718eb3f6602d6440efd27194a2b authored over 1 year ago by PseudoKnight <[email protected]>
Add initial support for Minecraft 1.20

24fd9708578fcc16636ee35fe305099a9fb4f04b authored over 1 year ago by PseudoKnight <[email protected]>
Make CClosure implement Booleanish

Fixes `boolean(closure())`, `if(closure()) {...}` and similar cases throwing a CastException (in...

85c809101f64fafb24cd6b8c9afc6930237cb75f authored over 1 year ago by Pieter12345 <[email protected]>
Ensure InstallFakeServerFrontend is run before more tests

4eda012e69a0b8f1476a879bbf346f8d0fd58200 authored over 1 year ago by PseudoKnight <[email protected]>
Add plocale()

aa5d744d83ba80cddc0feda91a92bb8a0ec597c7 authored over 1 year ago by PseudoKnight <[email protected]>
Fix wrong file name in warning

b8e708d4f5116c3395b4489e5f8d44883a4999b5 authored over 1 year ago by PseudoKnight <[email protected]>
Check for null command senders in env

95eb787b7de9df9d33db44d94a7a1a12bbfcfc9a authored over 1 year ago by PseudoKnight <[email protected]>
Bypass runtime ivar redefined check when static analysis is enabled

Runtime environment doesn't use local scopes, but StaticAnalysis does. SA should catch these at ...

47c4411f753a95185cce4028054d2f3ed4220121 authored over 1 year ago by PseudoKnight <[email protected]>
Improve passenger check efficiency for vehicle collisions

This event can be high frequency, and getPassengers() creates a new list every time it's called.

7d0c06d6161ba5b375016f989c21333202a4ad06 authored over 1 year ago by PseudoKnight <[email protected]>
Do not rewrite strings with execute() sugared syntax

This makes it a compile error again in strict mode instead of a runtime exception, improves the ...

5cf79e7c5ca4058537fa1a8a07bff0f4cfd05518 authored over 1 year ago by PseudoKnight <[email protected]>
Change dand to return the last argument's value if it is not falsey

4d985141e5b99502afb3f98081317f29d9279f46 authored over 1 year ago by LadyCailin <[email protected]>
Fix defined target for declared variables being changed

107fcc96b477be0c5143af9f9cac18b386cc4c89 authored over 1 year ago by PseudoKnight <[email protected]>
Fix variable "already defined" in foreach (Fixes #1360)

83e3e48ecdeb28cc17afc370ec8900d2851abbe6 authored over 1 year ago by PseudoKnight <[email protected]>
Keep event driver reference in BoundEvent

75b102d11e38865e757e07bab8e35f9c795e1617 authored over 1 year ago by PseudoKnight <[email protected]>
Ignore glowing sign text methods prior to 1.17

e319ef0bc8941e02df0150b82fd86bfb083772c3 authored over 1 year ago by PseudoKnight <[email protected]>
Add 'breakdoors' for zombie mobs in entity_spec()

f242d35901299010a635156b1290a35294327017 authored over 1 year ago by PseudoKnight <[email protected]>
Avoid redundant FileOptions initialization

f44a36240851bbbaef1fe101a6976ba57efa505d authored over 1 year ago by PseudoKnight <[email protected]>
Add signs and commandblocks to item meta

8eb4a534cebef597941e198c2eaf2c2d14aa3013 authored over 1 year ago by PseudoKnight <[email protected]>
Update block_dispense docs and item mutability

f7fc3b39b21b7e65788510f6e26a60d9e74bd590 authored over 1 year ago by PseudoKnight <[email protected]>
fix: pom.xml to reduce vulnerabilities (#1358)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMMY...

72da5282454aa3970a8346f719c7b7828719a956 authored over 1 year ago by Snyk bot <[email protected]>
Add more enum constants for 1.19.4 and 1.20

e81fe2a2bc6f950d70d01af8262482bea6021b8a authored over 1 year ago by PseudoKnight <[email protected]>
Remove duplicate foreach invalid numargs CCE

844bd9b046bf5ea74c3b91deffb7cb096db97e1c authored over 1 year ago by Pieter12345 <[email protected]>
Skip __autoconcat__ in typechecking

Having `__autoconcat__` in the AST indicates that a compile error has occurred during `__autocon...

4f71fef38a54d5d2c3b1f597c9212df8f77d1bca authored over 1 year ago by Pieter12345 <[email protected]>
Rewrite __autoconcat__'s with unexisting functions

Ignore unexisting functions and continue (these functions will cause a compile error at a later ...

0b19d233f9a01f604c0384effc136fbde280aee8 authored over 1 year ago by Pieter12345 <[email protected]>
Add initial support for Minecraft 1.19.4

bbfa3c88850e31e4c20cf348d7164a794c74f5e2 authored almost 2 years ago by PseudoKnight <[email protected]>
Support exact item ingredients for shaped recipes

561fa9e74025bd237aa9e57c8956e818fbbad9d0 authored almost 2 years ago by PseudoKnight <[email protected]>
Eliminate extra env cloning on event bind execution

Reduces event bind execution overhead. Also moved setting global permission label when label is ...

0124cf7f997b3fad2a3feffac0572845b377581f authored almost 2 years ago by PseudoKnight <[email protected]>
Fix suppression of class load warnings from extension dependencies

Affected latest builds of Paper (1.19.3 build #405). New implementation still works on older bui...

67250c2315310969bc8d51451a8822e7823fcf93 authored almost 2 years ago by PseudoKnight <[email protected]>
Reduce overhead for unbound events

Checks for bound events before getting the event driver and instantiating several objects. Also ...

6fe391482da9bec0f61535cb315d298f7c5e5b23 authored almost 2 years ago by PseudoKnight <[email protected]>
Remove null checks for entity get methods

These are unnecessary and misleading, as these methods never return null, nor should the functio...

ad08a17fc877f27f03ac758c6988640f400906b8 authored almost 2 years ago by PseudoKnight <[email protected]>
Don't include yaw/pitch in block location arrays

35ffb19c05c0bb0f002eab6c2b001623129536d7 authored almost 2 years ago by PseudoKnight <[email protected]>
Print cause of yml_decode() format exceptions

b44b8b03c02f41022146f45185c4292bd526be82 authored almost 2 years ago by PseudoKnight <[email protected]>
Fix cases where wrapped Player reference could be null

27be83ccc39ed3a27b0feac2796dd717d67b4c80 authored almost 2 years ago by PseudoKnight <[email protected]>
Fix switch_ic not being breakable

859d49a014b459c79b9a874e80d075ab37b1212f authored almost 2 years ago by Pieter12345 <[email protected]>
Fix item_swap event documentation (Fixes #1348)

24d60a6460663d18dd3c28358d47565c502fa5b9 authored almost 2 years ago by PseudoKnight <[email protected]>
Improve handling of untitled documents in LangServ

This just fixes errors on uri canonicalization. Currently LangServ will not attempt to compile u...

044dbfd586eedbea110e93f5713bafe013093efb authored almost 2 years ago by PseudoKnight <[email protected]>
Improve compat with 1.16.5 and older builds of 1.19.3

9a7a3544b919245e7290bb7fd781ef19bd261a9b authored almost 2 years ago by PseudoKnight <[email protected]>
Fix mysql by updating dependency groupId and artifiactId

1809f610a34fa83a44f5e85e51f29d16477f435a authored almost 2 years ago by PseudoKnight <[email protected]>
Update public suffix list

c14fb385befbc0c1f649b9c6ed6494fa5b4d9edc authored almost 2 years ago by LadyCailin <[email protected]>
Fix parenthesis after labels

9722e0d66c3f02d5e49150fd29d6e10e5496d089 authored almost 2 years ago by LadyCailin <[email protected]>
Merge branch 'master' of github.com:EngineHub/CommandHelper

dca5255049d347fb41902c6fece5b0081e42b597 authored almost 2 years ago by LadyCailin <[email protected]>
Fix issue with parenthesis operator.

Order of operations for it was wrong, so `'test'.@c()` would compile
to `execute(concat('test', ...

cedf8d729080f079972b408a63ae6fb599dd85c6 authored almost 2 years ago by LadyCailin <[email protected]>
Fix extension_exists() and function_exists()

79f662e8154495c05c8fccc53c39970a8581bb6a authored almost 2 years ago by PseudoKnight <[email protected]>
Add goat horn / instrument item meta

c3a316f38ba5f823cd7bc1f1141b9b39fce7ae21 authored almost 2 years ago by PseudoKnight <[email protected]>
Fix axolotl bucket meta

CraftMetaItem implements BlockDataMeta, so was always instanceof BlockDataMeta before getting to...

9188452e98526ae1dd920a149442b15be8f5d645 authored almost 2 years ago by PseudoKnight <[email protected]>
Fix node modifier movement running on wrong node

fb86c2b34ed439258a42241aaabd8be6a467b6d8 authored almost 2 years ago by Pieter12345 <[email protected]>
Disable missing semi-colon exceptions

982b26f9fad3e1ab96562fdbfaf102f51c2f18ab authored almost 2 years ago by PseudoKnight <[email protected]>
Unsaved document

91eaaa0728496c466bc5400250814fe47cebbc7a authored almost 2 years ago by LadyCailin <[email protected]>
Add commented out test for missing semicolon

9767e552891e4d1f6a611119f226b004b00df14c authored almost 2 years ago by LadyCailin <[email protected]>
Fail on missing semicolons prepwork (#1345)

* Initial commit, doesn't build yet

* Remove critical path for now, so merge can happen

d71ab4489bfaeffd75360e25b4497cb63447cbba authored almost 2 years ago by LadyCailin <[email protected]>
fix: pom.xml to reduce vulnerabilities (#1332)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMGO...

0864b5fca1bf95f6344c833341375e2b45cc2b32 authored almost 2 years ago by Snyk bot <[email protected]>
fix: pom.xml to reduce vulnerabilities (#1337)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMGO...

48bbeab1d6cb3b618bff1cb6631bf1705b5ba2fe authored almost 2 years ago by LadyCailin <[email protected]>
Support blockdata in item meta (Closes #1343)

f534c4ff7bba6d645c8b8bf569b56f2d8ca334a0 authored almost 2 years ago by PseudoKnight <[email protected]>
Add tool argument for break_block() (Closes #1342)

7fb7887c754c78b3be42d17c4c8d02ac2bca98fe authored almost 2 years ago by PseudoKnight <[email protected]>
Add get|set_mob_love_ticks() (Closes #1340)

Also fixes managing mob age for several animals.

8d0c206672dc933dace032bbdb4be59efbc0f5b9 authored almost 2 years ago by PseudoKnight <[email protected]>
Fix execute() sugared syntax rewrite

Fixes #1323.

c8089c491499ce2c0a8da91694d48178f4be091e authored almost 2 years ago by Pieter12345 <[email protected]>
Update to bStats metrics version 3

650301f9dd6097eaac200a5467a265a8ca8930d1 authored about 2 years ago by PseudoKnight <[email protected]>
Handle older versions of MC for pborder

c0089627b2a6231dc8af6a1d66f21726d07d5cfc authored about 2 years ago by PseudoKnight <[email protected]>
Fix NPE in class discovery

Fix NPE crashing cmdline MethodScript during class discovery when having an extension with certa...

66fa15363bfc9dd6fce0d12b9d4221d87c05ed19 authored about 2 years ago by Pieter12345 <[email protected]>
Add player virtual world border functions

cc8e2cd285506fd09df60d661f989a199bad1b93 authored about 2 years ago by PseudoKnight <[email protected]>
Add suspicious stew meta

609f46700c52ce06550ccd8f42f2a42e24f8c5cc authored about 2 years ago by PseudoKnight <[email protected]>
Support null spawntype for spawners

57a45a33a4e5cadd7c6640ab22a0500f2d1d18e5 authored about 2 years ago by PseudoKnight <[email protected]>
Add DISMOUNT to TeleportCause

204509b9275181150df55f40e2304a0bd7ba9996 authored about 2 years ago by PseudoKnight <[email protected]>
Add has_inventory() (Closes #1336)

Also fixes several places in the documentation that incorrectly specified a FormatException woul...

3dcb85db7a637836bc767737ccaad65ec31376b4 authored about 2 years ago by PseudoKnight <[email protected]>
Narrow conditions in which OfflinePlayer is considered invalid

This affected floodgate connected players on online mode servers.

62d2a09b2f607b22154c22355f94f17cb035fcb9 authored about 2 years ago by PseudoKnight <[email protected]>
Add snowAccumulationHeight gamerule

8bab801f6005a5829d56e73ec232e0c290971dd7 authored about 2 years ago by PseudoKnight <[email protected]>
Add support for Minecraft 1.19.3

This includes support for blocks, items, and entities behind the new feature flags. Without enab...

7c4917844dbdc1aeca229e92748e11b3f5237053 authored about 2 years ago by PseudoKnight <[email protected]>
Add cmdline "@arguments" to scope in SA

Add `@arguments` variable to the main scope of scripts executed from cmdline during static analy...

c66168e1f51459d8039418dc3a281ca8ec556ad6 authored about 2 years ago by Pieter12345 <[email protected]>
Fix ba_get_bytes resulting in zero-size array

- Fix `ba_get_bytes` always resulting in a zero-size array.
- Update `ba_get_bytes` documentatio...

cfc14bd10c4e1b9f2f59aa96ec57d03f3f1a0eb7 authored about 2 years ago by Pieter12345 <[email protected]>
Pass arguments through to cmdline

533ae6d5b4d861d1ec77bb1ad8962fb7493baf8c authored about 2 years ago by LadyCailin <[email protected]>
Update entity_spec for wolves, pandas, and creepers

eb5e5c328a8c74d01607718d23df2a3794647e33 authored about 2 years ago by PseudoKnight <[email protected]>
Set label for executing auto includes

5bded8f950b8f62dafc690c3ddf15028481e7152 authored about 2 years ago by PseudoKnight <[email protected]>
Handle non-finite number exceptions in teleport locations

1927195ea8b819fbc64046fc2f180c2221c49bdf authored about 2 years ago by PseudoKnight <[email protected]>
Update statements checks

It was common to get three compile exception for one syntax error. This reduces the compile exce...

a29213cc9403dac3db799206dbc0b0a8741ca18a authored about 2 years ago by PseudoKnight <[email protected]>
Handle axolotl bucket meta without a type

b2a813d6555fdebf348f7f1dd3a214b230dc97d4 authored about 2 years ago by PseudoKnight <[email protected]>
Add missing DUPLICATION SpawnReason

aec594eb659e2750abaa145c7897f920444c9d5e authored about 2 years ago by PseudoKnight <[email protected]>
Handle invalid sound key exceptions (Fixes #1330)

Also expands sound stopping functions to support sound array objects, so that the same arrays ca...

478736042abae5d6b0961e290963ae1c943227d8 authored about 2 years ago by PseudoKnight <[email protected]>
Do not require world for get_vector() (Fixes #1329)

46fa93d3f839cf3a20edaeb1bf672f38407a9985 authored about 2 years ago by PseudoKnight <[email protected]>
Revert get_vector change

9e9c80c158fea7e5f58eb19168a6738d8f7ac4b4 authored about 2 years ago by LadyCailin <[email protected]>