Why does my Minecraft server crash with the Too much TNT Mod?

Ag
- in Worlds
19

I recently rented a Nitrado server. There I installed Forge Vanilla 1.8 on it and dragged a total of 4 mods (World Edit, Pandoras Box, Crazy Bombs and the Too Much TNT Mod) into the Mods folder. The server crashed onto it. https://www.dropbox.com/...mgHGa?dl=0 Not without the Too Much TNT Mod. The same file worked fine on my PC, but why not on the server? Could it be that you need another file or is it not server compatible?

Sa

So, the log says that Too Much TNT has an error, as you said. You can see that on E.

States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHImcp {9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIFML {8.0.99.99} [Forge Mod Loader] (minecraft_server.jar)
UCHIForge {11.14.4.1563} [Minecraft Forge] (minecraft_server.jar)
UCHIcrazybombs {0.1} [Crazybombs] (120_crazy-bombs-1.8.jar)
UCHIpandorasbox {2.1.1} [Pandora's Box] (Pandoras-Box-Mod-1.8.jar)
UCHETooMuchTNT {3.0} [TooMuchTNT] (TooMuchTNT v3.0.jar)
UCHIworldedit {6.1} [WorldEdit] (worldedit-forge-mc1.8-6.1.jar)

Have you tried another version yet? So the Mod version, not the Minecraft version.

El

I'm not sure, but try starting your server locally with the arguments.

-Xms256M -XX: SoftRefLRUPolicyMSPerMB = 1000 -XX: MaxPermSize = 96M -Xmx3072M

Maybe something is limiting here. But I think the parameters are set by Nitrado for a managed server.

Ag

How can I start the server with it?

Ag

So on Nitrado

Ag

Where can I download older versions of the T. M. TNT Mod? I only saw one for 1.8 on 9minecraft

Ag

I thought there was only version 3.0 of 1.8

Sa

Yes, I also noticed… I'm sorry about my mistake…

Sa

I don't think you can play with the mod on the server… At least I don't know what to do there. Another user had the same problem.

Ag

Funny, some Youtubers did that

Sa

You could try a completely different version of minecraft. Like the 1.7.10.

El

I don't think you can switch to Nitrado. I assume that the start parameters or the limitation to Nitrado do not allow the tnt mod. Start your server on your "home" PC with the parameters and see if "home" the error is the same. On Nitrado there are usually many MC servers as virtual servers on a large server, which is why high computing load on a client is not so cool and is limited accordingly. Usually you have a batch script with you locally to start the server, so according to the motto "run.bat" it says e.g.

@echo off
:begin
java -jar -server.jar -Xms256M -XX: SoftRefLRUPolicyMSPerMB = 1000 -XX: MaxPermSize = 96M -Xmx3072M
timeout / t 10
goto start
exit

Ag

Yes, thanks

Ag

How exactly? I don't know much about it…

Ag

Or could I fix the problem by renting more RAM?

El

Before you book a performance, try to set it up on your computer first. Is the TNT Mod really worth it to you? It's more of a "fun" mod than content. You wrote that the mod works for you on the computer. So just adjust your "test server locally" with the parameters.

Ag

OK

Ag

Unfortunately it didn't work either.

Ag

I'll try what Gunter1991 recommended to me below. It was probably because of it.

Ag

I just uploaded a modpack (all the mods) and that is about 100 mods, so the server started without any problems. Shouldn't Nitrado actually block that too, since it certainly takes a lot more computing power than the Top Much TNT Mod?