This repository was archived by the owner on Apr 20, 2019. It is now read-only.
Convert worldguard regions to grief prevention regions#64
Open
Xsm0deus wants to merge 568 commits intoBigScary:masterfrom
Open
Convert worldguard regions to grief prevention regions#64Xsm0deus wants to merge 568 commits intoBigScary:masterfrom
Xsm0deus wants to merge 568 commits intoBigScary:masterfrom
Conversation
Contributor
|
Can you guys stop doing this. |
Author
|
I am confused |
Contributor
|
Ok, please close this |
Consistent with minecarts
…1083) * Retraction checked block behind piston when no blocks were moved * Everywhere modes are supposed to ignore subclaims, so piston claim should not be a subclaim
doesn't work for github pages
This event does not fire in vanilla for item displays - thus this is to account for addons firing this event to check for protections.
* Revise the ROOTED_DIRT dupe fix * Forgot to update imports * Silk Touch unneeded for dupe * Update imports * Match hoes by Tag rather than material name * Check material of item interacted with --------- Co-authored-by: Jikoo <jikoo.games@gmail.com>
* Drop outdated (and unused) Paper repo Paper's new repo location is repo.papermc.io, old repo throws a 403 on build. * Prefer release to source/target The release option supersedes source and target. It performs their functions and also ensures that API added in later versions is not in use. https://docs.oracle.com/en/java/javase/17/docs/specs/man/javac.html#option-release * Update plugins and dependencies * Add Mockito agent to Surefire execution Fixes warnings (and future problems) when Mockito injects its own agent * Try setting up config later Jar location isn't being expanded on AppVeyor, which is weird. Runs fine locally and on GitHub Actions. AppVeyor is running Maven 3.9.9, just like the other builds. * Add properties goal to AppVeyor test
* added permission for extendclaim to not require modification tool. Defaults to false to maintain existing behavior.
* Update README.md Readme is no longer used as the website, so let's try to shorten this up and make it more 'readme.md' friendly instead of 'website-design-spacing-friendly' - use bullet list for support options - remove horizontal line breaks (kept first line break) - use higher-level headers * use new org url * add documentation link to support section * GriefPrevention Legacy, alpha testing
- remove special logic for Manage permission - Remove extra logic for permissiontrust exception - Remove Messages#CantGrantThatPermission enum - update description in plugin.yml, add managetrust alias
We are currently letting the whole end portal creation flow proceed until the end, when we cancel the actual portal generation. With this change, we are now canceling the interaction at the very beginning, without the need to clean up further effects.
* Rename `Claims.MaximumDepth` config option to `Claims.MinimumY` to reduce confusion * Show warning if minY is set above sea level for some world
* Allow setting `MinimumY` on a per-world basis * Collapse `max` to one line
…2549) * Update to 1.21.11 Spigot API
* Mark Inventory as scheduled for removal
Right-clicking with a fire charge is similar to using flint and steel. closes #2471
In wilderness, blocking container access is unintuitive: players should be able to access containers there since it won't prevent attackers from getting those items anyway.
* Extract player column scanning into its own method * Extract layer scanning into its own method * early return when layer scan hits minY --------- Co-authored-by: Adam <Jikoo.Games@gmail.com>
Right-clicking these cycles their pose and changes redstone output, so treat them like other decor/redstone blocks that need Build trust
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi on our server we use a protection plugin that uses worldguard. Regions have owners and members and I was wondering if it's possible to convert or not?