pokedex-1.21.1-9.4-1.7.jar
Curse Maven Snippet
What's new
Server config
pokedex-server.tomlnow has[features],[privacy], and four independent display blocks:kanto.handheld,kanto.overlay,premium.handheld,premium.overlay.- Each block:
enabledplusformat=full/none/custom. Full uses the richest options. None turns that surface off. Custom uses the nested per-field keys. - Hidden fields are stripped on the server before scan and overlay packets go out. Clients cannot reveal IVs, held items, or hidden abilities the server hid.
[features]:scan,overlay,overlay_doubles,starter(all default true).[privacy] playerScanis unchanged:permit/deny/ask(default ask).
Replaces 1.6 keys
battle.modeis gone.disabled->features.overlay = false.no_typing->premium.overlay.format = "custom"andmatchups = "hide".starter.give_baseis nowfeatures.starter.
Defaults (same look as 1.6)
- Kanto handheld: custom. Ability name only, IV radar, no held item, no palette, no EVs, no matchups, no team/player scan.
- Kanto overlay: custom. Ability name, palette, no held item, no matchups.
- Premium handheld and overlay:
format = "full"(ability with (HA), held name, matchups, IV/EV radar, team/player scan on handheld).
Custom field options (used only when format = custom)
- Most rows:
full/hide - ability:
name_ha/name/hide - held_item:
name/present(Yes/No) /hide - nature:
arrows/name/hide - ivs and evs:
radar/percent/hide - hp:
current/max/hide - Handheld only:
team_scan/player_scantrue/false
Delete your old pokedex-server.toml if it still has battle.mode so Forge/NeoForge can write the new file. Use one jar. Fully quit and relaunch Minecraft after replacing the file.
This mod has no additional files