# "myhomesgui.use": Allows you to open the homes inventory if you are a player. # "myhomesgui.unlock.*": Grants permission to unlock all homes. # "myhomesgui.unlock.1" # You can replace * with the number of home (For example, for home 1) # "myhomesgui.help": Allows you to reload the MyHomesGUI plugin. # "myhomesgui.open": Allows you to open the homes inventory for a targeted player (for console or op). # "myhomesgui.reload": Allows you to reload the MyHomesGUI plugin. # "myhomesgui.*": Wildcard permission that includes all other plugin permissions.
# --------- Config -----------
# Number of homes (max 53) #!!!! IMPORTANT !!!! # If you want to grant home number 4 to a player, give him permission "myhomesgui.unlock.4" number_of_homes: 5
# Delay for teleportation (in seconds) teleportation_delay: 10
# Price of a home home_price: 100
# Home price multiplier for each home owned home_price_multiplier: 1.5
# World where the menu is disabled disabled_worlds: -
"world_arene"
# World where you can't place home worlds_disable_to_place: -
"world_arene" -
"world_safe" -
"world_city"
# Button to return to the main guy menu (if you have one) back_button: true
# {player}: replace by player name back_command: "guymenu open {player}" # If you want the back command to be run by the console back_send_by_console: true
Messages.yml
Code (YAML):
home_locked: "&cYou do not have access to this home" home_not_found: "&cHome not found." no_enough_money: "&cNot enough money"
# {home}: replace with home name # {loc}: replace with home location # {price}: replace with home location place_home: "&aYou have place &e{home} &aat &e{loc} &afor &6{price}$" no_permission: "&cYou don't have permission" disabled_worlds: "&cYou can't open this menu in this world" worlds_disable_to_place: "&You can't place home in this world" world_alias_classic: "&bClassic" world_alias_nether: "&cNether" world_alias_end: "&dEnder"
# Text in menu # {price}: replace with price # {home}: replace with home name # {loc}: replace with location if placed # {world} replace with world alias # {home_id} replace with home id menu_name: "MyHomesGUI" home_name: "§eHome {home_id}" place: "&aPlace &c{price}$ &e(Click)" teleportation: "&aTeleportation &e(Left Click)" replace: "&eReplace &c{price}$ &e(Right Click)" back: "&cReturn &e(Click)" locked: "&cLocked" location: "&7▪ &fLocation: &e{loc}" world: "&7▪ &fWorld: {world}"
#Teleportation teleportation_cancelled: "&cTeleportation cancelled due to movement." teleportation_is_cooldown: "&cYou are still on cooldown for teleportation." title_teleported: "&aTeleported" title_teleportation_cancelled: "&cCancelled"