CodeCrafter47 / BungeeTabListPlus

GNU General Public License v3.0
148 stars 70 forks source link

Error while making tabList? #418

Open GtaMasterYT opened 5 years ago

GtaMasterYT commented 5 years ago

I was editing an example (Specifically the one with lobby on two collums and two servers on one collum and I began to get an error doing this. I edited the "playerSet" value and now my bungeecord console is spammed with [BungeeTabListPlus] Missing player set hub [BungeeTabListPlus] Missing player set roleplay [BungeeTabListPlus] Missing player set smp [BungeeTabListPlus] Missing player set factions

What happened?

CodeCrafter47 commented 5 years ago

You get the message [BungeeTabListPlus] Missing player set hub because the plugin expects a player set called hub to be defined in the playerSets section. That is because somewhere in your config you have playerSet: hub. Note that hub is the name of a player set (not a server). If you want hub to be a playerSet containing all players on the hub server you need to edit the playerSets section of the config:

playerSets:
  hub:
    filter: ${player server} == "hub"

For more information on what player sets are and how to use the please refer to the wiki: https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/Configuration-Basics-Part-4---Player-sets.