diff --git a/README.md b/README.md index 384caee..6eba73f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Set Max Players -Adds the ability to set the maxmium player limit while the server is online, without requring a restart! +Adds the ability to set the maximum player limit while the server is online, without requring a restart! You will need 1.20 or higher to use this plugin (due to API limitations), and plugins like PlugManX are compatible to hot load this plugin if you needed to. -Run the command /setmaxplayers (amount) to set the maxium players to whatever you want! +Run the command /setmaxplayers (amount) to set the maximum players to whatever you want! diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index a8cbd26..8df603a 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -4,6 +4,7 @@ authors: ["Lncvrt"] description: Set the max amount of players on a server, without restarting it! main: xyz.lncvrt.setmaxplayers.SetMaxPlayers api-version: '1.20' +folia-supported: true commands: setmaxplayers: description: The command to set the max amount of players that can join the server