Max

Results 44 comments of Max

Hello! The fuse code mainly tries to stick within the existing data structures. The main change outside of the new fuse code is that I split get_content() in the File...

Hey, it should be pretty much done now. I don't have any way of testing the code fully right now, but it works with a non-corrupted NTFS partition.

"Buy now for $7.50" erm no.........., do you have any error logs?

Not really maintaining this anymore, and it's not a free plugin...

1. I don't support 1.10 2. I don't recommend using any protection plugins because most of the events aren't implemented (so some protections might not work) Anyways patch incoming for...

Oh, Multiverse (and creating extra worlds) isn't supported currently...

nah m8 this is different :P, but I have a untested fix in the latest build (kinda bored of minecraft, so don't wanna test it)

"Forge Mod Loader version 12.18.3.2202 for Minecraft 1.10.2 loading" I don't support 1.10...

No such field def error probably caused by not updated Sponge version. ItemTypes.AIR was added "recently". And for setOp see here : https://github.com/Maxqia/PoreRT/blob/ed10cae51e66a51fcc46de0d1b03e7d911ac970f/src/main/java/blue/lapis/pore/impl/permissions/PorePermissible.java#L64

Implementing events are a royal pain in the butt, so I'd be fine if you just took them from Craftbukkit and turned them into mixins (e.g https://github.com/Maxqia/PoreRT/blob/master/src/main/java/blue/lapis/pore/mixin/network/MixinNetHandlerPlayServer.java), also apparently SpongeForge...