# ===================================================================== # Homes - chat messages # # Every message has two independent channels: # # chat: "..." sent in chat # actionbar: "..." sent above the hotbar # # Fill in one, the other, or both. To silence a channel set it to [] # (or leave it as an empty string) - the other channel still fires. # Setting BOTH to [] disables the message completely. # # A prefix is defined below but is NOT used by default. Add {prefix} to # the front of any message you want it on. # # Home names carry the player's own colours and formatting, so every # placeholder that expands to a name is followed by and the colour # re-applied. Without that, a home named "&lBase" would turn the rest of # the line bold. Keep the if you edit these. # ===================================================================== prefix: "[Homes] " messages: # --- generic ------------------------------------------------------- no-permission: chat: "You don't have permission to do that." actionbar: [] player-only: chat: "Only players can use this command." actionbar: [] # {usage} usage: chat: "Usage: {usage}" actionbar: [] reload-success: chat: "Configuration reloaded." actionbar: [] storage-error: chat: "Something went wrong reading your homes. Try again in a moment." actionbar: [] loading: chat: [] actionbar: "Loading your homes..." # --- creating / editing -------------------------------------------- # {name} {slot} home-set: chat: "Saved {name} in slot {slot}." actionbar: "Home saved" # {limit} home-limit-reached: chat: "You've used all {limit} of your home slots." actionbar: [] # {name} home-deleted: chat: "Deleted {name}." actionbar: [] # {old} {new} home-renamed: chat: "Renamed {old} to {new}." actionbar: [] # {name} home-not-found: chat: "You don't have a home called {name}." actionbar: [] # --- staff (/home-admin) ------------------------------------------- # {player} admin-unknown-player: chat: "No player called {player} has been seen here." actionbar: [] # {player} {name} admin-home-not-found: chat: "{player} has no home called {name}." actionbar: [] # {player} {name} admin-home-teleport: chat: "Going to {player}'s home {name}." actionbar: [] # {player} {name} admin-home-deleted: chat: "Deleted {player}'s home {name}." actionbar: [] # {name} home-name-taken: chat: "You already have a home called {name}." actionbar: [] # {max} rename-too-long: chat: "That name is too long (max {max} characters)." actionbar: [] rename-no-colors: chat: "You aren't allowed to use colour codes in home names." actionbar: [] rename-prompt: chat: "Type the new name in chat, or cancel to abort." actionbar: "Type the new name in chat" rename-cancelled: chat: "Cancelled." actionbar: [] # Chest GUI only - the dialog GUI has a real text field. search-prompt: chat: "Type what you're looking for in chat, or cancel to abort." actionbar: "Type your search in chat" # {icon} - the item's translated name, e.g. "Acacia Door" icon-changed: chat: "Icon changed to {icon}." actionbar: [] # {icon} icon-invalid: chat: "{icon} isn't a valid item." actionbar: [] # {world} world-blacklisted: chat: "You can't set a home in {world}." actionbar: [] # --- teleporting ---------------------------------------------------- # {name} {seconds} teleport-warmup: chat: "Teleporting to {name} in {seconds}..." actionbar: "Teleporting in {seconds}..." # {name} teleport-success: chat: "Welcome to {name}." actionbar: "Teleported" teleport-cancelled-move: chat: "Teleport cancelled - you moved." actionbar: "Teleport cancelled" teleport-cancelled-damage: chat: "Teleport cancelled - you took damage." actionbar: "Teleport cancelled" teleport-already-queued: chat: "You already have a teleport in progress." actionbar: [] # {seconds} teleport-cooldown: chat: "Wait {seconds}s before teleporting again." actionbar: "{seconds}s cooldown" # {server} teleport-cross-server: chat: "Sending you to {server}..." actionbar: "Connecting..." teleport-target-offline: chat: "The server that home lives on is offline right now." actionbar: [] teleport-world-missing: chat: "That home's world no longer exists." actionbar: [] # --- gui ------------------------------------------------------------ dialog-unsupported: chat: "Your client is too old for the new menu - showing the classic one." actionbar: [] # {page} {pages} page-changed: chat: [] actionbar: "Page {page}/{pages}" no-more-pages: chat: [] actionbar: "No more pages"