LogoLogo
  • Welcome
  • zAPI
    • Usage
      • Getting Started
      • JavaDocs
  • zHomes
    • Commands & Permissions
    • Hooks
      • PlaceholderAPI
      • WorldGuard
      • Vault
    • Plugin Files
      • config.yml
      • menus/
        • menu-homes.yml
      • languages/
        • de.yml
        • en.yml
        • es.yml
        • fr.yml
        • it.yml
        • nl.yml
        • pl.yml
        • pt-br.yml
        • ru.yml
    • Developer API
      • Getting Started
      • Events
      • JavaDocs
Powered by GitBook

Copyright @ 2025 yLeoft

On this page

Was this helpful?

Export as PDF
  1. zHomes
  2. Plugin Files
  3. languages/

en.yml

Language File for English (en)

Previousde.ymlNextes.yml

Last updated 10 days ago

Was this helpful?

https://github.com/yL3oft/zHomes/blob/master/src/main/resources/languages/en.yml
# Here you can manage hook messages
hooks:
  worldguard:
    cant-use-homes: "%prefix%&cYou can't use homes here."
  vault:
    cant-afford-command: "%prefix%&cYou need &6$%cost% &cin order to execute this command."

# Messages related to teleport warmup
teleport-warmup:
  warmup: "%prefix%&aTeleporting in %time% seconds... Don't move!"
  warmup-actionbar: "&aTeleporting in %time% seconds..."
  cancelled: "%prefix%&cYou moved! Teleportation cancelled."
  cancelled-actionbar: "&cYou moved! Teleportation cancelled."

# Messages related to commands
commands:
  # Up here you will find messages that can be used in multiple commands
  no-permission: "%prefix%&cYou don't have permission to execute this command."
  in-cooldown: "%prefix%&cYou must wait %timeleft% seconds before using this command again."
  home-already-exist: "%prefix%&cYou already have a home with this name."
  home-doesnt-exist: "%prefix%&cYou don't have any home with this name."
  home-doesnt-exist-others: "%prefix%&e%player% &cdon't have any home with this name."
  cant-use-2dot: "%prefix%&cYou can't use &e':' &cin this command."
  cant-find-player: "%prefix%&cThis player was not found."
  unable-to-find-safe-location: "%prefix%&cUnable to find a safe location to teleport you."

  # Below you will find messages specific for the commands
  main:
    help:
      help-perm: |-
        %prefix%&bUsages of &e/%command%&b:
        &c-> &e/%command% &a(help|?)
        &c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
        &c-> &e/%command% &a(version|ver)
        &c-> &e/%command% &aconverter (converter-type) &7Convert data from one place to another
      help-noperm: |-
        %prefix%&bUsages of &e/%command%&b:
        &c-> &e/%command% &a(help|?)
        &c-> &e/%command% &a(version|ver)
    version:
      output: "%prefix%&bCurrent version: &a%version%"
    reload:
      usage: |-
        %prefix%&bUsages of &e/%command% &a(reload|rl)&b:
        &c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
      output: "%prefix%&aReloaded plugin in &b%time%ms&a."
      commands:
        output: "%prefix%&aReloaded all plugin commands in &b%time%ms&a."
      config:
        output: "%prefix%&aReloaded plugin config file in &b%time%ms&a."
      languages:
        output: |-
          %prefix%&aReloaded plugin languages in &b%time%ms&a.
          &7Note: This will not update the language from config.yml, use '/%command% reload config' to do that.
    converter:
      usage: |-
        %prefix%&bUsages of &e/%command% &aconverter&b:
        &c-> &e/%command% &aconverter sqlitetoh2
        &c-> &e/%command% &aconverter sqlitetomysql
        &c-> &e/%command% &aconverter sqlitetomariadb
        &c-> &e/%command% &aconverter mysqltosqlite
        &c-> &e/%command% &aconverter mysqltoh2
        &c-> &e/%command% &aconverter mariadbtosqlite
        &c-> &e/%command% &aconverter mariadbtoh2
        &c-> &e/%command% &aconverter h2tosqlite
        &c-> &e/%command% &aconverter h2tomysql
        &c-> &e/%command% &aconverter h2tomariadb
        &c-> &e/%command% &aconverter essentials
        &c-> &e/%command% &aconverter sethome
        &c-> &e/%command% &aconverter ultimatehomes
        &c-> &e/%command% &aconverter xhomes
      output: "%prefix%&aAll data converted!"
      error: "%prefix%&cSomething went wrong converting the data, please check your server console."
  sethome:
    usage: "&c-> &e/%command% &a(Home)"
    output: "%prefix%&aHome &e%home% &aset to your position."
    limit-reached: "&cYou can't set more homes because you reached your limit &e(%limit% homes)&c!"
  delhome:
    usage: "&c-> &e/%command% &a(Home)"
    output: "%prefix%&cHome &e%home% &cdeleted."
  home:
    usage: "&c-> &e/%command% &a(Home)"
    output: "%prefix%&aTeleported to &e%home%&a..."
    cant-dimensional-teleport: "&cYour teleport was cancelled! Dimensional teleportation is disabled."
  homes:
    output: "%prefix%&7Your homes: &f%homes%"
    others:
      output: "%prefix%&e%player%'s &7homes: &f%homes%"