Commit Graph

2060 Commits

Author SHA1 Message Date
sk89q
119d8b1a81 Fixed /delarea and allowed it to use its own /delarea permission instead. 2011-01-08 16:42:09 -08:00
sk89q
953d1f0aed Add denial messages to region protection. Changed use-protected-regions to use-regions and turned it on by default. 2011-01-08 16:36:25 -08:00
sk89q
2e225a9452 Removed INVENTORY_CHANGE hook. 2011-01-08 16:35:35 -08:00
sk89q
960dc2cd48 Changed ProtectedCuboidRegion to do its bounds check without Vector. 2011-01-08 16:35:15 -08:00
sk89q
345ac35649 Added area protection code borrowed from WorldEdit. While the framework is currently quite flexible, the implementation still needs work. 2011-01-08 02:04:21 -08:00
sk89q
802114c605 Commented out WorldGuardListener.onInventoryChange(). 2011-01-08 01:33:20 -08:00
sk89q
16bbd30209 Code cleanup. 2010-12-30 00:51:12 -08:00
sk89q
0021e789bc Removed com.sk89q.worldedit.blocks.BlockType. 2010-12-30 00:48:50 -08:00
sk89q
41daebb629 Updated changelog. 2010-12-26 10:32:31 -08:00
sk89q
b496e88557 Fixed NullPointerException in WorldGuardListener.onSignChange(). 2010-12-26 10:31:54 -08:00
sk89q
7c0e10d058 Updated build file to copy sample worldguard.properties. 2010-12-25 22:30:27 -08:00
sk89q
1d72447096 Updated default worldguard.properties. 2010-12-25 22:26:58 -08:00
sk89q
01e93a642e Updated for 1.8. 2010-12-25 22:24:57 -08:00
sk89q
696ae7c967 Changed blacklist hooks. 2010-12-25 22:16:45 -08:00
sk89q
b28202f1cb Added Ant build file. 2010-12-25 21:56:05 -08:00
sk89q
601e15db5a Updated for Minecraft beta. 2010-12-25 21:50:05 -08:00
sk89q
f30b413b46 Added missing BlockType class. 2010-12-10 00:46:32 -08:00
sk89q
a9c4a81abe Added suffocation damage prevention. 2010-12-10 00:46:06 -08:00
sk89q
d619ed5798 Added coordinates to blacklist file logger. 2010-12-10 00:46:06 -08:00
sk89q
e94a9bf68f Added exact respawning and teleporting to home on death. 2010-12-10 00:46:06 -08:00
sk89q
257c12e727 Updated for 0.2.8. 2010-12-04 00:15:50 -08:00
sk89q
8b3eaa70fb Updated for newer builds of hMod. 2010-12-02 22:56:47 -08:00
sk89q
c96bb890b4 Caught NullPointerException caused by getting the players list too early. 2010-12-01 22:43:36 -08:00
sk89q
8192a1962a Updated for 1.7. 2010-11-30 21:59:39 -08:00
sk89q
80df9c6aa4 Improved blacklist support for the new hooks. 2010-11-30 21:54:36 -08:00
sk89q
8073089da4 Updated for Minecraft update. Untested. 2010-11-30 17:24:07 -08:00
sk89q
23e7d4a8bb Updated for 1.7. 2010-11-30 02:48:39 -08:00
sk89q
0e1e92df13 Added option to prevent block damage created by flowing water (Minecart tracks, Redstone wire, etc.) 2010-11-30 02:44:01 -08:00
sk89q
d13f0b9191 Made /stack ignore buckets. 2010-11-30 02:33:51 -08:00
sk89q
aa2bffbd00 Fixed /god for the new hMod versions. 2010-11-30 02:27:13 -08:00
sk89q
a456d67528 Updated readmes. 2010-11-30 02:19:18 -08:00
sk89q
95f074342c Fixed damage type prevention. 2010-11-30 02:04:12 -08:00
sk89q
74016bf93e Made amphibious feature in WorldGuard more efficient and fixed missing group console spam. 2010-11-30 01:41:07 -08:00
sk89q
3f8bac582c Added /reload WorldGuard command; adjusted wg-invincible so that it won't console spam every time someone joins. 2010-11-29 12:59:44 -08:00
sk89q
6b57e58d63 Fixed damage type protection affecting all entities. Added wg-invincible and wg-amphibious groups that let you give certain players invincibility or underwater breathing. 2010-11-29 12:39:12 -08:00
sk89q
19aa20537d Added the ability to disable fall, water, lava, and fire damage individually. 2010-11-29 12:30:42 -08:00
sk89q
cf31df35ec Switched water/lava bucket block to use new onItemUse hook. 2010-11-28 15:54:29 -08:00
sk89q
6d39ce7240 Added /stack command, alias /; to compact items into stacks (up to 64 items). Works for even non-stackable items like signs and it won't stack items with durability or infinite supply. 2010-11-26 01:06:32 -08:00
sk89q
0f3c1b94d7 Caught error message for when the configuration file does not exist. 2010-11-25 23:27:33 -08:00
sk89q
13cc6736e2 /god mode now at least lets you gain health while it is on. 2010-11-25 13:47:20 -08:00
sk89q
64629bd878 Updated README and CHANGELOG. 2010-11-25 02:40:46 -08:00
sk89q
e42be555b1 Fixed spelling error in /god and allowed use of /god on others. 2010-11-25 02:37:50 -08:00
sk89q
c62c5f5cae Updated for 1.6. 2010-11-25 00:02:59 -08:00
sk89q
313bdbd8bf Added spawn protection, updated login protection. 2010-11-24 23:55:27 -08:00
sk89q
765b606e18 Added login protection. 2010-11-24 23:13:42 -08:00
sk89q
c0be685846 Added /god mode. 2010-11-24 22:44:09 -08:00
sk89q
133e4c2c78 Updated for 1.5.1. 2010-11-24 13:10:29 -08:00
sk89q
b7e91ac6d0 'Fixed' java.lang.NoSuchMethodError: Item.setDamage(I)V. 2010-11-24 13:09:53 -08:00
sk89q
79518e6503 Updated CHANGELOG. 2010-11-24 12:44:37 -08:00
sk89q
2999f9d168 Removed warning emitted when a hook does not exist. 2010-11-24 12:43:18 -08:00