Bombaclat big changes
Added a pokemon filter to avoid selling wrong pokemon
This filter can be configured to not sell pokemon with certain aspects, like server skins etc. You should probably use this so players don't fuck up (this is common). It also has the filter options:
Added a sell all option which puts everything on the pc page into the sale cart. This works with the filter so it doesn't sell your good shit.
Oh, yeah I also added the option to name the GUI differently since that was requested. I'm not going to add the option to customize the GUI though since there's so many pokemon you're super limited nonetheless.
Lowkey might be other things but I forgot
This update brings the concept of supply and demand to pokesell. Every pokemon sold in the server all account for a lower price being set due to too high of a supply! You can edit how the supply affects the price of pokemon in the configs and this update brings the following configs:
"enableDecayingPrices": true,
"decayPercentage": 1.01,
"staticCoefficient": 1.0,
"enableDynamicCoefficient": false,
"targetZeroValue": 1000.0,
"hourlySoldDecay": 0.1,
Where the configs do the following:
The formula used is
basePrice - coefficient*decayPercentage^amountSold
This formula gives a nice and smooth curve and will allow the drop price to gradually speed up
Added PC Support Fixed Bug That Caused a Crash with LuckPerms
Initial Version
