Skip to content
This repository was archived by the owner on Aug 23, 2021. It is now read-only.

Data Lists

HSGamer edited this page Nov 24, 2020 · 6 revisions

Info

  • Can be called Stats storage
  • This is the storage of the plugin, stores the values for the leaderboard.

Built-in Data Lists

  • player_animal_kill
  • player_broken_block
  • player_death
  • player_enemy_player_kill
  • player_exp
  • player_level
  • player_monster_kill
  • player_online_time
  • player_online_minutes
  • player_online_hours
  • player_placed_block
  • player_total_damage
  • player_total_kill
  • vault_money requires Vault and an economy plugin

PlaceholderAPI's Data Lists

  • Check the config to know how to enable and setup
  • Once you have done, you can use the data list's name placeholderapi_<name> to get the data list for that placeholder
  • Example:
    • placeholderapi_player_x for the data list of %player_x% (It's configured through the config)

Clone this wiki locally