-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/develop'
- Loading branch information
Showing
3 changed files
with
58 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# | ||
# This is a YML file. Be careful when editing. Check your edits in a YAML checker like # | ||
# the one at http://yaml-online-parser.appspot.com # | ||
warp: | ||
help: | ||
description: Warpt dich zu dem Warp Schild von dem Spieler | ||
parameters: <Spielername> | ||
warps: | ||
deactivate: '&c Altes Warp Schild deaktiviert!' | ||
error: | ||
does-not-exist: '&c Oh nein! Dieser Warp existiert nicht mehr!' | ||
no-permission: '&c Hierfür hast du keine Rechte!' | ||
no-remove: '&c Du kannst dieses Schild nicht entfernen!' | ||
no-warps-yet: '&c Es sind noch keine Warps verfügbar' | ||
not-enough-level: '&c Dein Insel-Level ist nicht hoch gneug!' | ||
not-on-island: '&c Dafür musst du auf deiner Insel sein!' | ||
not-safe: '&c Dieser Warp ist nicht sicher!' | ||
your-level-is: '&c Dein Insel-Level ist erst [level] und muss höher als [required] sein. | ||
Nutze das Level Kommando.' | ||
help: | ||
description: Öffnet das Warps Panel | ||
next: '&6 Nächste Seite' | ||
player-warped: '&2 [name] hat sich zu deinem Warp Schild gewarpt!' | ||
previous: '&6 Vorherige Seite' | ||
random: '&4 Zufälliger Warp' | ||
sign-removed: '&c Warp Schild entfernt!' | ||
success: '&a Erfolg!' | ||
title: Warp Schilder | ||
warpTip: '&6 Platziere ein Warp Schild mit [text] in der ersten Zeile' | ||
warpToPlayersSign: '&6 Warpe zu [player]''s Schild' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
warp: | ||
help: | ||
description: teleportuje cię do tabliczki innego gracza | ||
parameters: <gracz> | ||
warps: | ||
deactivate: '&c Stary teleport zdezaktywowany!' | ||
error: | ||
does-not-exist: '&c Ten teleport nie istnieje.' | ||
no-permission: '&c Brak uprawnień!' | ||
no-remove: '&c Nie możesz usunąć tej tabliczki!' | ||
no-warps-yet: '&c Nie ma jeszcze teleportów.' | ||
not-enough-level: '&c Twój poziom wyspy nie jest wystarczająco wysoki!' | ||
not-on-island: '&c Musisz być na wyspie, by to zrobić.' | ||
not-safe: '&c Ten teleport nie jest bezpieczny!' | ||
your-level-is: '&c Twój poziom wyspy to [level], a musi wynosić co namniej [required]. | ||
Użyj komendy /is level.' | ||
help: | ||
description: otwiera panel warpów | ||
next: '&6 Następna strona' | ||
player-warped: '&2 [name] teleportował się do twojej tabliczki!' | ||
previous: '&6 Poprzednia strona' | ||
random: '&4 Losowy teleport' | ||
sign-removed: '&c Usunięto tabliczkę!' | ||
success: '&a Sukces!' | ||
title: Tabliczki teleportacyjne | ||
warpTip: '&6 Postaw tabliczkę z napisem [text]' | ||
warpToPlayersSign: '&6 Teleportowanie do tabliczki gracza [player]' |