en.yml

Language File for English (en)

https://github.com/yL3oft/zHomes/blob/master/src/main/resources/languages/en.yml
# Here you can manage hook messages
hooks:
  griefprevention:
    cant-set-homes: "%prefix%&cYou can't set homes in this area."
  worldguard:
    cant-use-homes: "%prefix%&cYou can't use homes here."
    cant-set-homes: "%prefix%&cYou can't set a home 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% &ainfo
        &c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
        &c-> &e/%command% &a(version|ver) &6[update]
        &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% &ainfo
        &c-> &e/%command% &a(version|ver)
    info:
      output: |-
        %prefix%&2Running &4%name% v%version% &2by &b%author%&2.
        %prefix%&r- &bCurrent Version: &a%version%
        %prefix%&r- &bRequire update: &a%requpdate%
        %prefix%&r- &bStorage Type: &a%storage.type%
        %prefix%&r- &bLanguage: &a%language%
        %prefix%&r- &3Hooks:
        %prefix%&r   &bPlaceholderAPI: &a%use.placeholderapi%
        %prefix%&r   &bGriefPrevention: &a%use.griefprevention%
        %prefix%&r   &bWorldGuard: &a%use.worldguard%
        %prefix%&r   &bVault: &a%use.vault%
      requpdate-yes: "&cYes &7(More info with &e/%command% version&7)"
      requpdate-no: "&aNo"
    version:
      output: "%prefix%&bCurrent version: &a%version%"
      update:
        output: "%prefix%&azHomes updated to the latest version &e(%update%)&a, please restart your server to apply the changes."
        no-update: "%prefix%&aYou are already using the latest version of zHomes."
    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
        &c-> &e/%command% &aconverter zhome
      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."
    rename:
      usage: "&c-> &e/%command% &arename (Home) (NewName)"
      output: "%prefix%&aHome &e%home% &arenamed to &e%newname%&a."
      same-name: "%prefix%&cYou can't rename a home to the same name."
  homes:
    output: "%prefix%&7Your homes: &f%homes%"
    invalid-page: "%prefix%&cInvalid page number! Please use a number higher than 0."
    others:
      output: "%prefix%&e%player%'s &7homes: &f%homes%"

Last updated

Was this helpful?