TheJeterLP / ChatEx

ChatManager for Bukkit/Spigot servers
https://www.spigotmc.org/resources/chatex.71041/
GNU General Public License v2.0
50 stars 19 forks source link

Persisting "New update" msg on latest version #7

Closed Picajoluna closed 4 years ago

Picajoluna commented 4 years ago

Hello,

I tried both downloading the jar from the Bukkit website, and cloning this repo / mvn clean install to generate a jar -- and in both cases, I got this message:

[12:03:52 INFO]: [ChatEx] Update found!

and in-game: outdated

Just seems you need to update what's considered the latest version (or am I accidentally using an unstable build?).

Danke!

TheJeterLP commented 4 years ago

No that's correct, the problem is that the spigot API where the updater fetches the last update does not update very often, that's why it's very unstable

Pica notifications@github.com schrieb am Mo., 20. Apr. 2020, 14:08:

Hello,

I tried both downloading the jar from the Bukkit website, and cloning this repo / mvn clean install to generate a jar -- and in both cases, I got this message:

[12:03:52 INFO]: [ChatEx] Update found!

and in-game: [image: outdated] https://camo.githubusercontent.com/44b748cb4756cf070138796ba7ff4d296faacaae/68747470733a2f2f692e696d6775722e636f6d2f754270703337662e706e67

Just seems you need to update what's considered the latest version (or am I accidentally using an unstable build?).

Danke!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TheJeterLP/ChatEx/issues/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA45KKJU6WS4X2ZXVTYB5GLRNQ3MFANCNFSM4MMMMFMQ .

Picajoluna commented 4 years ago

Oh okay no worries then. Sweet job with the plugin btw! Simple enough it does the job, yet has the features I want/need (prefixes in chat & tab).