From 9a1f3dc1c1110c89e8a9efdfe60204ec7ddfa0c2 Mon Sep 17 00:00:00 2001 From: David Pfeiffer Date: Mon, 7 Jun 2021 19:22:48 -0700 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 637c6e5..ae2f27a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This command will create lots of files, but you will probably only need some of ### Files For Hosting a Minecraft Server -To host a Minecraft server, you need a version of Minecraft to run on that server. Because Minecraft is written in the Java programming language, this file with being of type [JAR](https://en.wikipedia.org/wiki/JAR_(file_format)). You can download the vanilla Minecraft server JAR file from the [Mojang website](https://minecraft.net/en-us/download/server/), but if you use this file you won't be able to run any Bukkit or Spigot plugins. To run Bukkit or Spigot plugins, you need a slightly modified version of the Minecraft server JAR file. The build script in this repository generates this file for you. You can learn more about hosting a Minecraft server [here](https://minecraft.gamepedia.com/Tutorials/Setting_up_a_server). +To host a Minecraft server, you need a version of Minecraft to run on that server. Because Minecraft is written in the Java programming language, this will be a [JAR](https://en.wikipedia.org/wiki/JAR_(file_format)) file. You can download the vanilla Minecraft server JAR file from the [Mojang website](https://minecraft.net/en-us/download/server/), but if you use this file you won't be able to run any Bukkit or Spigot plugins. To run Bukkit or Spigot plugins, you need a slightly modified version of the Minecraft server JAR file. The build script in this repository generates this file for you. You can learn more about hosting a Minecraft server [here](https://minecraft.gamepedia.com/Tutorials/Setting_up_a_server). - Bukkit server file location: `//CraftBukkit/target/craftbukkit-.jar` - Spigot server file location: `//Spigot/Spigot-Server/target/spigot-.jar`