A rarity list package for BallsDex V3. Players can view the rarity list of collectibles and their tiers.
| Command | Description |
|---|---|
/balls rarity |
Show the rarity list of the collectibles |
/balls rarity countryball |
Show the rarity tier for a specific countryball |
/balls rarity tier |
Show all collectibles in a specific rarity tier |
/balls rarity specials:True |
Show enabled specials and their spawn chances |
/balls rarity special |
Show the spawn chance for a specific special |
You may change the items per page in the code to suit your dex better - it's defaulted at 2.
If the file doesn't exist: Create a new file extra.toml in your config folder under the BallsDex directory.
If you already have other packages installed: Simply add the following configuration to your existing extra.toml file. Each package is defined by a [[ballsdex.packages]] section, so you can have multiple packages installed.
Add the following configuration:
[[ballsdex.packages]]
location = "git+https://github.com/MapsDex-Team/BallsDex-Rarity-Pack.git@0.0.4#master"
path = "rarity"
enabled = trueExample of multiple packages:
# First package
[[ballsdex.packages]]
location = "git+https://github.com/example/other-package.git"
path = "other"
enabled = true
# Rarity Package
[[ballsdex.packages]]
location = "git+https://github.com/MapsDex-Team/BallsDex-Rarity-Pack.git@0.0.4#master"
path = "rarity"
enabled = truedocker compose build
docker compose up -dThis will install the package and start the bot.