YOUSY0US3F / minecraft-gpt-god-plugin

MIT License
74 stars 13 forks source link

error getting world (I don't have the island map) #50

Closed joep26020 closed 1 month ago

joep26020 commented 1 month ago

TLDR: [21:13:12 ERROR]: [gptgodmc] Getting world Folder failed :( java.nio.file.NoSuchFileException: plugins\gptgodmc\worlds FULL: Microsoft Windows [Version 10.0.22631.4169] (c) Microsoft Corporation. All rights reserved.

C:\Windows\System32>cd C:\Users\kaide\OneDrive\Desktop\gptgodserver

C:\Users\kaide\OneDrive\Desktop\gptgodserver>java -Xms4G -Xmx8G -jar paper-1.20.4-497.jar nogui Starting org.bukkit.craftbukkit.Main Warning, you've not updated in a while! Please download a new build as per instructions from https://papermc.io/downloads/paper System Info: Java 17 (Java HotSpot(TM) 64-Bit Server VM 17.0.12+8-LTS-286) Host: Windows 11 10.0 (amd64) Loading libraries, please wait... [21:13:08 INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] [21:13:10 INFO]: Loaded 1174 recipes [21:13:10 INFO]: Loaded 1271 advancements [21:13:10 INFO]: Starting minecraft server version 1.20.4

21:13:10 WARN: YOU ARE RUNNING THIS SERVER AS AN ADMINISTRATIVE OR ROOT USER. THIS IS NOT ADVISED. 21:13:10 WARN: YOU ARE OPENING YOURSELF UP TO POTENTIAL RISKS WHEN DOING THIS. 21:13:10 WARN: FOR MORE INFORMATION, SEE https://madelinemiller.dev/blog/root-minecraft-server/

[21:13:10 INFO]: Loading properties [21:13:10 INFO]: This server is running Paper version git-Paper-497 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: d8d54d9 on ver/1.20.4) [21:13:11 INFO]: Server Ping Player Sample Count: 12 [21:13:11 INFO]: Using 4 threads for Netty based IO [21:13:11 WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future. We recommend installing the spark profiler as a replacement: https://spark.lucko.me/ For more information please visit: https://github.com/PaperMC/Paper/issues/8948 [21:13:11 INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 5 worker threads, and gen parallelism of 5 threads [21:13:11 INFO]: Default game type: SURVIVAL [21:13:11 INFO]: Generating keypair [21:13:11 INFO]: Starting Minecraft server on *:25565 [21:13:11 INFO]: Using default channel type [21:13:11 INFO]: Paper: Using Java compression from Velocity. [21:13:11 INFO]: Paper: Using Java cipher from Velocity. [21:13:11 INFO]: [voicechat] Loading server plugin voicechat v2.5.1 [21:13:11 INFO]: [gptgodmc] Loading server plugin gptgodmc v0.1.7 [21:13:11 INFO]: Server permissions file permissions.yml is empty, ignoring it [21:13:11 INFO]: Preparing level "world" 21:13:12 INFO: Preparing start region for dimension minecraft:overworld 21:13:12 INFO: Time elapsed: 186 ms 21:13:12 INFO: Preparing start region for dimension minecraft:the_nether 21:13:12 INFO: Time elapsed: 16 ms 21:13:12 INFO: Preparing start region for dimension minecraft:the_end 21:13:12 INFO: Time elapsed: 16 ms 21:13:12 INFO: [voicechat] Enabling voicechat v2.5.1 21:13:12 INFO: [voicechat] Initializing compatibility for Bukkit version 1.20.4-R0.1 21:13:12 INFO: [voicechat] Compatibility version 18 21:13:12 INFO: [voicechat] Successfully initialized commodore command completion 21:13:12 INFO: [gptgodmc] Enabling gptgodmc v0.1.7 21:13:12 INFO: [gptgodmc] Successfully registered gpt monitor plugin [21:13:12 ERROR]: [gptgodmc] Getting world Folder failed :( java.nio.file.NoSuchFileException: plugins\gptgodmc\worlds at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85) ~[?:?] at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103) ~[?:?] at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108) ~[?:?] at sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53) ~[?:?] at sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38) ~[?:?] at sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:199) ~[?:?] at java.nio.file.Files.readAttributes(Files.java:1851) ~[?:?] at java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:220) ~[?:?] at java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:277) ~[?:?] at java.nio.file.FileTreeWalker.walk(FileTreeWalker.java:323) ~[?:?] at java.nio.file.FileTreeIterator.(FileTreeIterator.java:71) ~[?:?] at java.nio.file.Files.walk(Files.java:3918) ~[?:?] at net.bigyous.gptgodmc.WorldManager.init(WorldManager.java:25) ~[gptgodmc-0.1.7-all.jar:?] at net.bigyous.gptgodmc.WorldManager.getGameMap(WorldManager.java:36) ~[gptgodmc-0.1.7-all.jar:?] at net.bigyous.gptgodmc.WorldManager.loadMap(WorldManager.java:45) ~[gptgodmc-0.1.7-all.jar:?] at net.bigyous.gptgodmc.GPTGOD.onEnable(GPTGOD.java:70) ~[gptgodmc-0.1.7-all.jar:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:287) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?] at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:188) ~[paper-1.20.4.jar:git-Paper-497] at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.4.jar:git-Paper-497] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugin(CraftServer.java:639) ~[paper-1.20.4.jar:git-Paper-497] at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugins(CraftServer.java:550) ~[paper-1.20.4.jar:git-Paper-497] at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:671) ~[paper-1.20.4.jar:git-Paper-497] at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:431) ~[paper-1.20.4.jar:git-Paper-497] at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:309) ~[paper-1.20.4.jar:git-Paper-497] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1131) ~[paper-1.20.4.jar:git-Paper-497] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[paper-1.20.4.jar:git-Paper-497] at java.lang.Thread.run(Thread.java:842) ~[?:?] [21:13:12 WARN]: [gptgodmc] mapName island does not exist in plugins\gptgodmc\worlds 21:13:12 INFO: Running delayed init tasks

21:13:12 INFO: Timings Reset 21:13:12 INFO: [voicechat] Loading plugins 21:13:12 INFO: [voicechat] Loaded 1 plugin(s) 21:13:12 INFO: [voicechat] Initializing plugins 21:13:12 INFO: [gptgodmc] voice monitor initialized 21:13:12 INFO: [voicechat] Initialized 1 plugin(s) 21:13:12 INFO: [voicechat] Registering events for 'gptgodmc' 21:13:12 INFO: [voicechat] Voice chat server started at port 24454

YOUSY0US3F commented 1 month ago

You can download the worlds folder here https://legacy.curseforge.com/minecraft/worlds/bigyous-minegpt-worlds/files. You can use your own minecraft worlds in the worlds folder but you will have to specify it in the config file

YOUSY0US3F commented 1 month ago

If you are unsure how to install the worlds folder follow the tutorial here https://youtu.be/uyVlkg75UVk

joep26020 commented 1 month ago

You can download the worlds folder here https://legacy.curseforge.com/minecraft/worlds/bigyous-minegpt-worlds/files. You can use your own minecraft worlds in the worlds folder but you will have to specify it in the config file

thanks!