WorldGuard icon indicating copy to clipboard operation
WorldGuard copied to clipboard

🛡️ Protect your Minecraft server and lets players claim areas

Results 159 WorldGuard issues
Sort by recently updated
recently updated
newest added

### The Problem The commands can become time consuming for anyone. ### A Solution A GUI interface, similar to LuckPerms plugin, where users get a URL link where they can...

status:pending
type:feature-request

This pr fixes two issues: 1. [This variable](https://github.com/EngineHub/WorldGuard/blob/741f9e231b80bfb7e17a73157e3443bf535b32e7/worldguard-core/src/main/java/com/sk89q/worldguard/protection/association/AbstractRegionOverlapAssociation.java#L51) should be initialized with `Integer.MIN_VALUE` instead of `0`. 2. An issue that Theosis#0001 talked about in [this message](https://discord.com/channels/80853743897149440/470410381597343753/869561221689536522) on Discord. ![grafik](https://user-images.githubusercontent.com/18699205/195721446-7fa6160d-6dc9-46ef-b550-0989ed9ca0ac.png) ![grafik](https://user-images.githubusercontent.com/18699205/195721640-94d24133-abc6-4d3d-adb1-9e9a7d3f97f0.png)...

**This is a draft pr because:** 1. It currently depends on an open pr #1866. 2. It shouldn't use `CustomDomain`s. It should be done using an additional internal `Domain`. 3....

### WorldEdit Version 7.2.12 ### WorldGuard Version 7.0.8-beta-01 ### Platform Version git-Paper-141 (MC: 1.19.2) ### Confirmations - [X] I am using the most recent Minecraft release. - [X] I am...

status:pending
type:bug

### The Problem By default, mobs protected from tnt and ghast fireballs, but not from creeper. ### A Solution Make creepers unable to damage non-hostile mobs. Maybe, if targeted at...

status:pending
type:feature-request

### WorldEdit Version 7.3.0-beta-03+d6d222e ### WorldGuard Version 7.0.10-SNAPSHOT+2260-c7319f1 ### Platform Version Paper version git-Paper-408 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: c5d168c) ### Confirmations - [X] I am using the...

status:pending
type:bug

### WorldEdit Version 7.3.0 ### WorldGuard Version 7.09 ### Platform Version purpur-1.20.4-2159.jar ### Confirmations - [X] I am using the most recent Minecraft release. - [X] I am using a...

status:pending
type:bug

### The Problem WorldGuard presents options for blocking several block-damage related events, however with the introduction of Respawn Anchors, that would be another block that has block-damaging properties. ### A...

status:pending
type:feature-request

Feel free to edit whatever you want on this, or deny it. If you have any requested changes let me know. I have been using this for the better part...

As an alternative, or supplement, to PR #2041, this Pull Request introduces `disable-general-commands`, which can be used to disable the basic commands WorldGuard adds. Functionality of this change was verified...