Join our discord
In partnership with NodeCraft Logo NodeCraft


You are not logged in! Create an account or login to contribute! Log in here!

Difference between revisions of "Version history/Pixelmon Broadcasts"

From Pixelmon Wiki
(Update for 0.2.1.)
(Added changelog info for new version and added/changed some old changes.)
Line 1: Line 1:
 
This is a list of versions of [[Pixelmon Broadcasts]], along with the changes that each version made.
 
This is a list of versions of [[Pixelmon Broadcasts]], along with the changes that each version made.
 +
 +
=== 0.2.2 ===
 +
Released August 18th, 2018.
 +
 +
'''Message file changes:'''
 +
* Changed "toggle.header" to "&5--------- &dPersonal event toggles (click to change) &5--------".
 +
* Changed "toggle.boss_trainer.on" to "&a&nleader" to prevent cut-off.
 +
* Changed "toggle.boss_trainer.off" to "&c&nleader" to prevent cut-off.
 +
 +
 +
'''Broadcast file changes:'''
 +
* Changed all default mentions of "boss trainer" to "leader" to mirror the above.
 +
 +
 +
'''Fixes:'''
 +
* Fixed hovers on certain challenge messages always being enabled.
 +
* Fixed the Pixelmon legendary message check not reloading the config immediately after editing it.
 +
* Hopefully worked around a rare error with battle participants going null when a battle ends.
 +
 +
 +
'''Tweaks:'''
 +
* Clarified toggles only applying to the person setting them, to avoid further confusion. See changes.
 +
* Moved the "shiny legend" toggle so it shows after "shiny" and "legend" if enabled. Bit cleaner.
 +
* Split the mod's start-up messages into two blocks, with one only showing up if something's wrong.
  
 
=== 0.2.1 ===
 
=== 0.2.1 ===
 
Released June 10th, 2018.
 
Released June 10th, 2018.
  
'''Fixes and tweaks:'''
+
'''Fixes:'''
 
* Fixed %biome% on spawns and catches always showing the biome at 0, 0, 0.
 
* Fixed %biome% on spawns and catches always showing the biome at 0, 0, 0.
 
* Fixed %xpos%, %ypos% and %zpos% not working right.
 
* Fixed %xpos%, %ypos% and %zpos% not working right.
Line 10: Line 34:
 
* Fixed normal catch and blackout messages not being toggle-able.
 
* Fixed normal catch and blackout messages not being toggle-able.
 
* Fixed PvP draws referencing two removed "toggle.pvp_draw" keys, and a missing comma.
 
* Fixed PvP draws referencing two removed "toggle.pvp_draw" keys, and a missing comma.
 +
 +
 +
'''Tweaks:'''
 
* Toggle categories now sort mostly alphabetically. Stuff was changing too often to keep up with.
 
* Toggle categories now sort mostly alphabetically. Stuff was changing too often to keep up with.
  
Line 19: Line 46:
 
* All "defeat"-type permissions are now "victory"-type permissions to avoid confusion.
 
* All "defeat"-type permissions are now "victory"-type permissions to avoid confusion.
 
* PvP "start"/"end" permissions have been merged into the old "challenge"/"victory" groups.
 
* PvP "start"/"end" permissions have been merged into the old "challenge"/"victory" groups.
 +
 +
 +
'''Fixes:'''
 +
* Fixed an issue where old options would occasionally get stuck when reloading with changes made.
 +
* Fixed some potential bugs with players with edited names. There may be more, please report.
 +
* Removed a few leftover debug messages when players blacked out to wild Pokémon. Oops.
 +
* Updated CHANGELOG.txt with missed changes in 0.1.1, and corrected versions.
  
  
 
'''Additions:'''
 
'''Additions:'''
 +
* Added a lang option for showing neutral stats in hovers, instead of just "ERROR".
 
* Added support for showing catches and blackouts for Pokémon that aren't special.
 
* Added support for showing catches and blackouts for Pokémon that aren't special.
* Added a lang option for showing neutral stats in hovers, instead of just "ERROR".
+
* Enabled showing IVs on Pokémon that a player lost to or fled from. Turn off hover to disable.
 
* Rewrote configuration/translation with a three-file setup, found in the PixelmonBroadcasts folder.
 
* Rewrote configuration/translation with a three-file setup, found in the PixelmonBroadcasts folder.
 +
* Split up the old detailed "hover" into a more basic "hover" (safe info) and a new "reveal". (IVs)
 
* The %world% and %biome% placeholders should now work properly on trainer/PvP broadcasts.
 
* The %world% and %biome% placeholders should now work properly on trainer/PvP broadcasts.
 
* Trades now support the showing of shiny Pokémon, using the new %shiny% placeholder.
 
* Trades now support the showing of shiny Pokémon, using the new %shiny% placeholder.
 
 
'''Fixes and tweaks:'''
 
* Enabled showing IVs on Pokémon that a player lost to or fled from. Turn off hover to disable.
 
* Fixed an issue where old options would occasionally get stuck when reloading with changes made.
 
* Fixed some potential bugs with players with edited names. There may be more, please report.
 
* Removed a few leftover debug messages when players blacked out to wild Pokémon. Oops.
 
* Updated CHANGELOG.txt with missed changes in 0.1.1, and corrected versions.
 
  
 
=== 0.1.1 ===
 
=== 0.1.1 ===
 
Released June 6th, 2018.
 
Released June 6th, 2018.
  
 +
'''Tweaks:'''
 
* Changed permission layout to hopefully make a bit more sense.
 
* Changed permission layout to hopefully make a bit more sense.
  

Revision as of 09:02, 18 August 2018

This is a list of versions of Pixelmon Broadcasts, along with the changes that each version made.

0.2.2

Released August 18th, 2018.

Message file changes:

  • Changed "toggle.header" to "&5--------- &dPersonal event toggles (click to change) &5--------".
  • Changed "toggle.boss_trainer.on" to "&a&nleader" to prevent cut-off.
  • Changed "toggle.boss_trainer.off" to "&c&nleader" to prevent cut-off.


Broadcast file changes:

  • Changed all default mentions of "boss trainer" to "leader" to mirror the above.


Fixes:

  • Fixed hovers on certain challenge messages always being enabled.
  • Fixed the Pixelmon legendary message check not reloading the config immediately after editing it.
  • Hopefully worked around a rare error with battle participants going null when a battle ends.


Tweaks:

  • Clarified toggles only applying to the person setting them, to avoid further confusion. See changes.
  • Moved the "shiny legend" toggle so it shows after "shiny" and "legend" if enabled. Bit cleaner.
  • Split the mod's start-up messages into two blocks, with one only showing up if something's wrong.

0.2.1

Released June 10th, 2018.

Fixes:

  • Fixed %biome% on spawns and catches always showing the biome at 0, 0, 0.
  • Fixed %xpos%, %ypos% and %zpos% not working right.
  • Fixed an odd error where a Pokémon could apparently forfeit a fight with another Pokémon.
  • Fixed normal catch and blackout messages not being toggle-able.
  • Fixed PvP draws referencing two removed "toggle.pvp_draw" keys, and a missing comma.


Tweaks:

  • Toggle categories now sort mostly alphabetically. Stuff was changing too often to keep up with.

0.2.0

Released June 9th, 2018.

Permission changes:

  • "pixelmonbroadcasts.notify.trade.normal" is now "pixelmonbroadcasts.notify.trade".
  • All "defeat"-type permissions are now "victory"-type permissions to avoid confusion.
  • PvP "start"/"end" permissions have been merged into the old "challenge"/"victory" groups.


Fixes:

  • Fixed an issue where old options would occasionally get stuck when reloading with changes made.
  • Fixed some potential bugs with players with edited names. There may be more, please report.
  • Removed a few leftover debug messages when players blacked out to wild Pokémon. Oops.
  • Updated CHANGELOG.txt with missed changes in 0.1.1, and corrected versions.


Additions:

  • Added a lang option for showing neutral stats in hovers, instead of just "ERROR".
  • Added support for showing catches and blackouts for Pokémon that aren't special.
  • Enabled showing IVs on Pokémon that a player lost to or fled from. Turn off hover to disable.
  • Rewrote configuration/translation with a three-file setup, found in the PixelmonBroadcasts folder.
  • Split up the old detailed "hover" into a more basic "hover" (safe info) and a new "reveal". (IVs)
  • The %world% and %biome% placeholders should now work properly on trainer/PvP broadcasts.
  • Trades now support the showing of shiny Pokémon, using the new %shiny% placeholder.

0.1.1

Released June 6th, 2018.

Tweaks:

  • Changed permission layout to hopefully make a bit more sense.

0.1.0

Released June 6th, 2018.

  • Initial release!

© 2012 - 2025 Pixelmon Mod