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

That was not in there

f5bc5c0b4788297b0a570566ed0299865cc6d06e authored almost 12 years ago by Wizjany <[email protected]>
[maven-release-plugin] prepare for next development iteration

e7a4afde7de2b4f5c1fdfd4a4ec93849ac0b1244 authored almost 12 years ago by Wizjany <[email protected]>
[maven-release-plugin] prepare release 5.7

8758c9b940a745b8fabf85d795d50ccd96f64069 authored almost 12 years ago by Wizjany <[email protected]>
Remove max players flag for now.

There are currently too many unhandled circumstances
which can easily break this flag such as pla...

a569d2077948b7ca4253d3ace8a2eaec671d1236 authored almost 12 years ago by Wizjany <[email protected]>
Fix enderpearl flag properly

88e01fa083344e4e23428ac5341f5d2c4a12da97 authored almost 12 years ago by Wizjany <[email protected]>
Added changelog for 5.7. Incremented version in pom.xml.

7b435f9283f4e65fe5ed340f10e0160587b2f3f3 authored almost 12 years ago by Wizjany <[email protected]>
Added config option to block zombies from breaking down doors

a240e5d12823c1ba4c263843d71780006049caee authored almost 12 years ago by Wizjany <[email protected]>
Fireball flag should block blaze fireball ignition too now

e79bb3533dc8ec691b1201b708e38cb56baf4450 authored almost 12 years ago by Wizjany <[email protected]>
Fixes for tripwire, flower pots, wooden buttons, ender chests, and sneaking

0d0ba31d3a8d6cc62259e559bcee6bb3069030d3 authored almost 12 years ago by Wizjany <[email protected]>
Mob damage setting/flag blocks poison DoT

f94c4ec8316b53f5a84fb23735bd515f9cbd7bed authored almost 12 years ago by Wizjany <[email protected]>
Added config setting and flag to block explosions by plugins.

d5afb761052534f9fc68a4d23ed7b8799a0861f8 authored almost 12 years ago by Wizjany <[email protected]>
Add enderpearl flag to prevent players from teleporting to/from regions with enderpearls

dd7e9ba05ea0f22dc3748361acbda196fb62a38d authored almost 12 years ago by Wizjany <[email protected]>
Fix players being able to plant cocoa beans in protected areas

ee54698fdbd6c9feedbc9d9cb29a67698f03bdc2 authored almost 12 years ago by Wizjany <[email protected]>
Added MAX_PLAYER and MAX_PLAYER_MESSAGE flags

Allows setting maximum number of players in a region
and sends a message if a region is at capacity.

955b0e991c64180b01f8c9a3e11409982feb0c22 authored almost 12 years ago by Wizjany <[email protected]>
Decrease call to PluginManager in WGBukkit

If WorldGuard is already found we bypass the call to
the PluginManager and use a cached version.

c1b98b9e401e7b4687ececddb5bf8cc309d6bcb2 authored almost 12 years ago by Dilandau <[email protected]>
Allow EnderPearls to damage the player who threw them in no-pvp areas

d6939b79163914c28347ebd7ff7fa4d8501888fd authored about 12 years ago by Dark Arc <[email protected]>
Add support for blocking sub commands

5f0ca37879d56a7769f47840203f0ad4e9cd215f authored about 12 years ago by Dark Arc <[email protected]>
Attempt to fix item frame issues

548bdb7eb5dfd097d04877db4f044caebaa457b2 authored about 12 years ago by Wizjany <[email protected]>
Block snowballs in pvp regions again. Reverts 671fd58568

5c85f39228e3793689de29e57ae3aee065b026c6 authored about 12 years ago by Wizjany <[email protected]>
Null check for entity explosions without an entity.

85b2cbc03a1b8d8a6ea28f81e26406aa8882ee53 authored about 12 years ago by Wizjany <[email protected]>
Build on latest Bukkit snapshot. Closes WORLDGUARD-2381

Fixes EntityChangeBlockEvent errors. Note that 1.4.5-R0.3-SNAPSHOT means build 2505+ and that th...

cc78011da6b743ab2d9e17c4b574c598c3a33c01 authored about 12 years ago by Wizjany <[email protected]>
Resolves WORLDGUARD-2316 TNT still lethal when its damage is disabled

d016da1895c43320b0261a241a9d7e6e09f82a1b authored about 12 years ago by Dark Arc <[email protected]>
Resolves WORLDGUARD-2352 Anvils usable despite the use flag

8593f1c80ae33fe1dc957d1f628aedc65e110046 authored about 12 years ago by Dark Arc <[email protected]>
Implements WORLDGUARD-2315 Enderdragon portal blocking

0b3c40dc3e9545f8c8aa628c4f1b3a01a668d185 authored about 12 years ago by Dark Arc <[email protected]>
Fixed typo where BEACON was COMMAND_BLOCK instead.

2e7ecc59c0349091bb646961c668826930133cbe authored about 12 years ago by sk89q <[email protected]>
Fixed #WORLDGUARD-2297, Beacons are not protected in regions.

942ce95dbf063346b11bda97e84cbba1ef38d1ad authored about 12 years ago by sk89q <[email protected]>
Fixed #WORLDGUARD-2296, Recent fix for dragon eggs in regions not working for left click.

03f77d5ab7799cde73f4cb43639632bb3d653068 authored about 12 years ago by sk89q <[email protected]>
Added workaround for #WORLDGUARD-2299, java.lang.IllegalArgumentException: Instant potions cannot be extended.

8dec32fa6a1238a11743cea8b8302a6c9d2aaa55 authored about 12 years ago by sk89q <[email protected]>
Fixed #WORLDGUARD-2289, FlagStateManager is not thread synced with the main thread.

8f409d47d924f8e6358664436382c09bb10e968a authored about 12 years ago by sk89q <[email protected]>
Hey, we have a mailing list now! Subscribe! https://groups.google.com/d/forum/sk-dev-discuss

93f062d4e3b28cd003d897874b4c0a44f699de13 authored about 12 years ago by sk89q <[email protected]>
Resolves comma issue relating to flag listing

This stops commas from being added when a player types in an invalid flag and the player does no...

b8f9ceafbb5c702badf435a7a3f4d1ba3aecb051 authored about 12 years ago by Dark Arc <[email protected]>
[maven-release-plugin] prepare for next development iteration

75d07b6dad5936c76c956db571b3b52ea236e17b authored about 12 years ago by sk89q <[email protected]>
[maven-release-plugin] prepare release 5.6.5

6060a0a430f969221315aa06f7556406e79e1084 authored about 12 years ago by sk89q <[email protected]>
Updated CHANGELOG.txt for 5.6.5.

647ba1572c72df7f167412e52beb0059e8a04d3d authored about 12 years ago by sk89q <[email protected]>
Fixed regression bug cause item frames and paintings to not be protected.

051e0cb811ed32fc78c83616eff70d51c7d53205 authored about 12 years ago by sk89q <[email protected]>
[maven-release-plugin] prepare for next development iteration

b8c9e78910487fc586ab6ed4f6120063e78473cc authored about 12 years ago by sk89q <[email protected]>
[maven-release-plugin] prepare release 5.6.4

2d7d9c60936f7a8498046bdf3f1ab4e08b9c502a authored about 12 years ago by sk89q <[email protected]>
Updated CHANGELOG.txt for 5.6.4.

0f32f562086fc82349febb7c75ffd8d07df0425e authored about 12 years ago by sk89q <[email protected]>
Added security.deop-everyone-on-join and security.block-in-game-op-command.

5addfd89751e13939fdaf9c9d928c2f530ff76ca authored about 12 years ago by sk89q <[email protected]>
Changed dragon eggs to be checked like it is a broken block in regions.

7f108ce8f086e0f9f90661d2e1be14237d33d2e4 authored about 12 years ago by sk89q <[email protected]>
WGBukkit is not supposed to be there. Now in com.sk89q.worldguard.bukkit.

8c883e1ca896f59305fc00a50f766173389e70e5 authored about 12 years ago by sk89q <[email protected]>
Worked around bug with water potions causing errors.

d18fe6ffa02fd36d172dea647811ecbf363097af authored about 12 years ago by sk89q <[email protected]>
Added mobs.block-above-ground-slimes to block slimes spawning naturally above ground (in swamps).

80a8ac9e98b93796d4373836a7f0f9447f51172e authored about 12 years ago by sk89q <[email protected]>
Stop snowball blocking

671fd58568481f2a2b1b4f508d7cbf26f52777f4 authored about 12 years ago by Dark Arc <[email protected]>
Resolve WORLDGUARD-2281, for Dispensers

c4ea3b59f0f405529768de41d5aadd355eb92472 authored about 12 years ago by Dark Arc <[email protected]>
Actually corrected Javadoc

5d5def206da74847ba54e9978108af4f6f9d0161 authored about 12 years ago by Dark Arc <[email protected]>
Corrected Javadoc

b2ebbb9b55df5bf90e09fcbcec437a1557964789 authored about 12 years ago by Dark Arc <[email protected]>
Fixes WORLDGUARD-2281, NPE on Water Potion Drinking

This resolves the issue where WorldGuard would throw a NullPointerException when a player drank ...

3734c071bfc34332c3b0a6f92fc74bc17a3f0423 authored about 12 years ago by Dark Arc <[email protected]>
[maven-release-plugin] prepare for next development iteration

b1a419f2a2300ebe855dac2a0f64e8dc9a6dfa62 authored about 12 years ago by sk89q <[email protected]>
[maven-release-plugin] prepare release 5.6.3

bf5e2921609fb96afbecdf9430a30212180222da authored about 12 years ago by sk89q <[email protected]>
Possibly fixed the ladder setting.

df57d91270202549c1f28a670d73f2e0d0934218 authored about 12 years ago by sk89q <[email protected]>
kekekeke forgot static in WGBukkit's methods.

4da1741578fa1e7230c5597c37a64b00054eb623 authored about 12 years ago by sk89q <[email protected]>
Updated CHANGELOG.txt for 5.6.3.

7a3774e73051fd1662adaa5d6bbaee7b72268bcb authored about 12 years ago by sk89q <[email protected]>
Added helper WGBukkit class to get references to WorldGuard in other Bukkit plugins.

e6e21caeea4445ac5acf2415c7137248252cf616 authored about 12 years ago by sk89q <[email protected]>
Added physics.vine-like-rope-ladders to make ladders work like vines.

200d47ab093e6c7a345bf86ff348e2eee95d5a76 authored about 12 years ago by sk89q <[email protected]>
Potential fix for WORLDGUARD-2263, mobs.block-{item-frame,painting}-destroy not working.

ab274151d4575e1be753fc02029837b67da555f4 authored about 12 years ago by sk89q <[email protected]>
Fixed NPE in PlayerInteractEvent due to potion blocking. Fixes WORLDGUARD-2269.

aec1e3a529be353c7036eda83e58871311c63b54 authored about 12 years ago by sk89q <[email protected]>
[maven-release-plugin] prepare for next development iteration

916caa1eb26fd6fa58f55ce6d5edfed912bfcd41 authored about 12 years ago by sk89q <[email protected]>
[maven-release-plugin] prepare release 5.6.2

50b29f8ad65d8d479138796680cbd316ea4b74ff authored about 12 years ago by sk89q <[email protected]>
Updated CHANGELOG.txt for 5.6.2.

88d662cf274385d33a5d8e4e0b1c23855356b993 authored about 12 years ago by sk89q <[email protected]>
Better handle potion blocking with dispensers/splash potions.

5316130ae8b7dc905667dcf07472d71df1edc116 authored about 12 years ago by sk89q <[email protected]>
[maven-release-plugin] prepare for next development iteration

4f36dbc636b25c3be68a869ed6aa98453ae3878a authored about 12 years ago by sk89q <[email protected]>
[maven-release-plugin] prepare release 5.6.1

230a8697bfda18433a9034e3b788de5c7876cfb9 authored about 12 years ago by sk89q <[email protected]>
Updated changelog for 5.6.1.

121449b2304274ff2d9e8de373044298611e3635 authored about 12 years ago by sk89q <[email protected]>
Added gameplay.block-potions.

fede549b51ad8ee3d079ac90361e2123491c5c55 authored about 12 years ago by sk89q <[email protected]>
Fixed a tab issue with WorldGuardBlockListener due to the mycelium commit.

1bdd7f9a6b30b5d1a44f84bde40471b03080b3a8 authored about 12 years ago by sk89q <[email protected]>
Changed version to 5.6.1-SNAPSHOT.

b3f9da67b7082ebc692535296f42f745aa25e11f authored about 12 years ago by sk89q <[email protected]>
Adds null check in EntityExplodeEvent's handler, fixing WORLDGUARD-2267.

1ba7d623b4eb565abf8e558a0f47860e8cc9d600 authored about 12 years ago by sk89q <[email protected]>
Added mycelium-spread flags.

47902e11774485f34b53a6d8239ef7bebd26f274 authored about 12 years ago by Gabriel Harris-Rouquette <[email protected]>
[maven-release-plugin] prepare for next development iteration

a035bcc67136b22ba81e1e960df3f67a3dcb87bc authored about 12 years ago by sk89q <[email protected]>
[maven-release-plugin] prepare release 5.6

9bcc6b96052569d1afe7dd5e4d1fa678be52c254 authored about 12 years ago by sk89q <[email protected]>
Note the issue tracker in README.html.

0fc71ff79eb3e65cb1a700e46389e21f4e186f95 authored about 12 years ago by sk89q <[email protected]>
Updated CHANGELOG.txt for 5.6.

282c3a864ec2383dfb16999358111d6c2a3a8d54 authored about 12 years ago by sk89q <[email protected]>
Updated README.html to mention the moved spawn-protection setting, added more explanations.

eb083a89340aa5f9630db5edd88eb2c295a75314 authored about 12 years ago by sk89q <[email protected]>
Added backwards compatibility for versions below MC1.4.

68a7455496b1dc9c10116b0f40f8d17cd77c0de6 authored about 12 years ago by sk89q <[email protected]>
Improved Performance of some operations

Replaced quite a few whiles and fors with for-eachs giving a performance gain. Also fixed a few ...

fcfc3acbb833fc9a8ed6c76678650b5630cf150c authored about 12 years ago by Dark Arc <[email protected]>
We have a new issue tracker.

aa53c0aa6ab399b0b5861dd761bc6a4c9faa41ac authored about 12 years ago by sk89q <[email protected]>
Fixes WORLDGUARD-2205

Mob Damage from projectiles is now properly blocked in regions where applicable.

f098905a929a219c8106eca3b1f1904e66d0a3a1 authored about 12 years ago by Dark Arc <[email protected]>
Allow damage to be less than 1

This resolves problems with mods that use fake damage events to check with WorldGuard what's goi...

eec78092b52acab123ba1456f17a54ad199df35f authored about 12 years ago by Dark Arc <[email protected]>
Fixed WORLDGUARD-2255, where region.getId() was lowercase'd each pass of a for loop in MySQLDatabase.updatePoly2dPoints().

34fa5eceb8654d4d9a59d90fa054ea2ddc26a5ab authored about 12 years ago by sk89q <[email protected]>
Fixes WORLDGUARD-2254

Players will now be told that they are in a no-PvP area if they are in one and attempting to att...

c32d2dd6f830f0ad5fe8f895abd8bc3c47e64a5c authored about 12 years ago by Dark Arc <[email protected]>
Fixes WORLDGUARD-2253

Players who are not in god mode will once again receive damage in PVP areas from Ender Pearls.

da80d3536a5b4fb9272cd24a250caeb422cc57e7 authored about 12 years ago by Dark Arc <[email protected]>
Protected against using (right-clicking) paintings and item frames.

e9361022d22c8575d8ca3a38f65272b8bae48bcc authored about 12 years ago by sk89q <[email protected]>
Fixed Withers still breaking blocks if they smash their bodies into them. Fixes WORLDGUARD-2245.

dd0c1a5ab5ee1df53b2e8ac00d0ab38c44495200 authored about 12 years ago by sk89q <[email protected]>
Deleting a region flag also deletes group flag

The group flags set with /region flag -g have no effect if the
normal flag is not also set, nor ...

bb9dff7b8c6f44cc390bc8ea0c6af2db8c90a10f authored about 12 years ago by Wojciech Stryjewski <[email protected]>
Allow /region flag to set group and value at once

The usage for "/region flag" implies both can be set at once:
/region flag <id> <flag> [-g group...

7e419c116ebc3a0a6d1499678beeb476c36ebe00 authored about 12 years ago by Wojciech Stryjewski <[email protected]>
Improve /region info output for -g group flags

If a region group flag has been set with the -g option to /region flag
the /region info command ...

68b5e3e0a891c10bd8ad03c043ead586d951c937 authored about 12 years ago by Wojciech Stryjewski <[email protected]>
Allow removing of -g group flags with /region flag

The @Command parser requires that a value follow the -g option when
used in /refion flag. Theref...

2cbc2f5226829be81405d1138d345069d6f87a2e authored about 12 years ago by Wojciech Stryjewski <[email protected]>
Added support for the hanging events, an item frame destroy region flag, and a mobs.block-item-frame-destroy setting.

Now also using Bukkit 1.4.2-R0.2-SNAPSHOT and WorldEdit 5.4.4-SNAPSHOT.

1502ec12a9dc56b39bd34d9cca8fa4e2689c90d4 authored about 12 years ago by BangL <[email protected]>
Check for both LARGE_FIREBALL and FIREBALL for the EntityType in the entity listener.

This is to counteract a breaking Bukkit change.

6d09b1847925b680107e574b10228eb9d0a717c2 authored about 12 years ago by sk89q <[email protected]>
Fixed bugs in the PRTreeRegionManager class:

* Point would not be returned if the player was at point which exceeded the flat decimal maximum...

08ce2076368e5b67e729f1935e343d715376cc14 authored about 12 years ago by Dark Arc <[email protected]>
Tiny change to PRTree version to make it load a Java6 compile.

b8642b7ca3eec535f65a7da90c64dfa151351844 authored about 12 years ago by sk89q <[email protected]>
Added parent region checking to PRTree manager as per Dark_Arc's specifications.

2c4d4708d8702431fa0ab83d9361d768d551e654 authored about 12 years ago by Wizjany <[email protected]>
Added more tests for the PRTreeRegionManager to fail.

f199b977eba7d30a33fb73ef2f06806d92869d5c authored about 12 years ago by sk89q <[email protected]>
WorldGuard has good unit tests for regions, why not use them for PRTreeRegionManager?

LET'S WATCH THE WORLD BURN.

5715e2c835fa83e29e2d1861dffe8534414465e8 authored about 12 years ago by sk89q <[email protected]>
Include the PRTree library in generated artifacts

0edb6e6157409d6d2d00c4d0fa3df88d8c1daf45 authored about 12 years ago by Darth Android <[email protected]>
Update PRTree library to v1.5

Updated PRTreeRegionManager code to support 3D points and regions
Changed region manager to PRTre...

4f394b5668eb22a7c3e515afc87dc25a4f5367e8 authored about 12 years ago by Darth Android <[email protected]>
Adding and fixing support for new and existing explosion types.

9834c30e3a84b66f12c70d8b556ca277a2db1b52 authored about 12 years ago by Glitchfinder <[email protected]>
Changed default region wand to leather (#334).

f3f1b0870fbb4938fa982d7c393812e12fad3380 authored about 12 years ago by sk89q <[email protected]>
Removed <modules> that magically appeared thanks to Eclipse.

915d314c18ec406799033d721a60a5c2342a034c authored about 12 years ago by sk89q <[email protected]>