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

Added expr(). If you are building this locally, you'll need to install WE 4.8 manually. Automatic builds should be fine however.

f0b1675ebd916259925adc648620cf8672d190b6 authored about 13 years ago by Layton Smith <[email protected]>
Added comments :D

7829968cf421ad68d0d43af0457beb3a0bdbf9ef authored about 13 years ago by Layton Smith <[email protected]>
main.ms is now implemented, and pisop() has been added.

f005fb052a710eed5c32cf2387965e3d6ed6d68e authored about 13 years ago by Layton Smith <[email protected]>
Added array_remove, and continued work on events and a few other changes

73bc6bc4d0aa2d3a82add3af6983588d4e57f227 authored about 13 years ago by Layton Smith <[email protected]>
Added sequals, and fixed a bug with CArray.size()

fc6bb10b377e76ca28a25245606cfc500e9fedf5 authored about 13 years ago by Layton Smith <[email protected]>
Enhanced pinv and set_pinv, so they include (and can accept) the armor values built in to the array

c2a8398309128a8ad665461d2bcac267b8469812 authored about 13 years ago by Layton Smith <[email protected]>
Fixed a bug where the 10th index of pinfo was unreachable

c9d365d6f93cc3d9d9e087a0882e7c37e1019ef3 authored about 13 years ago by Layton Smith <[email protected]>
Updated to register 1.5. This *should* fix issues with the economy functions

24bc9c7d046d45505990a01d47b432ab7e92bba4 authored about 13 years ago by Layton Smith <[email protected]>
Added several functions to the basic logic class.

xor, nand, nor, xnor, bit_and, bit_or, bit_not, lshift, rshift, urshift, and most excitingly, if...

2263c36dd3cdfb977a1a9d2f648fed7a278cb2b6 authored about 13 years ago by Layton Smith <[email protected]>
Third time's a charm

d7f8e61aa831760e69bd991214b5154cfa77f863 authored about 13 years ago by Layton Smith <[email protected]>
Nope. Try again.

898b67daa13a249ef6d1faa8cd4fef9091440a05 authored about 13 years ago by Layton Smith <[email protected]>
Added a signature to set_pinv to allow for something like set_pinv(pinv())

bc48f281fd2223d6bbd5ba8916a879fd96d325b9 authored about 13 years ago by Layton Smith <[email protected]>
Added array_merge

7ad2f30c23dc93eafe5bae4af1e764f66cbcc834 authored about 13 years ago by Layton Smith <[email protected]>
Added data_name() and made array_push accept multiple values to push at once

3df325141e675d47b8bbf0aa041b0d239a9b869b authored about 13 years ago by Layton Smith <[email protected]>
Fixed a bug with labels not being applied correctly.

Thanks X-Rob for all your help in tracking down this bug!

38cc95e7c26bc7afdadfd8dc2f3f3513fe51c635 authored about 13 years ago by Layton Smith <[email protected]>
Fixed an issue with associative arrays. Thanks for finding the bug, CyaNox!

bfdc982eb381834919ae81299b25a19c40f010a2 authored about 13 years ago by Layton Smith <[email protected]>
Added is_sign_at, get_sign_text, and set_sign_text.

0f9a55f6168ca5c6bc249246a8bb66322fb5f6c8 authored about 13 years ago by Layton Smith <[email protected]>
testing

8fcc11d8d020bec05c9fbd33ee544c2e2f5e8ddc authored about 13 years ago by Layton Smith <[email protected]>
Merge branch 'master' of https://github.com/sk89q/commandhelper

f701a92b93dc89f17d854f9dd457ce89d48e9cb0 authored about 13 years ago by Layton Smith <[email protected]>
Merge branch 'master' of https://github.com/sk89q/commandhelper

Conflicts:
plugins/CommandHelper/persistance.ser

8f03ae83386aca02e112f0f4f38c2ae09d977848 authored about 13 years ago by Layton Smith <[email protected]>
Added import/export, along with other minor changes

7f891e087752add2c6fbcd2fa569db76162d904e authored about 13 years ago by Layton Smith <[email protected]>
Removed dependency on register, apparently it's an external dependency now

21683e3d3e8e0f153f192af189fb8e5fed6811d1 authored about 13 years ago by Layton Smith <[email protected]>
Fixed an underlying issue with console commands

5198ccbbeac5f435af6b083e6d40933520282a40 authored about 13 years ago by Layton Smith <[email protected]>
Trying to fix the jenkins

44f4da79ec9f555ee7e156eb5faf15e2cdac45f7 authored about 13 years ago by Layton Smith <[email protected]>
Added scriptas(), which changes the user in the script's context

691686814d56cef5000b248fefc21a5c4f3fc499 authored about 13 years ago by Layton Smith <[email protected]>
All things /appear/ to be working, but use caution with the next few builds

cc7bac37f8888d0a428eed24945f571f87e346cd authored about 13 years ago by Layton Smith <[email protected]>
Most things are working now. The things remaining to fix are event related.

ef87389edf703eb6a99f2b543957e830e182e472 authored about 13 years ago by Layton Smith <[email protected]>
EVERYTHING IS BROKEN

4b7237771a78a3f43fbf2e7ace07e198b6083f60 authored about 13 years ago by Layton Smith <[email protected]>
Fixed unit test

7706012d495ed5405ad79c74f972e87a4651893e authored about 13 years ago by Layton Smith <[email protected]>
Added world to pcursor()

bd24de2251b0ec175b5538df3663f7b6c712a844 authored about 13 years ago by Layton Smith <[email protected]>
Added the dump_events() function

2dd3e8c70e9cd499bfac9c912e7bb15c869891df authored about 13 years ago by Layton Smith <[email protected]>
player_join and player_interact should be more or less working

938fbb6d44f1ce39349a8ab7693f250995900062 authored about 13 years ago by Layton Smith <[email protected]>
Nearly done with the event framework

ffd255230de6e64f483511aa2eb48d7f61101e81 authored about 13 years ago by Layton Smith <[email protected]>
Events can now be bound, but not triggered.

Only the player_login event is currently implemented though.

91dd32c539ac474da2474c9a15ea2024235e15ae authored about 13 years ago by Layton Smith <[email protected]>
Merge branch 'master' of https://github.com/sk89q/commandhelper

2b5e6e19c88bfb825b3036e9972bc6744956bbdb authored about 13 years ago by Layton Smith <[email protected]>
Started events

488e0b0183bbbdcf81ede04695c962c52b6d2f4c authored about 13 years ago by Layton Smith <[email protected]>
Fixed a fairly serious problem with procs

73908c2321309770e22c61a1cfd748c6a24e48f0 authored about 13 years ago by Layton Smith <[email protected]>
Fixed some failing unit tests

afe708c61628f08d7cc4c998c092a327f2d3e682 authored about 13 years ago by Layton Smith <[email protected]>
Added player's world to the end of the array returned by ploc()

285fd66ba15f5103412cab8ccb6ed09375ba085b authored about 13 years ago by Layton Smith <[email protected]>
Added unit tests to verify all documentation on associative arrays is correct.

7dfc25908375e43d7292a618426957435ff4d8de authored about 13 years ago by Layton Smith <[email protected]>
Merge branch 'master' of https://github.com/sk89q/commandhelper

Conflicts:
plugins/CommandHelper/persistance.ser

40612ee4b1ea6506c39e4b97b3b283aa3ec11653 authored about 13 years ago by Layton Smith <[email protected]>
Revised approach, and made associative array entries work now.

ff605362b6828d66e96b803db280c0b731989299 authored about 13 years ago by Layton Smith <[email protected]>
Added Offline Player functions.

1bab18fa86f02f62dadc7aaa72161561eea9291a authored about 13 years ago by Layton Smith <[email protected]>
Added unit test to demonstrate autoconcatentation and associative arrays don't work sometimes.

12b84fb7569434d8d3a9f4965f20b3f6e1d67755 authored about 13 years ago by Layton Smith <[email protected]>
Eh, didn't need that test anyways.

b8fe63a018205068f2ddb28d96d94fc8301637d7 authored about 13 years ago by Layton Smith <[email protected]>
Associative Arrays should be done. :D

70455b9cf46b9f1b712b52cb9d0d0bc34599d8a3 authored about 13 years ago by Layton Smith <[email protected]>
Unit tests for associative arrays are all complete, per wiki documentation.

The code itself is not yet complete, so these unit tests all fail, though arrays
in general stil...

a318b62cfde4f482f758602ed96bfde0f82d91ed authored about 13 years ago by Layton Smith <[email protected]>
Refactored PlayerManagement file

9ab86ff3b13003c346bee1a408de1959c2f465ce authored about 13 years ago by Layton Smith <[email protected]>
Added trig functions to Math, as well as a few others.

f601889e475597ee6ede28da12d9ebae8a6d90b6 authored about 13 years ago by Layton Smith <[email protected]>
[maven-release-plugin] prepare for next development iteration

8854e59082a3f71afd5f838099656fff9cf5cdb2 authored about 13 years ago by sk89q <[email protected]>
[maven-release-plugin] prepare release 3.2.0

e0aa28f8ea4ec6322b464a9eb92c2129c6a7c41b authored about 13 years ago by sk89q <[email protected]>
Added -SNAPSHOT.

5d460f9b0e5f703ebae60143c1da09029fd767fa authored about 13 years ago by sk89q <[email protected]>
3.2.0 Final Release Candidate

d171dcf9f84e325c8c5acc3297a38be36c1c9efd authored about 13 years ago by Layton Smith <[email protected]>
Fixed set_pinv finally.

ece0899483e168c6aea6a00c40e8df26538f5dd1 authored about 13 years ago by Layton Smith <[email protected]>
3.2.0 RC-1. @testers, please download and run this version, and put it through the ringer.

106e6d25045634581ae5382c4746ba2dacc01df2 authored about 13 years ago by Layton Smith <[email protected]>
Merge branch 'master' of https://github.com/sk89q/commandhelper

87422944987799cbea51bee53c259796000df997 authored about 13 years ago by Layton Smith <[email protected]>
Try this, opoq.

574d5b6b37c2546e446d0cfab8ce1b1f6f3560cb authored about 13 years ago by Layton Smith <[email protected]>
Merge pull request #6 from t3hk0d3/master

Added compatibility code for older versions of CraftBukkit into runas ~op

7c049d7eda02142cff716d169dded71ed5062d7c authored about 13 years ago by Layton Smith <[email protected]>
Added compatibility code for older versions of CraftBukkit into runas ~op

2e740d4b51c054360e69a62d198a0af542f01f4a authored about 13 years ago by t3hk0d3 <[email protected]>
All the sk_ functions work now! :D

Merge remote-tracking branch 'zml2008/master'

Conflicts:
src/main/java/com/laytonsmith/aliasen...

79e832e87ce1cecd00e0fdac964dddd4a21240b2 authored about 13 years ago by Layton Smith <[email protected]>
Maybe made unneeded changed

4840204dd9960222cf78d33732478c174ad4db3f authored about 13 years ago by Layton Smith <[email protected]>
Added to the sk functions

586ac64d6d6fd4bd835c8dd267feb53dfaac33d9 authored about 13 years ago by zml2008 <[email protected]>
Added the framework for sk_region_info

46b9484174410e9a57f5b17cf3d96f00a5816408 authored about 13 years ago by Layton Smith <[email protected]>
Added equals_ci() for all your case-insensitive matching needs

(Also some unit tests)

83c4fde6fb49e3f0ae4e0842d35ae56e46ed3b06 authored about 13 years ago by Layton Smith <[email protected]>
Merge branch 'master' of https://github.com/sk89q/commandhelper

488eda4cf751f62cd01b38d7fe710923877010d1 authored about 13 years ago by Layton Smith <[email protected]>
Added unicode escape sequence \u.

d60911accb6566d5d83031f562aa9ec82d06cc49 authored about 13 years ago by Layton Smith <[email protected]>
Merge pull request #5 from t3hk0d3/master

Fixed runas ~op according lastest changes in CB

c48dc2f282c7b5b90d4cb672daa10130e25d7f2d authored about 13 years ago by Layton Smith <[email protected]>
(runas~op) Renamed "h" field into "operators" according changes in CraftBukkit

4a469532e760c976ea33a8e1b64aa4f1dff0de6b authored about 13 years ago by t3hk0d3 <[email protected]>
sk_pos1 and sk_pos2 are confirmed working now

0919cb70dbe1e1fccc5028ce25f7806d8ef40211 authored about 13 years ago by Layton Smith <[email protected]>
Probably fixed WE functions for real this time

06df702ab814a03e89cdc03643228eb6e2f00655 authored about 13 years ago by zml2008 <[email protected]>
Added set_phealth. How did that one get by for so long?

aa75a1fba8ce3ed518e407620597c75a3ad64be6 authored about 13 years ago by Layton Smith <[email protected]>
Merge remote-tracking branch 'zml2008/master'

973ba4163f53c8a198764aace66c52f17bdd3ed4 authored about 13 years ago by Layton Smith <[email protected]>
Just for funsies, made read()'s error messages even more detailed.

35cd017e836ff56614539314d889c7d8bdd4a96f authored about 13 years ago by Layton Smith <[email protected]>
Added more descriptive error messages for read()

326e770e3da480b0f61bd8ea8a51a3c2ea178f3d authored about 13 years ago by Layton Smith <[email protected]>
set_peffect should be compatible with all versions of CB now.

d480c18719ca342e852bc30c9b366cdcbec4aee2 authored about 13 years ago by Layton Smith <[email protected]>
Updated the set_peffect function to align with the newest versions of CB

943378b56b44d1dd4510e0fc6e53290d4cb00aa6 authored about 13 years ago by Layton Smith <[email protected]>
Pobably fixed WorldEdi functions

7a2b19ae0aea6e9b3c01b90e98cfecfe4b16b677 authored about 13 years ago by zml2008 <[email protected]>
Arrays are awesome now.

7e753b5c9e40dbbf288b821d0b78f977fea018cc authored about 13 years ago by Layton Smith <[email protected]>
Regex functions are finished.

92499260eff2c9e2f55e59c1431855bb6cb23ec1 authored about 13 years ago by Layton Smith <[email protected]>
samp_config is written out with the system line endings now (probably)

505892cf329030fb31b162e961a3dcc945dcbb08 authored about 13 years ago by Layton Smith <[email protected]>
Merged from zml2008. sk_pos1 and sk_pos2 should be working

This commit also includes some progress on the regex class.

df7446a44d973697b19f0f2222edc6aadfb76f0b authored about 13 years ago by Layton Smith <[email protected]>
sk_pos1 and sk_pos2 should be working

b935df434f4e2d9df9133d75c7c042ff00466813 authored about 13 years ago by zml2008 <[email protected]>
Not sure why, but some code didn't commit

8b7c861a467fc3b6723e5548df198072b1659ca5 authored about 13 years ago by Layton Smith <[email protected]>
Finished the first 2 functions in WorldEdit.

There are placeholders for zml2008 now.

0614dced6448f6500bbcd44bf116b36f7aeb09bb authored about 13 years ago by Layton Smith <[email protected]>
(Possibly) fixed an issue with some permissions providers not registering correctly

f4534b27e1847ced40cd50bd3a83927fde34f4ce authored about 13 years ago by Layton Smith <[email protected]>
Added option to make command matching case insensitive. (Needs testing, @testers)

03d330259a0f6b466047fe5ceb158b9cc120f57e authored about 13 years ago by Layton Smith <[email protected]>
Merge branch 'master' of https://github.com/sk89q/commandhelper

Conflicts:
src/main/java/com/laytonsmith/aliasengine/functions/Meta.java

394ae2360b5a4b12a88ea4597d7a4f8ebd938b10 authored about 13 years ago by Layton Smith <[email protected]>
Merge remote-tracking branch 't3hk0d3/master'

Made runas more reliable when using the ~op functionality

Conflicts:
src/main/java/com/laytonsm...

4fd2d6ebb18ecfacb2d06cc73227f5b18e3b0983 authored about 13 years ago by Layton Smith <[email protected]>
Added some code

a0fbf712b95129cdb2dcb27f632490696735c571 authored about 13 years ago by Layton Smith <[email protected]>
Improved runas ~op: no direct CraftBukkit dependency anymore. Also return back Proxy object with small refactoring and @albatrossen improvements (hasPermission override).

5d3e91bd2237e7aa17fdf4a376113a33d8b1ebce authored about 13 years ago by t3hk0d3 <[email protected]>
Merge pull request #4 from albatrossen/master

fix for permissions problem for runas ~op. Thanks albatrossen!

e9fba8a08a7d49a9a08ee51d4af937d750eb3352 authored over 13 years ago by Layton Smith <[email protected]>
Made isPermissionSet hasPermission return true just like isOp

Fixes problem with running several commands that require some permission

98246d47a6b15732d4975f5e5ba9258f43e7f860 authored over 13 years ago by Jes Andersen <[email protected]>
Improved runas ~op: now OPing player done via ServerConfigurationManager hacking, instead of setOp(). This prevents from saving to ops.txt

caa7fd82c74a6c0fa15381843d2387a462197ce5 authored over 13 years ago by t3hk0d3 <[email protected]>
Moved runas ~op to setOp() instead of Proxy object hack.

47bcd125ee4b51ced745cbd694e8364463d96005 authored over 13 years ago by t3hk0d3 <[email protected]>
Added access to potions :) Must run against craftbukkit for now though

692488b284331c6badb8668955b865eef72c7d51 authored over 13 years ago by Layton Smith <[email protected]>
Readded proc functions. Not releasing yet, so no point having them removed

7432bf2c310dc6976d39848cba56a4c6378d045c authored over 13 years ago by Layton Smith <[email protected]>
Added several xp related functions, and make_effect

a8e03deafdabd32692f581427e2108909b9416c4 authored over 13 years ago by Layton Smith <[email protected]>
Fixed a bug with the interpreter requiring the include function

ff1e3678ed66475f8f2d3dd4c77d48abc2c04e79 authored over 13 years ago by Layton Smith <[email protected]>
Added pmode() and set_pmode()

9bc588e8673f49239042340def6cb533f2cb0da1 authored over 13 years ago by Layton Smith <[email protected]>
Removed include(), proc functions, and set_pinv, to stablilize the build.

This is in anticipation of adding 1.8 specific features, then releasing 3.1.3

762e515895540c95c7d4f28e452fef400b8a3589 authored over 13 years ago by Layton Smith <[email protected]>