#TAB plugin in a Bungeecord server

1 messages · Page 1 of 1 (latest)

mental oriole
#

Hi guys, I was trying to connect the TAB plugin between my Hub and Towny servers, in the backend servers I put the TAB-Bridge plugin and I did /btab mysql upload to put in my database the groups.yml file and the user.yml file, the problem is that in the Towny server just before I do not display the prefixes, only after doing /btab reload displays me only to me the prefixes

mental oriole
#

@fickle badger sorry for the ping, can you help me pls?

fickle badger
#

what do you have configured?

#

/btab debug <player in towny>
/btab debug <player in hub>

#

and send a screen when in towny and when in hub

mental oriole
#

Towny

#

Hub

fickle badger
#

it's the same in both servers

#

I think you can do /tab group _DEFAULT\_ tabprefix "" -s towny and it'll display nothing when you're on the towny server

mental oriole
#

i did this command but nothing has changed

fickle badger
#

can I ask why you're using MySQL?

#

since TAB is on Bungee

#

using the yml config would be easier

mental oriole
#

So would it be better to take it off?

fickle badger
#

yeah

mental oriole
#

ok ty

fickle badger
#

once that's done, send your config.yml

#

groups.yml*

mental oriole
#
  tabprefix: '%img_owner% '
  tagprefix: '%img_owner% '
developer:
  tabprefix: '%img_dev% '
  tagprefix: '%img_dev% '
staffceo:
  tabprefix: '%img_staffceo% '
  tagprefix: '%img_staffceo% '
adminplus:
  tabprefix: '%img_adminplus% '
  tagprefix: '%img_adminplus% '
admin:
  tabprefix: '%img_admin% '
  tagprefix: '%img_admin% '
helperplus:
  tabprefix: '%img_helperplus% '
  tagprefix: '%img_helperplus% '
helper:
  tabprefix: '%img_helper% '
  tagprefix: '%img_helper% '
builderplus:
  tabprefix: '%img_builderplus% '
  tagprefix: '%img_builderplus% '
builder:
  tabprefix: '%img_builder% '
  tagprefix: '%img_builder% '
youtuber:
  tabprefix: '%img_youtuber% '
  tagprefix: '%img_youtuber% '
streamer:
  tabprefix: '%img_streamer% '
  tagprefix: '%img_streamer% '
vip:
  tabprefix: '%img_vip% '
  tagprefix: '%img_vip% '
default:
  tabprefix: '%img_membro% '
  tagprefix: '%img_membro% '```
fickle badger
#

add

per-server:
  towny:
    _DEFAULT_:
      tabprefix: ""

at the end of the file

mental oriole
#

in the Towny server however you do not see the prefix

#

oh... now I know what you meant to do.. i have per-servers groups and now it works perfectly

fickle badger
#

👍