Commit Graph

1268 Commits

Author SHA1 Message Date
sk89q
7cd4a1d411 Update CHANGELOG and UPGRADE documents. 2014-08-24 17:15:36 -07:00
sk89q
bd558bb527 Change .interact to .use for item use permission. 2014-08-24 17:14:34 -07:00
sk89q
8d29f6971a Allow hitting hostile mobs in protected regions. 2014-08-24 17:13:27 -07:00
sk89q
300f69597f Don't cause item loss when the hopper is destroyed. 2014-08-24 17:06:13 -07:00
sk89q
8e320b6dbe Add helper ProtectionQuery class for other plugins. 2014-08-24 17:01:52 -07:00
sk89q
fa422bef32 Update UPGRADE document with more information. 2014-08-24 16:38:31 -07:00
sk89q
e8cd1cc253 Block spawn eggs properly. 2014-08-24 16:26:15 -07:00
sk89q
5e9ffe9e29 Better describe issue regarding flags being evaluated together. 2014-08-24 15:58:34 -07:00
sk89q
edebb0efc9 Be more lax with entity spawns. 2014-08-24 15:53:45 -07:00
sk89q
913d5d64ae Break denied hoppers. 2014-08-24 15:40:00 -07:00
sk89q
6da8fabb1f Debounce the inventory move item event better. 2014-08-24 15:36:38 -07:00
sk89q
ee022d7cd7 Handle inventory move event for protection. 2014-08-24 15:24:52 -07:00
sk89q
c126a0ac38 Change potion splash to damage event. 2014-08-24 14:46:55 -07:00
sk89q
4a3dac0aa4 Ignore cancelled events in event abstraction. 2014-08-24 14:39:44 -07:00
sk89q
f4700ded12 Don't block self-damage if PVP is denied. 2014-08-24 14:33:29 -07:00
sk89q
8570921049 Mention incompatible plugins in the upgrading document. 2014-08-24 14:22:29 -07:00
sk89q
612b953b63 Don't use empty names when loading the YAML regions file. 2014-08-24 14:13:12 -07:00
sk89q
02777c370d Mention use on-place and water / lava buckets. 2014-08-24 14:02:38 -07:00
sk89q
7a8ab1df99 Fire a use item event on placed blocks. 2014-08-24 13:45:39 -07:00
sk89q
182c5f6a17 Clamp cuboid volume to Integer.MAX_VALUE and handle overflow. 2014-08-24 12:55:44 -07:00
sk89q
7c7673af20 Debounce entity break block events. 2014-08-24 12:36:17 -07:00
sk89q
9282fc25de Fix fire handling in the event abstraction listener. 2014-08-24 12:25:29 -07:00
sk89q
f66e47c01f If the cause is unknown, use NON_MEMBER as the association. 2014-08-24 02:56:23 -07:00
sk89q
f00d73d60e Cause.isKnown() now returns false if it only contains objects that do not properly constitute a cause. 2014-08-24 02:55:57 -07:00
sk89q
c5b08781f7 Build the cause list order correctly. 2014-08-24 02:49:58 -07:00
sk89q
4b80c4e4e6 Clean up EventAbstactionListener. 2014-08-24 02:35:09 -07:00
sk89q
7da3cc224b Fix buckets not being checked properly. 2014-08-24 02:26:09 -07:00
sk89q
0659a5263a Fix typos in readme files. 2014-08-24 02:20:51 -07:00
sk89q
0f8614519f Fix /wg reload sometimes not applying new changes right away. 2014-08-24 02:14:15 -07:00
sk89q
541f828db4 Add optional build permission nodes. 2014-08-24 02:03:38 -07:00
sk89q
70aedb4a84 Mention the need to re-check the upgrade document. 2014-08-24 01:19:46 -07:00
sk89q
4f24f2631e Automatic invincibility / no-drowning groups have to be enabled now. 2014-08-24 01:13:59 -07:00
sk89q
ddb910e2ea Update the README. 2014-08-23 22:15:10 -07:00
sk89q
b5c4eb3587 Move build related files to config/. 2014-08-23 22:05:41 -07:00
sk89q
a0553bfa34 Have people read CHANGELOG for the rest of the changes. 2014-08-23 22:02:46 -07:00
sk89q
241f053b8a Fix error in CHANGELOG.md. 2014-08-23 21:57:52 -07:00
sk89q
6174c9e486 Updated changelog and added upgrade information. 2014-08-23 21:55:49 -07:00
sk89q
d7629acb61 Use original .jar filename in the .zip. 2014-08-23 20:25:30 -07:00
sk89q
8169b6f650 Use Markdown for changelog + distributed README. 2014-08-23 20:24:25 -07:00
sk89q
7b174683ba WorldGuard 6. See http://forum.enginehub.org/threads/15666/ 2014-08-22 20:54:59 -07:00
sk89q
88e7327af6 Merge branch 'master' into feature/region-api-update 2014-08-22 20:48:34 -07:00
sk89q
b7d8562ece Use a region deny message indicating region data load failure. 2014-08-22 20:43:03 -07:00
sk89q
439826ddc6 Bump to version 6.0.0. 2014-08-22 19:52:16 -07:00
sk89q
b94641f1b5 Wooden doors are interact-able. 2014-08-22 19:47:37 -07:00
sk89q
0ddf56f7f6 Add -g to /rg (re)define to create a global region. 2014-08-22 19:37:13 -07:00
sk89q
74e64d0641 Fix region bypass permission and support fake players. 2014-08-22 19:32:03 -07:00
sk89q
858b0b2c1c Update Javadocs in RegionQuery. 2014-08-22 19:19:35 -07:00
sk89q
54237c0038 Fix potential NPE in FlagValueCalculator. 2014-08-22 19:17:46 -07:00
sk89q
0edb948a40 Don't let players disembark if they can't back on. 2014-08-22 19:17:36 -07:00
sk89q
f85aeecde7 Fix deny flags not applying when you are on an animal.
Fixes WORLDGUARD-2518.
2014-08-22 18:23:59 -07:00