Ecosyste.ms: OpenCollective

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

github.com/EngineHub/WorldGuard

🛡️ Protect your Minecraft server and lets players claim areas
https://github.com/EngineHub/WorldGuard

implemented passthrough flag

8ad713c1838b8870a6c26bad4a7f1cfd459fbf30 authored almost 14 years ago by Redecouverte <[email protected]>
Fixed WorldGuardVehicleListener.java

f8fb746f64bb15c0f9099188f24b50cfc091b2e9 authored almost 14 years ago by DarkLiKally <[email protected]>
Added placeVehicle Flag

c6b3507bf4ebb0888c93298994749abebaffa51d authored almost 14 years ago by DarkLiKally <[email protected]>
moved registerEvents() int event listeners

2dc95da6e06866b90870f473710bc128e18d0ff8 authored almost 14 years ago by Redecouverte <[email protected]>
enum flags now also take lovercase names

8f9bfcf4748db2c56c5be7f39f62e4f7dcaa004f authored almost 14 years ago by Redecouverte <[email protected]>
fixed /region info and region flag fallback

a8b54757e9305adfde1c385a838216cb01556d44 authored almost 14 years ago by Redecouverte <[email protected]>
renamed new map to not confuse gson

19cfd9edc6b736624d111b8367363dfc4c2dd174 authored almost 14 years ago by Redecouverte <[email protected]>
some more fixes for the new flag containers

03d0f962e5c86fcfed61200046abbade181e6c0b authored almost 14 years ago by Redecouverte <[email protected]>
fixed npe with new flag containers

0ff24627ca5ea4cb5b65ef94de4e22acc42f7119 authored almost 14 years ago by Redecouverte <[email protected]>
renamed isFlagAllowed() to isStateFlagAllowed()

4d8cd430b7ae421d3f47f2001b5e1ce003daba19 authored almost 14 years ago by Redecouverte <[email protected]>
rewrote flag system to end the madness

30b0e5d0b119125c254b42c162c8034d0dbbb39b authored almost 14 years ago by Redecouverte <[email protected]>
fixed crash in removeRegion

cdf067bba8252dfd53bd6acdeb17ffbeac9204cd authored almost 14 years ago by Redecouverte <[email protected]>
now using new command system

e4d05e14ac3a0d7d1ae28ca20a8176b547e0e310 authored almost 14 years ago by Redecouverte <[email protected]>
Added sign alternative for /buyregion

Added flag for lever and button usability

82dc78523f8a1760f4ff4e01ab6262eb631e05b5 authored almost 14 years ago by DarkLiKally <[email protected]>
replaced string comparison with instanceof

676e744c02914c5bca55b0a6748ad368688b0fcd authored almost 14 years ago by Redecouverte <[email protected]>
updated permissions example in config.yml, fixed typo in CommandTpRegion, removed debug output in RegionCommandHandler

0d80265ff2fb23ed3bcb8c67b99ecaa8a8043e99 authored almost 14 years ago by Redecouverte <[email protected]>
Added getIntersectingRegions() method for polygonal and cuboid regions

442521a73cb4a198c139cb864be4d1f15ecf6c16 authored almost 14 years ago by DarkLiKally <[email protected]>
fixed worldguard.notify and worldguard.bypass permissions, optimized getApplicableRegionSet() calls

dcef083e30c308af0c84113c71ccd7f79361cafe authored almost 14 years ago by Redecouverte <[email protected]>
added permissions worldguard.region.priority.own and worldguard.region.priority.all

162cd20f80231b0ea48924b8cc97788a048fc97f authored almost 14 years ago by Redecouverte <[email protected]>
region priority is now set correctly in /region claim

c74433422ab90efb597effc46d6df3f5abb286ea authored almost 14 years ago by Redecouverte <[email protected]>
hopefully final fix for tnt block

f338650b24a20ca6022d3309b6be414d101d8f8e authored almost 14 years ago by Redecouverte <[email protected]>
updated protection classes for getIntersectingRegions()

65c0d77d3e87099ca9abdf07034005a02c13c1a7 authored almost 14 years ago by Redecouverte <[email protected]>
updated config.yml, removed old permissions

09a150b6e941d3e975aae42ec471e1cdd0eac9e5 authored almost 14 years ago by Redecouverte <[email protected]>
blacklist can now be used as whitelist

06173a446af30a90e1b711934139b10d16d98366 authored almost 14 years ago by Redecouverte <[email protected]>
json data is now reloaded if manually edited

d6adea447ea0b3fc267b3d44c1397bdb3656a6ab authored almost 14 years ago by Redecouverte <[email protected]>
updated tnt fix, updated respawn teleport

d042b785ed79cf0a1dc94b58f671ced9a06b2904 authored almost 14 years ago by Redecouverte <[email protected]>
fixed tnt block npe thanks to Brettflan, added claim-only-inside-existing-regions and max-region-count-per-player region options, updated ApplicableRegionSet for regions

881846d30104bfd874631a2e192e934c132788f6 authored almost 14 years ago by Redecouverte <[email protected]>
Updated for iConomy 4.0

2092cc43b376d4e5dedd079a76991e661a67a7aa authored almost 14 years ago by DarkLiKally <[email protected]>
Fixed wall sign protection

dc637d0f2b19a65d2ae52e5a258c8ee81f2b7424 authored almost 14 years ago by DarkLiKally <[email protected]>
Added ability to set a max. claim volume

987a20b33c20776169b3a45b93a2e6e723073bf7 authored almost 14 years ago by DarkLiKally <[email protected]>
Optimized the countBlocks() method for polygonal regions

dbf65f798fb3669f6b6326a9614df659eaa986ec authored almost 14 years ago by DarkLiKally <[email protected]>
Added method to count the blocks in a polygonal region

97aa259b2de20af99d8917f0dfb5f73d8f7cfc67 authored almost 14 years ago by DarkLiKally <[email protected]>
/region info now names locations correctly

770a108badd9c701ab9f2f8537bd5757b69bf507 authored almost 14 years ago by Redecouverte <[email protected]>
Added method to count the blocks in a cuboid region

71aaa574b2de47719499a5614c5f8cae94b09aa4 authored almost 14 years ago by DarkLiKally <[email protected]>
fixed spawn/teleport flags

a02fe633e2fd933f6d6a63b9cb9f202e7e75bdbd authored almost 14 years ago by Redecouverte <[email protected]>
added aliases /rd, /rc, /rf, /ri, /rl, /rp for region commands

0669bab563ea1d7a0b715d8f7e52cb9c41a052cd authored almost 14 years ago by Redecouverte <[email protected]>
fixed npe for onPlayerRespawn

a2584004437afe62c1f3e98ec9fb425b6bf17bd8 authored almost 14 years ago by Redecouverte <[email protected]>
for

/region flag id name subname some string with spacaes

valueStr now contains 'some string with sp...

d02c5057c622ff6081694420f7bc00f3440f1125 authored almost 14 years ago by Redecouverte <[email protected]>
/tpregion now checks for flag rights

a473f472354d201cc797abae9274280d60a91e09 authored almost 14 years ago by Redecouverte <[email protected]>
fixed logical error in playerlistener

7bedf6bb1564f6c19b694044429f8996f3010de9 authored almost 14 years ago by Redecouverte <[email protected]>
removed upcoming settings

9d813290c6a7e437c168bba4778629e7f35221ab authored almost 14 years ago by Redecouverte <[email protected]>
updated FlagInfo, don't check for commands directly in CommandRegionFlag, use FlagInfo

05239bccb097c6e2b0bee3595de754b9fcbae4ba authored almost 14 years ago by Redecouverte <[email protected]>
optimized getAffectedRegion()

1d5c28f37f16e477fc15c4baf0cdc29cd2ccffcb authored almost 14 years ago by Redecouverte <[email protected]>
added /region priority command, fixed loading region parent loading

97b09aab34f00eb2494bf231105027580f419863 authored almost 14 years ago by Redecouverte <[email protected]>
fixed some major flaws in the flag system

16fb6b4f9dc2b0ce88e32622963650dd2e8d60dd authored almost 14 years ago by Redecouverte <[email protected]>
Added onPlayerRespawn and registered listener

55210caceb0bd1eed0c8ce384e53f6bba6ebe31a authored almost 14 years ago by Valentin Churavy <[email protected]>
Added /region flag <id> (spawn|teleport) (allow|deny)

(all|owner|member).

8127e5660314dfdaa42a0728fb188f097f617866 authored almost 14 years ago by Valentin Churavy <[email protected]>
Fixed iConomy 4.0 API support

e61b496ca4393771eafd092a082c7f9f2c6a8618 authored almost 14 years ago by DarkLiKally <[email protected]>
better error messgae for /region flag

3ed8eb76c29dadf7ccfbd5186af093b5e6bb8afb authored almost 14 years ago by Redecouverte <[email protected]>
more fixed for flag system and /region flag

a5c3b8a245fba63d6ffd56e9eec398a6e4b9177c authored almost 14 years ago by Redecouverte <[email protected]>
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

3f5d52f90138401f7c65673cc2ac9795bb5b8d77 authored almost 14 years ago by Redecouverte <[email protected]>
/region info now outputs all flag types, /region flag cspawn still needs fixing

46e0607a2647aa7f85ecb9bf7a25e18fad44e069 authored almost 14 years ago by Redecouverte <[email protected]>
some fixes for /region flag

23fa7a89ad8558c4be8ac65d60890964ba6e8ac2 authored almost 14 years ago by Redecouverte <[email protected]>
location flags are now supported in FlagInfo class

dcd379bce7de6126f613fc2461603cccfaeda428 authored almost 14 years ago by Redecouverte <[email protected]>
added input filter for json parser

40238a9d256050612f4bac3fe38fdae27be59b1c authored almost 14 years ago by Redecouverte <[email protected]>
better console output

44db374e099d93bac17afff39deab8e9955ab6c5 authored almost 14 years ago by Redecouverte <[email protected]>
fixed npe in creature spawn event listener

d960d543ffb2e9a0d7675e238bdc42d58eea2b2b authored almost 14 years ago by Redecouverte <[email protected]>
merged with recent commits

0a45292587716c9ad3aa832fb2963e2cbf26adc8 authored almost 14 years ago by Redecouverte <[email protected]>
configuration is now per-world, updated permissions, made commands compatible with console where possible, /region flag now checks correctly for permissions, & some fixes

9b4a7c705bfb7f7af21da74bb890f50020fe893f authored almost 14 years ago by Redecouverte <[email protected]>
Updated for iConomy 4.0 API

71a6d8ab44818da9a9f3ce002ba1c7640cdf24b6 authored almost 14 years ago by DarkLiKally <[email protected]>
Fixed /buyregion bug (now regions can be bought only one time)

91f9acb633ef4d48e026990e5a74c4ba0775b1a9 authored almost 14 years ago by DarkLiKally <[email protected]>
Improved iConomy support: added functionality to /buyregion to set the owenr of the region

0e45dc5a3f69dd6d39287d51176c57c5b8088567 authored almost 14 years ago by DarkLiKally <[email protected]>
Replaced some tabs with spaces

3341574e027cd70574bfe972725c72363a6c7ae1 authored almost 14 years ago by DarkLiKally <[email protected]>
Fixed for iConomy 3.0 and

fixed tha tabs in plugin.yml

881dc38a18d54755d831127528398c35951bdc2c authored almost 14 years ago by DarkLiKally <[email protected]>
Updated for iConomy 3.0

e54b201aa5c42792c99fef86bbac9757f64a94d9 authored almost 14 years ago by DarkLiKally <[email protected]>
Added iConomy.jar to build.xml

2d06a40127f04dcbdbd40cce6098445d73bd50a3 authored almost 14 years ago by DarkLiKally <[email protected]>
Added iConomy.jar to the librarys and the /buyregion command class for iConomy Support

f7e68798fa4f401f33035e95f492dc7c4fc5a3ea authored almost 14 years ago by DarkLiKally <[email protected]>
Added iConomy support:

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

b9fe5d2afc1d6793684c16b5e2281754119a9568 authored almost 14 years ago by DarkLiKally <[email protected]>
Added water flow flag

5f12d99e73289c12743a859e8d347a77e4f890e6 authored almost 14 years ago by DarkLiKally <[email protected]>
/tpr <id> spawn does now need the permissions /tpregion.spawn and also

added /region flag <id> spawn delete

933987ac0aca99c717e679ad0db7b24ee91420a7 authored almost 14 years ago by Valentin Churavy <[email protected]>
add /tpr <region id> spawn

3a10a0969a33cf61a71ce192836570e49b880204 authored almost 14 years ago by Valentin Churavy <[email protected]>
add region.contains(location) for /region flag <id> spawn set

ba4907e67b8f9a1ea29c4a70028401b933c130b0 authored almost 14 years ago by Valentin Churavy <[email protected]>
added /tpregion <region id> and /region flag <regionid> teleport

<set|delete>

99b37147d39ea7879e4d39d99186a9294f830f9a authored almost 14 years ago by Valentin Churavy <[email protected]>
added /region flag teleport

92a03ab7d67e982c24c49ec2681ec74a612bfe55 authored almost 14 years ago by Valentin Churavy <[email protected]>
fixed for latest changes

68a0c677696916668f171a452134e04e99f65197 authored almost 14 years ago by Redecouverte <[email protected]>
commands now handled by commandhandler, updated /region info and /region flag for extended flag data

17e9105b9c932f302e4c5923a91443aeacd1a177 authored almost 14 years ago by Redecouverte <[email protected]>
implemented heal, greeting and farewell flag

5411a294e768e4d1aae0bdf8cfb17d398b8ec80a authored almost 14 years ago by Redecouverte <[email protected]>
geter with default values for extended AreFlags data

f821e277de182212a698702345e76ea30ba961e6 authored almost 14 years ago by Redecouverte <[email protected]>
added basic support of region teleport in ProtectedRegion

18c2164049afe512125dd956057e642567d4bed3 authored almost 14 years ago by Valentin Churavy <[email protected]>
Fixed an issue with the mob spawn control flags

c9688a9c5805418f99c49ce0289a82d0e92a2118 authored almost 14 years ago by DarkLiKally <[email protected]>
55: Improved corner handling (Corners are now always inside a

PolygonalRegion)

cd599849b2c2d8ab1dd7faf13685ac8f51d3810d authored almost 14 years ago by Valentin Churavy <[email protected]>
Updated mob spawn control flags

423f0199d0b43dcbe73a98a60a8fd6556645a483 authored almost 14 years ago by DarkLiKally <[email protected]>
Changed Logger back to private (I changed it to public for some test reasons)

40299eeea4a62c4a82bd3765562bee9d726e8781 authored almost 14 years ago by DarkLiKally <[email protected]>
Added mob spawn control Flags and global settings

38077275bc855f98105bc9ebef09b5c643f153cc authored almost 14 years ago by DarkLiKally <[email protected]>
getAreaFlag now respects region priority

23aa6dc7430a35e290039ff435cd48af69aa03d3 authored almost 14 years ago by Redecouverte <[email protected]>
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

b90fb6a2b00af0af2803ae8e4876179fb5e4c564 authored almost 14 years ago by Redecouverte <[email protected]>
fixed typo in getRegionManager

17c8ed9ebcb225e6aa87a86671b472e586baefb3 authored almost 14 years ago by Redecouverte <[email protected]>
updated imports and comments

a091a32c26253b68915e166f35345c76b274c064 authored almost 14 years ago by Redecouverte <[email protected]>
extended AreaFlags data storage, fixed typo on renaming old regions.txt

23970a4e363188bc8c44c6ebc066c2e4f678178c authored almost 14 years ago by Redecouverte <[email protected]>
added multiworld support for regions and json region database

f61a9ab5cc998cbe864e3f8f5b43e99a8b921eaf authored almost 14 years ago by Redecouverte <[email protected]>
now including json-simple via build.xml

4505bb6f4e7a123db96aaa4f718d4f90e2339039 authored almost 14 years ago by Redecouverte <[email protected]>
Updated for 4.0-alpha1.

bb836aea57590943bbbe7ac55bfda1dac3caacdc authored almost 14 years ago by sk89q <[email protected]>
Updated block damage event handling to work around issues.

d584fba31ca246504575334ac921945d903d8b89 authored almost 14 years ago by sk89q <[email protected]>
removed CraftBukkit dependency

feacf3af7bc4e54b7b007e67cd45caaa3383453e authored almost 14 years ago by Redecouverte <[email protected]>
added JSON.simple 1.1 lib

8c428bb3995c15c5ae55e553b6bb9144b8de61dd authored almost 14 years ago by Redecouverte <[email protected]>
Changed usage of CraftItemStack to ItemStack.

8edb6976fb3c3e1025042e17664f144aac652e59 authored almost 14 years ago by sk89q <[email protected]>
Updated reflowing of water on sponge removal/deactivation

edd2f460a072ad42a2b72c5805fcf3b788fdc248 authored almost 14 years ago by DarkLiKally <[email protected]>
Added reflowing of water on sponge removal/deactivation and

Updated water clearing on sponge creation/activation

8810647bb8291913256ddeb8c8706854fd1227cb authored almost 14 years ago by DarkLiKally <[email protected]>
Fixed the water damage block Bug

2204bd67a7858ebe41488e36ee02cb83fb186e79 authored almost 14 years ago by DarkLiKally <[email protected]>
Added ability to change default values of region's flags in config.yml for: FLAG_LIGHTER, FLAG_TNT, FLAG_CREEPER_EXPLOSION, FLAG_MOB_DAMAGE

c9c747693d47d0f0f784f4c091bb3d7891988996 authored almost 14 years ago by DarkLiKally <[email protected]>