ChestShop (iConomyChestShop)

ChestShop (iConomyChestShop)

6M Downloads

Implementing scrolling signs?

maxlehot1234 opened this issue ยท 1 comments

commented

Is your feature request related to a problem? Please describe.

Big/long money amounts don't fit on sign

Describe the solution you'd like

Something that allow me to set bigger money. Useful for OP prison, factions, skyblock, survival servers

Describe alternatives you've considered

I thing about using others plugin that use commands instead of signs, but not so cool :( And can be hard for players

Additional context

Maybe implementing scrolling signs will do the trick and we can use the chestshop Confirmation addon to be sure.
It will also allow us to setup A buy and price sell with huge numbers like:
B 500000000 S 250000000
For now its simply impossible :( ^^

Thanks again for your time ;)

commented

I doubt this will be implemented anytime soon as this would break lots of assumptions that the plugin is currently doing. E.g. it would require storing information outside the sign, store the shop locations somewhere and then running tasks to animate all signs. (Theoretically an addon module could to that) There would also need to be some way of creating these signs as the normal and intended way of simply writing a sign (which is one of the goals of the plugins) wouldn't work...

As to the actual problem your suggestion is related to (big number amounts not fitting on the sign): The parse methods used for getting the price supports the normal exponential notation of Doubles (e.g. 2.65e6 for 2,650,000) so you can simply use these to fit higher amounts on the sign.