Closed SecretlyJealous closed 1 year ago
My setup: https://athion.net/ISPaster/paste/view/2386400a0dcc4b5d9ee49867cb1c6e73
My Paper version is slightly newer, but I don't run into that at all 👀
I'll try to isolate the issue, using the same flags causes no errors on startup with PlotSquared v6: https://athion.net/ISPaster/paste/view/6c38eca4b22f4314a75795fa26670bad
But with PlotSquared v7 I'm using the same flags and it causes the error: https://athion.net/ISPaster/paste/view/35513083dbc840a58b7a2b2842e02e58
Thanks for the pointer, I'll take an additional look
I've also got the issue on my server if this helps https://athion.net/ISPaster/paste/view/68c511bea1cd4d3cb4861a75b5b08731
Caused by having the plot world as the default world in server.properties consequently having the world load before worldedit has loaded registries (as WE waits for the world loading 💯)
Server Implementation
Paper
Server Version
1.20
Describe the bug
When I start my server I get this error:
This causes the
use:
flag to not work:However if I run /p2 reload in console it reloads the file and doesn't print the error. It also fixes the issue:
In game the flag is now applied:
I basically need to reload the configuration file after startup every time I want my use flags to work which is not ideal
To Reproduce
flags: use: minecraft:tripwire,minecraft:lever,minecraft:trapped_chest,#doors,#trapdoors,#buttons,#pressure_plates,#fence_gates,minecraft:ender_chest,minecraft:anvil,minecraft:loom
Expected behaviour
The flag should be applied and should not give an error on startup
Screenshots / Videos
No response
Error log (if applicable)
No response
Plot Debugpaste
https://athion.net/ISPaster/paste/view/cd0d98f009a749e482184100c8054c81
PlotSquared Version
PlotSquared version 7.0.0-SNAPSHOT
Checklist
Anything else?
No response