Difference between revisions of "Version history/Pixelmon Auction"
From Pixelmon Wiki
Line 1: | Line 1: | ||
+ | == Version 1.2.0 == | ||
+ | Released March 06, 2020. | ||
+ | === Features === | ||
+ | * Updated to pixelmon 7.2.0. | ||
+ | * Make the most part of values configureables. | ||
+ | * Add a GTS like selling pricing to make prices automatics. | ||
+ | * Add log commands to check latest auctions and get a copy of auctioned pokemons. | ||
+ | * Add command to restore a pokemon from his nbt or from a link (like pastebin as a raw text) to get the nbt from it. | ||
+ | * Add untradeable config to allow (or not) auction with untradeables pokemon. | ||
+ | * Add an id system for auction to avoid some bugs / problems (like bid on old ones). | ||
+ | * Add a log file into the log folder with actions : Setup, bid, cancel/return and win an auction. (There are some details like the seller name * uuid, the buyer name + uuid, some pokemon infos, the auction id and the pokemon as a NBT. Could be useful). | ||
+ | * Set the Extras category configureable the auction message (Miki's request) | ||
+ | === Changes === | ||
+ | * Modify /pacancel command and allow you to cancel an active auction before a specified time (configurable). | ||
+ | === Bug fixes === | ||
+ | * Fix the "Auction Messages time left thing" config. | ||
== Version 1.0.3 == | == Version 1.0.3 == | ||
Released July 28, 2016. | Released July 28, 2016. |
Revision as of 06:10, 6 March 2020
Contents
Version 1.2.0
Released March 06, 2020.
Features
- Updated to pixelmon 7.2.0.
- Make the most part of values configureables.
- Add a GTS like selling pricing to make prices automatics.
- Add log commands to check latest auctions and get a copy of auctioned pokemons.
- Add command to restore a pokemon from his nbt or from a link (like pastebin as a raw text) to get the nbt from it.
- Add untradeable config to allow (or not) auction with untradeables pokemon.
- Add an id system for auction to avoid some bugs / problems (like bid on old ones).
- Add a log file into the log folder with actions : Setup, bid, cancel/return and win an auction. (There are some details like the seller name * uuid, the buyer name + uuid, some pokemon infos, the auction id and the pokemon as a NBT. Could be useful).
- Set the Extras category configureable the auction message (Miki's request)
Changes
- Modify /pacancel command and allow you to cancel an active auction before a specified time (configurable).
Bug fixes
- Fix the "Auction Messages time left thing" config.
Version 1.0.3
Released July 28, 2016.
Bug fixes
- Auction hover text now correctly displays Hidden Abilities.
- Players can no longer bid with slightly insufficient funds.
Version 1.0.2
Released June 6, 2016.
Features
- New command to toggle whether the player receives Pixelmon Auction broadcasts (
/pahide
) (Permission node:pixelauction.command.hide
) - Auction hover text now displays the Pokémon's gender and Poké Ball type.
- Two new configuration options (Requires a new config to be generated)
- "Maximum bid increment" (The maximum amount players can set the bid increment to)
- "Allow Egg sales" (Whether Pokémon Eggs can be sold via the auction system)
Version 1.0.1
Released May 8, 2016.
Features
- Configuration section added, allows users to specify;
- "Minimum bid increment" (The minimum amount players can set the bid increment to)
- "Maximum queued auctions" (The maximum amount of auctions that can be queued at once)
- "Command wait time" (The amount of time in seconds that users must wait after executing commands)
Version 1.0.0
Released May 1, 2016.