Search results
Posts: 1. i have a 1.19.4 server that i host from my pc. when i try to use the server on my laptop, when running server.jar i get "a java exception has occured" popup, despite having the same java version on both pcs, java 8, and it works on my desktop, how do i fix this ?
After I realized this, I went back and copied and pasted the name of the server jar file (for me it was "minecraft_server.1.8.3.jar") under the correct directory and it worked perfectly! I just had to change Mojang's command from "minecraft_server.jar" to "minecraft_server.1.8.3.jar"...
12 mar 2023 · You can add your plugins by dropping the JAR file into your plugins folder in your server directory and restarting the server. If it does not work or if you see errors seek help on the Spigot Forum Loading...
14 mar 2023 · You should depend on Spigot/Spigot-API/target/spigot-api-1.19-R0.1-SNAPSHOT-shaded.jar , or the entire contents of the bundler directory from your server, or use a dependency manager such as Maven or Gradle to handle this automatically.
Instantly download Minecraft server jars for all versions: Vanilla, Fabric, Forge, CraftBukkit, Spigot, Paper, Purpur, Folia, BungeeCord, Waterfall, and Velocity. Optimize your Minecraft server setup with our comprehensive jar collection.
after download the server from https://www.minecraft.net/en-us/download/server. and download java from https://www.java.com/en/download/. i keep getting a java error when launching. Java Virtual Machine Launcher.
31 mar 2023 · If the plugin.yml file isn't on the jar, bukkit, spigot and paper cannot load the plugin. You need to make sure to include it in the final jar. You can do it manually, but I don't recommend it. You should use a project manager to make the plugin.yml automatically included.