UnrealMultiple / TShockPlugin

TShock插件收集仓库
GNU General Public License v3.0
45 stars 11 forks source link

[建议|Suggestion] [Economics] more features from SEconomy & querying own or others amount & currency leaderboard #534

Closed Hexagonforce12 closed 3 weeks ago

Hexagonforce12 commented 4 weeks ago

已阅须知 | Read the guidelines

功能有益 | Feature is beneficial

插件名字 | Plugin Name

EconomicsAPI

需要什么功能? | What feature do you need?

I still don't see much of the EconomicsAPI plugin system, please add more features like that SEconomy plugin:https://github.com/Maxthegreat99/SEconomy And there is no command to see our own or other people's currency,So add a command to view currency such as /my bank, /view bank , /bank leaderboard SEconomy plugin screnshot: Screenshot_2024-10-25-10-42-46-59 Screenshot_2024-10-25-10-42-25-56

sgkoishi commented 4 weeks ago

What features from SEconomy are important to you? These 'economy' plugins are mainly used as XP instead of a real bank so people don't check their or others' currency - and the status text shows their XP automatically.

Hexagonforce12 commented 4 weeks ago

Seeing the currency is also important,Because most economic plugins make a lot of purchases such as upgrading, buying items in shops and so on, we have to know how much our currency is and see what the currency price is for upgrading Or buy something So as not to be curious,Features that might be good for the SEconomy plugin to add include setting the name of the currency that appears when killing an enemy so that not numbers but names appear,As well as commands to view currency and people currency, and the currency leaderboard

LaoSparrow commented 3 weeks ago

after this pr is merged, you can use /bank query to query your own amount or use /bank query <player_name> to query other player's amount.

However, I don't really see the necessity to implement the leaderboard feature, as the currencies in Economics series plugins are most likely a kind of xp which would be consumed when upgrading a player's own rank and group. Maybe need to implement it in a dedicated plugin? But definitely not in EconomicsAPI.

Hexagonforce12 commented 3 weeks ago

after this pr is merged, you can use /bank query to query your own amount or use /bank query <player_name> to query other player's amount.

However, I don't really see the necessity to implement the leaderboard feature, as the currencies in Economics series plugins are most likely a kind of xp which would be consumed when upgrading a player's own rank and group. Maybe need to implement it in a dedicated plugin? But definitely not in EconomicsAPI.

Maybe on RPG plugin,Thanks for updating