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

INIDataSource is now working fully.

6f712193f5b01bef9ab0e45a16522e4da8dad606 authored over 12 years ago
YMLDataSource is basically done now.

Reading and writing works correctly, and most of the code lives in abstract classes, so it shoul...

2955e0d89b9a53ef5e0d55b283e6e98fb52ec362 authored over 12 years ago
Added WebUtility and got most of YMLDataSource working, as well as the surrounding framework.

75fa260de182e145e2d2d2c09690289a0754a591 authored over 12 years ago
Added bcrypt functions.

30892a9b04fdf6eca09c318182a573c128e8038f authored over 12 years ago
Added first_login parameter to player_join event.

This is untested currently.

f378e731788989eb8e79b72f56a96f2052020230 authored over 12 years ago
Added sys_properties, get_env, set_env.

Also, sys_out and sys_err have been moved to the Cmdline class. Additionally, fixed a bug with c...

ef2ef3ce56e5f05d56c55271b5e4f6986bd00889 authored over 12 years ago
Line ending fixes.

23fb2873a528723f7c4df0a717f00a05468846f6 authored over 12 years ago
Stupid bash.

9b945f2a1867560739b6a5c5a9cd1d0d10cab18a authored over 12 years ago
Added exit() for use in cmdline programs

4b711fdda621441d3737259484570b7943a6afa6 authored over 12 years ago
Moved the installation location to a more sensible place.

Now located in /usr/local/bin instead of /bin.

b611404f79e62535a1363ba6b00c3f7e2b011305 authored over 12 years ago
I should really test these things first.

7127feb2c706c56a1a8de3e145c33f83538df176 authored over 12 years ago
Finished the cmdline mechanism.

Only unix systems currently support the installer, windows will follow at some point.

2b012682435b58231c7869fea7e37142bd0e6efe authored over 12 years ago
Merge branch 'master' of github.com:sk89q/commandhelper.git

d27963897cdf69d9b20e621e752d1b93dea637c8 authored over 12 years ago
Added unworking bash.sh file that will eventually get fixed to allow simple shell scripts to be run from the commandline on unix systems.

a80f4481baa1a2187c2968055666e2e54d9c2f40 authored over 12 years ago
Merge pull request #34 from EntityReborn/master

Couple of fixes.

4fdb9b2768aa9dd8a124e4b3b1f90fd75df971b3 authored over 12 years ago
Fixed interpreter mode to work with cmdline

5cb355a7f63612c7f6e8a3295649232c188720ae authored over 12 years ago
Fixed using the wrong constructor.

0ece788a6b95a9c0332961574b57b9c429b7c8fb authored over 12 years ago
Fixed up the main class to use the new ArgumentParser.

All the features (minus the interpreter when using bukkit specific commands) should now work wit...

24988d97b4c2cf5c2fd6e61cc70e13ffe06fa6a5 authored over 12 years ago
Fixed #1652

bf66ac4623821e82b086aa71967544f218389419 authored over 12 years ago
Fixed #1666

2245e22430a740f7756c68825a30c6d37dce70c7 authored over 12 years ago
Merge branch 'master' of git://github.com/sk89q/commandhelper

* 'master' of git://github.com/sk89q/commandhelper:
Added Argument Parser utility class, along...

ba2cd48562fb769418ac61be518651faf8fa4664 authored over 12 years ago
Fixed calls to trigger(..., ..., true) throwing a cast exception.

Partially fixed improper implementation for player_chat.

e26a02d6c72d32af34acace397dd46baaf2be5b4 authored over 12 years ago
Added Argument Parser utility class, along with accompanying test cases.

7e8475d4c75337dd9128577f8f2eff72059f403a authored over 12 years ago
Possibly fixed the proc array return error.

5075443375c9559d8710b71505202e0e4cc9f8a0 authored over 12 years ago
Merge branch 'master' of https://github.com/sk89q/commandhelper.git

bd7e83efaec8d3f9bd768a1602fe845d83f52a71 authored over 12 years ago
Fixed a few test warnings, and added a test to catch the failure of bug 1659.

33fb65d8e4210d2255eb7dfe48dd1959ff20daf7 authored over 12 years ago
Merge pull request #33 from EntityReborn/master

Fixed block_break drops bug.

18f90437d4b8581105b23c449217f3a2b297b5e3 authored over 12 years ago
Finished ClassReader up to the point that it is able to return the class name.

e6bb4c45787dc655545ce52449e2fdc4f3880741 authored over 12 years ago
Finished ClassReader up to the point that it is able to return the class name.

1897c02f94aff1a93a0457f2fe152e4e45a9b922 authored over 12 years ago
Formatting changes.

45248b6ba74ca018970dfd164beea42f698ca117 authored over 12 years ago
Added set_spawn(locationArray | [world], x, y, z)

2e4ce87b27e5b0bc46a44babc411495ec6f5a5d3 authored over 12 years ago
Started the ClassReader class, which can be used to a) improve ClassDiscovery, and b) read standalone class files even if they have no context information about the class name or package.

224339503d084d04f8a6b08f256f456a485aaefa authored over 12 years ago
Merge branch 'master' of git://github.com/sk89q/commandhelper

* 'master' of git://github.com/sk89q/commandhelper:
Changed the license to remove GPL. Since i...

dd4b290e8665ef4b68417bf85bcc183f66f6d1d0 authored over 12 years ago
Changed the license to remove GPL. Since it's MIT licensed, this is equivalent to forking it under the MIT license only, and then recommitting. Also, added submission rule for core compiler code, which is noted in the SPECIAL_LICENSE.txt file.

Also, fixed a bug with the SetFutureRepeater class using Async tasks instead of Sync.

233cb4fa38c8b4971ffcc4b2248e8ae866317a2f authored over 12 years ago
Merge branch 'master' of git://github.com/sk89q/commandhelper

* 'master' of git://github.com/sk89q/commandhelper:

6f73f3432f5d9d4090cfc810d0ead1dda98ca48c authored over 12 years ago
Fixed #1647.

af5bd92a616f039ba29f632919011a3363a761a8 authored over 12 years ago
Merge pull request #32 from EntityReborn/master

Thanks EntityReborn!

0daced06f0f1cd4a05f1cf4b24208604589aed84 authored over 12 years ago
Merge branch 'master' of git://github.com/sk89q/commandhelper

* 'master' of git://github.com/sk89q/commandhelper:
Added set_list_name and get_list_name to t...

203b1004210676e6d768335910833ec23729ab56 authored over 12 years ago
Added set_list_name and get_list_name to the player class.

set_list_name([player], listName)
get_list_name([player])

05ef4b1479d01503c9a410fd63bbf49748707f3e authored over 12 years ago
Fixed some too-narrow unsafe typecasts.

477828deabec2a4c9cd686fa0f62acc3318a7f85 authored over 12 years ago
Fixed modifying 'text' with the sign_changed event.

9fca612d1cefa794eabc1ee578eebc071a471758 authored over 12 years ago
Merge branch 'master' of git://github.com/sk89q/commandhelper

* 'master' of git://github.com/sk89q/commandhelper:
Fixed a bug with scriptas when using labels.

85e45c1dbc842d185536a09b464fae137fec3cda authored over 12 years ago
Fixed a bug with scriptas when using labels.

8fa13cab5523867492e7ccd94428d3716c8b926a authored over 12 years ago
Continued refactoring code.

Fixed #1635.

a00a29cdf8314e154718ec5380a072f0195baacf authored over 12 years ago
Fixed #1627.

Added boilerplate code for entities.
Began refactoring.

1c113848701334655199d1af375293f83ada61a3 authored over 12 years ago
Normalizing line endings, and adding .gitattributes, so this isn't a problem in the future.

e085cee48aaf7da833fbfea98635cdee4a2eb615 authored over 12 years ago
Merge branch 'master' of https://github.com/sk89q/commandhelper

Conflicts:
src/main/java/com/laytonsmith/core/constructs/CArray.java

57b5ad4542f45bbd76390b06de5e12eec718db62 authored over 12 years ago
Fixed 1506. Enchantment API now understands numbers 100-103.

d20259a361161f1b03958ecf50bba99157e7c323 authored over 12 years ago
Merge pull request #30 from EntityReborn/master

Bug crunchings.

Thanks EntityReborn!

a6869c427899171cd52ee354b1277a8542691286 authored over 12 years ago
Fixed bugs 1616, 1615, 1597, 1595, 1592, 1546

bde3631aa338e24d2332a346031b52d4dce18b49 authored over 12 years ago
Added unit test for hex colors also

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

905a000573e57e65d280407990be81d66ede0508 authored over 12 years ago
Fixed colors.

e1b4296282b566e0ddaca2d967c6074714b7e39c authored over 12 years ago
Fixed a bug where procs called from inside a proc that were defined elsewhere broke the procedure optimizer.

Also, fixed bug 1561

2a3c48b499bbb053df32176c7d7771211883b30a authored over 12 years ago
Finished procedure optimization.

Assuming this procedure is defined:
proc(_add, @a, @b, return(@a + @b))

Then the following shou...

299e08a6367928fc3ab49da7a67ccf945750af64 authored over 12 years ago
Fixed a bug with the new colors on startup.

4daaa043933528de9a79a17bfe93099e5a662800 authored over 12 years ago
Fixed the new events to use the abstraction layer

152a6a2589956a8e7e8e29c121163007e3f871ac authored over 12 years ago
Fixed a bug with export, where when exporting a variable, it actually exported the variable itself, not the value contained.

This caused an issue when dealing with import/export across procs, or across script runs.

14a4450364d729c9b0e081062072909002adca8e authored over 12 years ago
Merge pull request #29 from EntityReborn/master

Updated Deps to reflect current Bukkit RB

05ec4c34fc759e7d66e0fde7ebddf167e68eb230 authored over 12 years ago
Merge branch 'master' of git://github.com/sk89q/commandhelper

* 'master' of git://github.com/sk89q/commandhelper:
Fixed several bugs, and added the styles t...

05266c57afe626a0574496a0ed72115416f24a3a authored over 12 years ago
Updated bukkit dependancies to reflect 1.2.5-R4.0

7d209cf75b1e0b0ecaa0dc26fa9fdb54e27cac30 authored over 12 years ago
Merge pull request #28 from EntityReborn/master

Added stuff for target_player

4a06175056db07d3953d37aa07b6d6fadd8a656c authored over 12 years ago
Updated docs for clarity.

34d43fb2e0f28a1971120a053a25d1c0f4c7b282 authored over 12 years ago
Added mobtype to event data and prefilters for target_player

41355ce7bc9d0c82e7f5189cc8446d602a4085f6 authored over 12 years ago
Fixed several bugs, and added the styles to color()

1559fe3afcdc02752f257a80c4f1c5253cf8440a authored over 12 years ago
Merge pull request #27 from EntityReborn/master

Fixing a few things.

36e7c4508a5bb7d66624fcddec7323defb076123 authored over 12 years ago
Added 'is_alias'. Closes #1535

Fixed regex prefilters. Closes #1572

6df84a21a4d35577ab5c22ba0c213b6857c89eef authored over 12 years ago
Merge pull request #26 from EntityReborn/master

Added entity_damage_player.

Thanks EntityReborn!

21eb109ac7917c2db69b1643721daba212c5a545 authored over 12 years ago
Added entity_damage_player event.

Did a few tuneups.
Fixed bug #1570.
Removed a -few- unused imports.

4350c06590dee587ac815b5e76da9c1220cd5589 authored over 12 years ago
Fixing misnamed variable in docs. Fixes bug #1573.

4ff7314e41a4ae868110eb75b0b7fe5bc3575dcd authored over 12 years ago
Merge pull request #25 from EntityReborn/master

Fixed a few things with block place and block break events.

Thanks EntityReborn!

15c9d3205c915899605123ae493fc25ebf1838f6 authored over 12 years ago
Changed a few things around to wraith's liking <3

9c8e19b00241c090b3b49d49306bed9e3ad4e522 authored over 12 years ago
Rearranged a few things, refactored block_* a bit.

1014b7e2f25173e3d56b062c8b453b5b6f3c8d8d authored over 12 years ago
Removed debug messages. Made 'drops' mutable for block_break.

ae5dad262945cb29a0c53ee479a895ba589aba28 authored over 12 years ago
Added 'drops' to event data for block_break.

fda9049a8dcc08ab1ea1d3aed78256defc87fd26 authored over 12 years ago
Merge branch 'master' of https://github.com/sk89q/commandhelper

c8864a16a39b82aed1914dd63ad4bd1556ea5ed6 authored over 12 years ago
Added the ** operator, which means pow(). 2 ** 3 == 8 == pow(2, 3)

04ba0d171af547a09c8f0bdb9791227e8507eb99 authored over 12 years ago
Merge pull request #24 from EntityReborn/master

Fix for player_login issues.

Thanks EntityReborn!

8ba0320f685d47f6bf214d11ce6be74458dd9601 authored over 12 years ago
Fixed Static.getPlayer() based script calls in PlayerLoginEvent.

de846acc2c1e5a5d3e2209abfd2ce670c9c6d1d4 authored over 12 years ago
Using kill() actually fires the entity damage event now

7578c2d6f1fe25c48d679f1b54b938b73b5a1faf authored over 12 years ago
Fixed a bug with array_remove if removing a non-existant value

9f84aa7ec49d17f40bd7f4a426a157a39fc873d5 authored over 12 years ago
Fixed a bug with get_spawn's argument processing.

16670e5d356d1fc436943172f18bdb3258a864fb authored over 12 years ago
Merge branch 'master' of https://github.com/sk89q/commandhelper

d0f99cb342167e13f8b1a1641119770215cc86ed authored over 12 years ago
Fixed a bug where the label would mess up inside of a closure.

4bdfe59fda74eb42a250b0b799b17e5d4e79c266 authored over 12 years ago
Merge pull request #23 from EntityReborn/master

Fixed a typo.

5b10bf36eddf11e8daf53bfe8f608c3ddb1ad4c8 authored over 12 years ago
Fixed copypasteitis in block_place and block_break.

d1c0e14f05224cbfb4be085983b3884c748fb4f7 authored over 12 years ago
Merge branch 'master' of https://github.com/sk89q/commandhelper

b1e15643062caf2d9dc20d69d651de977b2d20bc authored over 12 years ago
Upped the CB and Bukkit versions

053c85135376a078665ceda32c8d818404b0672b authored over 12 years ago
Merge pull request #22 from EntityReborn/master

Added player_prelogin and player_login.

Thanks EntityReborn!

fb5ad9a0461e2962c04c2f661a7d9fe3e95c4073 authored over 12 years ago
Added player_prelogin and player_login.

150e881f2a5e4575a4ee60c3753e76985c3fda12 authored over 12 years ago
Merge pull request #21 from EntityReborn/master

Added block_place and block_break events.

Thanks EntityReborn!

b2f64cb55bdf2bbc1ec8dc2306b2138d20ba3fb9 authored over 12 years ago
Added block_break and block_place.

dd678da3a98ddc67e63399a152bc72423448cb00 authored over 12 years ago
Merge pull request #20 from EntityReborn/master

I have added 3 events, and would appreciate your consideration of my collaboration.

Thanks En...

e1533f7851ea56fb4dba398e0b51d633017ac758 authored over 12 years ago
Changed sign_changed prefilters to REGEX.

e737d7e24f24f02224924965800fbc202e2ee918 authored over 12 years ago
Correctly named a few variables.

ca136ef58aa529d62734f6b3137e4da08084bc90 authored over 12 years ago
Few tweaks and corrections. Added prefilters for target_player.

98ab91156ac4dd89c9deb78828bed1e6ad0fc6f0 authored over 12 years ago
Added entity targeting event and target_player event.

Can't figure out why slime based mobs can still target when cancel() is called.

37a20122adf242fed7e7ae99aa1ef2de280a884d authored over 12 years ago
Fixed unfinished parts of sign_changed.

b591db4d7f507b50b5e65e406285f8f23168e7a9 authored over 12 years ago
Began implementing sign_changed

7eed53dff43645ecdc18c995a88f39cade2d19f7 authored over 12 years ago
Added player_quit event.

2fe9af6662d85788279a777a26ee90e226fd6f55 authored over 12 years ago