Dockter

Results 13 issues of Dockter

I've experienced this issue a couple times now where junk data is randomly getting saved to the biome object files. I'm curious if the bo3's aren't being closed properly and...

Error from Server: https://gist.github.com/Dockter/93eca3e8beb81f56a2cfbc3a0e3daad4 Issue did not exist until this commit: https://github.com/MCTCP/TerrainControl/commit/bbfad4091e5e080339827eab5dab9688a2d47d1c#diff-5e48d567a39fda9e2a3f607061079bba Please advise.

I see that you've implemented SpongeAPI for your LanternServer. What lead you to make this decision?

type: question

@Zidane was working with our Econ database and during debugging we noticed that the database load is occurring within preInit instead of onServerStart. He noted that onServerShutdown it should write...

@bloodmc please consider adding this to your version check: https://github.com/AlmuraDev/GriefPrevention/blob/master/src/main/java/me/ryanhamshire/griefprevention/GriefPreventionPlugin.java#L402 This allows me to run the mod as a plugin to the Almura client while in development mode.

Hello, using version of GD-Sponge-Dev3. @Subscribe public void onClaimFlagChange(final FlagPermissionEvent event) { System.out.println("Flag changed!"); } This should print the above debug when in game I type /cf then click on...

@Zidane, @Kashike and @Dockter all tested, the custom arguments put into "Java Args" are not passed to the JVM at launch.

Signed-off-by: Dockter

**In Development Builds** - [Almura 3.1 / b100](https://github.com/AlmuraDev/ServerConfig/issues/15) ### In Development Features & ToDo's **Priority Bugs** / [User Reported Issues](https://github.com/AlmuraDev/GameServer/issues) - [ ] Glass Cruets need to implement iFluid -...

SpongeForge requires guava 27.1-jre. If you run the client with it you will get the following error once you try to load a world: https://gist.github.com/Dockter/f85809e9613b6a1d61b3ea814ec429c4 Fixing this issue is a...