Skip to content

PixelmonPlaceholders v1.3.0

Compare
Choose a tag to compare
@happyzleaf happyzleaf released this 31 Mar 15:22
· 51 commits to master since this release

Here we go! PixelmonPlaceholders for Reforged (6.2.3) is finally out!

Changelog:

  • New config featuring customizeable placeholder messages and more!
  • You can now disable the placeholders for pixelmon still in their eggs, go take a look at the config.
  • %trainer_team_[...]_pos_x% now shows the correct position of the pokémon, or the player's coordinate if the pokémon is being carried in a ball.
  • %trainer_team_[...]_pos_y% take a look above.
  • %trainer_team_[...]_pos_z%take a look above.
  • %trainer_team_[...]_ball% now returns the localized name of the ball.
  • %trainer_team_[...]_shiny% returns true if the pixelmon is shiny, false if it's not.
  • %pokedex_[...]_moves% returns a list of the learnable moves of the pokémon.
  • %pokedex_[...]_move_INDEX% returns the value at the INDEX provided in the list above.
  • %pokedex_[...]_evolutions% now shows the evolutions in order.
  • %pokedex_[...]_evolution_INDEX_list% shows a list of all the condition needed for the pixelmon to evolve, once you get that you can use it to get some other info, like the examples below.
  • %pokedex_[...]_evolution_[...]_biome% gets a list of the biome needed.
  • %pokedex_[...]_evolution_[...]_chance% gets the chance.
  • %pokedex_[...]_evolution_[...]_stone% gets the stone needed.
  • %pokedex_[...]_evolution_[...]_stone_biome% gets a list of the biomes in which you can find the stone.
  • %pokedex_[...]_evolution_[...]_friendship% gets the friendship needed.
  • %pokedex_[...]_evolution_[...]_altitude% gets the altitude needed.
  • %pokedex_[...]_evolution_[...]_level% gets the level needed.
  • %pokedex_[...]_evolution_[...]_move% gets the move that the pokémon needs to know.
  • %pokedex_[...]_evolution_[...]_movetype% gets the type of the move that the pokémon needs to know.
  • %pokedex_[...]_evolution_[...]_party_pokemon% gets the pokémon in the party needed to evolve.
  • %pokedex_[...]_evolution_[...]_party_type% gets the type of the pokémon in the party needed to evolve.
  • %pokedex_[...]_evolution_[...]_time% gets the time needed to evolve, "Day" or "Night".
  • %pokedex_[...]_evolution_[...]_weather% gets the weather needed to evolve. "Clear", "Rain" or "Storm".

There are some other minor updates, but they're from 1.2.2 or 1.2.3, which weren't released publicly due to the lack of time i had, some of them are:

  • %trainer_team_[...]_gender%, %trainer_team_[...]_growth%.
  • %pokedex_[...]_doesevolve%, %pokedex_[...]_evolutionscount%, %pokedex_[...]_type%, %pokedex_[...]_basestats_[hp, atk, def, spa, spd, spe]%, %pokedex_[...]_basestats_yield_[hp, atk, def, spa, spd, spe]%, %pokedex_[...]_type%, %pokedex_[...]_basestats_yields%, %pokedex_[...]_drops_[main, rare, optional1, optional2]%, %pokedex_[...]_egggroups%, %pokedex_[...]_texturelocation%.
    But don't worry if you've missed em! You can find them all in the wiki!
    (well, not right now, the wiki is gonna get updated next week! sowwy, i'm a lone wolf.

If you're experiencing problems with Sponge 7.0.0, update to 7.1.0, or open an issue.