Quote the project version in plugin.yml

MobArena has been on version 0.9x for so long that it just never was an issue that the version string was unquoted until now. Because SnakeYAML parses the string as a number, 0.100 becomes 0.1, which means the version string gets parsed into a 0 and a 1, which is less than 0 and 99 (previous version).

This should fix that problem for good.
This commit is contained in:
Andreas Troelsen 2018-05-03 01:12:17 +02:00
parent fa435946eb
commit 8013be1724

View File

@ -1,7 +1,7 @@
name: ${project.name}
author: garbagemule
main: com.garbagemule.MobArena.MobArena
version: ${project.version}
version: '${project.version}'
softdepend: [Multiverse-Core,Towny,Heroes,MagicSpells,Vault]
commands:
ma: