caseif / TTT

Bukkit minigame which emulates the "Trouble In Terrorist Town" gamemode from Garry's Mod.
http://dev.bukkit.org/bukkit-plugins/ttt
MIT License
3 stars 4 forks source link

Can't use the TTT plugin in 1.12.2 #70

Closed Tape1001 closed 2 years ago

Tape1001 commented 2 years ago

TTT Version

Any Version

Steel Version

... idk what it is.

Full output of /version command

Mohist version 1.12.2-274 (MC:1.12.2)

Description of issue

I can't play with any Version of the TTT plugin. I just get an error messenge in the Server log

Steps to replicate issue

Go to ploudos;com, set up a server, install Mohist 1.12.2. go to plugins and install any version of the TTT plugin

Does the issue occur consistently?

yes

Console Errors?

nope

caseif commented 2 years ago

Can you verify that Steel is installed on the server? Otherwise, please provide the console error that you're running into.

Tape1001 commented 2 years ago

Steel is on the server but it is still not working. (steel version 1.3.7) and here are the console errors:

ploudos not working-1 ploudos not working-2 ploudos not working-3 plodusod not workin-4 ploudos not workin-5

caseif commented 2 years ago

This appears to be a compatibility issue with Mohist, as it does not seem to be setting metadata on its JAR in a Bukkit-compatible way. TTT uses this metadata to determine the current server software version.

I think this check was changed in a more recent version, so you can try updating to the latest release (0.11.4) to see if it resolves your issue.

Tape1001 commented 2 years ago

I did it and the Log says that I'm clear,... but when I look into the log everything is still red and orange like in the pics before...

caseif commented 2 years ago

A lot of those errors are related to the update and telemetry services. The telemetry backend server is no longer functional (and I should probably get around to removing it from the plugin anyhow), so those errors are normal. I'm not sure what's going on with the updater, but it's not an issue for the functioning of the plugin.

In any event, you can suppress these components with the enable-auto-update and enable-telemetry config keys in the plugin's config.yml file.

Tape1001 commented 2 years ago

ok. Then is everything doen and working, Thank you.