Skip to content

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

Index

messages.yml


home-limit-reached

This message is used to inform when player when they have reached their home limit.

Example
home-limit-reached: "&cYou have reached home limit"

home-not-found

This message is used to inform when player when requested home was not found.

Example
home-not-found: "&cHome with that name not found"

home-hover-text

This message is used to inform player that there is click-to-teleport possibility while hovering home point's name.

Example
home-hover-text: "&8Teleport to &9%home%"

player-not-found

This message is used to inform player that other player was not found.

Example
player-not-found: "&cCould not found player with that name!"

home

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
Example
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!"

homes

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
Example
homes:
  title: "&9Your &7homes: &b"
  name: "&7%home%"
  split: "&7, "
  title-others: "&9%player%'s &7homes: "
  server-name: " &9%server%&7: "
Clone this wiki locally