All pages
Powered by GitBook
1 of 1

Loading...

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."
  only-players: "%prefix%&cOnly players can 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."
  world-restricted-sethome: "%prefix%&cYou can't set homes in this world."
  world-restricted-home: "%prefix%&cYou can't teleport to homes in that world."

  # Below you will find messages specific for the commands
  main:
    help:
      help-perm: |-
        %prefix%&bUsages of &e/%command%&b:
        &c-> &e/%command% &ahelp &7Shows this exact help message
        &c-> &e/%command% &ainfo &7Shows plugin information
        &c-> &e/%command% &a(reload|rl) &6[all, commands, config, languages]
        &c-> &e/%command% &a(version|ver) &6[update]
        &c-> &e/%command% &anearhomes &6(<radius>) &7List homes near you within a certain radius
        &c-> &e/%command% &aconverter (<converter-type>) &7Convert data from one place to another
        &c-> &e/%command% &aexport &7Exports all homes to a single file
        &c-> &e/%command% &aimport (<file>) &7Imports homes from a single file
      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%&bRunning &3%name% v%version% &bby &3%author%&b:
        %prefix%&b- Server Info:
        %prefix%&3   Software: &f%server.software%
        %prefix%&3   Version: &f%server.version%
        %prefix%&3   Require update: &f%requpdate%
        %prefix%&3   Language: &f%language%
        %prefix%&b- Storage:
        %prefix%&3   Type: &f%storage.type%
        %prefix%&3   Users: &f%storage.users%
        %prefix%&3   Homes: &f%storage.homes%
        %prefix%&b- Hooks:
        %prefix%&3   PlaceholderAPI: &f%use.placeholderapi%
        %prefix%&3   GriefPrevention: &f%use.griefprevention%
        %prefix%&3   WorldGuard: &f%use.worldguard%
        %prefix%&3   Vault: &f%use.vault%
      requpdate-yes: '&cYes &7(Use &e/%command% version &7for more info)'
      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.
    nearhomes:
      usage: "&c-> &e/%command% nearhomes &a[<Radius>]"
      output: "%prefix%&7Homes near you within &e%radius% &7blocks: &f%homes%"
      output-not-found: "%prefix%&cNo homes found within &e%radius% &cblocks."
      home-string: "&e%home% &7(%owner%)"
    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."
    export:
      output: "%prefix%&aAll homes exported to &e%file%&a!"
      error: "%prefix%&cSomething went wrong exporting the data, please check your server console."
    import:
      usage: "&c-> &e/%command% import &a(<file>)"
      output: "%prefix%&aAll homes imported from &e%file%&a!"
      error: "%prefix%&cSomething went wrong importing 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 (%amount%): &f%homes%"
    invalid-page: "%prefix%&cInvalid page number! Please use a number higher than 0."
    others:
      output: "%prefix%&e%player%'s &7homes (%amount%): &f%homes%"