SHOW:
|
|
- or go back to the newest paste.
| 1 | - | for (Map.Entry<String, Object> entry : configMap.entrySet()) {
|
| 1 | + | 23:24:14] [Server thread/WARN]: java.io.FileNotFoundException: plugins\BukkitToKorra\bendingPlayers.yml (The system cannot find the path specified) |
| 2 | - | plugin.log.info("Key : " + entry.getKey());
|
| 2 | + | [23:24:14] [Server thread/WARN]: at java.io.FileInputStream.open(Native Method) |
| 3 | - | if (entry.getValue() instanceof ConfigurationSection) {
|
| 3 | + | [23:24:14] [Server thread/WARN]: at java.io.FileInputStream.<init>(Unknown Source) |
| 4 | - | plugin.log.info("#Is configsection#");
|
| 4 | + | [23:24:14] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:167) |
| 5 | - | plugin.log.info(" Value : " + entry.getValue());
|
| 5 | + | [23:24:14] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:250) |
| 6 | - | } else {
|
| 6 | + | [23:24:14] [Server thread/WARN]: at me.jacklin213.bendingtokorra.Converter.<init>(Converter.java:25) |
| 7 | - | plugin.log.info(" Value : " + entry.getValue());
|
| 7 | + | [23:24:14] [Server thread/WARN]: at me.jacklin213.bendingtokorra.BendingToKorra.<init>(BendingToKorra.java:21) |
| 8 | - | } |
| 8 | + | [23:24:14] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) |
| 9 | - | //System.out.println("Key : " + entry.getKey() + " Value : " + entry.getValue());
|
| 9 | + | [23:24:14] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) |
| 10 | - | } |
| 10 | + | [23:24:14] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) |
| 11 | [23:24:14] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source) | |
| 12 | [23:24:14] [Server thread/WARN]: at java.lang.Class.newInstance(Unknown Source) | |
| 13 | [23:24:14] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:52) | |
| 14 | [23:24:14] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) | |
| 15 | [23:24:14] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) | |
| 16 | [23:24:14] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) | |
| 17 | [23:24:14] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugins(CraftServer.java:355) | |
| 18 | [23:24:14] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R3.CraftServer.reload(CraftServer.java:797) | |
| 19 | [23:24:14] [Server thread/WARN]: at org.bukkit.Bukkit.reload(Bukkit.java:288) | |
| 20 | [23:24:14] [Server thread/WARN]: at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) | |
| 21 | [23:24:14] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) | |
| 22 | [23:24:14] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:701) | |
| 23 | [23:24:14] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchServerCommand(CraftServer.java:688) | |
| 24 | [23:24:14] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.DedicatedServer.aB(DedicatedServer.java:296) | |
| 25 | [23:24:14] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:261) | |
| 26 | [23:24:14] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:558) | |
| 27 | [23:24:14] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:469) | |
| 28 | [23:24:14] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) |