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

Fixed the argument list for cancel()

1903974d7a0a710b1e356110a76221fa60da29ee authored almost 13 years ago by Layton Smith <[email protected]>
Added a preference to turn off the splash screen.

Still defaults to true though ;)

77ecd3f3907bf5bbd460aadbb975983671032b71 authored almost 13 years ago by Layton Smith <[email protected]>
Added the vim syntax highlighter that Deaygo started.

Added my own improvements. Thanks Deaygo!

f8ffc47ced47fbb99f9e30a3ce30dcec0e891abd authored almost 13 years ago by Layton Smith <[email protected]>
Fixed some bugged out unit tests

03cbc3cf0b8910928c42a96267f149fe23eb9d94 authored almost 13 years ago by Layton Smith <[email protected]>
Fixed bug 1023

8f30299842cefd2a31583b2ef8b7fb5360ba8c59 authored almost 13 years ago by Layton Smith <[email protected]>
Made join messages completely removable by doing modify_event(join_message, null)

71ab6194bcf98825d1662106a1dafd787648c5d7 authored almost 13 years ago by Layton Smith <[email protected]>
Made the syntax highlighter macros easier to add to.

a4a26ca38cf46cc2a070091bfc330ffd47710550 authored almost 13 years ago by Layton Smith <[email protected]>
Added macros for vim

4fe8743ab38a9fe3153dfc964fd4d83f7e2c7cf3 authored almost 13 years ago by Layton Smith <[email protected]>
Finished up the syntax highlighter stuff. 4 syntax highlighters!

b4aa79e445120301d8e862b532bb76c460711723 authored almost 13 years ago by Layton Smith <[email protected]>
Updated the persistance functions a bit more.

User defined namespacing is available now, as well as a get_values() function.
(has_value is als...

d57a31aa91169b0e36716a5d753a6f4dd90ae10f authored almost 13 years ago by Layton Smith <[email protected]>
Fixed the NPE probably

c6068e2d228ca8e0451f9cae699008ae6f0d603a authored almost 13 years ago by Layton Smith <[email protected]>
lrn2spll

17c7fc7428bde5edf7a441f2664d66aff5dc83e2 authored almost 13 years ago by Layton Smith <[email protected]>
Fix for http://redmine.sk89q.com/issues/1011

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

a9435557429ee005aea5316ef4998655fc44638e authored almost 13 years ago by Layton Smith <[email protected]>
Fixed the pom to point to the new bukkit repo.

Added a splash screen :D

bd03f9c047e9a9ffac12b74126a3a513be30c56e authored almost 13 years ago by Layton Smith <[email protected]>
Merge pull request #10 from Deaygo/master

Fixed sign handling

Thanks Deaygo!

5d369a6cbc7a9a8a523870459f8cef0c3a27b89c authored almost 13 years ago by Layton Smith <[email protected]>
Fixed sign handling

bf9d5f64b4a90c3600ab2f5d44dc66e6bdc37e34 authored almost 13 years ago by Deaygo <[email protected]>
Fixes a bug with set_pmode

1cda30b5adedb6c31bf29fce0f1aecaf7a6337c5 authored almost 13 years ago by Layton Smith <[email protected]>
Finished the upgrade, print, cleardb, and edit tasks in the data manager.

cd to the plugins folder, and java -jar CommandHelper.jar --manager
to access it. You'll need to...

6cbdbbccb938792059b598b4c7bb9c906083367a authored almost 13 years ago by Layton Smith <[email protected]>
Merge pull request #9 from Deaygo/master

Updated old instanceof Player to instanceof MCPlayer

Thanks Deaygo!

87a7fd679927ab9fbb4395fb99d5a3e7622feae7 authored almost 13 years ago by Layton Smith <[email protected]>
- Updated old instanceof Player to instanceof MCPlayer

22fb3d1fda25202c4224778ed36bf535c861a1c5 authored almost 13 years ago by Deaygo <[email protected]>
Merge pull request #8 from Deaygo/master

Added sk_current_region function, fixed getWorldGuard/Edit functions to work with new abstractio...

196bec3cb4db861769fe4904cf228c699bb1b259 authored almost 13 years ago by Layton Smith <[email protected]>
- Changed sk_current_region to sk_current_regions (returns array of current regions sorted largest volume to smallest)

- Added sk_region_volume to retrieve the volume of a given region in the specified world

ee6586b41ccf1d9526c07ad7aede40feec795a63 authored almost 13 years ago by Deaygo <[email protected]>
- Added sk_current_region function

- Fixed getWorldGuardPlugin and getWorldEditPlugin to work with the new abstraction layer
- In Co...

9fd7c26df3241f471955cbf9daec8ebf4188b411 authored almost 13 years ago by Deaygo <[email protected]>
The upgrade function in the data manager is nearly complete

and the framework for the data manager is complete.

4c76315ba9035508902713754d054e0063809d03 authored almost 13 years ago by Layton Smith <[email protected]>
Not sure how that got in there >.>

b012df96fcd8e3756c388b58bc752350b0376b8c authored almost 13 years ago by Layton Smith <[email protected]>
Added a few functions.

5aa8d14b96f8d46fce38f57d6a162bd3aca3a2e6 authored almost 13 years ago by Layton Smith <[email protected]>
I accidentally an event

9ff318e5571b1fc02f3151030d9057964cb1c0d4 authored almost 13 years ago by Layton Smith <[email protected]>
Fix for Bug #984

5fa0913f0224f783e8cf5f2c5b6725eb492d9fbe authored almost 13 years ago by Layton Smith <[email protected]>
Duplicated functionality of the sun misc class, and removed reference to sun sdk code.

0f335b22a7066a201e888eb7f47d423903b8df02 authored almost 13 years ago by Layton Smith <[email protected]>
Finished the event priority system.

Still left to do is when_triggered and when_cancelled, but that will
rely on anonymous procedure...

6514297ec9c6187e399e587adfe3dc147094808c authored almost 13 years ago by Layton Smith <[email protected]>
Hmm, missing an import.

56749177782867fc9482849dc0025935249ac94f authored almost 13 years ago by Layton Smith <[email protected]>
Begun the process of rebranding from CommandHelper to Puls3.

Also, worked on the event priority backend some.

7b01c8d6b39eb7020263d2dbda3546f378e67056 authored almost 13 years ago by Layton Smith <[email protected]>
Mostly finished the event api docgen file.

c7908c242e6cb46d0d0dcf7509c6738dcad23fd0 authored almost 13 years ago by Layton Smith <[email protected]>
Fixed two redmine issues, and worked on the abstraction layer some more.

3da1e99ae270a121e0debf2c874220bf24933fd3 authored almost 13 years ago by Layton Smith <[email protected]>
Added ponfire and set_ponfire, but they don't seem to work.

This could be a bukkit bug, as they are essentially wrappers of bukkit's functions.

8205606cd7b0a7f3ba8089dd349f70723a91587e authored about 13 years ago by Layton Smith <[email protected]>
Fixed bug 964

b1e85048f177c3eaa84c5332400f4937995ee37f authored about 13 years ago by Layton Smith <[email protected]>
Added more to the abstraction layer, finishing up events.

At this point, in general, stuff should be working, but no guarantees yet, so continue to run on...

deaa467aedc3f6d7fcb14b4208e5b44c24a50e84 authored about 13 years ago by Layton Smith <[email protected]>
Added abstraction layer to allow easier migration away from bukkit if needed.

This commit may make the project extremely unstable. Builds in the near future should be regarde...

1f3a31410db1a5b037a3659ee39b6566aa0da907 authored about 13 years ago by Layton Smith <[email protected]>
Fixed array_keys sorting issue, for realsies this time

9ad7b560c952cb7d80211d447baa14fa46bd87cb authored about 13 years ago by Layton Smith <[email protected]>
Made aray_keys sort first, so they are always returned in the same order.

d2533959d297432f4e87dd9136d4090b9f488a64 authored about 13 years ago by Layton Smith <[email protected]>
Added get_world_time([world]) and set_world_time([world], time)

set_world_time accepts an int from 0-24000, a common time notation (9:30pm, for instance), or an...

1e27b43a79844fbbc19966f647d7bd13700ad25e authored about 13 years ago by Layton Smith <[email protected]>
Added modify_event().

Parameters of the underlying event can now be modified. The currently only working example is th...

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

df4dc1ce3ae2ab49451e8f9517ef74877ce69557 authored about 13 years ago by Layton Smith <[email protected]>
Greatly expanded data_values. Thanks very much to MrMagical!

31fa2f31f5190dbee42497f876fc9e38d89e7f3d authored about 13 years ago by Layton Smith <[email protected]>
Added has_permission function

6a7d3aa6585393c53be9d7d5300b62354abd9d7e authored about 13 years ago by Layton Smith <[email protected]>
Added is sneaking to index 11 of pinfo

d4f5537d39d68846728ee42a676b7c382051c7f9 authored about 13 years ago by Layton Smith <[email protected]>
Actually added 'button' to player_interact @event object

0d3f7dfd6d84e55f20a65d1208e0f12da52c254d authored about 13 years ago by Layton Smith <[email protected]>
Added 'button' to player_interact @event object

7c8649455c02834b5e540b57a9070403fce3a776 authored about 13 years ago by Layton Smith <[email protected]>
Made array_index_exists aware of associative arrays

42565673c25c2d2f4421238023dae30fbac1ea62 authored about 13 years ago by Layton Smith <[email protected]>
Added compatibility with WG's regional command blocking

459350cc005010ee7860ad79ab524d0e83920d1b authored about 13 years ago by Layton Smith <[email protected]>
Added unlimited permissions to the script inside an event handler

4f412812991314554115b9d1f7ff4cb3c37a03f9 authored about 13 years ago by Layton Smith <[email protected]>
Fixed a bug with labels in procs. Thanks again, opoq!

3e97e57625da35bd43d708516e695848ba5b7040 authored about 13 years ago by Layton Smith <[email protected]>
Added a print statement to debug mode, for narrowing down a bug exhibited on the nerd.nu server.

95c3d7b274204989d30037c9e0da5d7417726c00 authored about 13 years ago by Layton Smith <[email protected]>
Fixed a bug with labels. Thanks for your help testing, opoq!

49e207393edae00f792a6f05fbfb100f885a99c0 authored about 13 years ago by Layton Smith <[email protected]>
The player is now in scope for player related events

e821785110a163bc3421180e4d47a4f3f737d93e authored about 13 years ago by Layton Smith <[email protected]>
Finished trigger().

Also added break_block, which nearly simulates a player breaking a block.
Also, made compiler er...

873badac70c251d61724097b3137a9670870bd9a authored about 13 years ago by Layton Smith <[email protected]>
Fixed a bug with procs.

Also, added a 3rd parameter to scriptas, which allows for dynamic assignment of the label for th...

4fa34da633268a20db45eeb979b8b1ac26007631 authored about 13 years ago by Layton Smith <[email protected]>
Added unbind(). Events can now be unregistered, so they no longer run.

Also fixed a bug with reg_match. Thanks MrMagical!

5182293f2c20a07be8cd08f6d69134078386a2bb authored about 13 years ago by Layton Smith <[email protected]>
Made or() and nor() lazily evaluate

42eb445f5442caa62ff5b52de19a5102b9e3bc0f authored about 13 years ago by Layton Smith <[email protected]>
Fixed and() and nand() so they actually do use lazy evaluation

65a8752f88993d15eab53ac9026cea2d6f8f7859 authored about 13 years ago by Layton Smith <[email protected]>
Fixed an off by one error in array slicing

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

53cd13b3ed3966c3c00c77876b19325839395840 authored about 13 years ago by Layton Smith <[email protected]>
Fixed a bug with pfacing()

6cbf287c1ed45dbff8f598f5607a22c3f68a42c8 authored about 13 years ago by Layton Smith <[email protected]>
Merge pull request #7 from Deaygo/master

Added playerName optional parameter to the player() function

Thanks Deaygo!

7c0d6a3a7a6d336496ee35d3b0a5f6f4e1851cb5 authored about 13 years ago by Layton Smith <[email protected]>
Added playerName option to player() function that will complete to an online player of exact or closest match.

e587d4fc5e66d34d723ad71f36cdb8d588e5bded authored about 13 years ago by Deaygo <[email protected]>
Fixed a bug with the command dead zone

1bcbba6746159b71d3cdc177ecccefd150ab5ddd authored about 13 years ago by Layton Smith <[email protected]>
Fixed a small bug with debug mode

20f3127cb1d917e4d19d6053319c25ba3e8eb6f4 authored about 13 years ago by Layton Smith <[email protected]>
Made 2 important changes

First, all listeners are now converted into dirty listeners, if play-dirty mode is on. Only some...

b1ad447ac7933c83267380cd52a2fe2ba86088bf authored about 13 years ago by Layton Smith <[email protected]>
Fixed a bug where call_alias called from a bound event wasn't removing the player from the player reference list.

43b1e8d06e7aa75e340847ca0c6b1ad696829e33 authored about 13 years ago by Layton Smith <[email protected]>
data_name now supports item notation

4567da1a91e915c5a4f20f2b90c73cb9e7e4631f authored about 13 years ago by Layton Smith <[email protected]>
Fixed a NPE when running an alias that used runas from console.

069eced3e76d212a609243da2c5d36620b69081e authored about 13 years ago by Layton Smith <[email protected]>
Added array_contains_ic

37ab3abe5337de7efc3f72827a27048b57ad25b4 authored about 13 years ago by Layton Smith <[email protected]>
Removed unneccessary heirarchy labels from the profiler.

57edb1941257c4a2d4c8f2b3f48a343567539726 authored about 13 years ago by Layton Smith <[email protected]>
Added clear_value(key). You can completely remove a key from the persistance database now.

6f94a089db55cfafd97407ad3933ff40fd23af66 authored about 13 years ago by Layton Smith <[email protected]>
Added get_compass_target and set_compass_target

get_compass_target()
set_compass_target([player], locationArray)

644ca1251934fa91bfff0bf3a43d6a763f7a5109 authored about 13 years ago by Layton Smith <[email protected]>
Oops. That's why documentation is also unit tested.

0e29f8d61ffa8ce6717f716d377d7e957bbc8b26 authored about 13 years ago by Layton Smith <[email protected]>
Added World class. Added get_spawn and refresh_chunk.

575287d026e4b3248bf3feaa6d12774c0ca6157d authored about 13 years ago by Layton Smith <[email protected]>
Updated the xp functions to reflect the new changes in bukkit.

They work now, but there is a problem in bukkit that prevents the
player's GUI from updating.

A...

cae0b8a63ef0fbe40b490fdc940bfc4d1a46db0b authored about 13 years ago by Layton Smith <[email protected]>
Added a hard coded command that will fire off aliases.

This is meant to be used when you have another plugin that
fires of a CH alias, but it doesn't a...

d05a859405aaa2e1247a30c35a1031c748219b18 authored about 13 years ago by Layton Smith <[email protected]>
Finished up the logging/debugging tools now, I think.

Documentation needs to be created on the wiki, but otherwise should be complete.

ee641d13da8a9353cefca1fd54e263a84a174063 authored about 13 years ago by Layton Smith <[email protected]>
Logging won't completely destroy server performance now.

Also fixed a few bugs that made logging impossible, actually.

fb44a1064c35eee0f211f54303996a1ec6c842d6 authored about 13 years ago by Layton Smith <[email protected]>
Added some general debugging tools, and began work on Performance measurement tools.

An entire wiki page will need to be created to fully explain the features.

d455f8cc7b5f9c8b7ccd6d4dfb261b97a0d3059c authored about 13 years ago by Layton Smith <[email protected]>
Added the debug function dump_listeners(), which is undocumented.

It will print out all the plugins on the server that are bound to
bukkit event listeners. This c...

0bc7afa6c63deec41b8d4f2be94f96f0399997da authored about 13 years ago by Layton Smith <[email protected]>
Added a few more test cases

f358370d69381ff61e101052c51f8218117cb487 authored about 13 years ago by Layton Smith <[email protected]>
Assigning values to an array using a l-value approach is now possible.

This eliminates the need for array_set, though backwards compatibility has been maintained.
assi...

acd911e0167dc81bff847e294c3d46b02f2594ee authored about 13 years ago by Layton Smith <[email protected]>
Added test persistance db to ignore. I think.

f6d1b9226369b031bffeeb7debf68e556b8ca213 authored about 13 years ago by Layton Smith <[email protected]>
Added entity health functions.

6e54713bf8a418d25a9b5415ef4f04c8ffafec1c authored about 13 years ago by Layton Smith <[email protected]>
Added interface for tameable mobs (i.e. wolves) and snowmen

6202739c15cbb84ba109cb9421651b428240a3cc authored about 13 years ago by Layton Smith <[email protected]>
Added more mobs to spawn_mob, including GIANTs!

CraftBukkit only, and only 1 can be spawned at a time.

a82a17c258b07f0573188fb3a813acad9ab17f69 authored about 13 years ago by Layton Smith <[email protected]>
Finished fleshing out the enchantment class.

a01cb62bd93de1fe125324a7c72f17784d2e0c87 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/events/BoundEvent.java

1815af391bfca0a2cdd3a93defcb336dbd0f5646 authored about 13 years ago by Layton Smith <[email protected]>
Begun implementation of unbind/cancel

5c327fc395236500edc57b828f66255d2b926e0e authored about 13 years ago by Layton Smith <[email protected]>
Added wiki conversions for enchantment names

fd2d61a322441726a9e5fbc8e452ae2229750cbc authored about 13 years ago by Layton Smith <[email protected]>
Added enchant_rm_inv.

enchant_rm_inv(slot, type). Type can be null, and it removes all, or it can be an array of encha...

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

Conflicts:
plugins/CommandHelper/persistance.ser
src/main/java/com/laytonsmith/aliasengine/eve...

a91faa697279ca7cfe74c29d4f950aa7fc722e0b authored about 13 years ago by Layton Smith <[email protected]>
Round one of enchantments, ready for testing!

enchant_inv([player], slot, enchantName, level)

8b063a4ac7ced9a1edd023f682009dd1d6e4467b authored about 13 years ago by Layton Smith <[email protected]>
lightning() now accepts an extra parameter, safe.

Documentation changes as well.

d5a5e2217b34340eae383c43977b346a64a7f344 authored about 13 years ago by Layton Smith <[email protected]>
Added villagers, enderdragon, and blaze to the available mob types in spawn_mob()

553c7f2b18b5bd75286e9d23225d10304def6ae3 authored about 13 years ago by Layton Smith <[email protected]>
Finished prefilters

ee687a2f9db70aab865e4eabe6f7ab4f0f2a78ca authored about 13 years ago by Layton Smith <[email protected]>