Difference between revisions of "Version history/Pixelmon Auction"
From Pixelmon Wiki
(Quick and dirty 1.3.2 changelog entry. Needs work. (Sponge removal, general checkover)) |
|||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | == Version 1.3.2 == | ||
+ | Released June 6, 2021. | ||
+ | |||
+ | * Added the admin command <code>/pauc cancel <player></code>, to allow cancelling of an auction by an admin. | ||
+ | |||
+ | == Version 1.3.1 == | ||
+ | Released December 15, 2020. | ||
+ | |||
+ | * Fixed a nasty money duplicating exploit that allowed two people to generate infinite money, very quickly. | ||
+ | * Tidied up code massively. Changes are now much easier to perform. | ||
+ | * Updated configuration system. Has an internal version of AquaAPI. Compatible with regular AquaAPI installations. | ||
+ | * Command responses now have a lang file. | ||
+ | * Commands are now sane, and use a base command, /pauc. Perms are also more sane. pauc.user.<command>, pauc.admin.<command>. | ||
+ | * Tab completion. | ||
+ | |||
+ | == Version 1.2.2 == | ||
+ | Released April 05, 2020. | ||
+ | === Features === | ||
+ | * Added a way to choose how the <code>/pabid</code> command works! | ||
+ | ** NOTE: After some brainstorming with Mikirae, the way that PixelAuction works was changed. 1.2.2 now has a new config boolean to choose how to use it. <code>/pabid <''bid increment''></code> or <code>/pabid <''totalPriceWithBidIncrement''></code> | ||
+ | |||
+ | == Version 1.2.1 == | ||
+ | Released April 03, 2020. | ||
+ | === Features === | ||
+ | * Updated to Pixelmon 7.2.2. | ||
+ | * Added the ultrabeast check for the min-pricing config. | ||
+ | * Plugin can now have its config file reloaded! | ||
+ | * You can now view the highest bidder on an auction if it's you, if you're the seller or if you have the permission! | ||
+ | === Bug fixes === | ||
+ | * Fixed the "Auction Messages time left thing" config. | ||
+ | * Fixed text formatting of the extras category. | ||
+ | * Fixed Mew extra stats and added Meltan, Azelf, Mesprit and Uxie extra stats. | ||
+ | * Fixed the confusing bid system. | ||
+ | * Fixed errors when bidding certain amounts. | ||
+ | |||
+ | == 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 | + | Released July 28, 2016. |
=== Bug fixes === | === Bug fixes === | ||
* Auction hover text now correctly displays Hidden [[Abilities]]. | * Auction hover text now correctly displays Hidden [[Abilities]]. | ||
* Players can no longer bid with slightly insufficient funds. | * Players can no longer bid with slightly insufficient funds. | ||
+ | |||
== Version 1.0.2 == | == Version 1.0.2 == | ||
Released June 6, 2016. | Released June 6, 2016. | ||
=== Features === | === Features === | ||
− | * New command to toggle whether the player receives Pixelmon Auction broadcasts (/pahide) (Permission node: | + | * New command to toggle whether the player receives Pixelmon Auction broadcasts (<code>/pahide</code>) (Permission node: <code>pixelauction.command.hide</code>) |
* Auction hover text now displays the Pokémon's gender and [[Poké Ball]] type. | * 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) | * Two new configuration options (Requires a new config to be generated) |
Latest revision as of 17:18, 6 June 2021
Contents
Version 1.3.2
Released June 6, 2021.
- Added the admin command
/pauc cancel <player>
, to allow cancelling of an auction by an admin.
Version 1.3.1
Released December 15, 2020.
- Fixed a nasty money duplicating exploit that allowed two people to generate infinite money, very quickly.
- Tidied up code massively. Changes are now much easier to perform.
- Updated configuration system. Has an internal version of AquaAPI. Compatible with regular AquaAPI installations.
- Command responses now have a lang file.
- Commands are now sane, and use a base command, /pauc. Perms are also more sane. pauc.user.<command>, pauc.admin.<command>.
- Tab completion.
Version 1.2.2
Released April 05, 2020.
Features
- Added a way to choose how the
/pabid
command works!- NOTE: After some brainstorming with Mikirae, the way that PixelAuction works was changed. 1.2.2 now has a new config boolean to choose how to use it.
/pabid <bid increment>
or/pabid <totalPriceWithBidIncrement>
- NOTE: After some brainstorming with Mikirae, the way that PixelAuction works was changed. 1.2.2 now has a new config boolean to choose how to use it.
Version 1.2.1
Released April 03, 2020.
Features
- Updated to Pixelmon 7.2.2.
- Added the ultrabeast check for the min-pricing config.
- Plugin can now have its config file reloaded!
- You can now view the highest bidder on an auction if it's you, if you're the seller or if you have the permission!
Bug fixes
- Fixed the "Auction Messages time left thing" config.
- Fixed text formatting of the extras category.
- Fixed Mew extra stats and added Meltan, Azelf, Mesprit and Uxie extra stats.
- Fixed the confusing bid system.
- Fixed errors when bidding certain amounts.
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.