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
6f712193f5b01bef9ab0e45a16522e4da8dad606 authored over 12 years ago
Reading and writing works correctly, and most of the code lives in abstract classes, so it shoul...
2955e0d89b9a53ef5e0d55b283e6e98fb52ec362 authored over 12 years ago75fa260de182e145e2d2d2c09690289a0754a591 authored over 12 years ago
30892a9b04fdf6eca09c318182a573c128e8038f authored over 12 years ago
This is untested currently.
f378e731788989eb8e79b72f56a96f2052020230 authored over 12 years agoAlso, sys_out and sys_err have been moved to the Cmdline class. Additionally, fixed a bug with c...
ef2ef3ce56e5f05d56c55271b5e4f6986bd00889 authored over 12 years ago23fb2873a528723f7c4df0a717f00a05468846f6 authored over 12 years ago
9b945f2a1867560739b6a5c5a9cd1d0d10cab18a authored over 12 years ago
4b711fdda621441d3737259484570b7943a6afa6 authored over 12 years ago
Now located in /usr/local/bin instead of /bin.
b611404f79e62535a1363ba6b00c3f7e2b011305 authored over 12 years ago7127feb2c706c56a1a8de3e145c33f83538df176 authored over 12 years ago
Only unix systems currently support the installer, windows will follow at some point.
2b012682435b58231c7869fea7e37142bd0e6efe authored over 12 years agod27963897cdf69d9b20e621e752d1b93dea637c8 authored over 12 years ago
a80f4481baa1a2187c2968055666e2e54d9c2f40 authored over 12 years ago
Couple of fixes.
4fdb9b2768aa9dd8a124e4b3b1f90fd75df971b3 authored over 12 years ago5cb355a7f63612c7f6e8a3295649232c188720ae authored over 12 years ago
0ece788a6b95a9c0332961574b57b9c429b7c8fb authored over 12 years ago
All the features (minus the interpreter when using bukkit specific commands) should now work wit...
24988d97b4c2cf5c2fd6e61cc70e13ffe06fa6a5 authored over 12 years agobf66ac4623821e82b086aa71967544f218389419 authored over 12 years ago
2245e22430a740f7756c68825a30c6d37dce70c7 authored over 12 years ago
* 'master' of git://github.com/sk89q/commandhelper:
Added Argument Parser utility class, along...
Partially fixed improper implementation for player_chat.
e26a02d6c72d32af34acace397dd46baaf2be5b4 authored over 12 years ago7e8475d4c75337dd9128577f8f2eff72059f403a authored over 12 years ago
5075443375c9559d8710b71505202e0e4cc9f8a0 authored over 12 years ago
bd7e83efaec8d3f9bd768a1602fe845d83f52a71 authored over 12 years ago
33fb65d8e4210d2255eb7dfe48dd1959ff20daf7 authored over 12 years ago
Fixed block_break drops bug.
18f90437d4b8581105b23c449217f3a2b297b5e3 authored over 12 years agoe6bb4c45787dc655545ce52449e2fdc4f3880741 authored over 12 years ago
1897c02f94aff1a93a0457f2fe152e4e45a9b922 authored over 12 years ago
45248b6ba74ca018970dfd164beea42f698ca117 authored over 12 years ago
2e4ce87b27e5b0bc46a44babc411495ec6f5a5d3 authored over 12 years ago
224339503d084d04f8a6b08f256f456a485aaefa authored over 12 years ago
* 'master' of git://github.com/sk89q/commandhelper:
Changed the license to remove GPL. Since i...
Also, fixed a bug with the SetFutureRepeater class using Async tasks instead of Sync.
233cb4fa38c8b4971ffcc4b2248e8ae866317a2f authored over 12 years ago* 'master' of git://github.com/sk89q/commandhelper:
6f73f3432f5d9d4090cfc810d0ead1dda98ca48c authored over 12 years agoaf5bd92a616f039ba29f632919011a3363a761a8 authored over 12 years ago
Thanks EntityReborn!
0daced06f0f1cd4a05f1cf4b24208604589aed84 authored over 12 years ago
* 'master' of git://github.com/sk89q/commandhelper:
Added set_list_name and get_list_name to t...
set_list_name([player], listName)
get_list_name([player])
477828deabec2a4c9cd686fa0f62acc3318a7f85 authored over 12 years ago
9fca612d1cefa794eabc1ee578eebc071a471758 authored over 12 years ago
* 'master' of git://github.com/sk89q/commandhelper:
Fixed a bug with scriptas when using labels.
8fa13cab5523867492e7ccd94428d3716c8b926a authored over 12 years ago
Fixed #1635.
a00a29cdf8314e154718ec5380a072f0195baacf authored over 12 years agoAdded boilerplate code for entities.
Began refactoring.
e085cee48aaf7da833fbfea98635cdee4a2eb615 authored over 12 years ago
Conflicts:
src/main/java/com/laytonsmith/core/constructs/CArray.java
d20259a361161f1b03958ecf50bba99157e7c323 authored over 12 years ago
Bug crunchings.
Thanks EntityReborn!
a6869c427899171cd52ee354b1277a8542691286 authored over 12 years agobde3631aa338e24d2332a346031b52d4dce18b49 authored over 12 years ago
fb5d7ab0d265e619562122c7d0a890ccdb21bf52 authored over 12 years ago
905a000573e57e65d280407990be81d66ede0508 authored over 12 years ago
e1b4296282b566e0ddaca2d967c6074714b7e39c authored over 12 years ago
Also, fixed bug 1561
2a3c48b499bbb053df32176c7d7771211883b30a authored over 12 years ago
Assuming this procedure is defined:
proc(_add, @a, @b, return(@a + @b))
Then the following shou...
299e08a6367928fc3ab49da7a67ccf945750af64 authored over 12 years ago4daaa043933528de9a79a17bfe93099e5a662800 authored over 12 years ago
152a6a2589956a8e7e8e29c121163007e3f871ac authored over 12 years ago
This caused an issue when dealing with import/export across procs, or across script runs.
14a4450364d729c9b0e081062072909002adca8e authored over 12 years agoUpdated Deps to reflect current Bukkit RB
05ec4c34fc759e7d66e0fde7ebddf167e68eb230 authored over 12 years ago
* 'master' of git://github.com/sk89q/commandhelper:
Fixed several bugs, and added the styles t...
7d209cf75b1e0b0ecaa0dc26fa9fdb54e27cac30 authored over 12 years ago
Added stuff for target_player
4a06175056db07d3953d37aa07b6d6fadd8a656c authored over 12 years ago34d43fb2e0f28a1971120a053a25d1c0f4c7b282 authored over 12 years ago
41355ce7bc9d0c82e7f5189cc8446d602a4085f6 authored over 12 years ago
1559fe3afcdc02752f257a80c4f1c5253cf8440a authored over 12 years ago
Fixing a few things.
36e7c4508a5bb7d66624fcddec7323defb076123 authored over 12 years agoFixed regex prefilters. Closes #1572
6df84a21a4d35577ab5c22ba0c213b6857c89eef authored over 12 years agoAdded entity_damage_player.
Thanks EntityReborn!
21eb109ac7917c2db69b1643721daba212c5a545 authored over 12 years agoDid a few tuneups.
Fixed bug #1570.
Removed a -few- unused imports.
4ff7314e41a4ae868110eb75b0b7fe5bc3575dcd authored over 12 years ago
Fixed a few things with block place and block break events.
Thanks EntityReborn!
15c9d3205c915899605123ae493fc25ebf1838f6 authored over 12 years ago9c8e19b00241c090b3b49d49306bed9e3ad4e522 authored over 12 years ago
1014b7e2f25173e3d56b062c8b453b5b6f3c8d8d authored over 12 years ago
ae5dad262945cb29a0c53ee479a895ba589aba28 authored over 12 years ago
fda9049a8dcc08ab1ea1d3aed78256defc87fd26 authored over 12 years ago
c8864a16a39b82aed1914dd63ad4bd1556ea5ed6 authored over 12 years ago
04ba0d171af547a09c8f0bdb9791227e8507eb99 authored over 12 years ago
Fix for player_login issues.
Thanks EntityReborn!
8ba0320f685d47f6bf214d11ce6be74458dd9601 authored over 12 years agode846acc2c1e5a5d3e2209abfd2ce670c9c6d1d4 authored over 12 years ago
7578c2d6f1fe25c48d679f1b54b938b73b5a1faf authored over 12 years ago
9f84aa7ec49d17f40bd7f4a426a157a39fc873d5 authored over 12 years ago
16670e5d356d1fc436943172f18bdb3258a864fb authored over 12 years ago
d0f99cb342167e13f8b1a1641119770215cc86ed authored over 12 years ago
4bdfe59fda74eb42a250b0b799b17e5d4e79c266 authored over 12 years ago
Fixed a typo.
5b10bf36eddf11e8daf53bfe8f608c3ddb1ad4c8 authored over 12 years agod1c0e14f05224cbfb4be085983b3884c748fb4f7 authored over 12 years ago
b1e15643062caf2d9dc20d69d651de977b2d20bc authored over 12 years ago
053c85135376a078665ceda32c8d818404b0672b authored over 12 years ago
Added player_prelogin and player_login.
Thanks EntityReborn!
fb5ad9a0461e2962c04c2f661a7d9fe3e95c4073 authored over 12 years ago150e881f2a5e4575a4ee60c3753e76985c3fda12 authored over 12 years ago
Added block_place and block_break events.
Thanks EntityReborn!
b2f64cb55bdf2bbc1ec8dc2306b2138d20ba3fb9 authored over 12 years agodd678da3a98ddc67e63399a152bc72423448cb00 authored over 12 years ago
I have added 3 events, and would appreciate your consideration of my collaboration.
Thanks En...
e1533f7851ea56fb4dba398e0b51d633017ac758 authored over 12 years agoe737d7e24f24f02224924965800fbc202e2ee918 authored over 12 years ago
ca136ef58aa529d62734f6b3137e4da08084bc90 authored over 12 years ago
98ab91156ac4dd89c9deb78828bed1e6ad0fc6f0 authored over 12 years ago
Can't figure out why slime based mobs can still target when cancel() is called.
37a20122adf242fed7e7ae99aa1ef2de280a884d authored over 12 years agob591db4d7f507b50b5e65e406285f8f23168e7a9 authored over 12 years ago
7eed53dff43645ecdc18c995a88f39cade2d19f7 authored over 12 years ago
2fe9af6662d85788279a777a26ee90e226fd6f55 authored over 12 years ago