[SPIGOT-4313] 1.13.1 does not accept 1.13.1 as api-version in plugin.yml Created: 27/Aug/18 Updated: 27/Aug/18 Resolved: 27/Aug/18 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Benjamin Crall | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | mods, plugin, plugin.yml, version | ||
Environment: |
Ubuntu 16.04.5 LTS |
Attachments: |
![]() |
Version: | CraftBukkit version git-Spigot-2440e18-479ec05 (MC: 1.13.1) (Implementing API version 1.13.1-R0.1-SNAPSHOT) |
Guidelines Read: | Yes |
Description |
The spigot server crashes while loading plugins when the plugin.yml file of my plugin defines the API version as "1.13.1". When I change the version to "1.13" however, the server does not crash and the plugin works correctly. Attached is a crash report from when the server crashed. Sample plugin: https://github.com/Benjamin-C/test |
Comments |
Comment by md_5 [ 27/Aug/18 ] |
The server should not crash, however it should also not accept 1.13.1. There is no API version named 1.13.1 - if there was it would be announced on spigotmc.org |