Fix typo and add Folia Support

This commit is contained in:
2025-03-24 09:21:31 -07:00
parent 10ab8bd68a
commit 34ae3eecdd
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# Set Max Players # 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. 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!

View File

@@ -4,6 +4,7 @@ authors: ["Lncvrt"]
description: Set the max amount of players on a server, without restarting it! description: Set the max amount of players on a server, without restarting it!
main: xyz.lncvrt.setmaxplayers.SetMaxPlayers main: xyz.lncvrt.setmaxplayers.SetMaxPlayers
api-version: '1.20' api-version: '1.20'
folia-supported: true
commands: commands:
setmaxplayers: setmaxplayers:
description: The command to set the max amount of players that can join the server description: The command to set the max amount of players that can join the server