Wilderness-Tp

Wilderness-Tp

36.7k Downloads

1.15 error (I know, I know!)

AeSix opened this issue ยท 0 comments

commented

Spigot 1.15

[09:53:28] [Server thread/INFO]: This server is running CraftBukkit 
+ version git-Spigot-f39a89e-16dc575 (MC: 1.15) (Implementing API version 1.15-R0.1-SNAPSHOT)
[09:53:28] [Server thread/INFO]: Checking version, please wait...
[09:53:28] [Thread-35/INFO]: You are running the latest version

Error:

+ [09:34:52] [Server thread/INFO]: [Wild] Enabling Wild v2.13-8ecba61
- [09:34:52] [Server thread/ERROR]: Error occurred while enabling Wild v2.13-8ecba61 (Is it up to date?)
- java.lang.NumberFormatException: For input string: "15-R0"
        at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:1.8.0_201]
        at java.lang.Integer.parseInt(Integer.java:580) ~[?:1.8.0_201]
        at java.lang.Integer.parseInt(Integer.java:615) ~[?:1.8.0_201]
        at net.poweredbyhate.wildtp.WildTP.onEnable(WildTP.java:40) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot-server.jar:git-Spigot-f39a89e-16dc575]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot-server.jar:git-Spigot-f39a89e-16dc575]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot-server.jar:git-Spigot-f39a89e-16dc575]
        at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:462) [spigot-server.jar:git-Spigot-f39a89e-16dc575]
        at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:376) [spigot-server.jar:git-Spigot-f39a89e-16dc575]
        at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:456) [spigot-server.jar:git-Spigot-f39a89e-16dc575]
        at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:266) [spigot-server.jar:git-Spigot-f39a89e-16dc575]
        at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:783) [spigot-server.jar:git-Spigot-f39a89e-16dc575]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]

The plugin loads, and responds to commands with the help output. The player is not teleported anywhere. No additional errors in console.

Hoping this helps to get the plugin updated and working, that's all :)
Thank you!