From 2d2bba20b6827176ed3bcbc94b6f4f3db215cc72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=AB=20Gidiere?= Date: Sun, 1 Oct 2023 23:22:44 -0600 Subject: [PATCH] found an untrue in read me --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 77e2e511e..c0f9414b7 100644 --- a/README.md +++ b/README.md @@ -47,14 +47,7 @@ JARs are produced in `platforms//build/libs`. To run Minecraft with Terra in the IDE (for testing) use the following tasks: * Bukkit - * `installPaper` - Install a [Paper](https://github.com/PaperMC/Paper) test - server. (Only needs to be run once). - * `installPurpur` - Install a [Purpur](https://github.com/pl3xgaming/Purpur) - test server. (Only needs to be run once). - * `runPaper` - Run the Paper test server with Terra (`installPaper` must - have been run previously). - * `runPurpur` - Run the Purpur test server with Terra (`installPurpur` must - have been run previously). + * `runServer` - Run the Paper test server with Terra installed. * Fabric * `runClient` - Run a Minecraft Fabric client with Terra installed. * `runServer` - Run a Minecraft Fabric server with Terra installed.