Wrong version in plugin.yml
DmitryRendov opened this issue ยท 5 comments
It looks like
version: 1.6.6-b${env.TRAVIS_BUILD_NUMBER}
Affected version 1.6.6, downloaded from here Vault Version 1.6.6
Can I help with this problem... I don't really understand what is wrong...
The problem is that you are using travis as CI but on the spigotmc site page is used manually built release and in a server console it looks like this rubbish:
[04:42:16] [Server thread/INFO]: [Vault] Enabling Vault v1.6.7-b${env.TRAVIS_BUILD_NUMBER}
[04:42:16] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[04:42:17] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[04:42:17] [Server thread/INFO]: [Vault] Enabled Version 1.6.7-b${env.TRAVIS_BUILD_NUMBER}
so or upload release from CI or remove this suffix at all)