mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-11-29 12:55:11 +01:00
90 lines
3.3 KiB
YAML
90 lines
3.3 KiB
YAML
nopermission: "&cYou do not have permission for that command!"
|
|
unknown_error: "&cSomething went wrong..."
|
|
lagdetection: "Lagdetection in world: &c%world"
|
|
wrong_usage: "&c%usage"
|
|
not_registered: "&cThis player hasn't joined yet!"
|
|
|
|
world:
|
|
reseted: "Your world was reset successfully!"
|
|
still_loaded: "&cYour world is still loaded!"
|
|
not_on: "&cYou are not in a world!"
|
|
created: "Your world is now ready. Get there with &a/ws home"
|
|
already_exists: "&cYou already have a world!"
|
|
delete:
|
|
own: "&cYour world was deleted!"
|
|
other: "You deleted the world of &c%player&6!"
|
|
does_not_exists:
|
|
own: "&cYou don't have a world!"
|
|
other: "&cThis player doesn't has a world!"
|
|
setting_up: "&aLoading world..."
|
|
playerlist: "Players in this world: %players"
|
|
still_creating: "&cWorld is still creating"
|
|
set_home: "You set the home"
|
|
not_enough_money: "You do not have enough money"
|
|
|
|
member:
|
|
removed: "You removed &c%player&6 from your world!"
|
|
added: "You have added &c%player&6 to your world!"
|
|
already_added: "&cThis player is already a member!"
|
|
not_added:
|
|
own: "&cThis player isn't a member!"
|
|
other: "&cYou have not been added to this world!"
|
|
no_one_added: "&cThere are no members added"
|
|
|
|
request:
|
|
expired: "&cYour request has expired!"
|
|
confirm: "WARNING - Please confirm reset of your world: %command"
|
|
until_expire: "&cYour request expires in %time seconds!"
|
|
already_sent: "&cYou already sent a request!"
|
|
not_sent: "&cYou have not sent a request!"
|
|
invalid_input: "&c%input is not a valid request!"
|
|
|
|
toggle:
|
|
gamemode:
|
|
enabled: "&a%player&6 can now change their gamemode!"
|
|
disabled: "&c%player&6 can no longer change their gamemode!"
|
|
teleport:
|
|
enabled: "&a%player&6 can now teleport!"
|
|
disabled: "&c%player&6 can no longer teleport!"
|
|
build:
|
|
enabled: "&a%player&6 can now build!"
|
|
disabled: "&c%player&6 can no longer build!"
|
|
worldedit:
|
|
enabled: "&a%player&6 can now use WorldEdit!"
|
|
disabled: "&c%player&6 can no longer use WorldEdit!"
|
|
fire:
|
|
enabled: "&aYou activated fire!"
|
|
disabled: "&cYou deactivated fire!"
|
|
tnt:
|
|
enabled: "&aYou activated TNT-Damage!"
|
|
disabled: "&cYou deactivated TNT-Damage!"
|
|
|
|
info:
|
|
owner: "Owner: %data"
|
|
id: "ID: %data"
|
|
member: "Member: %data"
|
|
tnt: "TNT: %data"
|
|
fire: "Fire: %data"
|
|
enabled: "&aOn"
|
|
disabled: "&cOff"
|
|
|
|
command_help:
|
|
list:
|
|
- "&6/ws get &8- &7Create a world"
|
|
- "&6/ws home &8- &7Teleport to your world's home"
|
|
- "&6/ws sethome &8- &7Set a new home on your world"
|
|
- "&6/ws gui &8- &7Open settings GUI (must be world owner)"
|
|
- "&6/ws tp &8- &7Teleport to another player's world"
|
|
- "&6/ws addmember &8- &7Add a player to your world"
|
|
- "&6/ws delmember &8- &7Remove a player from your world"
|
|
- "&6/ws leave &8- &7Leave a world"
|
|
- "&6/ws tnt &8- &7Enable or disable TNT on your world"
|
|
- "&6/ws fire &8- &7Enable or disable fire on your world"
|
|
- "&6/ws togglegm &8- &7Allow/deny a player to change gamemodes on your world"
|
|
- "&6/ws togglebuild &8- &7Allow/deny a player to build on your world"
|
|
- "&6/ws toggletp &8- &7Allow/deny a player to teleport on your world"
|
|
- "&6/ws togglewe &8- &7Allow/deny a player using WorldEdit on your world"
|
|
- "&6/ws info &8- &7Show information about the world you are in"
|
|
- "&6/ws reset &8- &7Reset your world"
|
|
delete_command: "/ws delete &8- &7Delete a world"
|