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

3.0.2 RC

Several new functions, see the changelog for more information.

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

3216cf2c19d8b43d707f02da818b1b591eedafbf authored over 13 years ago by sk89q <[email protected]>
[maven-release-plugin] prepare release 3.0.1

3092d5cc4ef71d1f66f662ed75d93a2b763d64cd authored over 13 years ago by sk89q <[email protected]>
Cleaned up some things.

fd18a22fbde4d2f5f79c70853d2a894dc55cc715 authored over 13 years ago by sk89q <[email protected]>
Edited the changelog

8b174ae484e71fb3f81e91d829096d789ffffd5c authored over 13 years ago by Layton Smith <[email protected]>
Updated to the newest version of bukkit/craftbukkit

3ccc120bfb28392071c12ac7d10c88616088a827 authored over 13 years ago by Layton Smith <[email protected]>
Removed target/.

19a02c8f02260c2a0685e3ac224ee142d93e54ee authored over 13 years ago by sk89q <[email protected]>
Finished adding a few functions and closing up a few bugs

Ready for the official 3.0.1.

ad63e6ae2dce743af6317e8bdca876c2816e1297 authored over 13 years ago by Layton Smith <[email protected]>
Added some comments

15557166f12ee30af29565496519faace503e651 authored over 13 years ago by Layton Smith <[email protected]>
Made the Preferences class more generic

Also renamed the Persistance package to PureUtilities, which is where I will store all completel...

64c906bfda70f7dcd53fdb5380af30ddce66aa64 authored over 13 years ago by Layton Smith <[email protected]>
Tested, and added a few feature stubs.

Starting to add Preferences, in anticipation for more features.
Also, finished the foreach funct...

886fedb104914c94558802210f6d152d6b8a3303 authored over 13 years ago by Layton Smith <[email protected]>
Added g, array_contains, and pgroup.

Also working on foreach, but that's not done yet.

0ef01d7a0ccb38e15912210446d1f5db7f9a15c2 authored over 13 years ago by Layton Smith <[email protected]>
Moved to Maven.

48a57bbe35d161e47a0d2b7fdafa214fd9b6fd97 authored over 13 years ago by sk89q <[email protected]>
Added a few more functions

494c7fee1f63b7e604f8948948e8b287a0fa6605 authored over 13 years ago by Layton Smith <[email protected]>
Whoops, forgot a file

578e49cea37921dece8ae202c38bac72f63e0807 authored over 13 years ago by Layton Smith <[email protected]>
Cleaned up source, added read function and bugfixed.

Also, added inc and dec functions for easier use of the for function.

319d62a6c388815786a4a647e7a02fc51d1de48b authored over 13 years ago by Layton Smith <[email protected]>
Added the missing build file to appease our god wizjany.

b422e6a422eedebdc3f5f899e663f93411dbf735 authored over 13 years ago by sk89q <[email protected]>
Fixed deprecated method for command preprocess.

16fa5e5a9ae718831ac91f535f4f30c6e0025c80 authored over 13 years ago by sk89q <[email protected]>
Removed a few files from github

Also fixed a bug with the --docs stuff

b7c76084bd84f9b44c1e31ffbc4cb77071345331 authored over 13 years ago by Layton Smith <[email protected]>
Added weather, and finished testing

It's ready for the real time!

78cdf0fa40e230ff3f85370429c15168ba099b91 authored over 13 years ago by Layton Smith <[email protected]>
Finished testing. Ready for beta. :D

All known bugs are fixed, however, user aliases and /reloadaliases may be
a bit iffy. Global ali...

03a614bcaade9104021ad75116f72894372b6d77 authored over 13 years ago by Layton Smith <[email protected]>
Still testing and bugfixing

Theoretically done with the beta, once all tests are completed.

479b310db38dfa4bd51b69c6d6bfb60e5055f33f authored over 13 years ago by Layton Smith <[email protected]>
Added text mode for documentation

ccd91ca0a4b27283a4e92469cf8899cac46a41e9 authored over 13 years ago by Layton Smith <[email protected]>
Added the documentation generator.

Also, standardized the actual documentation across all functions.
This will allow the API page t...

bb41df01f870ba1b87195b4adadf21aa517053e3 authored over 13 years ago by Layton Smith <[email protected]>
Fixed a small bug with the Main class

Also added --test-compile, but I haven't tested it yet.

34dc2725b2cea9d23d419786d2a36e542b6df951 authored over 13 years ago by Layton Smith <[email protected]>
Added the @api annotation

Also started on a framework to automatically generate documentation
for the functions, since man...

0e59aee1154bfa34cccbdb97a8f97012feafc584 authored over 13 years ago by Layton Smith <[email protected]>
Completed most functions, arrays, and loops.

Needs testing, and there are definitely a few bugs, but overall, the functionality is mostly don...

5cb1e726969e42b9c320f3f62bb6d52f881724bf authored over 13 years ago by Layton Smith <[email protected]>
Added the @variable syntax as well as rearranging layout of code.

All functions in a seperate package, so that they are a bit more
intuitive to use and more exten...

b8b2704127a82cbd95fe8f9d0d1bc9f0f488426b authored over 13 years ago by Layton Smith <[email protected]>
Added multiline construct and ivariable

In preperation for adding support for loops and other more advanced
constructs, added a construc...

d392e2d93c06689ec30f28400e5cbce5414c91d4 authored over 13 years ago by Layton Smith <[email protected]>
Added the ability to add a backslash.

Previously it was impossible to have a backslash be the last character in the string, because th...

6eeee2a2d7ab30b79f659080107148cc8e5ea0e9 authored almost 14 years ago by Layton Smith <[email protected]>
User defined aliases work now

They are unfortunately hard to work with though, but at least the feature is there.

146495123a1b68c235e9c85f0b9406c91121d5a7 authored almost 14 years ago by Layton Smith <[email protected]>
Got repeat command working

There is an issue with running commands twice though. Pretty serious bug.

c9ef9652dbd395fb9702ebb1f847e0f29009a149 authored almost 14 years ago by Layton Smith <[email protected]>
First working prototype!

Global aliases, macros, and the initial 5 built-in functions are all fully functional and integr...

06f2f4f0eae1119ee06d860cfb5c52a080eb66b8 authored almost 14 years ago by Layton Smith <[email protected]>
Working on a weird bug.

Committing so maybe someone else can take a look at it and figure out
what's going wrong.

96ab2747882cc0015ebe04d6264aaca39d85bf30 authored almost 14 years ago by Layton Smith <[email protected]>
Finished the alias core

0ddecbcddee621d84a7f8d1c17943bab5df9b585 authored almost 14 years ago by Layton Smith <[email protected]>
Basic commands and variables work now!

Still need to make final_var work, and then add support
for functions, but overall, making good ...

5089ef9ead9755b111b249574d62cdc8aaba2a1e authored almost 14 years ago by Layton Smith <[email protected]>
Making signature matching working

Still have to get the user command to be able to map to a given
alias, but first we have to make...

62de7e55f211810c7126645e2d12915a9407e91f authored almost 14 years ago by Layton Smith <[email protected]>
Working on being able to match user input with defined aliases.

c4e7122f9336526399057050383ad58c3380c859 authored almost 14 years ago by Layton Smith <[email protected]>
Added old project into repo

Will work on finishing core engine next, then integrate with
sk89q's codebase.

31516118311f5faf68242f074b5dc9168107d56e authored almost 14 years ago by Layton Smith <[email protected]>
Intial commit, got the existing build working

Had to move plugin.yml into the default package for the project to build and run
properly.

6283c043864c195f0f6cf4beaa20d383a8097f3c authored almost 14 years ago by Layton Smith <[email protected]>
Updated to work again.

2f55f6d78257dd1bfaf634f08d51928ce6c457e2 authored almost 14 years ago by sk89q <[email protected]>
Updated for 2.0 and Bukkit.

9d0dd59e128f2dd3d1c22d82637bc64faa3afc05 authored almost 14 years ago by sk89q <[email protected]>
Fixed for the update.

8ae1ee2e0c5c85d3ba5b461ee83df60f27b0add6 authored about 14 years ago by sk89q <[email protected]>
Fixed issue where player-created aliases can't be used by the player.

7541ed7b473c3dcc5da9f3e7b609a7f992426d4b authored about 14 years ago by sk89q <[email protected]>
Initial commit.

8c46c65a9ec94b8603e7494646e7be6d7632e949 authored about 14 years ago by sk89q <[email protected]>