-
Notifications
You must be signed in to change notification settings - Fork 8
Configuration: BungeeCord
Matias Paavilainen edited this page Apr 26, 2020
·
3 revisions
Configuration files on BungeeCord side
These files are used to configure MaSuiteHomes.
| File contents | Location |
|---|---|
| Messages | plugins/MaSuite/homes/messages.yml |
This message is used to inform when player when they have reached their home limit.
home-limit-reached: "&cYou have reached home limit"This message is used to inform when player when requested home was not found.
home-not-found: "&cHome with that name not found"This message is used to inform player that there is click-to-teleport possibility while hovering home point's name.
home-hover-text: "&8Teleport to &9%home%"This message is used to inform player that other player was not found.
player-not-found: "&cCould not found player with that name!"This section is used to inform about home status (created, updated, deleted, teleported).
-
set- the message when home point is created -
updated- the message when home point is updated -
deleted- the message when home point is deleted -
teleported- the message when home point is teleported
home:
set: "&7Created home with name &9%home%&7!"
updated: "&7Updated home with name &9%home%&7!"
deleted: "&7Deleted home with name &9%home%&7!"
teleported: "&7Teleported to &9%home%&7!"This section is used to build home listing.
-
title- the title of the list -
name- how the home's name is showed -
split- what character is used to split the homes -
title-others- the title of the list when listing other player's homes -
server-name- how the server's name is showed in the list
homes:
title: "&9Your &7homes: &b"
name: "&7%home%"
split: "&7, "
title-others: "&9%player%'s &7homes: "
server-name: " &9%server%&7: "