Ktar5 / Info-Board

The Spigot/Bukkit plugin for managing scoreboards
http://dev.bukkit.org/bukkit-plugins/ib-reborn/
13 stars 13 forks source link

Placeholder API seems to not work #147

Open Gimmoh opened 5 years ago

Gimmoh commented 5 years ago

After I got answered on my request for the number of players on a bungee server, I tried it and I can't get it to work, any tips?

pixar02 commented 5 years ago

Could you send the Bungee config and the board.yml files? That way I have an idea of what it should become.

Gimmoh commented 5 years ago

Hi, sure!

Bungee Config: forge_support: false connection_throttle_limit: 3 online_mode: false log_commands: false listeners:


Board.yml:

(The green stuff is in the config, just not here for saving space)

Info Board: '1': Show Time: 20 global: default: Title: '&2MineLeak' Rows:

Miyasha commented 5 years ago

How do I make the ranks work? I just have the code highlighted, and the rank does not write!

Gimmoh commented 5 years ago

Please don't ask here, we are talking about a different issue.

pixar02 commented 5 years ago

It looks like your BedWars placeholder is correct. What might be is capital letters. So instead of: %bungee_bedwars% it should be: %bungee_BedWars% So for the other servers: Practice: %bungee_Practice% Hub: %bungee_Hub% BedWars: %bungee_BedWars%

Gimmoh commented 5 years ago

Nope, still not working, even tried different variations of this variable, but nothing works, Does anybody know who made this eCloud extension? A way to contact him? Or someone that could make this extension starting from scratch?

pixar02 commented 5 years ago

This is the link to the Github Page of that Expansion. https://github.com/PlaceholderAPI/Bungeecord-Expansion What might be happening is that the expansion has to be in the server running with my plugin, but this plugin does not work on bungee. (Might do in the very future)