Stránka 1 z 1

Český preklad na jobs

Napsal: 08 bře 2020, 17:14
od erik1234567891011
Pekný deň prajem. Mám taký problém. Snažím sa preložiť Jobs do CZ a nejde to neviete kde je problém?
Prikladám Config.yml
Spoiler: zobrazit
# The general configuration for the jobs plugin mostly includes how often the plugin
# saves user data (when the user is in the game), the storage method, whether
# to broadcast a message to the server when a user goes up a skill level.
# It also allows admins to set the maximum number of jobs a player can have at
# any one time.

# Default language. Use your languages two digit ISO 639-1 code, and optionally followed by the ISO-3166-1 country code.
# Example: en, en_US
locale-language: cz
# storage method, can be MySQL, sqlite
storage-method: sqlite
# Requires Mysql.
mysql-username: root
mysql-password: ''
mysql-hostname: localhost:3306
mysql-database: minecraft
mysql-table-prefix: jobs_
# How often in minutes you want it to save. This must be a non-zero number
save-period: 10
# Should player data be saved on disconnect?
# Player data is always periodically auto-saved and autosaved during a clean shutdown.
# Only enable this if you have a multi-server setup, or have a really good reason for enabling this.
# Turning this on will decrease database performance.
save-on-disconnect: false
# Do all players get a message when somone goes up a skill level?
broadcast-on-skill-up: false
# Do all players get a message when somone goes up a level?
broadcast-on-level-up: false
# Maximum number of jobs a player can join.
# Use 0 for no maximum
max-jobs: 3
# Hide jobs from player if they lack the permission to join the job
hide-jobs-without-permission: false
# option to allow payment to be made when killing mobs from a spawner
enable-pay-near-spawner: false
# option to allow payment to be made in creative mode
enable-pay-creative: false
# Adds the Jobs xp recieved to the player's Minecraft XP bar
add-xp-player: false
# Modifys chat to add chat titles. If you're using a chat manager, you may add the tag {jobs} to your chat format and disable this.
modify-chat: true
# Changes how often, in seconds, players are paid out. Default is 5 seconds.
# Setting this too low may cause tick lag. Increase this to improve economy performance (at the cost of delays in payment)
economy-batch-delay: 5
# Enable async economy calls.
# Only enable if your economy plugin is thread safe, use with EXTREME caution.
economy-async: false

Re: Český preklad na jobs

Napsal: 09 bře 2020, 06:17
od Smexhy
Skús namiesto kódu krajiny “cz” použiť “cs” poprípade “cs_CZ”

Re: Český preklad na jobs

Napsal: 10 bře 2020, 17:38
od pitilon@seznam.cz