mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-04-10 01:46:01 +00:00
updated language authors + Spanish and Czech Languages | 2.14.4 release
This commit is contained in:
@@ -28,6 +28,7 @@ Settings:
|
||||
RtpOnFirstJoin: # Will execute as console to override delays
|
||||
Enabled: false # Make the player rtp when joining the server for the first time
|
||||
World: 'world' # World to first rtp in
|
||||
SetAsRespawn: false # Save this first rtp as players new spawn point
|
||||
Cooldown:
|
||||
Enabled: true # Enabled or disabled cooldown timer
|
||||
LockAfter: 0 # Lock the player in an infinite cooldown after # rtp's (0 to disable)
|
||||
|
||||
@@ -26,6 +26,10 @@ Titles:
|
||||
Title: ''
|
||||
Subtitle: '&7loading chunks... please wait'
|
||||
SendMessage: true # Allow the loading message in chat
|
||||
Failed:
|
||||
Title: ''
|
||||
Subtitle: '&cFailed! No safe spots located'
|
||||
SendMessage: true
|
||||
Particles: #Use `rtp info particles` for a list of particles
|
||||
Enabled: true
|
||||
Type: 'EXPLOSION_NORMAL' #list of particle types at https://github.com/ByteZ1337/ParticleLib/blob/master/src/main/java/xyz/xenondevs/particle/ParticleEffect.java
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Translation author: OasisAkari (GitHub)
|
||||
Messages:
|
||||
Prefix: '&7[&6BetterRTP&7] '
|
||||
Success: ## Placeholders! %x% %y% and %z% are the x, y, and z coordinates that the player is being teleported to! #
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Translation author: OasisAkari (GitHub)
|
||||
Messages:
|
||||
Prefix: '&7[&6BetterRTP&7] '
|
||||
Success: ## Placeholders! %x% %y% 和 %z% 是玩家要被傳送到的對應 x y z 座標! #
|
||||
|
||||
57
src/main/resources/lang/cs.yml
Normal file
57
src/main/resources/lang/cs.yml
Normal file
@@ -0,0 +1,57 @@
|
||||
# Translation author: Lewisparkle (Discord)
|
||||
Messages:
|
||||
Prefix: '&7[&6BetterRTP&7] '
|
||||
Success:
|
||||
Paid: '&aByl/a jsi teleportován/a na&7 x=%x% y=%y% z=%z% za &c$%price%&7 po &f%attempts% &7pokusech!'
|
||||
Bypass: '&aByl/a jsi teleportován/a na&7 x=%x% y=%y% z=%z% po &f%attempts% &7pokusech!'
|
||||
Loading: '&aNalezeno bezpečné místo! &7Načítám chunky...'
|
||||
Teleport: '&aTeleportuji... &fProsím, počkejte, než nalezneme bezpečné místo!'
|
||||
Failed:
|
||||
Price: '&cNebyl/a jsi teleportován, protože nemáš dostatek peněz! &7Musíš mít alespoň $%price% &7pro teleport!'
|
||||
NotSafe: '&cNepodařilo se najít bezpečné místo po %attempts% pokusech! &7Nebyl/a jsi teleportován/a!'
|
||||
Hunger: '&cNebyl/a jsi teleportován, protože jsi... &7příliš hladový/á.&c Sněz něco, kámo!'
|
||||
Other:
|
||||
Success: '&a%player% byl/a teleportován/a na&7 x=%x% y=%y% z=%z% po &f%attempts% &7pokusech!'
|
||||
NotSafe: '&cNepodařilo se najít bezpečné místo po %attempts% pokusech! &7%player% nebyl/a teleportován/a!'
|
||||
Biome: '&cVypadá to, že biom&7 %biome%&c neexistuje! &7Zkus použít tabulátor!'
|
||||
Reload: '&eConfig úspěšně načten!'
|
||||
NoPermission:
|
||||
Basic: '&cPozor! &7Na tento příkaz nemáš práva!'
|
||||
World: '&cPozor! &7Ve světě %world% se nelze teleportovat!'
|
||||
DisabledWorld: '&cSvět %world% je uzamčen! &7Teleport nebyl možný!'
|
||||
Cooldown: '&cPozor! &7Nemůžeš se teleportovat ještě &c%time% &7sekund!'
|
||||
Locked: '&cPozor! &7Využil/a jsi všechny své teleporty!'
|
||||
Invalid: '&cNeplatný příkaz. Zkus ''/%command% help''.'
|
||||
NotOnline: '&cHráč &7%player% &cnení online!'
|
||||
Delay: '&aTeleportuji za &f%time% &asekund! Nehýbej se!'
|
||||
Moved: '&cPohl/a jsi se! &7Teleport byl zrušen!'
|
||||
NotExist: '&cVypadá to, že svět &7%world% &cneexistuje!'
|
||||
Already: '&cUps! &7Vypadá to, že se už teleportuješ! Měj trochu strpení!'
|
||||
Sign: '&7Cedulka s příkazem vytvořena! &7Příkaz je... ''&f/rtp %command%&7''.'
|
||||
Edit:
|
||||
Error: '&cError! &7Zadána neplatná hodnota!'
|
||||
Set: '&bÚspěch! &7%type% nastaveno na %value%'
|
||||
Remove: '&cOdstraněno! &7Vymazal jsi vlastní svět %world%'
|
||||
|
||||
Help:
|
||||
Prefix: '&e&m-----&6&l BetterRTP &8| Pomoc &e&m-----'
|
||||
Main: ' &7- &e/%command% &7- Náhodně tě teleportuje!'
|
||||
Biome: ' &7- &e/%command% biome <biom1, biom2...> &7- Náhodně tě teleportuje do zadaných biomů'
|
||||
Edit: ' &7- &e/%command% edit <default/svět> [hodnoty...] &7- Úprava některých nastavení'
|
||||
Help: ' &7- &e/%command% help &7- Zobrazí pomoc'
|
||||
Info: ' &7- &e/%command% info [svět/částice/tvary/efekty_lektvarů] &7- Zobrazí konkrétní informace o nastavení pluginu'
|
||||
Player: ' &7- &e/%command% player <hráč> [svět] [biom1, biom2...] &7- Náhodně teleportuje jiného hráče'
|
||||
Reload: ' &7- &e/%command% reload &7- Znovu načte plugin'
|
||||
Settings: ' &7- &e/%command% settings &7- Zobrazí GUI s nastavením'
|
||||
Test: ' &7- &e/%command% test &7- Vyzkoušet efekty po teleportu bez pohybu'
|
||||
Version: ' &7- &e/%command% version &7- Zobrazí verzi pluginu'
|
||||
World: ' &7- &e/%command% world <svět> [biom1, biom2...] &7- Náhodně tě teleportuje do jiného světa'
|
||||
|
||||
Usage:
|
||||
Player: '&cPoužití&7: /%command% player <hráč> [svět] [biom1, biom2]'
|
||||
World: '&cPoužití&7: /%command% world <svět> [biom1, biom2...]'
|
||||
Biome: '&cPoužití&7: /%command% biome <biom1, biom2...>'
|
||||
Edit:
|
||||
Base: '&cPoužití&7: /%command% edit <default/svět> [hodnoty...]'
|
||||
Default: '&cPoužití&7: /%command% edit default <max/min/useworldborder/center> <hodnota>'
|
||||
World: '&cPoužití&7: /%command% edit world <svět> <max/min/useworldborder/center> <hodnota>'
|
||||
@@ -1,3 +1,4 @@
|
||||
# Translation author: QuestalNetwork (Spigot)
|
||||
Messages:
|
||||
Prefix: '&7[&6BetterRTP&7] '
|
||||
Success: ## Placeholders! %x% %y% and %z% are the x, y, and z coordinates that the player is being teleported to! #
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Help translate this file into more languages!
|
||||
Messages:
|
||||
Prefix: '&7[&6BetterRTP&7] '
|
||||
Success: ## Placeholders! %x% %y% and %z% are the x, y, and z coordinates that the player is being teleported to! #
|
||||
|
||||
57
src/main/resources/lang/es.yml
Normal file
57
src/main/resources/lang/es.yml
Normal file
@@ -0,0 +1,57 @@
|
||||
# Translation author: emgv (Discord)
|
||||
Messages:
|
||||
Prefix: '&7[&6BetterRTP&7] '
|
||||
Success:
|
||||
Paid: '&aFuiste teletransportado a las coordenadas &7 x=%x% y=%y% z=%z%!'
|
||||
Bypass: '&aFuiste teletransportado a las coordenadas &7 x=%x% y=%y% z=%z%!'
|
||||
Loading: '&aLugar seguro para el TP localizado! &7Cargando chunks...'
|
||||
Teleport: '&aTeletransportandote... &fpor favor, espera mientras encontramos una ubicación segura!'
|
||||
Failed:
|
||||
Price: '&cCould not rtp because of insufficent funds! &7You must have atleast $%price% &7to rtp!'
|
||||
NotSafe: '&cNo pudimos encontrar un lugar seguro :( ! &7No fuiste teletransportado!'
|
||||
Hunger: '&cNo te pudimos teletransportar porque estas hambriento&c, come algo!'
|
||||
Other:
|
||||
Success: '&a%player% fue teletransportado a &7 x=%x% y=%y% z=%z%'
|
||||
NotSafe: '&cNo se puedo encontrar un lugar seguro en %attempts% intentos! &7%player% no fue teletransportado!'
|
||||
Biome: '&cParece que el bioma &7 %biome%&c no existe! &7Trata de usar la funcion de autcompletado con TAB!'
|
||||
Reload: '&eConfiguración recargada exitosamente!'
|
||||
NoPermission:
|
||||
Basic: '&7No tienes permiso para ejecutar este comando!'
|
||||
World: '&7No estas autorizado a hacer RTP en %world%!'
|
||||
DisabledWorld: '&cEl mundo %world% esta desactivado! &7No se pudo hacer RTP!'
|
||||
Cooldown: '&7Por favor, espera &c 1 hora &7 antes de volver a usar tu RTP!'
|
||||
Locked: '&7Ya usaste todos tus RTP!'
|
||||
Invalid: '&cSintaxis o argumento invalido. Prueba ''/%command% help'''
|
||||
NotOnline: '&cThe player &7%player% &cis not online!'
|
||||
Delay: '&aTeletransportandote en &f%time% &asegundos! No te muevas!'
|
||||
Moved: '&cTe moviste! &7El RTP fue cancelado!'
|
||||
NotExist: '&cParece que el mundo &7%world% &c no existe!'
|
||||
Already: '&7Ya tienes una teletransportación en curso, por favor, espera.'
|
||||
Sign: '&7El letrero con comandos ha sido creado! &7El comando es... ''&f/rtp %command%&7'''
|
||||
Edit:
|
||||
Error: '&cError! &7Input incorrecto!'
|
||||
Set: '&bÉxito! &7%type% seteado a %value%'
|
||||
Remove: '&cRemovido! &7Eliminaste exitosamente el mundo %world%'
|
||||
|
||||
Help:
|
||||
Prefix: '&e&m-----&6&l BetterRTP &8| Ayuda &e&m-----'
|
||||
Main: ' &7- &e/%command% &7- Te teletransporta aleatoriamente!'
|
||||
Biome: ' &7- &e/%command% biome <bioma1, bioma2...> &7- Te teletransporta aleatoriamente en alguno de esos biomas'
|
||||
Edit: ' &7- &e/%command% edit <default/world> [args...] &7- Edita algunos settings del plugin'
|
||||
Help: ' &7- &e/%command% help &7- Muestra la lista de comandos'
|
||||
Info: ' &7- &e/%command% info [world/particles/shapes/potion_effects] &7- Visualiza parámetros específicos del plugin'
|
||||
Player: ' &7- &e/%command% player <jugador> [world] [biome1, biome2...] &7- Teletransporta aleatoriamente a otro jugador'
|
||||
Reload: ' &7- &e/%command% reload &7- Recarga el plugin'
|
||||
Settings: ' &7- &e/%command% settings &7- Abre una GUI para editar algunos settings'
|
||||
Test: ' &7- &e/%command% test &7- Prueba los efectos posteriores a teletransportarse sin moverse del lugar'
|
||||
Version: ' &7- &e/%command% version &7- Ver la versión actualmente'
|
||||
World: ' &7- &e/%command% world <mundo> [bioma1, bioma2...] &7- Teletransportarse aleatoriamente en otro mundo'
|
||||
|
||||
Usage:
|
||||
Player: '&cUso&7&7: /%command% player <jugador> [mundo] [bioma1, bioma2]'
|
||||
World: '&cUso&7&77: /%command% world <mundo> [bioma1, bioma2...]'
|
||||
Biome: '&cUso&7: /%command% biome <bioma1, bioma2...>'
|
||||
Edit:
|
||||
Base: '&cUso&7: /%command% edit <default/world> [args...]'
|
||||
Default: '&cUso&7: /%command% edit default <max/min/useworldborder/center> <value>'
|
||||
World: '&cUso&7: /%command% edit world <mundo> <max/min/useworldborder/center> <value>'
|
||||
@@ -1,3 +1,4 @@
|
||||
# Translation author: At0micA55 (GitHub)
|
||||
Messages:
|
||||
Prefix: '&7[&6BetterRTP&7] '
|
||||
## Placeholders! %x% %y% et %z% sont les coordonées x, y, et z auxquelles le joueur sera téléporté! #
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Translation author: ViaSnake (GitHub)
|
||||
Messages:
|
||||
Prefix: '&7[&6BetterRTP&7] '
|
||||
Success:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Translation author: myfbone (GitHub)
|
||||
Messages:
|
||||
Prefix: '&7[&6BetterRTP&7] '
|
||||
Success: ## Placeholders! %x% %y% and %z% are the x, y, and z coordinates that the player is being teleported to! #
|
||||
|
||||
@@ -20,6 +20,7 @@ permissions:
|
||||
betterrtp.reload: true
|
||||
betterrtp.updater: true
|
||||
betterrtp.biome: true
|
||||
betterrtp.version: true
|
||||
betterrtp.world.*:
|
||||
description: RTP in all enabled worlds
|
||||
betterrtp.bypass.*:
|
||||
@@ -30,6 +31,8 @@ permissions:
|
||||
betterrtp.use:
|
||||
description: Use RTP command
|
||||
default: true
|
||||
betterrtp.version:
|
||||
description: See which version is running
|
||||
betterrtp.world:
|
||||
description: Use world command
|
||||
betterrtp.player:
|
||||
|
||||
Reference in New Issue
Block a user