Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added translations for /setmaxplayers #171

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions eng.ini
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ commands.save.start=Saving...
commands.save.success=Saved the world
commands.say.usage=/say <message ...>
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 <maxPlayers>
commands.setworldspawn.success=Set the world spawn point to ({%0}, {%1}, {%2})
commands.setworldspawn.usage=/setworldspawn [<x> <y> <z>]
commands.spawnpoint.success=Set {%0}'s spawn point to ({%1}, {%2}, {%3})
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down