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
wizjany
522ac459db
Fix weather lock flag.
...
Probably. Maybe.
Fixes WORLDGUARD-3452.
2015-05-29 02:26:32 -04:00
wizjany
255dd2d41a
Add support for Spigot's BlockExplodeEvent.
...
Also update Bukkit dependency and guava version quirks.
Fixes WORLDGUARD-3484.
2015-05-29 01:49:20 -04:00
wizjany
cf1716ff37
Separate vehicles and animals from INTERACT flag.
...
Destroying vehicles now checks only the vehicle-destroy flag.
Damaging animals checks the new damage-animals flag.
These are both allowed for members by default, like other build-dependent flags.
Fixes WORLDGUARD-3427 and WORLDGUARD-3358.
2015-05-28 17:21:58 -04:00
sk89q
a277e69e9c
Get the session during the gamemode event lazily.
2015-05-28 11:28:02 -07:00
sk89q
ec5bb32510
Add -s to show stack traces with the event debugging command.
2015-05-27 22:18:30 -07:00
Wizjany
8ddb7d4b99
Don't add a period for custom blacklist messages.
...
Fixes WORLDGUARD-3472
2015-05-02 22:38:42 -04:00
Wizjany
3258bff2d1
Fix CommandFilter matching emoticons etc.
...
Fixes WORLDGUARD-3461.
2015-04-18 12:01:21 -04:00
Wizjany
8d7d32a2d2
Check event cancellation before playing deny effect for bucket events.
2015-04-05 15:44:43 -04:00
Wizjany
a907eb2348
Move repeaters/comparators from use to build.
...
This should mirror the protection given in WG 5.9.
2015-03-13 23:34:22 -04:00
wizjany
32132b5b0a
Protect against spawn egg usage.
...
Fixes WORLDGUARD-3347.
2015-03-11 01:46:55 -04:00
wizjany
c0c7c3215e
Mark Player/Group Domains as dirty in a few missing places.
...
Fixes WORLDGUARD-3404.
2015-03-11 00:44:41 -04:00
Wizjany
ddf0f41061
Actually register WorldRulesListener for events.
...
Fixes WORLDGUARD-3406.
2015-03-03 13:09:50 -05:00
Wizjany
d3ecbcb18a
Protect switching inverted daylight detectors too.
2015-02-28 18:39:54 -05:00
wizjany
b7f4262978
Add comparators to USE too for consistency.
2015-02-19 21:21:17 -05:00
wizjany
60e6f92c64
Have repeaters be covered by the USE flag.
2015-02-19 21:17:45 -05:00
wizjany
98af7966cd
Added weather-lock flag.
...
Valid values are clear or downfall. Unset to restore to normal world weather.
2015-02-18 02:24:31 -05:00
wizjany
99d042d260
Added time-lock flag.
...
Valid values are 0 to 24000 for absolute time, or +- any number for relative time.
Closes WORLDGUARD-3379.
2015-02-18 01:59:30 -05:00
wizjany
c9d6166fcb
Check for null task fields.
...
Fixes WORLDGUARD-3372.
2015-02-17 16:51:02 -05:00
sk89q
752ccec150
Don't call initialize() on non-cancellable movements.
...
Fixes WORLDGUARD-3362.
2015-02-11 17:12:10 -08:00
sk89q
91ccb95672
Add classloader override to the build POM.
2015-02-11 17:09:10 -08:00
wizjany
4caff457d3
Add Citizens NPCs to NPC detection for region whitelisting.
...
Fixes WORLDGUARD-3356.
2015-02-04 17:03:01 -05:00
wizjany
a1a6ee7107
Fixed blocks (e.g. sugar canes) adjacent to physics blocks (e.g. sand) not updating.
...
Fixes WORLDGUARD-3367. This change MAY have breaking unintended consequences,
but the physics configs seem to still be working.
2015-02-04 03:33:37 -05:00
sk89q
af157b88bd
Handle empty sets in SetFlag.
2015-01-30 00:03:25 -08:00
sk89q
ea4f4c088b
Have enderchests be covered by the USE flag.
...
Fixes WORLDGUARD-3336.
2015-01-28 01:36:07 -08:00
sk89q
6559ed5c1a
Have tripwire be covered by the USE flag.
...
Fixes WORLDGUARD-3351.
2015-01-28 01:35:17 -08:00
sk89q
deddcf8dd2
Handle null block attacker.
...
Fixes WORLDGUARD-3350.
2015-01-28 01:26:50 -08:00