DOWNLOAD PLUGIN ✪ SUPERSTATS ✪ [1.8.8 - 1.19.X] WRITES DATA FROM PLUGIN

GOLD DOWNLOAD PLUGIN ✪ SUPERSTATS ✪ [1.8.8 - 1.19.X] WRITES DATA FROM PLUGIN 3.2.1

No permission to download
GOLD
1659344972349


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:​

TeamsTeam rightsDescription
/statssuperstats.useDisplays the statistics menu.
/stats <player>superstats.useDisplays the statistics menu for a specific player.
/superstats enable <placeholder >superstats.adminInclude the specified placeholder.
/superstats disable <placeholder >superstats.adminDisable the specified placeholder.
/superstats reloadsuperstats.adminReload 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: '&amp;6&amp;k.&amp;r &amp;8&amp;lEstadísticas &amp;6&amp;k.'
settings-rows: 4
settings-open-sound: NOTE_PLING
settings-glass-enable: true
settings-glass-color: 15
items:
survival:
name: '&amp;6&amp;l★ &amp;6&amp;lSurvival &amp;6&amp;l★'
lore:
- '&amp;e&amp;m------------------------------'
- '&amp;e- &amp;7Clan: &amp;f'
- '&amp;e- &amp;7Oro: &amp;f'
- '&amp;e- &amp;7Bajas: &amp;f'
- '&amp;e- &amp;7Muertes: &amp;f'
- '&amp;e- &amp;7ClaimBlocks: &amp;f'
- '&amp;e- &amp;7Primer Trabajo: &amp;f'
- '&amp;e&amp;m------------------------------'
material: GRASS
slot: 12
keep-open: true
skywars:
name: '&amp;6&amp;l★ &amp;6&amp;lSkywars &amp;6&amp;l★'
lore:
- '&amp;e&amp;m------------------------------'
- '&amp;e- &amp;7Victorias: &amp;f'
- '&amp;e- &amp;7Bajas: &amp;f'
- '&amp;e- &amp;7Muertes: &amp;f'
- '&amp;e- &amp;7Oro: &amp;f'
- '&amp;e- &amp;7Almas: &amp;f'
- '&amp;e- &amp;7Lanzamiento de proyectiles: &amp;f'
- '&amp;e- &amp;7Golpe de proyectiles: &amp;f'
- '&amp;e- &amp;7Bloques colocados: &amp;f'
- '&amp;e- &amp;7Bloques rotos: &amp;f'
- '&amp;e&amp;m------------------------------'
material: BOW
slot: 14
keep-open: true
kitpvp:
name: '&amp;6&amp;l★ &amp;b&amp;lKitPVP &amp;6&amp;l★'
lore:
- '&amp;e&amp;m-----------------------'
- '&amp;e- &amp;7Bajas: &amp;f'
- '&amp;e- &amp;7KillStreak: &amp;f'
- '&amp;e- &amp;7Muertes: &amp;f'
- '&amp;e- &amp;7DeathStreak: &amp;f'
- '&amp;e- &amp;7Nivel: &amp;f'
- '&amp;e- &amp;7Oro: &amp;f'
- '&amp;e&amp;m-----------------------'
id: 310
data-value: 0
slot: 16
keep-open: true
volver:
name: '&amp;6&amp;l★ &amp;6&amp;lVolver &amp;6&amp;l★'
lore:
- '&amp;e&amp;m------------------'
- '&amp;7Volver al perfil.'
- '&amp;e&amp;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.

1659345070359


7 - Customize each menu item with the statistics of each server as shown in the following guide "Show placeholder statistics".

1659345086348



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 [placeholder] with one from this list Collected placeholders.

Replace [servername] with the name of the server.

Replace # with a number.

Screenshots of SuperStats plugin:​


1659345114817

1659345118784

1659345125330

1659345130451


How to install the SuperStats plugin?​



  1. Download the plugin.


  2. Take the downloaded file and transfer it to the plugins folder of your server.


  3. Restart the server.


  4. (Optional) Install the ✪ SuperStats ✪ Web Add-on to display data on a web page.


  5. Ready.
  • Like
Reactions: Shafuq
Author
MC-PLUGIN
Downloads
1
Views
768
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from MC-PLUGIN

Latest updates

  1. 3.2.1

    3.2.1
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock