You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for making TelePads, it seems like a cool plugin. Unfortunately, when trying to start the server with a default TelePads configuration, I get the following exception:
[SEVERE] Error occurred while enabling TelePads v1.4.1 (Is it up to date?)
java.lang.NullPointerException
at me.wizzledonker.plugins.telepads.Telepads.reloadprops(Telepads.java:195)
at me.wizzledonker.plugins.telepads.Telepads.onEnable(Telepads.java:60)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:386)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:264)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:246)
at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:374)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:208)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Thank you in advance for your time and consideration.
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for making TelePads, it seems like a cool plugin. Unfortunately, when trying to start the server with a default TelePads configuration, I get the following exception:
[SEVERE] Error occurred while enabling TelePads v1.4.1 (Is it up to date?)
java.lang.NullPointerException
at me.wizzledonker.plugins.telepads.Telepads.reloadprops(Telepads.java:195)
at me.wizzledonker.plugins.telepads.Telepads.onEnable(Telepads.java:60)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:386)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:264)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:246)
at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:374)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:208)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Thank you in advance for your time and consideration.
The text was updated successfully, but these errors were encountered: