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 azure-pipelines.yml for Azure Pipelines

fd53398272ab564d501ceee459660cc0949de8c6 authored 10 months ago by LadyCailin <[email protected]>
Update azure-pipelines.yml to java 17

283e9f5d1b228eb299a8d9c2cd5778464e202608 authored 10 months ago by LadyCailin <[email protected]>
Add functions to hide entities from players

7c64252557e7b2c051294e5823f94e0e6019b82d authored 10 months ago by PseudoKnight <[email protected]>
Update book meta limits

170ebbbd560486289b1b2ace3ae2c8b3b6f9c903 authored 10 months ago by PseudoKnight <[email protected]>
Avoid val() when returning from MSC.execute()

This can be noticed in profiling when passing arrays to iclosures, for example. In a lot of case...

d607e9dbc3af196011d1e30554b96121318fb0e7 authored 10 months ago by PseudoKnight <[email protected]>
Build with JDK 17

ca3376246e45686a39757a027f5d1ff49fcb49d5 authored 10 months ago by PseudoKnight <[email protected]>
Fix pkill() on latest 1.20.4 builds

This does now cause a damage event that is cancellable. It also changes the damage cause from CU...

f29343931fa29ebebed47c3721d2b275ccc66e4d authored 10 months ago by PseudoKnight <[email protected]>
Make note of noPermMsg change

This might actually be a bug, but until it's removed or fixed this note is still valid.

cda45a1b4e55a75ac3527224ef693db8aa3bfc2b authored 10 months ago by PseudoKnight <[email protected]>
Fix position in some plugin-called player_interact events

This was noticed with Axiom calling RIGHT_CLICK_BLOCK events without a position, but may happen ...

c26c935bd49db2f612fd7df8668cb2e89cc23a57 authored 10 months ago by PseudoKnight <[email protected]>
Fix array based call to transformation.

0f1bce93084f609edc1a93cf25bf08264a19f9a9 authored 11 months ago by LadyCailin <[email protected]>
ahhh

0306de466a553d759dadd444ab78d4f8079f55de authored 11 months ago by LadyCailin <[email protected]>
Fix list formatting

777d08777b67ecd2704d9af6bab057d15afce97a authored 11 months ago by LadyCailin <[email protected]>
Tentatively add support for setTransformationMatrix.

This doesn't work, but I suspect a bug in paper/minecraft which I am
trying to track down. The c...

b2aa355024b7f41b12b24e085c288135219e39a0 authored 11 months ago by LadyCailin <[email protected]>
Fix MC 1.19.4 / 1.20.4 compat after last commit

13c923add7f9933676128889c0c377974bf04c18 authored 11 months ago by PseudoKnight <[email protected]>
Add transformation support to display entities.

920b82c95c6da97793d400fd1cc8310f3ce7f5f2 authored 11 months ago by LadyCailin <[email protected]>
Fix signature for location_shift()

6353b6988a53a5923e4ad75ad39f8c7c3f234c1e authored 11 months ago by PseudoKnight <[email protected]>
Only cache data_values when function is used

b80b2f891b2ecaba10659a36d3dfefeff130eb6c authored 11 months ago by PseudoKnight <[email protected]>
Fix precision when passing int string to integer()

This is basically Argument.getNumber() but handles integers as integers, not doubles.

123e2171f8afc2dd9eb6167055cda207310898e1 authored 11 months ago by PseudoKnight <[email protected]>
Document X timezone pattern in simple_date()

b3c066a4f43cbb46ccf8595a69f7c8c7c0fe3467 authored 11 months ago by PseudoKnight <[email protected]>
checkstyle

fe667f05da515ba1a543459135877ae3682d44c6 authored 11 months ago by LadyCailin <[email protected]>
Add equals_epsilon and array_clear

e922b1b0dc4ddd4a6ba8531722ea809d1748eb90 authored 11 months ago by LadyCailin <[email protected]>
Fix IndexOutOfBoundsEx in switch keyword handling

Only affects compilation of scripts with compile errors.

7ee66f08a5f45b0c5cc015284e82a00028f2babc authored 11 months ago by Pieter12345 <[email protected]>
Optimize switch keyword processing

a1e83c84603cce9184de1ba80296e37fe52301fa authored 11 months ago by Pieter12345 <[email protected]>
Fix get_tabcomplete_prototype() with associative arrays

18f7a92a0c714e35a8884a49c3b02ff0e2460abc authored 11 months ago by PseudoKnight <[email protected]>
Fix negative y coordinates in get_highest_block_at()

2ac92c9270c2b064eb2ef11510c1113cf7604240 authored 11 months ago by PseudoKnight <[email protected]>
Re-add accidentally removed conditional

Fixup for previous commit.

d1eb45ad52352da0455b76faaa86c9f6449daf34 authored 11 months ago by Pieter12345 <[email protected]>
Optimize processEarlyKeywords TokenStream iteration

Iterate the TokenStream (LinkedList implementation) using an iterator where possible, reducing t...

df05b8913b0d21967a5d307b2b978e586825cf76 authored 11 months ago by Pieter12345 <[email protected]>
Fix small bug with previous commit

70a74f8e32b8b1bbb9d66ad731d3e9462b62eb79 authored 11 months ago by LadyCailin <[email protected]>
Add clamp option to location_shift

3b2b85d9e7910b9d6abce3a400f7c8d0445376e4 authored 11 months ago by LadyCailin <[email protected]>
Checkstyle

6a2b93e43d3215ee442214ac545eabf7f38b8cc0 authored 11 months ago by LadyCailin <[email protected]>
Merge branch 'master' of github.com:EngineHub/CommandHelper

1e28b48af905b446570d89a38a751b8f054d3015 authored 11 months ago by LadyCailin <[email protected]>
Adds get_scoreboard_entries and supports paper teleportation better.

get_scoreboard_entries allows for iteration across potentially unknown
entries, particularly use...

e4d81cb4fc849644189d45c784369f50d0f0c6d3 authored 11 months ago by LadyCailin <[email protected]>
Add pforce_respawn()

d10e11798fe38ffa6cc646e2ab6952a58d945f8f authored 11 months ago by PseudoKnight <[email protected]>
Update armor stand equipment abstraction

2db12fb2ef183e0820b21caf2830a5812d36db8a authored 11 months ago by PseudoKnight <[email protected]>
Add item stack to decorated pot meta

c410f557b6bbf9943329e26e4b04a662cc67921a authored 11 months ago by PseudoKnight <[email protected]>
Update public suffix list

709027606f64c8151c473003945fe4f0553b2886 authored 11 months ago by LadyCailin <[email protected]>
Add unsupported method overrides to CByteArray

7ebdcae90302a4aeabda2defa92f0656876fd294 authored 11 months ago by PseudoKnight <[email protected]>
Fix build and clean up unnecessary things

518178d6939f8c9d010c0fce68560a99ac5e4359 authored 11 months ago by PseudoKnight <[email protected]>
Add set_end_gateway_exit / age functions

0ae39f07cba026b00a37e8608b2a9a089680da41 authored 11 months ago by PseudoKnight <[email protected]>
Improve item array documentation

abf8220cc55c1e02237b9404fea29376b3a69076 authored 11 months ago by PseudoKnight <[email protected]>
Check for mvn.cmd if mvn fails in build-extension

04bd72853619913c27385449170ba33ecccb2ca8 authored 12 months ago by LadyCailin <[email protected]>
Update minecraft events with new data

- Added "firelocation" to block_burn event
- Added "hitface" to projectile_hit event when hittin...

d527112bc80b57849b5cf99f3fbd0fe8f5fc8efc authored 12 months ago by PseudoKnight <[email protected]>
Improve json decode exception messages

b915790f3a05800dd05b6fd4b801f1e0c8193123 authored 12 months ago by PseudoKnight <[email protected]>
Add UUID fallback for offline players in events

This replaces player injection for events where the player is expected to be online but is not d...

b39b8f0b8e6784977e4414f8b90329cac8773e8c authored 12 months ago by PseudoKnight <[email protected]>
Update Compatibility and Upgrade_Guide pages

cd33f3ac54ba6ee13c9664a2e9e98e4dae8614f6 authored 12 months ago by PseudoKnight <[email protected]>
Add forceload chunk functions

b9773ef3c48e326f49d05ab84d2cd421855d9bcb authored 12 months ago by PseudoKnight <[email protected]>
Add objective display slots for teams

cb50f3284b310afdc5d17bba08f2a8806b4dda1d authored 12 months ago by PseudoKnight <[email protected]>
Fix resource leak in binary_read and read_gzip_binary

Fix "IOException: error=24, Too many open files" caused by `binary_read` and `read_gzip_binary` ...

fb6217c6e3ada0505e9d93702370cd178d39e7b1 authored 12 months ago by Pieter12345 <[email protected]>
Add generation support for book meta

0ff73b4e15c414e5c776fa184aa20fdd5416d572 authored about 1 year ago by PseudoKnight <[email protected]>
Add support for Minecraft 1.20.4

f2b77ca36793c745249e48144ff26175125ff37a authored about 1 year ago by PseudoKnight <[email protected]>
Fix byte_array min required space allocation

62a04f04c9bd8f28f35e60851ec4434b289e61b5 authored about 1 year ago by Pieter12345 <[email protected]>
Cache CClassType.get(Class)

Improves runtime performance of type checking functions.

64deb060b0f1636c7d053ea4fe699b9a378229c3 authored about 1 year ago by Pieter12345 <[email protected]>
Use cached instanceof implementation in IVar creation

Significantly increases runtime performance of typed code. Runtime of a MethodScript program tha...

7893dbf419c41738883ce6dbbb05d0d236851b1f authored about 1 year ago by Pieter12345 <[email protected]>
Stacktrace manager optimization

Store `StacktTraceManager` directly in `GlobalEnv` to prevent a synchronized hashmap lookup on e...

0c54ffd8136966ba9dcc379a2e9faa09fac30b78 authored about 1 year ago by Pieter12345 <[email protected]>
Exclude some sqlite native libraries from the jar

These operating systems or architectures are not officially supported, are probably unused, are ...

97c08822e27c8694f9a600a1fe8437187ba42c82 authored about 1 year ago by PseudoKnight <[email protected]>
Remove old reflection in regex for named captures

e84cba479ffd4703a75bbca589af5c43e0ab0a65 authored about 1 year ago by PseudoKnight <[email protected]>
Fix non-matching enum warnings

b7a01a2b2919c03f5ff7b38c69bb3e4d25177f60 authored about 1 year ago by PseudoKnight <[email protected]>
Add author and website in plugin.yml

2057ef2305df73ffbf3e5b78ec0eefd334ff8d0b authored about 1 year ago by Pieter12345 <[email protected]>
Add has/give recipe functions for players

7cd5c703dbe1d0780f9585bc1d7966890251d9e0 authored about 1 year ago by PseudoKnight <[email protected]>
Add get|set_display_entity functions

59d077d559ecd1434a28e108ebca898c87dd0331 authored about 1 year ago by PseudoKnight <[email protected]>
Build against Spigot 1.20.2

b3032a533d249cd05f491a27b071e9b62109f8ba authored about 1 year ago by PseudoKnight <[email protected]>
Document unusual behavior with equipment droprates

5fade9191fd81f0817860f7cc4eeeecd632c6753 authored about 1 year ago by PseudoKnight <[email protected]>
Fix unknown source in typed assign exceptions

2eae8858f1dd22f885068d8d7b2a21cad65f218f authored about 1 year ago by PseudoKnight <[email protected]>
Add select_entities()

ed3d2c7e84edb49d7a1d3a683495cdfa3150ffa9 authored about 1 year ago by PseudoKnight <[email protected]>
Add arrow pickup status to entity_spec

be735bb87971715f7f1b71e7e89fd8398a5d108d authored about 1 year ago by PseudoKnight <[email protected]>
Add knowledge book item meta

5c7003c6861ce981085145e4c715c3124ebc104a authored about 1 year ago by PseudoKnight <[email protected]>
Add display entities to entity_spec

0ea9aeac018b1065a715f9864c9c2c0eda410cef authored about 1 year ago by PseudoKnight <[email protected]>
Move CraftBukkit package name to BukkitMCServer

44acbf2fa9743dd1e55e46a4350839c2c1178164 authored about 1 year ago by PseudoKnight <[email protected]>
Add decorated pots to item meta

21639623497c65dd273b4f2acefb28756ff1d419 authored about 1 year ago by PseudoKnight <[email protected]>
Change closure-warn-overwrite log level to warning

3b8c7ca8b7eb8c26daebc76cec6adf8aa7495836 authored about 1 year ago by Pieter12345 <[email protected]>
Add decorated pot sherd functions

bc011de562e79a5770dc1771828ddf81fbc2385a authored about 1 year ago by PseudoKnight <[email protected]>
Fix typos in function docs

86a6583d96e202fe253176644d062422eba6ac0f authored about 1 year ago by PseudoKnight <[email protected]>
Support passing byte_array into crypto functions

Affected functions: hmac_md5, hmac_sha1, hmac_sha256, md5, sha1, sha256 and sha512.

e705952aa5e0d4979c49b9a1b5228c941e66ba9e authored about 1 year ago by Pieter12345 <[email protected]>
Optimize vehicle collision events more

1c128b8f3f78ae9419ce5d70f0ceec871be0a877 authored about 1 year ago by PseudoKnight <[email protected]>
Update deprecated methods in http_request()

8dc6461ffa36da8042416a5fc95aaeb52b3275dc authored about 1 year ago by PseudoKnight <[email protected]>
Add newline

61d7b4448f618092e2f0d3f57b387cd5c090408b authored about 1 year ago by PseudoKnight <[email protected]>
Actually inject players in player_login

772a818ae29cc92d17434cf1cc0cd73a9cf89f05 authored about 1 year ago by PseudoKnight <[email protected]>
Removed outdated Dev page

33207b71547af54b0d324879108ee4b6bceeb749 authored about 1 year ago by PseudoKnight <[email protected]>
Improve player event documentation

e2c5e4db1c6b877ae5c0a11073a3ac6efee5247f authored about 1 year ago by PseudoKnight <[email protected]>
Handle null item meta

f3a8370a33e9cbdd2dbe94bca36fd419bd03409e authored about 1 year ago by PseudoKnight <[email protected]>
Re-add player injection to player_login

This is to prevent breaking scripts that explicitly use a player name to check permissions durin...

58f515f4c7e079fe18dc1dba282c0f7c38bcc743 authored about 1 year ago by PseudoKnight <[email protected]>
Document unsupported item meta

bd23dc3333c0bfcf2f79c2b7c8ef363fb42fa97d authored about 1 year ago by PseudoKnight <[email protected]>
Add support for custom tags in item meta (#1366)

This supports tags added by plugins using Bukkit's PersistantDataContainer.

1f6deb1e9ca15ef7bb0eae808986bdb772da1ee5 authored about 1 year ago by Michael Smith <[email protected]>
Update player injection for events

Uses MCPlayerEvent to insert the player into the environment, and only uses injection for player...

6a7749ce1f5f564ad72edce2215f6eb7e71cd772 authored about 1 year ago by PseudoKnight <[email protected]>
Improve player teleport/spawn event docs

45ffc9f8b9bf8d9c8f36574b5e6847d08421c818 authored about 1 year ago by PseudoKnight <[email protected]>
Update Minecraft wiki links

e75d6a2661b3f857fe8cb8758e5f79c639222f74 authored about 1 year ago by PseudoKnight <[email protected]>
fix: pom.xml to reduce vulnerabilities (#1355)

87d48c332bdc6e0242f6b87fc58f472940488194 authored about 1 year ago by Snyk bot <[email protected]>
fix: pom.xml to reduce vulnerabilities (#1362)

3a93fe45529e27fc9e6a579b3f73b01ad42c0af3 authored about 1 year ago by Snyk bot <[email protected]>
Bump snakeyaml from 1.32 to 2.0 (#1359)

5e5b861679d17a6cfd80b15478db0cf6be5f7e6e authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump sqlite-jdbc from 3.21.0.1 to 3.41.2.2 (#1361)

4ac208d68a0d4fa5f006b54729a3b157fb5a0762 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: pom.xml to reduce vulnerabilities (#1369)

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

c8f3c73d0d904cbed7ee13051d06c6b653620cf5 authored about 1 year ago by LadyCailin <[email protected]>
Update max absorption attribute name

Matches upstream changes in early 1.20.2 builds

f8abaa9bf30c874a64473f18121cf8bce1c81e9d authored about 1 year ago by PseudoKnight <[email protected]>
Add support for Minecraft 1.20.2

d91224879a1b0a468d01c60a0075ff51eaf8dfee authored over 1 year ago by PseudoKnight <[email protected]>
Fix unintentially shading spigot-api

dad5b791eb5b4efa0b03508685ca7dbe2b7b12d2 authored over 1 year ago by PseudoKnight <[email protected]>
Fix plocale() arguments

91618b7e2b471f91101463b38c33367328394c17 authored over 1 year ago by PseudoKnight <[email protected]>
Fix potentially using wrong env to get procs when threaded

Keeping a reference to the "currentEnv" in Script is problematic when using threads and sharing ...

9cd1bca93d352966b9c6812b3a319a58993d9f03 authored over 1 year ago by PseudoKnight <[email protected]>
Fix broken code example

62587c3e6fa58141ff656048d21c03535ec02872 authored over 1 year ago by LadyCailin <[email protected]>
Remove flowerlocation from beehive item meta

f88da2c422c4786be7398fea9d457c92063deb69 authored over 1 year ago by PseudoKnight <[email protected]>
Add functions and item meta for waxed signs

ad091741ba5b4e45b368ffdf8828f6752daa72f3 authored over 1 year ago by PseudoKnight <[email protected]>
Check command format in functions at compile time

9fdd0dcb433912d5bbe6528a2577464f3e9ca355 authored over 1 year ago by PseudoKnight <[email protected]>