Scoreboard plugin not work

The Aternos forums are now deprecated

Learn more about this change here.

For help regarding Aternos, we recommend you to visit our support center.

  • (Forgive me if the English will not be perfect) I have recently installed the "Scoreboard Revision" plugin on my server, thanks to some videos found on the net I was able to customize it. However, I find a big problem when it has to show me for example the player name, the server statistics (ping, TPS, RAM). This is the .yml of the plugin:


    board:

    title:

    interval: 5

    lines:

    - '& b & k> & a & lSer & f & lver St & 4 & lats & b & k <'

    - '& b & k> & 4 & lSer & a & lver St & f & lats & b & k <'

    - '& b & k> & f & lSer & 4 & lver St & a & lats & b & k <'


    rows:

    1:

    interval: 20

    lines:

    - '&to- - - - - - - - - - - - - -'

    - '& f- - - - - - - - - - - - - -'

    - '& 4- - - - - - - - - - - - - -'

    2:

    interval: 80

    lines:

    - '& bPlayer & 4 & l>'

    3:

    interval: 80

    lines:

    - '% player_name%'

    4:

    interval: 80

    lines:

    - '% player_ping% & 7ms'

    5:

    interval: 80

    lines:

    - ''

    6:

    interval: 80

    lines:

    - '& 6Server & 4 & l>'

    7:

    interval: 80

    lines:

    - '% server_unique_joins% & 7unique players'

    - '% server_online% & 7Online'

    8:

    interval: 80

    lines:

    - '% server_ram_used% mb /% server_ram_total% mb & 7rRAM'

    9:

    interval: 80

    lines:

    - ''

    10:

    interval: 80

    lines:

    - '& aTime & 4 & l>'

    11:

    interval: 80

    lines:

    - 'server_uptime'

    12:

    interval: 80

    lines:

    - ''


    Virtually every command that is to see the ping or the simple player name does not work, eg remains in the game. % player_name% or% ping%. I tried to change the code but nothing changes. I don't understand what's wrong with it. Would anyone know how to help me? ||

  • That plugin is known for having broken placeholders and it also lags your server a lot.

    I recommend you get ProScoreboard or something.

    You can't fix it :(

  • That plugin is known for having broken placeholders and it also lags your server a lot.

    I recommend you get ProScoreboard or something.

    You can't fix it :(

    Are you sure about that? Have you looked at his configuration or the plugin's document?


    To fix that solution:

    Install PlaceholderAPI, then restart the server.

    Type these commands into your server (to download extensions):

    • /papi ecloud download Player (to check player's info).
    • /papi ecloud download Server (to check server info, including server's ping).
    • /papi reload (to apply changes).

    To fix placeholder issues in your config, just change:

    - % player_name% to %player_name%

    - % ping% to %ping%

    - (Use this example to fix the other placeholders).


    P.S: You mustn't input color code like '& b & l', it won't work. But instead, type '&b&l' (use this example to fix the other color codes too).

  • Roman

    Closed the thread.