Skip to content

Placeholders

Vincenzo Montanari edited this page Jun 25, 2017 · 14 revisions

General Pixelmon info

Placeholder info
%pixelmon_dexsize% The implemented pixelmon count
%pixelmon_dexsizeall% Count of all the pixelmon, even the unimplemented

General Pokémon info

Replace with %pokedex_*POKEMONNAME* or %pokedex_*DEXENTRY*
Example: %pokedex_Bulbasaur or %pokedex_1

Placeholder info
_name% The name
_catchrate% The catch rate
_nationalid% The dex entry
_rarity_day% The chance for the pixelmon to spawn during the day
_rarity_night% The chance for the pixelmon to spawn during the night
_rarity_dawndusk% The chance for the pixelmon to spawn during the dawn dusk
_postevolutions% The evolutions. This is a list
_preevolutions% The preevolutions. This is a list
_evolutions% Union of the evolutions and the preevolutions. This is a list
_ability_1% The first ability
_ability_2% The second ability
_ability_H% The hidden ability
_abilities% All the abilities. This is a list

Specific Player info

Placeholder info
%trainer_dexcount% Count of the caught pokémon
%trainer_dexpercentage% Caught pokémon divided for all the implemented ones.
%trainer_seencount% Count of the seen pokémon.
Note that only the caught and the pokémon registered in the pokédex (with I) will count.
Not the ones that you battle with.
%trainer_wins% Count of all the wins.
(pvp only)
%trainer_losses% Count of all the losses.
(pvp only)
%trainer_wlratio% Ratio of the wins and losses.
1.00 if you never had a battle against another player.
%trainer_balance% Balance directly from Pixelmon.
If you have Economy Bridge installed it is the same as the Sponge's one.

Team's member info

Replace with %trainer_team_*SLOT*
Example: %trainer_team_1 that will take the pokémon on the first spot.

Placeholder info
_nickname% The nickname
_exp% The total exp
_level% The level
_exptolevelup% The exp needed to reach the next level
_stats_hp% The HP
_stats_atk% The Attack
_stats_def% The Defence
_stats_spa% The Special Attack
_stats_spd% The Special Defence
_stats_spe% The Speed
_stats_ivs_hp% The HP IVs
_stats_ivs_atk% The Attack IVs
_stats_ivs_def% The Defence IVs
_stats_ivs_spa% The Special Attack IVs
_stats_ivs_spd% The Special Defence IVs
_stats_ivs_spe% The Speed IVs
_stats_evs_hp% The HP EVs
_stats_evs_atk% The Attack EVs
_stats_evs_def% The Defence EVs
_stats_evs_spa% The Special Attack EVs
_stats_evs_spd% The Special Defence EVs
_stats_evs_spe% The Speed EVs
_helditem% The held item
_pos_x% The X position
_pos_y% The Y position
_pos_z% The Z position
_moveset% All the attacks. This is a list
_moveset_1% The first attack
_moveset_2% The second attack
_moveset_3% The third attack
_moveset_4% The fourth attack
_friendship% The friendship level
_ability% The ability
_ball% The ball with whom the pokémon was caught

You can also use all the pokédex info with this placeholder. For example %trainer_team_1_abilities% or %trainer_team_1_evolutions%

Clone this wiki locally