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
#TAB plugin in a Bungeecord server
1 messages · Page 1 of 1 (latest)
@fickle badger sorry for the ping, can you help me pls?
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
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
i did this command but nothing has changed
can I ask why you're using MySQL?
since TAB is on Bungee
using the yml config would be easier
So would it be better to take it off?
yeah
ok ty
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% '```
add
per-server:
towny:
_DEFAULT_:
tabprefix: ""
at the end of the file
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
👍