Description of SuperStats plugin:
SuperStats is a plugin that collects data from different plugins on different servers into a database and then shows up in a menu on any server with a menu.SuperStats Plugin Features:
- Record different data for all players.
- Works with all PlaceholderAPI placeholders.
- Very light.
- Collects data from other add-ons.
- MySQL database required.
- Collect data from different servers.
- You can display data in the menu on any server on the network that has the plugin installed.
- 100% customizable.
- New features coming soon.
SuperStats plugin commands and permissions:
Teams | Team rights | Description |
---|---|---|
/stats | superstats.use | Displays the statistics menu. |
/stats <player> | superstats.use | Displays the statistics menu for a specific player. |
/superstats enable <placeholder > | superstats.admin | Include the specified placeholder. |
/superstats disable <placeholder > | superstats.admin | Disable the specified placeholder. |
/superstats reload | superstats.admin | Reload the configuration file and messages. |
SuperStats plugin permissions:
superstats.use - To use statistics commands.superstats.admin - To use the statsreload command.
MANAGEMENT
Tuning guide for displaying SuperStars plugin statistics.1 - Install the plugin on all servers to monitor plugin data.
2 - Set the server name in the settings correctly on each server, config.yml.
# Имя сервера, на котором находится плагин.
server-name: none
3 - Set up the plugin database the same on all servers.
# Для базы данных.
data-storage:
enable: false
host: localhost
port: 3306
database: mine
username: root
password: ''
4 - Set up a tracking placeholder on each server as shown below: Set up a placeholder.
5 - Now on each server where statistics will be displayed, configure the statsmenu.yml menu.
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 menu, you can show the tracking data of all servers.
7 - Customize each menu item with the statistics of each server as shown in the following guide "Show placeholder statistics".
Placeholders and examples
Placeholders from the plugin
statistics for general
- <stats_[placeholder]>
- <stats_[placeholder]_timeformat> - Show data in time format
- <stats_[placeholder]_dateformat> - Show date format data
- Example: <stats_skywarsreloaded_wins>
- Example: <stats_skywarsreloaded_wins_timeformat>
- Example: <stats_skywarsreloaded_wins_dateformat>
Statistics for the server
- <stats_[placeholder]_server_[servername]>
- <stats_[placeholder]_server_[servername]_timeformat> - Show data in time format
- <stats_[placeholder]_server_[servername]_dateformat> - Show date format data
- Example: <stats_skywarsreloaded_wins_skywars>
- Example: <stats_skywarsreloaded_wins_skywars_timeformat>
- Example: <stats_skywarsreloaded_wins_skywars_dateformat>
Tops for basic
- <top_[placeholder]_name_#> - Returns the name of the top player with the specified number.
- <top_[placeholder]_value_#> - Returns the value of the player at the top with the specified number.
- Example: <top_localstats_blocksbreak_name_1> : <top_localstats_blocksbreak_value_1>
Tops for the server
- <top_[placeholder]_server_[servername]_name_#> - Returns the name of the top player with the specified number.
- <top_[placeholder]_server_[servername]_value_#> - Returns the value of the player at the top with the specified number.
- Example: <top_localstats_blocksbreak_survival_name_1> : <top_localstats_blocksbreak_survival_value_1>
With PlaceholderApi.
statistics for general
- %stats_[placeholder]%
- %stats_[placeholder]_timeformat% - Show data in time format
- %stats_[placeholder]_dateformat% - Show date format data
- Example: %stats_skywarsreloaded_wins%
- Example: %stats_skywarsreloaded_wins_timeformat%
- Example: %stats_skywarsreloaded_wins_dateformat%
Statistics for the server
- %stats_[placeholder]_server_[servername]%
- %stats_[placeholder]_server_[servername]_timeformat% - Show data in time format
- %stats_[placeholder]_server_[servername]_dateformat% - Show date format data
- Example: %stats_skywarsreloaded_wins_skywars%
- Example: %stats_skywarsreloaded_wins_skywars_timeformat%
- Example: %stats_skywarsreloaded_wins_skywars_dateformat%
Tops for basic
- %top_[placeholder]_name_#% - Returns the name of the top player with the specified number.
- %top_[placeholder]_value_#% - Returns the value of the player at the top with the specified number.
- Example: %top_localstats_blocksbreak_name_1% : %top_localstats_blocksbreak_value_1%
Tops for the server
- %top_[placeholder]_server_[servername]_name_#% - Returns the name of the top player with the specified number.
- %top_[placeholder]_server_[servername]_value_#% - Returns the value of the player at the top with the specified number.
- Example: %top_localstats_blocksbreak_survival_name_1% : %top_localstats_blocksbreak_survival_value_1%
Replace [servername] with the name of the server.
Replace # with a number.
Screenshots of SuperStats plugin:
How to install the SuperStats plugin?
- Download the plugin.
- Take the downloaded file and transfer it to the plugins folder of your server.
- Restart the server.
- (Optional) Install the ✪ SuperStats ✪ Web Add-on to display data on a web page.
- Ready.