dieterblancke / BungeeUtilisalsX

Easy proxy management, all in one place. Dozens of commands, announcers, proxy GUI's, ...
https://endoy.dev/projects/BungeeUtilisalsX/info
GNU General Public License v3.0
6 stars 5 forks source link

Configurable setting names #155

Closed MrLarkyy closed 2 years ago

MrLarkyy commented 2 years ago

Make friend setting names configurable.

dieterblancke commented 2 years ago

This should already be supported, you can add "friends.settings.type.server_switch" into your language file:

friends:
  settings:
    type:
      server_switch: 'serverswitch'
      friend_broadcast: 'friendbroadcast'
      ...