Solved MundoSK errors when stopping server

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Adrihun

Member
Feb 1, 2017
368
6
0
When i type in "stop" in console, every plugin shuts down. Whenever MundoSK is turning off, it gives me an error message. It is saying "file not found" in my language.

Please help me fix this error.
code_language.skript:
[16:39:49 INFO]: [MundoSK] Exception at Mundo
[16:39:49 WARN]: java.io.IOException: A rendszer nem találja a megadott elérési
utat
[16:39:49 WARN]:        at java.io.WinNTFileSystem.createFileExclusively(Native
Method)
[16:39:49 WARN]:        at java.io.File.createNewFile(Unknown Source)
[16:39:49 WARN]:        at com.pie.tlatoani.WorldManagement.WorldLoader.UtilWorl
dLoader.getLoaderFile(UtilWorldLoader.java:51)
[16:39:49 WARN]:        at com.pie.tlatoani.WorldManagement.WorldLoader.UtilWorl
dLoader.save(UtilWorldLoader.java:42)
[16:39:49 WARN]:        at com.pie.tlatoani.Mundo.onDisable(Mundo.java:920)
[16:39:49 WARN]:        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlug
in.java:323)
[16:39:49 WARN]:        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin
(JavaPluginLoader.java:364)
[16:39:49 WARN]:        at org.bukkit.plugin.SimplePluginManager.disablePlugin(S
implePluginManager.java:424)
[16:39:49 WARN]:        at org.bukkit.plugin.SimplePluginManager.disablePlugins(
SimplePluginManager.java:417)
[16:39:49 WARN]:        at org.bukkit.craftbukkit.v1_8_R3.CraftServer.disablePlu
gins(CraftServer.java:336)
[16:39:49 WARN]:        at net.minecraft.server.v1_8_R3.MinecraftServer.stop(Min
ecraftServer.java:460)
[16:39:49 WARN]:        at net.minecraft.server.v1_8_R3.MinecraftServer.run(Mine
craftServer.java:593)
[16:39:49 WARN]:        at java.lang.Thread.run(Unknown Source)
[16:39:49 INFO]: [Skript] Disabling Skript v2.2-dev25

Using Spigot 1.8.9 if that helps.
[doublepost=1494354203,1494344566][/doublepost]bump
 
Status
Not open for further replies.