Bỏ qua để đến nội dung

Statistic

Nội dung này hiện chưa có sẵn bằng ngôn ngữ của bạn.

This is a provider that provides statistic values of a player to the Top Holder.

holders:
<holder-name>:
# The type of the provider
type: statistic
# The name of the statistic
statistic: <statistic>
# The name of the material. Used for some statistics that require an item.
material: <material>
# The name of the entity. Used for some statistics that require an entity.
entity: <entity>
  • Available values for <statistic> can be found here
  • Available values for <material> can be found here
  • Available values for <entity> can be found here
  • If the statistic is a Generic type, the material and entity fields are ignored. The provider will return the value of the statistic for the player.

  • If the statistic is a Material type, the material field will be used:

    • If the material is not specified, the provider will return the value of the statistic for all materials.
    • If the material is specified, the provider will return the value of the statistic for the specified material.
    • The material field can be a string or a list of strings.
material: STONE
material:
- STONE
- COBBLESTONE
  • If the statistic is an Entity type, the entity field will be used:
    • If the entity is not specified, the provider will return the value of the statistic for all entities.
    • If the entity is specified, the provider will return the value of the statistic for the specified entity.
    • The entity field can be a string or a list of strings.
entity: ZOMBIE
entity:
- ZOMBIE
- SKELETON

The name of the holder

The name of the statistic

The name of the material. Used for some statistics that require an item.

The name of the entity. Used for some statistics that require an entity.

holders:
  jump:
    type: statistic
    statistic: JUMP