EssentialsX

EssentialsX

2M Downloads

ERROR You are running an unsupported server version! while using git-Paper-335 (MC: 1.16.4)

Klawdek opened this issue ยท 10 comments

commented

Information

Full output of /ess version:


Server startup log:

https://gist.github.com/Klawdek/e42a27a5ac51394acaa25472f71ad756

EssentialsX config:

https://gist.github.com/Klawdek/fbc89ab9677b910bb4c5a1c2f2df187f

Details

Description:

The following warnig:
20.12 22:36:18 [Server] INFO Enabling Essentials v2.18.1.0
20.12 22:36:18 [Server] ERROR You are running an unsupported server version!

Steps to reproduce:

Run Essentials with git-Paper-335 (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT)

Expected behavior:

git-Paper-335 (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT)
to be a supported version

Console stack trace:


Screenshots:

commented

I had this problem with 1.20.4 so ye

commented

Download latest version here

commented

Thank you for the reply I would point out that 2.18.2 is supposed to support 1.16.4 it even specifically says that in the update section of the spigot page.

commented

@Klawdek I wouldn't mind the unsupported message too much. At least for minor versions like 1.16.4, it's more or less a friendly reminder that you should probably update to a newer build (especially if you run into any problems). We only officially support the latest minor version of any release.

commented

2.18.2 does support 1.16.4, but your logs show that you're using 2.18.1. Update to the 2.18.2 release on Spigot or to a 2.19 dev build at the link @JRoy provided to fix your issue.

commented

I'm also having this problem. Though I am using 1.16.5 with essentials 2.18.2

Loading libraries, please wait...
[16:13:25 INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[16:13:26 INFO]: Reloading ResourceManager: Default, bukkit
[16:13:26 INFO]: Loaded 7 recipes
[16:13:27 INFO]: Starting minecraft server version 1.16.5
[16:13:27 INFO]: Loading properties
[16:13:27 INFO]: This server is running Paper version git-Paper-582 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
[16:13:27 INFO]: Debug logging is disabled
[16:13:27 INFO]: Using 4 threads for Netty based IO
[16:13:27 INFO]: Server Ping Player Sample Count: 12
[16:13:27 INFO]: Default game type: SURVIVAL
[16:13:27 INFO]: Generating keypair
[16:13:27 INFO]: Starting Minecraft server on *:25565
[16:13:27 INFO]: Using default channel type
[16:13:28 INFO]: [Essentials] Loading Essentials v2.18.2.0
[16:13:28 INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.18.2.0
[16:13:28 INFO]: [EssentialsChat] Loading EssentialsChat v2.18.2.0
[16:13:28 INFO]: Server permissions file permissions.yml is empty, ignoring it
[16:13:28 INFO]: Preparing level "world"
[16:13:28 INFO]: Preparing start region for dimension minecraft:overworld
[16:13:28 INFO]: Loaded 0 spawn chunks for world world
[16:13:28 INFO]: Preparing spawn area: 0%
[16:13:28 INFO]: Time elapsed: 187 ms
[16:13:28 INFO]: Preparing start region for dimension minecraft:the_nether
[16:13:28 INFO]: Loaded 0 spawn chunks for world world_nether
[16:13:28 INFO]: Time elapsed: 93 ms
[16:13:28 INFO]: Preparing start region for dimension minecraft:the_end
[16:13:28 INFO]: Loaded 0 spawn chunks for world world_the_end
[16:13:28 INFO]: Time elapsed: 57 ms
[16:13:28 INFO]: [Essentials] Enabling Essentials v2.18.2.0
[16:13:28 ERROR]: [Essentials] You are running an unsupported server version!
[16:13:28 INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[16:13:28 INFO]: [Essentials] No kits found to migrate.
[16:13:28 INFO]: [Essentials] Loaded 25599 items from items.json.
[16:13:29 INFO]: [Essentials] Using locale en_US
[16:13:29 INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[16:13:29 INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[16:13:29 INFO]: [Essentials] Using superperms-based permissions.
[16:13:29 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.18.2.0
[16:13:29 INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[16:13:29 INFO]: [EssentialsChat] Enabling EssentialsChat v2.18.2.0
[16:13:29 INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[16:13:29 INFO]: Running delayed init tasks
[16:13:29 INFO]: Done (1.998s)! For help, type "help"
[16:13:29 INFO]: Timings Reset
>

Can someone suggest a fix?

commented

As stated, there's nothing to fix, because there's no issue.

We only officially support the latest minor version of any release.

In this case, 1.16.5.

You're free to download the latest dev builds here: https://essentialsx.net/downloads.html

commented

@Chew Thanks much for your response. I appreciate it. Please just help me understand however. I think what you are saying is that you support 1.16.5 (the latest minor release), with 2.18.2. Yet thats exactly what I'm using, so the error message confuses me.

Perhaps I'm misinterpreting which "the latest minor version of any release" is... please take 30 more seconds to explain.. ty.

I'm just trying to figure out how to connect the versioning dots..

commented

@davesargrad At the time 2.18.2 was released, 1.16.4 was the latest minor release. It's no longer the latest minor release, so you will see that warning when running newer releases. If you wish to get rid of the warning, you can use the dev builds which Chew linked above, or simply ignore the warning this time (since 1.16.4 and 1.16.5 had no significant changes which will impact usability of the plugin).

commented

ah.. i see.. well ty @pop4959 and @Chew .. :)