shards.yml

# This section is not where you design your shards, you design your shards in the armor files at the bottom.


# This must be the set name, it will automatically grab the shard in the set file.
Default-Shard-Type: "example_set" # This is case-senstive, this will be registered into the db as the first shard type to be generated via the player.

# This section handles the different aspects, such as drop chances, and the amount of shards dropped.
Shard-Drops:
  Settings:

    Shard-Drop-Chance: "5" # Base drop chance (supports PlaceholderAPI placeholders)
    Shard-Drop-Amount: "2" # Base drop amount (supports PlaceholderAPI placeholders)



  Conditions:
    "test_condition":
      Permission: "shard.extra.drop" # Grants extra drops if the player has this permission
      Extra-Drop-Chance: "3" # Additional drop chance
      Extra-Drop-Amount: "2"
      Message: "&c&l+ &4&lDOUBLE DROP! &8(&f%shard%&8)"
    "test_condition_2":
      Requirement: "%edprison_economy_tokens% >= 10000000" # Requires the player to have at least 10,000,000 tokens
      Extra-Drop-Chance: "6"
      Extra-Drop-Amount: "3"
      Message: "&b&lREBIRTH PERK! &3You received 3x shards."

Last updated