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

Add hanging_place event

cbb47d72a8aa399b3d8118e2bd707c0c2143f7b8 authored about 4 years ago
Merge pull request #1249 from Lildirt/attack_cooldown

Added pattack_cooldown().

612736e571958cb1e6c922c87133f4edad2640b8 authored about 4 years ago
Brace ternary and add CRELengthException to throwables.

1b3af5292ecc2b458a264408baa8048a8fe1f29d authored over 4 years ago
Added pattack_cooldown().

3942d27808e17dd867db1c58abe41cc0217e7ba0 authored over 4 years ago
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...

f5ecef53eb5c7ae2842f900036c342a577493926 authored over 4 years ago
fix: pom.xml to reduce vulnerabilities (#1243)

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

70a3bc5179d93ba27d0dd65892c54a40f1b668d6 authored over 4 years ago
Add HIDE_DYE item meta flag

41c54ddf420735bf873772a7de832d61c089618a authored over 4 years ago
Add block_explode event

2c666b7d976e6bf79928f305a1537b403ab86d69 authored over 4 years ago
Fix split() for strings ending with the split

Allow `split()` (and non-regex `reg_split()`) to match the split on the last possible part of th...

b780a89bf991201192a9093e72ec444569a6fd9a authored over 4 years ago
Merge pull request #1240 from Murreey/day-functions

Add get/set functions for world day

cdc6c62ad30daed9b1c24e102cd7381273916116 authored over 4 years ago
Fix cmdline install tool unsupported OS check

`OSUtils.GetOS()` cannot return null, so the previous check never triggered.

5a4711488240dfdbde3c8880d66c08afd06fbbfc authored over 4 years ago
Add get_world_day

2cac88e3d9ed5ad70a331533552745f389813f84 authored over 4 years ago
Add set_world_day

ed12160bbb85b8f89a0594507f3caa1690e93439 authored over 4 years ago
Fix entity_unleash reason in event docs

ea2e3e27307fc7c0c80d47f3e1451d240c479213 authored over 4 years ago
Add support for Minecraft 1.16.2

7b0aad6f4c2e7b45d393eddbdcb775854a3fa298 authored over 4 years ago
Fix NPE in LangServ while generating environment (#1237)

Fix NPE in LangServ while generating the environment without having a profiles file in the Metho...

55a5e0a6f0ec9f435043eaa19d056d0c0a4a8824 authored over 4 years ago
Handle exceeding max string size in string_multiply

- Detect when exceeding max string size in `string_multiply` and throw a `RangeException` when t...

60f238b7cf613fa9659279300f4ce5e9736c04ec authored over 4 years ago
Fix smart strings being rewritten to non-strings

Rewrite smart strings to either a `concat()` of their string and variable parts, the string itse...

4ef81cc460d6eeb164a344ca142560267c574e3f authored over 4 years ago
Fix '@' escaping in smart strings

Pass literal `\` as literal `\\` to `__smart_string__`, so that `__smart_string__` can disambigu...

1dd871eea6d7e6ea6425a0a8dadd3ab9595384c8 authored over 4 years ago
Add entity_unleash event (#1227)

566f8c7236ba42a91d23e118a9f5e3d1a90c7679 authored over 4 years ago
Move static final function names to function classes

- Move static final function names to the static final `NAME` field in their corresponding funct...

bf4419a9b07e5031559f03fc251e3a0bf813db3a authored over 4 years ago
Centralize function name references

Replace all hard-coded string function names and `new funcClass().getName()` with a static final...

bcf811d987b79037d7d00a1286d5212e1ef26623 authored over 4 years ago
Persist running `x_new_thread` threads over recompiles (#1224)

Make threads remove themselves from the active threads map when they finish execution, rather th...

3512ac46727b778b6ba551503f576908517fecbc authored over 4 years ago
Merge pull request #1223 from Pieter12345/delay-keyword-compile-errors

Allow keywords to be part of other syntax

1747e2f564c28c55be6df6f34b9e52959ef6197d authored over 4 years ago
Don't remove if keyword on process error

Prevent the `if` keyword from removing itself from the AST when it fails to parse. This allows u...

980bd983293d26668744c0cd200814f8ee7dcaa6 authored over 4 years ago
Don't rewrite AST on try keyword process error

Rewrite the `try` keyword processor to not make changes to the AST unless it can finish parsing ...

1dcd0cb8e6e0a3d2cfefcf5c5f34067a07efd9ff authored over 4 years ago
Allow keywords to be part of other syntax

Allow keywords to be part of other syntax than their keyword processing code is written for. An ...

f496a780a6124471809fe17efe6162348cf7adc3 authored over 4 years ago
Create AbstractCompileException

This exception should be used as parent exception for compile exceptions, and can be useful to h...

f44e6f58b58e6baa0fee80450fa3a1f3e73fdb1b authored over 4 years ago
Accept null arg in psend_block_change() to send existing block

0b00fc752c51659ef7b9127be5cf7ee41c5f3d04 authored over 4 years ago
Fix cast exception for fireworks in projectile events

7d6c37a7058c05923b0ba8d446c1f1d985ff5591 authored over 4 years ago
Add 'unexpected keyword/label' compile errors

Add "unexpected keyword" and "unexpected label" compile errors to static analysis. The caught ca...

9c887c8d1d53836eb0de1d52db59d9e025b911e0 authored over 4 years ago
Add class name conventions

68e56fe904e63ade5fd06eb18a4385e099d539fa authored over 4 years ago
resource -> Resource

*Probably* no one was using this? The impact should be very low at this
point at least, but the ...

5b26f52ab0466fe6e19215b9699fddd646f5a60b authored over 4 years ago
Fix NPE in static analysis on re-including empty files

Fix a NullPointerException that occurs in static analysis when a file is included after an empty...

e83eed226687109bbd25d8b352bf02399eb96bcc authored over 4 years ago
Proc arguments handling optimization

Set passed proc arguments first and then fill in the default values for the remaining arguments,...

1789f79af3a23919b250c6527e42d5dc6e5fbadb authored over 4 years ago
Fix proc @arguments order

Fix procedure `@arguments` order in the case that the procedure contains more arguments than the...

18d26d2e0c1d812872d471e212d302d4d76b1632 authored over 4 years ago
Fix post parse AST rewriting for single-function scripts

Fixes post parse AST rewrites not using the rewritten AST for scripts with a single root functio...

b752e1bb70870e819da3a152d867eba174501368 authored over 4 years ago
More feature for multithreading (#1214)

* More feature for multithreading

* Fix docs

* Fix x_thread_is_alive thrown

* Separatio...

7df115a355507268f9d2448508206e7e346831ac authored over 4 years ago
Fix bugs in localization ui

f4b78d7f9a3ef35d51ce240aae7b8ab4f5099b76 authored over 4 years ago
Add CRIMSON_FUNGUS and WARPED_FUNGUS tree types

1a5ff3084474c2423ae336b8f92a1efe4cbb31ef authored over 4 years ago
Add 'anchor_spawn' boolean to player_spawn event

c8c2794dd274246a6c5e11ba63bdb7ae5cbdcb57 authored over 4 years ago
Add compass item meta

52b1b1c8bbd91f928ff173185dd081f4e77b0c47 authored over 4 years ago
Add SWAP_OFFHAND click type in inventory_click event

eba81c002726c8bf1c73ade4efc100843c2b4757 authored over 4 years ago
Add Strider's 'saddled'; Item Frame's 'fixed' and 'visible' to entity_spec()

4b7613f99e91dc25a203f70705e175f29f90b504 authored over 4 years ago
Fix legacy material builder on pre-1.16

6ecc8df6c44fcc8a1e1b8b6d5d7c1f4529f61081 authored over 4 years ago
Manage baby state for piglin, zoglin, and hoglin.

Fixes wrapper class for zombified piglin.

093c41e00c22c37b86e8007bb7391fe6dd448a75 authored over 4 years ago
Update entity_explode to reflect changes in the underlying event.

A null entity is no longer possible.

deab85b9427ca8a23fe4fed6362f0b058d9dbfbd authored over 4 years ago
Add support for Minecraft 1.16

0fe660dbf2f72dfcdfaab1938ff697939bdaa009 authored over 4 years ago
Add MCEffect.INSTANT_POTION_BREAK.

Remove unused id value from enum.

bc3f00a03267f97fc2e03b825cd6f781e4840e9c authored over 4 years ago
Make Script's 'right' field a local variable

625ea38e8edc18a003d3279b9d8ef2972db6f888 authored over 4 years ago
Fix color() docs not listing color names

784191d96c79b88014f7b9c9b8ca936476a22386 authored over 4 years ago
Static analysis optimization

Increase static analysis performance by creating less unnecessary collections.

41eb7fbec8f641068c303a20b40eac79bbad6614 authored over 4 years ago
Update portal events to reflect 1.15.1.

Add creationallowed event data. Fix searchradius and creationradius support in 1.13.2.

d835316eafcf9cdb9b444426eae04c11abaf07aa authored over 4 years ago
Add support for SQL Server in query and the PN (#1212)

bbd3adac5eac2482db9f940d8ef0041aa95b1457 authored over 4 years ago
Fix header issue in telemetry.ini

Use UTC time in the telemetry event

e6fe6c2aec6ebbf4a3ca7ddbbaf30d7821c3c978 authored over 4 years ago
Add metric for static analysis

889d8652d5fb04c7d49a9958f51db799fa60ca53 authored over 4 years ago
Update tree_grow event documentation (#1211)

Document missing keys.

11c491817b8e14b626a0a6a52a378b8307fdf021 authored over 4 years ago
Lazily get keyword name from annotation.

The name was only used for exception messages, yet this method can be called multiple times per ...

7afbf9d80f27398feafc5669098f19d7d70c6d68 authored over 4 years ago
Fix duping when getting held item meta on block_place.

The item's tags were being modified on read, causing this and probably other lesser issues. This...

d37f1a701a99c55360dcb99c8d8dbd130a5cd0a6 authored over 4 years ago
Re-use environment for compilation (#1209)

* Re-use environment for compilation

This is an optimization which uses the same environment ...

675fab075c675bf7f4cd6257972501c7a64e3540 authored over 4 years ago
Check for associative array usage in spawn_particle

Fixes #1210

ca0531dca3ff17662487c6fc39103bd68176ffcf authored over 4 years ago
Add new methods in BukkitMCArmorStand

726dd6a8559dea42cfa5a6c8e358cd90de864540 authored over 4 years ago
Speculative fix for case sensitivity in InjectedPlayers

cc39b8f049be1dd2d2b5b10638c61fa31664523f authored over 4 years ago
Fix NPEs in CClassType (#1208)

* Fix NPEs in CClassType

The CClassType invalidType is cached in a thread-unsafe way. This ca...

067118a0126eca4f07f333a2d8ee983e1f80e0ce authored over 4 years ago
Static Analysis patch (#1207)

* [SA] Fix exception on invalid typeless variable assign

- Fix exception during scope graph g...

d8def74a25f9f794e06219365aaf1fc8c652a77e authored over 4 years ago
Use cache instead of FunctionList lookups (#1206)

Cache the required environments for each function in CFunction and use that for lookups where po...

1b754e6ae11595cf5f8a28f84a7313e5c4811ffe authored over 4 years ago
Merge branch 'master' of github.com:EngineHub/CommandHelper

d7897501efa911857a6419b1d0eabf976d38a49b authored over 4 years ago
Optimize binds to get Event from BoundEvent when possible.

9f294f4e164d6334033d5968c830bd0629150d80 authored over 4 years ago
Improved registering/unregistering commands.

- unregister_command() will now remove all aliases and prefixed variants of the command, so it i...

ccb1a64e5c6830b82d9525fb85188a7093ce4094 authored over 4 years ago
Merge pull request #1205 from Pieter12345/master

Fix exception target for single include() exceptions

3661ebd7d42532f2a72730578fdcddbde4ebb6b5 authored over 4 years ago
Fix exception target for single include() exceptions

47a242a845bffddefd926c0f9d67e44095bdca25 authored over 4 years ago
Static analysis (#1198)

* Add basic static type checking framework

This is still a WIP. A few points to work on:
- A...

5c503dbf7b37c92c4412b824c79973beb3022838 authored over 4 years ago
Clean log tests (#1202)

* Clean log tests

* Clean tests with dyn()

3ef53379e3bc7057613e0bb9855568bfefe8a344 authored over 4 years ago
Throw NPE on clear_task(null).

Fixes #1201

eeb3b33a378aae16a3e0ca0b2a46572b2f7ec696 authored over 4 years ago
Update public suffix list

cff540be0d16e39daa576aac517241c1222287d5 authored over 4 years ago
Fix getting offline players by name in offline mode

9e938ad7c70af0710030f31ac787acf20b52cc1e authored over 4 years ago
Merge pull request #1199 from Anatoliy057/patch-1

Delete duplicates in entity_spec

e680b563b65e59cba15b6515ab9b206b8b68cd4c authored over 4 years ago
Delete duplicates in entity_spec

822aa4e1d4e3ac9b5157ec1d2a064dc54e864891 authored over 4 years ago
Correct exception message for integer() (Fixes #1193)

268cfd4e9e8da291c73c8c164b3acc5188445938 authored over 4 years ago
Update make_effect().

This adds data support for material and facing names, and improves documentation.

010a2544dd6c0c6a7a45b37f56b6eab38bc44a50 authored over 4 years ago
Fix reflect_type, add copy button to code on site.

Update jQuery. Exclude LLVMFunctions from trying to be site-deployed.
Add documentation on optio...

5391659742972129fdf65e9b7ddd21e9ef335502 authored over 4 years ago
Fix new assignment not getting the defined target.

e2ab8089c4331ae999a818a4089df5c4aa2ca469 authored over 4 years ago
Get CommandSender for executeas() and scriptas().

This allows for injected players that are currently offline, which is already a possibility for ...

309df09d3c965137d7ee3caebaa290506ffcb7d9 authored over 4 years ago
Fix extraneous bare string warnings in tests

f111a7a8c97cdda79b729c5de7081e9219f89018 authored over 4 years ago
pass current MCCommandSender on null for executeas (#1195)

* pass current MCCommandSender on null for executeas

* CH syntax requirements

* use current en...

2c6dbab202fdd23daffa47754231057186353bd0 authored over 4 years ago
Implement Booleanish in remaining classes

0a50d664d345c67599a30e140822b2162a188b38 authored over 4 years ago
Add reflect_type, class_type, and Typing documentation.

As part of writing examples for the documentation, I came across the error in #1192,
which allow...

b8a07c42f181599161272932f1a3904bcb774602 authored over 4 years ago
Fix negative array index lookup overflow messages (Fixes #1188)

5813d34e3dfbaa336c6f6a40871167a3682cd3a0 authored over 4 years ago
Fix incorrect ivar redefined error message in loops.

52316a729405c8bff4dc6fa6ee386e34fa23737c authored over 4 years ago
Fix documentation in reflect_pull

64bc09566fa48342175c394b44f7556dcb138639 authored over 4 years ago
Add include_dir().

1e51e2b13022908ddff706246ca46428bca808ac authored over 4 years ago
Checkstyle

62468ea60586bac15f60fc3321884e7e6158d67a authored over 4 years ago
Add .msfileoption support. Add file options to reflect_pull.

324626c21a17722db6e345f911c245edb9829e2f authored over 4 years ago
Add more tests for define_object

c70037a5adfa09eec795723a24f4c9502f2b22b7 authored over 4 years ago
Checkstyle

095dc2587f60df6efdb42594feeac4bf70653e1f authored over 4 years ago
Procudure -> Procedure

c54b7011017c833fb311dd36b111a775a7158e6d authored over 4 years ago
Handle void correctly in the procedure type hinting

Fixes #1191

dd3c66270e39b9faf17e45af8b1f5927bb8e49b0 authored over 4 years ago
Update issues link from youtrack to github

eeb36e7e91919bd6eedea54f040bc6bdc6815919 authored over 4 years ago
Fix iclosure retaining unused cloned variable list.

Also adds an iclosure test.

debbde0511d5778660cf4a97f8b76d1cc27a45d4 authored over 4 years ago
Fix error for remove_recipe() on Spigot versions earlier than 1.15.2

bd424bfcee9bff0be81b5a0461f1d6918cae4df7 authored over 4 years ago