Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

EngineHub

We make open source Minecraft mods, such as WorldEdit, WorldGuard, CraftBook, CommandBook, and more!
Collective - Host: opensource - https://opencollective.com/enginehub - Website: https://enginehub.org/ - Code: https://github.com/EngineHub

fixed npe for onPlayerRespawn

github.com/EngineHub/WorldGuard - a2584004437afe62c1f3e98ec9fb425b6bf17bd8 authored almost 14 years ago
for

/region flag id name subname some string with spacaes

valueStr now contains 'some string with sp...

github.com/EngineHub/WorldGuard - d02c5057c622ff6081694420f7bc00f3440f1125 authored almost 14 years ago
Updated for 4.0-beta7.

github.com/EngineHub/WorldEdit - b58c3ab041b87831ee3a6cf879a6a288bc7f3584 authored almost 14 years ago
Added 1.3 block support.

github.com/EngineHub/WorldEdit - 6aa2c15652850b18442b40efec174f703543b55f authored almost 14 years ago
Made a default BridgeSettings and integrated it enough for testing purposes.

github.com/EngineHub/CraftBook - 6d0dfd0b02da7ab8488914c7ade2d47d741c6786 authored almost 14 years ago
Bridges no longer inappropriately replace or remove obstructions in their path when opening or closing.

github.com/EngineHub/CraftBook - be8f7adbcdbd1dc30252df0cdb1367113efa68a8 authored almost 14 years ago
Bridge should work now.

github.com/EngineHub/CraftBook - 3cddfdb7fae678a4b48ad5607127d88f1a3b1799 authored almost 14 years ago
Removed crap import.

github.com/EngineHub/CraftBook - 7f29b0185e01d6887a5a52ffd77554dfd19413cb authored almost 14 years ago
Adding registration of bridge factory to setup in MechanismsPlugin.

github.com/EngineHub/CraftBook - b40448f84bae87789297913ef753f757578a9255 authored almost 14 years ago
Bridge with factory and all component detection complete.

github.com/EngineHub/CraftBook - a4d4a8ee24c10c656cd93afcb0210a3c18cdca87 authored almost 14 years ago
Convenience method for translating a BlockFace to a Vector useful for doing directional expand or contract sorts of things.

github.com/EngineHub/CraftBook - b8246aceeea59bfbc8f8c6b210bab63d289c498a authored almost 14 years ago
Utility functions for sign directions.

github.com/EngineHub/CraftBook - 555b034c1c72d852b696a576b933ef50c744ef6d authored almost 14 years ago
Tiny change to Gate to remove its dependency on things that got moved to PersistentMechanic.

github.com/EngineHub/CraftBook - 5e3b2cd81885943f5de18fd68c3e604700769880 authored almost 14 years ago
Stopgap method for redstone event listening until we get get interfaces straightened out more permanently.

github.com/EngineHub/CraftBook - 7a938376cea37780b8516c57d90fa7359e28822f authored almost 14 years ago
Finished unload logic in MechanicManager.

github.com/EngineHub/CraftBook - 47b9820f557c34ba5b9d0911f458a9f616d2cea3 authored almost 14 years ago
Adding events for notifying neighbors of redstone wire about changes in current.

github.com/EngineHub/CraftBook - 5a589253624d810d761a284028458e2bdc164546 authored almost 14 years ago
Merge branch 'master' of github.com:sk89q/craftbook

github.com/EngineHub/CraftBook - 30833d801846add77973d79dc8b699eb4ec2671e authored almost 14 years ago
Divided the Mechanic hiercharchy into "one-shot" (default; not remembered by the manager after an event processing completes) Mechanic and PersistentMechanic (which try to use caching and are remembered by the manager).

github.com/EngineHub/CraftBook - 39ca1d007a54bf6ff3d7fd7b4ca6a3c2d819931c authored almost 14 years ago
/tpregion now checks for flag rights

github.com/EngineHub/WorldGuard - a473f472354d201cc797abae9274280d60a91e09 authored almost 14 years ago
fixed logical error in playerlistener

github.com/EngineHub/WorldGuard - 7bedf6bb1564f6c19b694044429f8996f3010de9 authored almost 14 years ago
removed upcoming settings

github.com/EngineHub/WorldGuard - 9d813290c6a7e437c168bba4778629e7f35221ab authored almost 14 years ago
updated FlagInfo, don't check for commands directly in CommandRegionFlag, use FlagInfo

github.com/EngineHub/WorldGuard - 05239bccb097c6e2b0bee3595de754b9fcbae4ba authored almost 14 years ago
Added working gates. Closes #108.

github.com/EngineHub/CraftBook - d7df1b8c510935edfc5dcb3d4c7643a112d8bd22 authored almost 14 years ago
InvalidMechanismException try/catching in MechanicManager.

github.com/EngineHub/CraftBook - fbe475ed80b1059815d534c145d42e2b20f4d78b authored almost 14 years ago
optimized getAffectedRegion()

github.com/EngineHub/WorldGuard - 1d5c28f37f16e477fc15c4baf0cdc29cd2ccffcb authored almost 14 years ago
added /region priority command, fixed loading region parent loading

github.com/EngineHub/WorldGuard - 97b09aab34f00eb2494bf231105027580f419863 authored almost 14 years ago
fixed some major flaws in the flag system

github.com/EngineHub/WorldGuard - 16fb6b4f9dc2b0ce88e32622963650dd2e8d60dd authored almost 14 years ago
Adding exceptions to core mechanism processing.

github.com/EngineHub/CraftBook - 3d0fe40d757bc7d33590a6be34e7a01a247f6585 authored almost 14 years ago
Fixed internal names using spaces for the Bukkit plugins. Closes #64.

github.com/EngineHub/CraftBook - c9041194200fea7b64ac091258bd25c2c6006005 authored almost 14 years ago
Added onPlayerRespawn and registered listener

github.com/EngineHub/WorldGuard - 55210caceb0bd1eed0c8ce384e53f6bba6ebe31a authored almost 14 years ago
Removed extraneous import.

github.com/EngineHub/CraftBook - 5c456067ae02d2a2f59ab7d444984ffb67ae6241 authored almost 14 years ago
Hooked MechanicListenerAdapter to Bukkit chunk unload events.

github.com/EngineHub/CraftBook - a750317044149b7d173182c7960ff26fc4e39e4c authored almost 14 years ago
Added /region flag <id> (spawn|teleport) (allow|deny)

(all|owner|member).

github.com/EngineHub/WorldGuard - 8127e5660314dfdaa42a0728fb188f097f617866 authored almost 14 years ago
Added MechanicListenerAdapter to link a MechanicManager to Bukkit; moved Bookcase to a MechanicFactory implementation.

github.com/EngineHub/CraftBook - 22cec28625b47dcc0071be8bc91d944a24862e18 authored almost 14 years ago
Changed MechanicManager.registerMechanic() to just register().

github.com/EngineHub/CraftBook - 7def075c8737fbaf319e3c93f3e535facdb7497f authored almost 14 years ago
Completed MechanicManager implementation (mostly). Some code review may be in order to re-consider some design decisions!

github.com/EngineHub/CraftBook - 84a4ea7c0c16386098f413ece65fe22ef2e6630e authored almost 14 years ago
Fixed iConomy 4.0 API support

github.com/EngineHub/WorldGuard - e61b496ca4393771eafd092a082c7f9f2c6a8618 authored almost 14 years ago
Added vector library, extending off of WorldEdit's.

github.com/EngineHub/CraftBook - 828b4869eab57c7b5cf48871996268e0561a00e3 authored almost 14 years ago
better error messgae for /region flag

github.com/EngineHub/WorldGuard - 3ed8eb76c29dadf7ccfbd5186af093b5e6bb8afb authored almost 14 years ago
more fixed for flag system and /region flag

github.com/EngineHub/WorldGuard - a5c3b8a245fba63d6ffd56e9eec398a6e4b9177c authored almost 14 years ago
getAreaFlag() functions now won't throw exceptions, updated /region info, fixed a typo in /region flag, parent regions are no longer required to overlap their children

github.com/EngineHub/WorldGuard - 3f5d52f90138401f7c65673cc2ac9795bb5b8d77 authored almost 14 years ago
/region info now outputs all flag types, /region flag cspawn still needs fixing

github.com/EngineHub/WorldGuard - 46e0607a2647aa7f85ecb9bf7a25e18fad44e069 authored almost 14 years ago
some fixes for /region flag

github.com/EngineHub/WorldGuard - 23fa7a89ad8558c4be8ac65d60890964ba6e8ac2 authored almost 14 years ago
location flags are now supported in FlagInfo class

github.com/EngineHub/WorldGuard - dcd379bce7de6126f613fc2461603cccfaeda428 authored almost 14 years ago
added input filter for json parser

github.com/EngineHub/WorldGuard - 40238a9d256050612f4bac3fe38fdae27be59b1c authored almost 14 years ago
Fixed handling of CommandExceptions thrown by commands.

github.com/EngineHub/WorldEdit - c58f8f41553db3f2d565f28c94d3b874d97f129f authored almost 14 years ago
better console output

github.com/EngineHub/WorldGuard - 44db374e099d93bac17afff39deab8e9955ab6c5 authored almost 14 years ago
fixed npe in creature spawn event listener

github.com/EngineHub/WorldGuard - d960d543ffb2e9a0d7675e238bdc42d58eea2b2b authored almost 14 years ago
merged with recent commits

github.com/EngineHub/WorldGuard - 0a45292587716c9ad3aa832fb2963e2cbf26adc8 authored almost 14 years ago
configuration is now per-world, updated permissions, made commands compatible with console where possible, /region flag now checks correctly for permissions, & some fixes

github.com/EngineHub/WorldGuard - 9b4a7c705bfb7f7af21da74bb890f50020fe893f authored almost 14 years ago
Updated for iConomy 4.0 API

github.com/EngineHub/WorldGuard - 71a6d8ab44818da9a9f3ce002ba1c7640cdf24b6 authored almost 14 years ago
Fixed /buyregion bug (now regions can be bought only one time)

github.com/EngineHub/WorldGuard - 91f9acb633ef4d48e026990e5a74c4ba0775b1a9 authored almost 14 years ago
Improved iConomy support: added functionality to /buyregion to set the owenr of the region

github.com/EngineHub/WorldGuard - 0e45dc5a3f69dd6d39287d51176c57c5b8088567 authored almost 14 years ago
Replaced some tabs with spaces

github.com/EngineHub/WorldGuard - 3341574e027cd70574bfe972725c72363a6c7ae1 authored almost 14 years ago
Fixed for iConomy 3.0 and

fixed tha tabs in plugin.yml

github.com/EngineHub/WorldGuard - 881dc38a18d54755d831127528398c35951bdc2c authored almost 14 years ago
Updated for iConomy 3.0

github.com/EngineHub/WorldGuard - e54b201aa5c42792c99fef86bbac9757f64a94d9 authored almost 14 years ago
Fixed //count being ///count.

github.com/EngineHub/WorldEdit - 0ffe0689d1463a51a37e8acebe0955c32843ba88 authored almost 14 years ago
Updated for 4.0-beta6.

github.com/EngineHub/WorldEdit - c8e60fe0984c36297f088bf3a3271cc0fa90e012 authored almost 14 years ago
Added a workaround to the fact that Minecraft no longer sends a block dig packet for bedrock.

github.com/EngineHub/WorldEdit - 2ccbcacfc2550d85eb889a34c26d0997192a0075 authored almost 14 years ago
Fixed second position setting commands saying position 1 in CuboidRegionSelector.

github.com/EngineHub/WorldEdit - 92e5d80c90ab67796981cfd4de11ade22e5f3529 authored almost 14 years ago
Added iConomy.jar to build.xml

github.com/EngineHub/WorldGuard - 2d06a40127f04dcbdbd40cce6098445d73bd50a3 authored almost 14 years ago
Added iConomy.jar to the librarys and the /buyregion command class for iConomy Support

github.com/EngineHub/WorldGuard - f7e68798fa4f401f33035e95f492dc7c4fc5a3ea authored almost 14 years ago
Refactored command handling code to be more reusable.

github.com/EngineHub/WorldEdit - ad62dbe565e5a1b1d2005073c195ae008c67b2d5 authored almost 14 years ago
Added iConomy support:

- Ability to pay for claiming a region (price per block)
- Ability to create buyable regions with...

github.com/EngineHub/WorldGuard - b9fe5d2afc1d6793684c16b5e2281754119a9568 authored almost 14 years ago
Tentative description of the categories of BlockVector that Mechanic instances must report to their managers in some fashion for event handling to work.

github.com/EngineHub/CraftBook - 2888e83500d53c9e47e8f9d26a41a240e4bc6201 authored almost 14 years ago
Added water flow flag

github.com/EngineHub/WorldGuard - 5f12d99e73289c12743a859e8d347a77e4f890e6 authored almost 14 years ago
/tpr <id> spawn does now need the permissions /tpregion.spawn and also

added /region flag <id> spawn delete

github.com/EngineHub/WorldGuard - 933987ac0aca99c717e679ad0db7b24ee91420a7 authored almost 14 years ago
add /tpr <region id> spawn

github.com/EngineHub/WorldGuard - 3a10a0969a33cf61a71ce192836570e49b880204 authored almost 14 years ago
add region.contains(location) for /region flag <id> spawn set

github.com/EngineHub/WorldGuard - ba4907e67b8f9a1ea29c4a70028401b933c130b0 authored almost 14 years ago
added /tpregion <region id> and /region flag <regionid> teleport

<set|delete>

github.com/EngineHub/WorldGuard - 99b37147d39ea7879e4d39d99186a9294f830f9a authored almost 14 years ago
White space police.

github.com/EngineHub/CraftBook - 0ebaff8d6b9b260d4c8414a0f35cc0c82ae40087 authored almost 14 years ago
added /region flag teleport

github.com/EngineHub/WorldGuard - 92a03ab7d67e982c24c49ec2681ec74a612bfe55 authored almost 14 years ago
fixed for latest changes

github.com/EngineHub/WorldGuard - 68a0c677696916668f171a452134e04e99f65197 authored almost 14 years ago
commands now handled by commandhandler, updated /region info and /region flag for extended flag data

github.com/EngineHub/WorldGuard - 17e9105b9c932f302e4c5923a91443aeacd1a177 authored almost 14 years ago
implemented heal, greeting and farewell flag

github.com/EngineHub/WorldGuard - 5411a294e768e4d1aae0bdf8cfb17d398b8ec80a authored almost 14 years ago
geter with default values for extended AreFlags data

github.com/EngineHub/WorldGuard - f821e277de182212a698702345e76ea30ba961e6 authored almost 14 years ago
added basic support of region teleport in ProtectedRegion

github.com/EngineHub/WorldGuard - 18c2164049afe512125dd956057e642567d4bed3 authored almost 14 years ago
Updated for 4.0-beta5.

github.com/EngineHub/WorldEdit - 50b9f300d5335cc150ba82affa9263ab7558b382 authored almost 14 years ago
Fixed permissions with brush commands.

github.com/EngineHub/WorldEdit - b3508fc2bf196173d0d5c0aff15e3bde96f8cb35 authored almost 14 years ago
Fixed an issue with the mob spawn control flags

github.com/EngineHub/WorldGuard - c9688a9c5805418f99c49ce0289a82d0e92a2118 authored almost 14 years ago
55: Improved corner handling (Corners are now always inside a

PolygonalRegion)

github.com/EngineHub/WorldGuard - cd599849b2c2d8ab1dd7faf13685ac8f51d3810d authored almost 14 years ago
Updated mob spawn control flags

github.com/EngineHub/WorldGuard - 423f0199d0b43dcbe73a98a60a8fd6556645a483 authored almost 14 years ago
Changed Logger back to private (I changed it to public for some test reasons)

github.com/EngineHub/WorldGuard - 40299eeea4a62c4a82bd3765562bee9d726e8781 authored almost 14 years ago
Added mob spawn control Flags and global settings

github.com/EngineHub/WorldGuard - 38077275bc855f98105bc9ebef09b5c643f153cc authored almost 14 years ago
getAreaFlag now respects region priority

github.com/EngineHub/WorldGuard - 23aa6dc7430a35e290039ff435cd48af69aa03d3 authored almost 14 years ago
polygonal regions are now recognized by /region command, added extended AreaFlags data functions to ApplicableRegionSet, fixed isFlagAllowed in ApplicableRegionSet can only be executed once problem, updated region managers to not just forward all regions to ApplicableRegionSet

github.com/EngineHub/WorldGuard - b90fb6a2b00af0af2803ae8e4876179fb5e4c564 authored almost 14 years ago
Took a stab at outlining the root of inheritance for the new implementation of Mechanic stuff. Lots of todo's revolving around things we haven't discussed yet in sufficient detail.

github.com/EngineHub/CraftBook - 7d08e4ac6bbfc4713365199220ac9344e8525da8 authored almost 14 years ago
fixed typo in getRegionManager

github.com/EngineHub/WorldGuard - 17c8ed9ebcb225e6aa87a86671b472e586baefb3 authored almost 14 years ago
updated imports and comments

github.com/EngineHub/WorldGuard - a091a32c26253b68915e166f35345c76b274c064 authored almost 14 years ago
extended AreaFlags data storage, fixed typo on renaming old regions.txt

github.com/EngineHub/WorldGuard - 23970a4e363188bc8c44c6ebc066c2e4f678178c authored almost 14 years ago
added multiworld support for regions and json region database

github.com/EngineHub/WorldGuard - f61a9ab5cc998cbe864e3f8f5b43e99a8b921eaf authored almost 14 years ago
now including json-simple via build.xml

github.com/EngineHub/WorldGuard - 4505bb6f4e7a123db96aaa4f718d4f90e2339039 authored almost 14 years ago
Updated for 4.0-alpha1.

github.com/EngineHub/WorldGuard - bb836aea57590943bbbe7ac55bfda1dac3caacdc authored almost 14 years ago
Updated block damage event handling to work around issues.

github.com/EngineHub/WorldGuard - d584fba31ca246504575334ac921945d903d8b89 authored almost 14 years ago
removed CraftBukkit dependency

github.com/EngineHub/WorldGuard - feacf3af7bc4e54b7b007e67cd45caaa3383453e authored almost 14 years ago
added JSON.simple 1.1 lib

github.com/EngineHub/WorldGuard - 8c428bb3995c15c5ae55e553b6bb9144b8de61dd authored almost 14 years ago
Changed usage of CraftItemStack to ItemStack.

github.com/EngineHub/WorldGuard - 8edb6976fb3c3e1025042e17664f144aac652e59 authored almost 14 years ago
Updated to 4.0-beta4.

github.com/EngineHub/WorldEdit - 8a773d2a0511ad07d49a8c36bc7241e193e85446 authored almost 14 years ago
/b changed to /br.

github.com/EngineHub/WorldEdit - 9a2039bed046aa11d134010f4d047efc675f8bd6 authored almost 14 years ago