From d792c38e0d71fa9ed44075fdb19d8ee85ce057bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Le=C3=B3n?= <58715544+JavierLeon9966@users.noreply.github.com> Date: Fri, 11 Aug 2023 21:37:58 -0300 Subject: [PATCH] Added translations for /setmaxplayers --- eng.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eng.ini b/eng.ini index 6bc88cd32..7560a7c13 100644 --- a/eng.ini +++ b/eng.ini @@ -86,6 +86,9 @@ commands.save.start=Saving... commands.save.success=Saved the world commands.say.usage=/say commands.seed.success=Seed: {%0} +commands.setmaxplayers.success=Set max players to {%0}. +commands.setmaxplayers.success.lowerbound=(Bound to current player count) +commands.setmaxplayers.usage=/setmaxplayers commands.setworldspawn.success=Set the world spawn point to ({%0}, {%1}, {%2}) commands.setworldspawn.usage=/setworldspawn [ ] commands.spawnpoint.success=Set {%0}'s spawn point to ({%1}, {%2}, {%3}) @@ -290,6 +293,7 @@ pocketmine.command.saveoff.description=Disables server autosaving pocketmine.command.saveon.description=Enables server autosaving pocketmine.command.say.description=Broadcasts the given message as the sender pocketmine.command.seed.description=Shows the world seed +pocketmine.command.setmaxplayers.description=Sets the maximum number of players for this server. pocketmine.command.setworldspawn.description=Sets a world's spawn point. If no coordinates are specified, the player's coordinates will be used. pocketmine.command.spawnpoint.description=Sets a player's spawn point pocketmine.command.status.description=Reads back the server's performance. @@ -415,6 +419,7 @@ pocketmine.permission.command.save.enable=Allows the user to enable automatic sa pocketmine.permission.command.save.perform=Allows the user to perform a manual save pocketmine.permission.command.say=Allows the user to broadcast announcements to the server pocketmine.permission.command.seed=Allows the user to view the seed of the world +pocketmine.permission.command.setmaxplayers=Allows the user to change the max player count pocketmine.permission.command.setworldspawn=Allows the user to change the world spawn pocketmine.permission.command.spawnpoint.other=Allows the user to change the respawn point of other players pocketmine.permission.command.spawnpoint.self=Allows the user to change their own respawn point