Posts by IceValerio039

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? ||