wizjany
5bd2125963
Doot doot.
...
Fixes WORLDGUARD-3695.
2016-05-26 02:52:43 -04:00
wizjany
8765bbb192
Last one?
...
Fixes WORLDGUARD-3694.
2016-05-25 21:09:43 -04:00
wizjany
53e8b780bc
More backwards compat.
...
(Lots of people still on 1.8 it seems...)
Fixes WORLDGUARD-3693.
2016-05-25 13:29:55 -04:00
wizjany
0e252e41b2
Wrong error caught for backcompat.
2016-05-23 09:47:12 -04:00
wizjany
15a9c50ea4
Fix double output with region wand.
...
Also a bit of code cleanup.
2016-05-21 19:53:37 -04:00
wizjany
d3acbdf382
Fix syntax error in last commit.
2016-05-21 15:08:33 -04:00
wizjany
4239bdc96d
Fix issue with loading flags on non-existing regions from SQL.
...
No idea if this actually works or what the issue was ¯\_(ツ)_/¯
Thanks to EONABloodrayne for the updated statement (if it works)
and also blame them if it doesn't.
Fixes WORLDGUARD-3355.
2016-05-20 17:02:37 -04:00
wizjany
43a5bf1638
Handle BlockMultiPlaceEvent separately.
...
Unsure how much this is used but...
2016-05-20 16:48:44 -04:00
wizjany
a8591e536a
Add "chorus-fruit-teleport" flag to prevent teleporting with chorus fruits.
...
Fixes WORLDGUARD-3645.
2016-05-20 16:06:22 -04:00
wizjany
38dcdff0b6
Update/fixes for MC 1.9.
...
Fixes WORLDGUARD-3664, WORLDGUARD-3652, WORLDGUARD-3679, WORLDGUARD-3657, WORLDGUARD-3668.
2016-05-20 16:06:21 -04:00
wizjany
65e48d17d4
Fix another instace of chest casting exception.
2016-03-25 18:31:12 -04:00
wizjany
c9b8e9f6a2
Target Java 7 for source compilation.
...
Also remove old pom file, since we don't use maven anymore.
Fixes WORLDGUARD-3642.
2016-03-02 15:59:31 -05:00
wizjany
93d454c675
Work around odd class casting with odder class casting.
...
Despite the API guaranteeing a block for chests, they are not actually BlockStates.
Fixes WORLDGUARD-3607. Probably.
2016-02-20 12:40:16 -05:00
wizjany
ca4bb7a53d
Update shadow plugin.
...
Fixes WORLDGUARD-3635.
2016-02-17 22:16:42 -05:00
wizjany
c2054615db
Use full class name for Grgit.
...
Because it apparently sometimes fails otherwise.
2016-01-16 23:19:43 -05:00
wizjany
6db2df4e29
Expand version in plugin.yml during gradle build.
2016-01-11 01:05:19 -05:00
Wizjany
536132a250
Merge pull request #350 from kosakriszi/master
...
Reset player saturation and exhaustion for heal command
2016-01-09 19:48:09 -05:00
kosakriszi
7c3b1ad20f
Reset player saturation and exhaustion for heal command
2016-01-07 03:12:05 +01:00
wizjany
729f66afdf
Should fix travis builds.
2016-01-06 00:23:15 -05:00
wizjany
a7c2026414
Fireballs are now treated as projectiles.
...
Apparently this has existed for a few years now. Don't even ask.
Fixes WORLDGUARD-3611, WORLDGUARD-3476.
Potentially fixes lots of other issues with fireballs as well.
Other settings and so on seemed to have covered a lot though.
2016-01-05 01:09:57 -05:00
wizjany
9222b3d364
Doc file tweaks.
2015-11-13 20:51:05 -05:00
wizjany
adcc41413d
Clean up a few files.
2015-11-13 20:39:50 -05:00
wizjany
ec08d7d73a
Fix checkstyle for legacy module.
2015-11-13 20:04:51 -05:00
wizjany
3d5ee7b571
Gradle-ize. Prep for Sponge.
...
Old Bukkit code can still be found in the worldguard-legacy folder
and built with `gradle worldguard-legacy:build`. Hopefully nothing
got lost in the gradle-ization.
2015-11-13 19:12:55 -05:00
wizjany
32341393fe
Armor stands no longer get removed by /stoplag.
...
Also restored MC1.7 compatibility to pistons.
2015-09-27 20:40:56 -04:00
Wizjany
0fcd42fdd5
Workbenches can now be used by default.
...
Since it was a source of common confusion.
Things like enderchests and anvils should be added to the interaction whitelist in config if you wish to unprotect them.
2015-08-30 16:04:27 -04:00
Wizjany
e28b236a52
Add some missing 1.8 blocks.
2015-08-18 01:52:49 -04:00
wizjany
96e0ffd293
Regions now protect against pistons with slime blocks.
...
Fixes WORLDGUARD-3493.
2015-08-02 17:00:06 -04:00
wizjany
0ddc011a3c
Fix wibbly wobbly timey wimey stuff.
...
Fixes WORLDGUARD-3527.
2015-08-02 16:05:47 -04:00
wizjany
d320356045
Add tile entities to performance report.
2015-07-31 12:58:24 -04:00
wizjany
95bf6bc9b2
Be overly protective for creeper and enderdragon explosions.
...
Fixes WORLDGUARD-3522.
2015-07-06 01:39:39 -04:00
wizjany
1c4c213ed7
Switched order of greeting and farewell flags.
...
When going between two regions, the farewell flag of the region you're leaving should show up before the greeting flag of the region you're entering.
Fixes WORLDGUARD-3511
2015-07-06 00:23:46 -04:00
Wizjany
c9eaec0ae8
Prevent NPE in portal code.
...
Fixes WORLDGUARD-3516
2015-06-27 00:42:08 -04:00
Wizjany
fc0be7db09
Fix case-sensitivity when checking membership.
...
Probably.
2015-06-26 14:50:09 -04:00
wizjany
dbbc31a4f4
Fix some consistency issues with both spawners and bonemeal.
2015-06-19 19:06:34 -04:00
wizjany
0f3e893aaf
Force region claiming to use UUIDs.
...
Also remove owner params from the command, they were
ignored anyway. Claim only adds the player using the command.
Fixes WORLDGUARD-3504.
2015-06-19 18:08:20 -04:00
wizjany
aa668916e4
Fix a typo in config node from last commit.
2015-06-19 17:49:14 -04:00
wizjany
a426d2a42c
Check correct bucket while milking cows.
...
Fixes WORLDGUARD-3508.
2015-06-19 17:02:09 -04:00
wizjany
5ff8b37ae8
Create a config option to enable portal protection.
...
Protection is off by default. Third-party portal plugins such as MV-NP
may interfere with portal protection and cause problems.
Fixes WORLDGUARD-3498.
2015-06-19 17:01:30 -04:00
wizjany
2d28e8db6d
Make portal protection slightly less overprotective.
...
Fixes end portal usage.
Fixes WORLDGUARD-3497.
2015-06-08 15:08:46 -07:00
wizjany
463a356020
Overprotective nether portal protection.
...
Blocks any portal travel that might lead to portal creation in a protected area.
Fixes WORLDGUARD-3479.
2015-06-08 15:08:46 -07:00
sk89q
21d13cc72c
Set version to 6.1.1-SNAPSHOT.
2015-06-08 15:08:28 -07:00
sk89q
9cf85caf3c
Set version to 6.1.
2015-06-08 15:04:59 -07:00
sk89q
2f1343f408
Updated changelog for v6.1.
2015-06-08 15:04:52 -07:00
wizjany
3cb6c4e46f
Check both attacker and defender locations for PvP.
...
Fixes WORLDGUARD-3494.
2015-06-08 14:37:32 -07:00
sk89q
7f9b850288
Always generate Javadocs and sources .jar.
2015-06-08 14:37:32 -07:00
sk89q
e8d4f2fd84
Turn off doclint.
2015-06-08 14:37:32 -07:00
sk89q
f3891aaaf9
Add a workaround for incorrect piston retract information.
2015-06-03 23:46:24 -07:00
wizjany
ea75549a29
Clean up Heal and Feed flags.
...
Allow the flags to increase values for players who are invincible (or in creative mode),
but not decrease them.
Fixes WORLDGUARD-3492.
2015-06-04 02:02:53 -04:00
wizjany
fbd8206038
Check for connected chests.
...
Fixes WORLDGUARD-3021.
2015-05-29 03:56:14 -04:00