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

Wooden doors are interact-able.

b94641f1b510b59f482d56a2078c72388c9eff9d authored over 10 years ago by sk89q <[email protected]>
Add -g to /rg (re)define to create a global region.

0ddf56f7f67d7860ffabd84a0bc5be013b38ddce authored over 10 years ago by sk89q <[email protected]>
Fix region bypass permission and support fake players.

74e64d06418dadc92dc792b23dc283e72a36b5ba authored over 10 years ago by sk89q <[email protected]>
Update Javadocs in RegionQuery.

858b0b2c1c8fd87f33815f20f7ae22b4c4ec556a authored over 10 years ago by sk89q <[email protected]>
Fix potential NPE in FlagValueCalculator.

54237c0038151b913871857e78a33ea228982aca authored over 10 years ago by sk89q <[email protected]>
Don't let players disembark if they can't back on.

0edb948a40ccb93373ac083875fb96239f6b6a0c authored over 10 years ago by sk89q <[email protected]>
Fix deny flags not applying when you are on an animal.

Fixes WORLDGUARD-2518.

f85aeecde7509d3d9c5635289a6c581479268d03 authored over 10 years ago by sk89q <[email protected]>
Handle OfflinePlayer causes.

69a0f26a5267c7bfee0bb818a1edb39cbf44754c authored over 10 years ago by sk89q <[email protected]>
Update Bukkit dependency on 1.7.9-R0.2.

8bb28b5ef138403932dbe2c4b81259c5673fa1c9 authored over 10 years ago by sk89q <[email protected]>
Unify debouncing method.

a6118c3aa4b808ddca96fd1d276aff94105faf00 authored over 10 years ago by sk89q <[email protected]>
Debounce interact events.

59494233e3e446ceac8c606854fbe45574d22e28 authored over 10 years ago by sk89q <[email protected]>
Made EventDebounce more reusable.

d0ff1815aa7cd79b396948b2cc7b59a0e7ea449c authored over 10 years ago by sk89q <[email protected]>
Fix the SLEEP flag not checking the right bed material.

9b7970475a94cf73b32947a6799aa490a3ac8f82 authored over 10 years ago by sk89q <[email protected]>
Better handle disabling of the regions feature.

88c0bdfffb924520945c0ac99bf4ca2ac399f34c authored over 10 years ago by sk89q <[email protected]>
Debounce events for 10 seconds.

b43bc4a57a56f1e3a71552c042d8390fe0629d0a authored over 10 years ago by sk89q <[email protected]>
Add block place, block break flags.

bd8e1a35f61849aeb5d705b099a6b67728393bf3 authored over 10 years ago by sk89q <[email protected]>
Add item pickup flag and implement item drop flag through event abstraction.

722dabcf1ac6085379400220fb6f3ce0568f5b2c authored over 10 years ago by sk89q <[email protected]>
Use specific messages for denied item drop / pick up.

09207367c018249170d3605c10a5f705b2a606e7 authored over 10 years ago by sk89q <[email protected]>
Don't send too many "can't do this" messages at a time.

3336b73536917e31f559f24b38a47d69a921c2c0 authored over 10 years ago by sk89q <[email protected]>
Add friendlier region deny messages.

0d7e3ad2ded53131bb712fdd58c34e68ac0cd5d9 authored over 10 years ago by sk89q <[email protected]>
Debounce item pickup event.

95d1bd8ee0700c33c606f7754f03b37bd8d30f34 authored over 10 years ago by sk89q <[email protected]>
Use event abstraction for blacklist item pickup.

6c97e04c7c26b9cebdc84b921a61ddbcf1f7c0a3 authored over 10 years ago by sk89q <[email protected]>
Make liquid flow checking for regions optional.

24f72cb07f397228499b1f85fbc9785db738dc21 authored over 10 years ago by sk89q <[email protected]>
Implement PVP flag through abstraction.

ef56a32f00f78f637fe1c86a209ba9c1b97be5b9 authored over 10 years ago by sk89q <[email protected]>
Handle the TNT flag better in the new system.

Now the build flag works in tandem with the TNT flag.

d8da89703b7deb6b85de7d0ad7225548575e2e19 authored over 10 years ago by sk89q <[email protected]>
Handle null flag values in the flag set command correctly.

e47c563cedddce55276530ca8bde28fa3baa8c78 authored over 10 years ago by sk89q <[email protected]>
Add deny-message flag to adjust the region "don't have permission" message.

Also add color code parsing for the flag set command.

bd0917d34b2594f60b769901e5ab211e97f54db5 authored over 10 years ago by sk89q <[email protected]>
Add Flag.getDefault(). Breaks StateFlag.getDefault() calls.

8098211d019bed10f3188ebfcc4d052469177a6c authored over 10 years ago by sk89q <[email protected]>
Clear dirty flag if RegionManager.save() is used.

83c95bbb8c445e794fd2ae20c8e4a47289c595d9 authored over 10 years ago by sk89q <[email protected]>
Handle region data load / save failure more gracefully.

Also remove use of BoneCP and reorganize the classes.

4d4e1c6c2606930226ce7f68ca8844563a51d15f authored over 10 years ago by sk89q <[email protected]>
Better handle failure conditions for background region saving.

3045dc029395c917c0a391ba2963aaac4772841e authored over 10 years ago by sk89q <[email protected]>
Revert "Don't use the region chunk has table until a threshold."

This reverts commit f57afb294401c51090e2f9e8326f242f1eeff3db.

e649973318b1fd7b514829f30d3ff8a7ad98b9c8 authored over 10 years ago by sk89q <[email protected]>
Change PriorityRTreeIndex to use the R-tree for intersection queries.

2d147bb7e128438b5bb6ac641cb574e5c5c2b966 authored over 10 years ago by sk89q <[email protected]>
Don't use the region chunk has table until a threshold.

f57afb294401c51090e2f9e8326f242f1eeff3db authored over 10 years ago by sk89q <[email protected]>
Remove use of Bukkit logger.

95052546a54450b9e1e8d7cd583ebffa5409c1df authored over 10 years ago by sk89q <[email protected]>
Re-implemented region data migration.

768532cb8b0f722e0e5886908f950c7838dbb948 authored over 10 years ago by sk89q <[email protected]>
Merge pull request #326 from parryjacob/master

Remove zml-repo from pom.xml as it longer resolves.

6b7e1286f22b008a0b1eaf24125cc3a3f1677d07 authored over 10 years ago by sk89q <[email protected]>
Remove zml-repo from pom.xml as it failed to resolve anymore, causing Maven builds to have to wait for extended periods of time

577cfd0954145cf0e5d99746a18573fd8c0090e5 authored over 10 years ago by parryjacob <[email protected]>
Cleanup formatting of RegionProtectionListener.

06df4585c26153c893bd508e0ddf09db34f41b5f authored over 10 years ago by sk89q <[email protected]>
Route XP drops through the event abstraction.

416006dbde9c253bc9b366b5ecec6ecb069c075f authored over 10 years ago by sk89q <[email protected]>
Reduce the number of internal events for EXPERIENCE_ORB.

5ff9f5c1752779e94ab43f6b2a6b0a7d2a2826fb authored over 10 years ago by sk89q <[email protected]>
Move PISTONS flag to RegionFlagsListener.

fa14184eb4ecaa1fe15268575df8521ebfa58bcf authored over 10 years ago by sk89q <[email protected]>
Add region support check in RegionProtectionListener.

d29f66563bb38b6bad3d3fc628ce789bdf480091 authored over 10 years ago by sk89q <[email protected]>
Add Cause.getFirstBlock().

53957e7b269d7e99e49862761f9c1957288bdedf authored over 10 years ago by sk89q <[email protected]>
Add isRegionSupportEnabled(World) to AbstractListener.

2c81cb2f84c4f9cfac919e9e4227447032e11fe0 authored over 10 years ago by sk89q <[email protected]>
Add Materials.isPistonBlock().

711fe7ad2f4988718e922cf853059493e2f9948e authored over 10 years ago by sk89q <[email protected]>
Handle pistons in the event abstraction.

f6f94571ea1fa9b1f3a61bb245f2a9de4cea20cd authored over 10 years ago by sk89q <[email protected]>
Create RegionFlagsListener and rename some methods.

985629c196fe406f8c81d081ebb98b2859c811af authored over 10 years ago by sk89q <[email protected]>
Raise SpawnEntityEvent for BlockExpEvent.

bb64079d17ab0c6fcdce4cf3c9187750e9447e4b authored over 10 years ago by sk89q <[email protected]>
Disable sponge simulation by default.

Vanilla Minecraft will have sponges again, plus it is uses up CPU time even if players can't get...

c3363f0d7074d180d5f7f238245d97292e2b17ea authored over 10 years ago by sk89q <[email protected]>
Don't perform spatial queries for location->location checks until needed.

937a5758f782f300f3d9fa224cd5d13ebad2047c authored over 10 years ago by sk89q <[email protected]>
Cache the set made in ApplicableRegionSet.

bb1826bdb145c9f2ee8a1624844703448149a5d5 authored over 10 years ago by sk89q <[email protected]>
Try last ChunkState accessed in ChunkHashTable.

1a781fc5b05fcb32d1da1e5f16a98543987ebc40 authored over 10 years ago by sk89q <[email protected]>
Reduce the number of BlockFromTo events handled.

039d174477af5c150416f4f84fef5bb4d4bc378e authored over 10 years ago by sk89q <[email protected]>
Catch FileNotFoundException in YamlFileStore.

929f9e99cd69891e039fcfb359c33fc688c70741 authored over 10 years ago by sk89q <[email protected]>
Remove use of ObjectArrays.concat() in ApplicableRegionSet.

ae8bf63c8699861e2d885edb4c8b6545d258a8ce authored over 10 years ago by sk89q <[email protected]>
Throw IllegalArgumentException if trackParentCause() is given a Block.

3eb5c65a3ddb85bca1467cd57a3c9239a51b8a2f authored over 10 years ago by sk89q <[email protected]>
Don't check region group if the flag value is null.

095f2aa67eb8c74f342325a6f3dc0b18fda17db5 authored over 10 years ago by sk89q <[email protected]>
Add getConfig() to AbstractListener.

0f10e89f7c9801f966b366360f8ecbaa73bfbeb4 authored over 10 years ago by sk89q <[email protected]>
Change some collections and cache player names.

3a2b453e3ffcc7c6dae52903e23ae014c93f1c3d authored over 10 years ago by sk89q <[email protected]>
Abandon TreeSet in ApplicableRegionSet for performance reasons.

c43a24d78f4989e92b1efb479b99ea5220b1e2e8 authored over 10 years ago by sk89q <[email protected]>
Optimize the query cache a bit.

d43eb3bc346de7b180cc01dea086677bb8704a4e authored over 10 years ago by sk89q <[email protected]>
Don't check metadata on Blocks in Cause.

We don't track causes on Blocks. There's no need for the performance hit.

3ca147e405d0a8a88d02adbbfaddb644fd9209d2 authored over 10 years ago by sk89q <[email protected]>
Implement Associables to handle non-player region membership checks.

41fb8a0722c18b1668079aa93606d1458a5129fc authored over 10 years ago by sk89q <[email protected]>
Don't throw an internal block break event when lighting TNT.

ff3fa759d1e305af80e25d1d343681301403c9ed authored over 10 years ago by sk89q <[email protected]>
Reimplemented the quirks of the old flag code.

cab42af53bcde6fdfb8d59e96a21f88c9a0ccd06 authored over 10 years ago by sk89q <[email protected]>
Add some extra tests to ApplicableRegionSetTest.

d9d665ab14489c14f0c3167d34661bf402242336 authored over 10 years ago by sk89q <[email protected]>
Implement new methods for accessing flags.

fac6ebef40a9277b07df40ae5a6b5defaf91e49e authored over 10 years ago by sk89q <[email protected]>
Switch SquirrelID version to 0.1.0.

a4fd29c30cd5002aaf96862ba8678b41b26accfc authored over 10 years ago by sk89q <[email protected]>
Fix checkstyle issues.

e7c9703cedae40eac771639fcbade70db5f954d0 authored over 10 years ago by sk89q <[email protected]>
Don't make membership always override the BUILD flag anymore.

5a63115fb2d6c3ad72b1d606fc46bddc92f79e73 authored over 10 years ago by sk89q <[email protected]>
Fix Maven accessing dead repositories.

59c7197229f7895a154ff79a074ce0e7dcf95457 authored over 10 years ago by sk89q <[email protected]>
Allow __global__ BUILD to be set to DENY.

45978494662634d007e5a48a73b73a8e8c2f7124 authored over 10 years ago by sk89q <[email protected]>
Force __global__ BUILD flag to NONE.

This is due to the legacy reason of the global region having not
been previously processed as a ...

a35aaf96595f3d2075286c259f9147d37eb90359 authored over 10 years ago by sk89q <[email protected]>
Change state flag defaults to true.

bfb3f9e84015c5845305ea473fe0292d93cdd605 authored over 10 years ago by sk89q <[email protected]>
Add supervisor/task library in.

91e34601ecfcfd47528b90f5abfa999583a66c41 authored over 10 years ago by sk89q <[email protected]>
Updated FlagValueCalculator to treat global regions a lowest priority region.

7481acba8c3b4be02e180cf717f4c0b80bac4b36 authored over 10 years ago by sk89q <[email protected]>
Change flags to use ALL as their region group.

4d43ef53053b06b6d4aec473a3dc462aabce5c80 authored over 10 years ago by sk89q <[email protected]>
Add a new (unused for now) flag value implementation.

It supports region groups and fixes inconsistency issues.

b1fb143fd4b773729b3d8f8e05568b138d829f72 authored over 10 years ago by sk89q <[email protected]>
Make the state flag test use a Predicate for membership testing.

d07e81288a8e78cc36c66c519daf123c745d3459 authored over 10 years ago by sk89q <[email protected]>
Swap the if() in the state flag test to make it more readable.

c0d4ba5c6c05faf6612177708c603e276d72f7f4 authored over 10 years ago by sk89q <[email protected]>
Fix a typo in ApplicableRegionSet and improve docs.

8a117522534175ec25bc390c60dabffea0d82048 authored over 10 years ago by sk89q <[email protected]>
Rewrite state calculation in ApplicableRegionSet to be easier to read.

1d24be8c3477816390e256813d6e1a0c1618a304 authored over 10 years ago by sk89q <[email protected]>
Fix child regions not inheriting parent flags.

This also fixes a unit test.

d3f3489c7eb47bcfeb258986df89e338f2d9c278 authored over 10 years ago by sk89q <[email protected]>
Fix and improve protection handlers.

3f16fef57eba8534b6735c0b8726a35f7697400d authored over 10 years ago by sk89q <[email protected]>
Activate debugging listener of the property "worldguard.debug.listener" is true.

608d782321da771673fa050d99fec785895aedad authored over 10 years ago by sk89q <[email protected]>
Don't remove child regions without warning.

Also add some missing files.

Fixes WORLDGUARD-2311.

5d6dad4c6d0e152ff357fe108e15e54ec327b6c6 authored over 10 years ago by sk89q <[email protected]>
Refactor region commands and make the necessary ones run in the background.

28c538e981aa6e05657551d0e7eeaf200439bd18 authored over 10 years ago by sk89q <[email protected]>
Handle CommandException in WorldGuardPlugin.convertThrowable().

a35cb9277e5901f24ccb49070c7b1499927e36ac authored over 10 years ago by sk89q <[email protected]>
Make UUID detection in DomainInputResolver reusable.

e43ce420a3d7f0efc2a6fbc6d47f65f4367e49f0 authored over 10 years ago by sk89q <[email protected]>
Add ProtectedRegion.copyFrom().

501a7aa77ad8676df1fe73409b745e8ad24d47ae authored over 10 years ago by sk89q <[email protected]>
Remove deprecation on getRegion() in RegionManager.

76f7ac8d8e9b7cfd4f10697d5b3c606dd6770aa7 authored over 10 years ago by sk89q <[email protected]>
Update some region commands to run in the background.

518d5958c979d5e8000530994643ea35fb8b58fb authored over 10 years ago by sk89q <[email protected]>
Update Javadocs in RegionContainer.

7e25de38da28dd2e6aa92fd3069b010ad3781e3e authored over 10 years ago by sk89q <[email protected]>
Handle null players in shim method of GlobalRegionManager.

bf8ef398718888088a4b258d3ab680f24f6cd9b8 authored over 10 years ago by sk89q <[email protected]>
Change listeners to use the region query cache.

cd62af698bb4457ace75801732153ff481487407 authored over 10 years ago by sk89q <[email protected]>
Fix a typo in some Javadocs.

709ce9eb08e32ee47d1029dcd6dd67fdfe3ae111 authored over 10 years ago by sk89q <[email protected]>
Change "don't have permission" message for regions.

e24d7ccb1035016ae1a45707b8f6a4fada9a4576 authored over 10 years ago by sk89q <[email protected]>
Rename RegionQuery.testEnabled() -> testState().

98bbd900cb8643e0ba95f7a3c4ec529c08ccda60 authored over 10 years ago by sk89q <[email protected]>
Remove use of GlobalRegionManager in RegionProtectionListener.

19b87b628a610727429f1685062286bfa094ed16 authored over 10 years ago by sk89q <[email protected]>