Commit Graph
109 Commits
Author SHA1 Message Date
RoboMWM 0581f7314a Don't destroy tridents, mitigates #330 2018-08-17 09:20:41 -07:00
RoboMWM e2883ce7b1 Prevent TNT ignition in areas with no build access. Closes #356 2018-08-17 09:08:34 -07:00
NarimmandRoboMWM 643ad8a7f7 Add ClaimCreatedEvent and ClaimModifiedEvent (#344)
1. Claim creation event... this is fired once all the claim creation checks have been passed.  It can be cancelled. It contains the claim and the creating player
2. Claim modification event - this is fired as the claim is modified - it cannot be cancelled. It contains the claim and the modifier...which can be null.

Use Case:
This could be used so other plugins can hook gp and perform an action if a claim is created or changed. Something as simple as logging claim creations/modifications and deletions.
2018-08-13 07:09:05 -07:00
Miroslav MarchevandRoboMWM 31c1581ca2 Update WorldGuard dependency to 7.0.0-SNAPSHOT (#343) 2018-08-13 07:02:50 -07:00
zedwickandRoboMWM 19c0f3220f The 1.13 PR (#320)
- Removes all code and config pertaining to the "mods" config section

- RestoreNature has issues in oceans
2018-08-13 06:53:14 -07:00
jacob1andRoboMWM ad07915664 Fix /rsc in admin claims (#300)
* Fix restrictsubclaim in admin claims

* Allow players with /ignoreclaims on to toggle restrictsubclaim flag
2018-07-24 17:38:46 -07:00
jer3m01andRoboMWM f84ff64c24 Fixed typo for Messages.BuySellNotConfigured (#305)
`anhd`--> `and`
2018-06-22 17:42:06 -07:00
KrisandRoboMWM 2f5a2eea9c Allow wither to break blocks in claims that have temporarily allowed explosions 2018-06-17 16:50:57 -07:00
NarimmandRoboMWM b38e4aedb6 Refactor to maven standard layout (#270) 2018-06-11 23:11:37 -07:00