Fix typo and add Folia Support
This commit is contained in:
@@ -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!
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user