willkroboth

Results 82 comments of willkroboth

This is a well known "bug". As the message directly after your warning states, `[17:19:19] [Server thread/INFO]: [Multiverse-Core] §aWe are aware of the warning about the deprecated event. There is...

I feel like you should be able to use contexts from a permissions plugin like LuckPerms to do this. If you just turn on mv.bypass.gamemode.WORLDNAME when your gamemode is spectator...

Hi, I saw this issue via CommandAPI's GitHub and thought I'd check it out. I was surprised that the CommandAPI, which focuses on the command system, could have done anything...

I tried replicating this bug but it never crashed for me... I tried on Paper (build 141) and Purpur (build 1777), with and without CommandAPI, teleporting to strongholds and just...

Huh, maybe you could upload your server directory (or at least a minimal setup) and I could download and run it on my computer exactly as you have it? It'd...

Hmm... following those steps I still can't get the server to crash. Here's my logs for comparison: [CommandAPI test](https://paste.gg/p/anonymous/d4a15bc175e8438dae959dde2d3f220c). I noticed that Astrashh had Chunky as well in their logs,...

I tried to solve this issue by returning null when the lazy is null, like this: ```java @Override public List getRingPositionsFor(@NotNull ConcentricRingsStructurePlacement structurePlacement, @NotNull RandomState noiseConfig) { ensureStructuresGenerated(noiseConfig); Lazy lazy...

One thing I noticed in my testing is if ring structure generation works correctly (case when CommandAPI isn't on the server), with the exception of the first time the server...

Huh, I actually got those two errors to happen with an unmodified version of Terra as the only plugin. Here's the log: https://paste.gg/p/anonymous/b088f9627abd427b9719a45d6d995135. It seems the pack processing kick happens...

Paper has recently rewritten it's chuck generation system. As far as I can tell, everything is working the same (same bugs), but noticeably faster.