• 1 – Install the plugin on all servers to track plugin data.
  • 2 – Set the server name in the settings correctly on each server, config.yml.
#The name of the server where the plugin is.
server-name: none
  • 3 – Configure the plugin database the same way on all servers.
#For the database. 
data-storage:
  enable: false
  host: localhost
  port: 3306
  database: mine
  username: root
  password: ''
  • 4 – Configure the placeholder to be tracked on each server, as follows, Setting up a placeholder.
  • 5 – Now on each server where the statistics will be displayed, configure the menus, statsmenu.yml.
settings-name: '&6&k.&r &8&lEstadísticas &6&k.'
settings-rows: 4
settings-open-sound: NOTE_PLING
settings-glass-enable: true
settings-glass-color: 15
items:
  survival:
    name: '&6&l★ &6&lSurvival &6&l★'
    lore:
    - '&e&m------------------------------'
    - '&e- &7Clan: &f'
    - '&e- &7Oro: &f'
    - '&e- &7Bajas: &f'
    - '&e- &7Muertes: &f'
    - '&e- &7ClaimBlocks: &f'
    - '&e- &7Primer Trabajo: &f'
    - '&e&m------------------------------'
    material: GRASS
    slot: 12
    keep-open: true
  skywars:
    name: '&6&l★ &6&lSkywars &6&l★'
    lore:
    - '&e&m------------------------------'
    - '&e- &7Victorias: &f'
    - '&e- &7Bajas: &f'
    - '&e- &7Muertes: &f'
    - '&e- &7Oro: &f'
    - '&e- &7Almas: &f'
    - '&e- &7Lanzamiento de proyectiles: &f'
    - '&e- &7Golpe de proyectiles: &f'
    - '&e- &7Bloques colocados: &f'
    - '&e- &7Bloques rotos: &f'
    - '&e&m------------------------------'
    material: BOW
    slot: 14
    keep-open: true
  kitpvp:
    name: '&6&l★ &b&lKitPVP &6&l★'
    lore:
    - '&e&m-----------------------'
    - '&e- &7Bajas: &f'
    - '&e- &7KillStreak: &f'
    - '&e- &7Muertes: &f'
    - '&e- &7DeathStreak: &f'
    - '&e- &7Nivel: &f'
    - '&e- &7Oro: &f'
    - '&e&m-----------------------'
    id: 310
    data-value: 0
    slot: 16
    keep-open: true
  volver:
    name: '&6&l★ &6&lVolver &6&l★'
    lore:
    - '&e&m------------------'
    - '&7Volver al perfil.'
    - '&e&m------------------'
    material: NETHER_STAR
    slot: 36
    commands:
    - 'player: perfil'
    keep-open: true
  • 6 – In the menus it is possible to show the tracking data of all the servers.

Menu de SuperStats

  • 7 – Configure each menu item with the statistics data of each server, as shown in the following guide Show Placeholder Stats.

Item con estadisticas de SuperStats