YiC200333 / XConomy

An economy plugin that supports data synchronization between multiple servers
GNU General Public License v3.0
95 stars 33 forks source link

question about the baltop command #88

Closed Zarkness closed 1 year ago

Zarkness commented 1 year ago

Does the /baltop command only show the top 10 people with the most money or does it show the top from 1 to infinity?

For example if I get 5000 users in 1 year, if I set /baltop 50 it will show me the people who are more than the top 10.

That is something that has the essentials and I like that you can go looking at the money of all the people who entered the server.

YiC200333 commented 1 year ago

You can set this in config.yml

Zarkness commented 1 year ago

okey thanks

Zarkness commented 1 year ago

the option you say is the one in the image? if it is that would be possible to put that has no limit is that I do not want to have a maximum limit of 100, I want to be able to put that they can see infinitely, if I enter a total of 4000 people in 2 years so they can see the money they have those 4000 people in the top and that will increase as they enter new users image @YiC200333

YiC200333 commented 1 year ago

Without the infinite option, infinite ranking will increase the pressure on the database

Zarkness commented 1 year ago

Without the infinite option, infinite ranking will increase the pressure on the database

that is not a problem in my case, it is more for taste, so I can put either by custom menu, or with the plugin itself by chat to see the top to where it exists, if the current limit is 50 then look at the top to 50, if in the future the limit of the top is 10000 then look at the 10000

Zarkness commented 1 year ago

thanks

YiC200333 commented 1 year ago

But XConomy's Ranking adopts a caching mechanism. If you set it to infinite in config, it will be read all data from MySQL periodically

YiC200333 commented 1 year ago

So you can't restrict him through buttons

Zarkness commented 1 year ago

okey