WorldGuard Report doesn't show Paper server with Velocity Proxy
Joo200 opened this issue ยท 0 comments
WorldEdit Version
7.2.12
WorldGuard Version
7.0.8
Platform Version
Paper 1.19.2
Confirmations
- I am using the most recent Minecraft release.
- I am using a version of WorldEdit compatible with my Minecraft version.
- I am using a version of WorldGuard compatible with my Minecraft version.
- I am using the latest or recommended version of my platform software.
- I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
- I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)
Bug Description
Using Velocity as Proxy is not correctly displayed in the WorldGuard report:
Online Mode:
enabled?: false
BungeeCord support?: false
Velocity support?: false
Expected Behavior
Display this correctly
Reproduction Steps
/wg report -p
on a server with Velocity support enabled
Optional WorldGuard-Report
No response
Anything Else?
Paper changed the config stuff in 1.19.2.
This is currently not fixable, because the config is currently not accessible.
ToDo: Add a PR to paper to allow Bukkit.isProxyOnlineMode()
or smth like that by:
io.papermc.paper.configuration.GlobalConfiguration.get().proxies.isProxyOnlineMode()