ArchitectSMP / mc-config

Minecraft server plugin configurations for the ArchitectSMP community
1 stars 0 forks source link

xAntiAFK placeholders are not parsed in the TAB #53

Closed bloodycoffin closed 3 years ago

bloodycoffin commented 3 years ago

image

ChipWolf commented 3 years ago

This could be because we're using TAB-BukkitBridge to forward placeholders to the proxy & there may be an incompatibility between our prerelease version of TAB and the release version of the bridge.

ChipWolf commented 3 years ago

Spoke to the TAB developer, it has nothing to do with TAB.

However; we did find if we remove DiscordSRV from the servers, it resolves this. Perhaps @Scarsz or @Vankka can assist here?

bloodycoffin commented 3 years ago

Hunch it has to do with this line of code:

https://github.com/DiscordSRV/DiscordSRV/pull/964/files#diff-339706e1556e2e6b32033f1557312e0d3c113f6f88b10913fd0c0ab37e9dff33L61

Scarsz commented 3 years ago

Hunch it has to do with this line of code:

DiscordSRV/DiscordSRV#964 (files)

The line you mentioned would not be affecting placeholders being used by other plugins. That's a method that DiscordSRV itself uses internally

That character is subsequently removed, also, https://github.com/DiscordSRV/DiscordSRV/pull/964/files#diff-339706e1556e2e6b32033f1557312e0d3c113f6f88b10913fd0c0ab37e9dff33R65

ChipWolf commented 3 years ago

Resolved by Vankaa in the DiscordSRV issue I raised. It turned out to be an issue with xAntiAFK & a startup script on our end. Thanks for the help @Scarsz