NEZNAMY / TAB

"That" TAB plugin.
Apache License 2.0
896 stars 243 forks source link

I opened the server with a bungee code. I want to see all players, even if they are on different servers. #1079

Closed leestar960 closed 1 year ago

leestar960 commented 1 year ago

Server version

paper 1.20.1

TAB version

4.0.4

Describe the bug

I opened the server with a bungee code.

There is a list of servers as below

There are a total of 2 servers, and I want to see all players regardless of which server they are on. I followed the settings listed on the wiki, but I only see users on the same server?

Expected behavior

https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Header-&-Footer

header-footer: enabled: true header:

Steps to reproduce

I placed the tab plugin in the bungee code plugin folder.

I put the Tab Bridge plugin in the Paper Plugin folder.

Additional info

No response

Checklist

NEZNAMY commented 1 year ago

image

This is not how you paste your config, the formatting is all broken.

You say you are using paper, but do you have it on bungeecord?

leestar960 commented 1 year ago

It's because it's my first time asking a question.

Sorry

I am using Waterfull 1.20 proxy and opening a paper server.

Please tell me how to solve it

NEZNAMY commented 1 year ago

I don't see an immediate issue, so this will require further investigation. Set debug: true in config and show console output on plugin load.

leestar960 commented 1 year ago

![Uploading 캡처.PNG…]()

leestar960 commented 1 year ago

[04:39:00 INFO] [TAB]: [TAB v4.0.3] An error was thrown when executing task

[04:39:00 INFO] [TAB]: at me.neznamy.tab.platforms.bungeecord.BungeeScoreboard.setDisplaySlot(BungeeScoreboard.java:28) [04:39:00 INFO] [TAB]: at me.neznamy.tab.shared.features.YellowNumber.onJoin(YellowNumber.java:92) [04:39:00 INFO] [TAB]: at me.neznamy.tab.shared.FeatureManager.onJoin(FeatureManager.java:135) [04:39:00 INFO] [TAB]: at me.neznamy.tab.shared.platform.EventListener.lambda$serverChange$3(EventListener.java:68) [04:39:00 INFO] [TAB]: at me.neznamy.tab.shared.CpuManager.run(CpuManager.java:252) [04:39:00 INFO] [TAB]: at me.neznamy.tab.shared.CpuManager.lambda$submit$1(CpuManager.java:105) [04:39:00 INFO] [TAB]: at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) [04:39:00 INFO] [TAB]: at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [04:39:00 INFO] [TAB]: at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [04:39:00 INFO] [TAB]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [04:39:00 INFO] [TAB]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [04:39:00 INFO] [TAB]: at java.base/java.lang.Thread.run(Thread.java:833) [04:39:00 INFO] [TAB]: [TAB v4.0.3] Tried to modify non-existing team null for player Ferrero__

NEZNAMY commented 1 year ago

Support for 1.20.2 bungeecord was added in 4.0.4 which you claim to be using, but are in fact using 4.0.3.

leestar960 commented 1 year ago

와! 진짜 고마워 !