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

Revert upgrade of snakeyaml.

15325b602262fa14870f20b750057b804a4c3af3 authored over 11 years ago
Add update guideline to pom

8ecd7ea8c0ce2515daef5b0ad7e0f9ff16b1d679 authored over 11 years ago
Updated dependency versions.

All dependencies have now been updated.

cda686f377a38e9bbfd1d525783f8b9fca1b766a authored over 11 years ago
Merge pull request #123 from jb-aero/master

Add item_spawn event, bring player_death up to par with entity_death

2a289e688b64002b71d8b12a1217d3e5a7c7e916 authored over 11 years ago
Make player_death use detailed 'cause' array, add item_spawn event

2d95281142a11a890db82a9976957dd57a2339a8 authored over 11 years ago
If the enum passed in is null, just return null too.

298e339a9690bef88a90668d5ba3c03258d4dec9 authored over 11 years ago
Set null if not applicable.

de480c6f3e978f1a3958050723933626bb0288bc authored over 11 years ago
Added killer to player_death.

e0f55025938de8b37ca05c655050d3c9cfb9af62 authored over 11 years ago
Started to add proxies, but there is a case where it freezes permanently, so it's not exposed yet.

765e75fd6243755fc1094d31cb9279e7093f130a authored over 11 years ago
Added gzip and deflate compression Accept-Encoding default headers.

This should significantly increase page load speed when using http_request.

09186fbdc40a8a312e1d3640aea57009a89cdc80 authored over 11 years ago
Merge branch 'master' of github.com:sk89q/commandhelper.git

d29380127e1a8819f2a8e85aad24e25ad4aaced1 authored over 11 years ago
Fixed cookiejar usage, added examples.

a0d55e5d7b1eaa7f0524ab4674c7849a115678aa authored over 11 years ago
Fixed bug 2676. Exceptions are now properly handled.

6089580b93dce8c5b1d4ca235552fda549cec621 authored over 11 years ago
404 or other non-200 response codes were always throwing an IOException.

This fixes it so that it always returns the body (and the error codes are set appropriately).

A...

15e6da9b5ed568551ac2f4a4c68aee4bfa63aba6 authored over 11 years ago
Merge pull request #121 from jb-aero/master

Fix for move event issue, and possibly all anvil inventory issues

ff3e5488959d9f11bb9f884cb973123de55ff47a authored over 11 years ago
Fix for move event issue, and possibly all anvil inventory issues

f8ab4da05d74c4bf9e7609394315ce7fbaee103a authored over 11 years ago
Likely fix for 2679.

URI parsing needs to be done manually in the ReadWriteFileConnection mixin.

8290329087622fc228270a6287b23a648c572145 authored over 11 years ago
Moved the array uniqueing functionality to a generic class.

9d3f146752ffe50af00c54f692ffd53c619553c8 authored over 11 years ago
Fixed array_unique. It should be good to go!

3b3438a24e33893035d2c602198d49ca13a35845 authored over 11 years ago
Merge pull request #120 from jb-aero/test

Allow no scoreboard arg on set_pscoreboard, added get_functions, get_eve...

5e3bb150c49d54c8bdf809627d0904df7ae4a1ca authored over 11 years ago
Add javadocs for new methods, and make player_move match the documentation

c3f7ec50db78c579c2e76c9c2c7629c2dae74b62 authored over 11 years ago
Allow no scoreboard arg on set_pscoreboard, added get_functions, get_events, get_aliases, material_info, and reset_all_pscores

96c34fe1894e84565295dc624e237a6ab8c90097 authored over 11 years ago
Updated docs and made it so interpreter mode works with async things.

a91b7a1740a4d0fe20c281acddc20edfe3a79cc5 authored over 11 years ago
Added xml_read, though this may not be its permanent home or signature.

221138a0ad0012391b4e7e7f994f6a1e33557403 authored over 11 years ago
Added http_request().

Finished the PublicSuffix security checking in the web utils, and broke them all into their own ...

5f1d145d1aa8205dc475a2568e3dd074b2895160 authored over 11 years ago
Optimized some code in EntityManagement.

822681619a05956addd64e4b88800f3cf428f632 authored over 11 years ago
Merge branch 'master' of github.com:sk89q/commandhelper.git

15492299d44614c82d9b91a770d521a585583ccb authored over 11 years ago
Speculative fix for bug 2667.

186939946115542f634731d82875659c1fdc209b authored over 11 years ago
Fixed bug 2673

0e73e21fc735bf8cff2cdf2ecee43aeb8d6dba5c authored over 11 years ago
Merge pull request #118 from roychri/patch-2

Added Bat and Witch

5d963a9fd043db9c529c3642426fb2eea443dba2 authored over 11 years ago
Merge pull request #117 from roychri/patch-1

Added Witch, Bat, Endergradon and fixed the ID for Magma Cube

e3f5d2f26b05037c153c0ea53514b16a1ecedc16 authored over 11 years ago
Merge pull request #116 from jb-aero/fixes

Some fixes unrelated to the other PR

f7024914c911cc40cdf742ddbe64fd9a4f46d215 authored over 11 years ago
Stacktrace patches

24ec5774885beb9d10ea6f2fa85cfd6ed3eef64d authored over 11 years ago
Added more interactivity with console and commandblocks.

Added permission argument to broadcast, made it possible to tmsg
console, made it possible to ha...

94e6c063317c2cb640edc9633178c181d2288ce8 authored over 11 years ago
Added sk_can_build, fixed world_changed firing needlessly

7ba06af4774d64ac25dfebdad1fd3c5b4fcf8ce7 authored over 11 years ago
Merge branch 'master' of github.com:sk89q/commandhelper.git

3a767e82cfabd8987e8af746b80565db30e7a2ba authored over 11 years ago
Added getKiller to MCPlayerDeathEvent.

9b785022ec4e4fdf376cc6620245674d991c221a authored over 11 years ago
Removed mysql dep for now, and fixed the load order for Extensions.

e7b03d69125380fe3e2d4d35d0acd7d9dc5d3a87 authored almost 12 years ago
Merge branch 'master' of github.com:sk89q/commandhelper.git

c56e205338377365d8daac1438a3b55ab3f6ee6b authored almost 12 years ago
Added debug information to extension loading.

7c044ef510e0977a2384e4b2b4c03d06063768b8 authored almost 12 years ago
Added ini_decode and ini_encode.

266f8b15371a8bb62b4e11a4d264d25a24916bff authored almost 12 years ago
Added Bat and Witch

d6aaa0138ceb8f886e829583718bb4f8ab28ec9b authored almost 12 years ago
Added Witch, Bat, Endergradon and fixed the ID for Magma Cube

6157e6ebc2d265bacfe3c37864137ae4d32c5ec4 authored almost 12 years ago
Merge pull request #114 from jb-aero/master

Lots of vehicle/riding related things, and some things that go boom

ab1d7cfcb1ff8440498c16bec8c54efe378b7786 authored almost 12 years ago
Changed get_values from using startsWith to a more proper namespace regex.

80d5ab2108996595520e466df85b56a6b4c49729 authored almost 12 years ago
Fixed bug 2660. Also updated DocGen and scoreboard code to prevent fatal errors when building docs.

c7185637baa45667c03c33d3b7e5dec178c04d98 authored almost 12 years ago
Fixed compile error. Upped redis dep version. Began MySQL integration.

3e573fde7f2a179b9d98b2bb04d2ef4818ac8448 authored almost 12 years ago
Added vehicle_(enter|collide)/entity_explode/get_entity_(rider|vehicle), moved set_entity_rider out of sandbox

4b8e15186d5c1290af80237684cb610309c34e95 authored almost 12 years ago
Added array_unique, and unit tests.

816400f34df3e51583bede46a37cafd92457fa9d authored almost 12 years ago
Refined the unexpected error handler, and wrapped jedis exceptions.

Now, the unexpected error message handler will output the line of code properly if there are var...

a3e96a3ce84299be8359733c168afc5c36b339d0 authored almost 12 years ago
Fixed failing documentation test.

b396e602151beff93f198019261f5019f622be72 authored almost 12 years ago
Merge pull request #113 from ProjectBarks/master

Added set/get fly and walk speed

09e43afd7af30f46c7ff7099abad2c2170d91ba5 authored almost 12 years ago
I have fixed indentation and removed cleaned code.

~ProjectBarks

8e5cc77e578b9a72bf1b431fc351248d213a74bc authored almost 12 years ago
I have added get_pwalkspeed, set_pflyspeed, get_pwalkspeed, and set_pwalkspeed. The code was created from my first version. Hopefully there is nothing that needs changing. :D

~ProjectBarks

5e619c4b7f31b11c6834ae69e5051a3bd9859bd1 authored almost 12 years ago
Removed unused imports.

8e846135c2611f5555645f70f4e940e784a37e82 authored almost 12 years ago
Updated commit guidelines.

67506a467fee741352c387138f5e3f32ed63a9ee authored almost 12 years ago
Merge pull request #107 from jb-aero/master

Fixes for crashes and stacktraces

c06b12bc74bed0e86b3cd45669211beb9d2af9cc authored almost 12 years ago
Abstracted endersignals and sheep, added handling for the BlockIterator exception.

2d04c058efc11b816f167f902d7d8881e3493a71 authored almost 12 years ago
Added LengthExceptions to prevent name lengths that crash clients.

36c59ab7083261f845d1c9adc7a1e93fe4cc8989 authored almost 12 years ago
Merge pull request #106 from jb-aero/master

I made externally accessible methods :D

5c96ebbeec96860578518c6dec61163073b12e4e authored almost 12 years ago
Merge pull request #105 from EntityReborn/master

Incoming plugin message support.

16118bdf7b9e10bc7033f1ca9e3ced947d1675b5 authored almost 12 years ago
Changed *_score to *_pscore, added set_team_options, added java and mscript API for multi-scoreboards

6688d580c01e24b772479424224768ff486f5340 authored almost 12 years ago
Added incoming plugin channel message support.

2777685dbd2124a83ec407a4b0dea994410e050c authored almost 12 years ago
Added order consistent PropertiesManager class, and made the PN use it for the config file.

PropertiesManager works like java.util.Properties, except it extends LinkedHashMap<String, Strin...

2cb8366719366f5aa0697649be77d570e81bc412 authored almost 12 years ago
Derp.

f957dba6bd4a74e80ceaf750095a4f59c2e39ad6 authored almost 12 years ago
Fixed error message to show the correct class name.

0490169d640116890dd35ea7c459eb52d188e8a6 authored almost 12 years ago
Merge branch 'master' of github.com:sk89q/commandhelper.git

d263dec4ae677e64afcdba5635a662fdcf6551b8 authored almost 12 years ago
Fixed docs test failure.

40d16b7eb6e21eafe9ff2944fef275ba2aea262a authored almost 12 years ago
Merge pull request #102 from EntityReborn/master

Fixing a inheritance issue, adding bed events.

b3d67502ecd1f1e7f66c392c6d8d97827fcbcfb8 authored almost 12 years ago
Added yml_encode/decode.

Also refactored the version stuff with functions, and improved the RollingAverage utility class.

f0bbd9f4d3a24c96f11d6e72dcf687d47a247757 authored almost 12 years ago
Added player_[enter|leave]_bed.

18d5f24ee5fbb910d21211993ef22dfba6e8f447 authored almost 12 years ago
Refactored inheritance.

a256808c83cd24ba524d97a91aa6af4b08433af9 authored almost 12 years ago
Merge branch 'master' of github.com:sk89q/commandhelper.git

19d854fec4e37fadd48eedfc0680aa4fd67b2814 authored almost 12 years ago
Merge pull request #100 from jb-aero/master

Houston we have Scoreboards

110e412d1ff7dbd82bec990a82e23020da8b656c authored almost 12 years ago
Merge pull request #101 from EntityReborn/master

More enderchest stuffs.

6b46cf6defbf3200bd2c6c2d47bb2362266382e3 authored almost 12 years ago
Fixed the accidentally docs

712263989a66a7452994a97b5d919bc4c769fce3 authored almost 12 years ago
Improved scoreboard handling

98f76b8498fad3e37fc28bce15bf0ae1109fe545 authored almost 12 years ago
Merge branch 'master' of github.com:sk89q/commandhelper.git

b40c9f209535557281e8c3d16f42814ba530716b authored almost 12 years ago
Updated documentation in a few places.

258a547c55fcef7d325f086806d90cb0c7f19890 authored almost 12 years ago
Missed a return.

5605f4b974e097a120301f13bb87cf460dd43223 authored almost 12 years ago
Oh, that's why that error message said that.

880a412763057dd15881b64664b9a10d16afa65d authored almost 12 years ago
Merge branch 'master' of github.com:sk89q/commandhelper.git

f57a8a2b4995309e66cce1b8d6779bc255bdf002 authored almost 12 years ago
Fixed docs and corrected some error messages.

80a94701e3d3fe56d971c88a876c4c5b3b31d064 authored almost 12 years ago
sk_region_intersect should return an emtpy array instead of false.

096c7d79fc481a8f2f5827808f29b5add034cc00 authored almost 12 years ago
Fixed the http(s) connections in persistance.

Async calls aren't working yet, so you'll just have to use the blocking get_value for now, it's ...

6cbbf9fbc21736ae5377475d594287ac068d9c54 authored almost 12 years ago
Correct abstraction mistake

8ea48d773d336b79ecce56561be3c9abc91a2749 authored almost 12 years ago
Added show_enderchest.

3f7530325e9115f10d677c6c2ddd4ecdd8d0ca23 authored almost 12 years ago
Added Scoreboard API

cf757d08e4aa2184be46fcaa21cfe3da5a16391d authored almost 12 years ago
Merge pull request #99 from jb-aero/master

server_ping, entity_enter_portal, player_fish

99128b2570a5f72cb09a0995aa8e6c28df3d8d1e authored almost 12 years ago
Added server_ping, entity_enter_portal, player_fish, new interfaces, and made item_drop|pickup include an entityID

5c0c4db489f8c9fee5a3a7e3e4c56094142ea97a authored almost 12 years ago
Merge pull request #97 from jb-aero/master

added stuff

89475b3b9773f9575c3343a03eb1fa9c205c172b authored almost 12 years ago
Merge pull request #98 from EntityReborn/master

Added [set_]penderchest() and friends.

b6f585fced3d2629a09c98d624de76a4dc5473fd authored almost 12 years ago
Handle spawnability in the enum.

c0e6549afb002fd50f2998835a815aef17482069 authored almost 12 years ago
Added [set_]penderchest(), pworkbench() and penchanting().

834155c1689d027c146e85c89877c65461ef42f4 authored almost 12 years ago
Added entity_spawn, wold_info, get_ip_bans, set_ip_banned. Added generator option to create_world. Updated MCBlockFace.

faad9da43726165d46f03b286bb49e4e1bb488ff authored almost 12 years ago
Added more specific information in the error handler, which should help distinguish between java nulls and mscript nulls, and also provides the code target.

7c9aa65c3e718b6e43476159265ed6cc4bd521ec authored almost 12 years ago
Defend against a NPE in the error handler.

fe11d4ae187182ffb598a79959ee82732e1ebf2c authored almost 12 years ago
Need to output the value, not toString.

43ca17029ca1f470669c9a7411038f299dcf4042 authored almost 12 years ago
clear_value should use the underlying clearKey, not set to null.

8eadd624c4c1e8aafe8c75c31358ae14c9292cfc authored almost 12 years ago
Enhanced error messages for unexpected CH exceptions.

Some exceptions may not be caught still, but for most exceptions, a much better error message wi...

8ed19f2c1f038c78a200614a444ae0827cff9ae9 authored almost 12 years ago