本帖最后由 哦也~ 于 2019-7-28 21:25 编辑
AConomy
功能就像它的名字一样,一个简单的经济插件。
适用那些单纯想要为服务器提供个经济功能的服主,没有多余的功能。
支持Mysql,但必须要Vault作为前置!!
特点
- 支持Mysql数据库! (默认为yaml存储)
- 自定义文本! (就是汉化简便)
- 支持Vault (根本离不开!)
- 没有多余的功能
- 更新频率(作者老积极了,一有BUG就改)
- 可对玩家进行排名
命令&权限
- /money ( aconomy.balance ) #查看自己的"余额"。
- /money check [玩家名称] ( aconomy.balance.other )#查看指定玩家的"余额"。
- /money help (aconomy.help )#查看相关帮助。
- /money pay [玩家名称] [数目] ( aconomy.pay ) #给指定玩家转账。
- /money top ( aconomy.top ) #查看"余额"排行榜。
- /money < give|set|take > [玩家名称] [数目] ( aconomy.admin ) #给予|设置|拿取玩家的指定数量的"余额"。
- /money reload #重载配置插件文件
用途
配置文件(config.yml)
#=====================================================================================\
# ||
# AConomy Made by Abcik ||
# Version 2.2 ||
# A very simple plugin on the economy with the support of the vault, ||
# MYSQL and local playerdata. Attention! To AConomy works you need a vault plugin. ||
# ||
#=====================================================================================/
#aconomy.balance - For /money
#aconomy.balance.other - For /money check [player]
#aconomy.help - For /money help
#aconomy.top - For /money top
#aconomy.pay - For /money pay [player] [amount]
#aconomy.admin - For /money (give|take|set)
#Players initial balance
StartingBalance: 0.0
#Format of money.
#Available Formats:
# 1 - "1"
# 2 - "1.5"
# 3 - "1.45"
MoneyFormat: 3
#Top update time
#In minutes
TopUpdate: 720
#Top size
#min=1; max=20;
TopSize: 10
#If false date will use nickname.
#If true data will use UUID.
#It is recommended to set the same as the server.
OnlineMode: true
#MYSQL settings
Mysql:
Enabled: false
Host: 'localhost'
Port: '3306'
Username: 'root'
Password: 'Password'
Database: 'Database'
#Messages settings
Messages:
OnlyForPlayers: '&d&lAConomy &cOnly for players!'
NotEnoughForTop: '&d&lAConomy &cNot enough players to make a top!'
TopNull: '&d&lAConomy &cTop is updating... Wait!'
NoAccount: '&d&lAConomy &c%player% has not account!'
NotEnoughMoney: '&d&lAConomy &cNot enough money!'
NoPermissions: '&d&lAConomy &cYou dont have permissions to this!'
HelpPlayer:
- '&d&lAConomy &ePlayer help:'
- '&7/money &fCheck your balance.'
- '&7/money help &fShow this message.'
- '&7/money top &fShow top players.'
- '&7/money check [player] &fCheck player balance.'
- '&7/money pay [player] [amount] &fPay your money to other player.'
HelpAdmin:
- '&d&lAConomy &eAdmin help:'
- '&7/money &fCheck your balance.'
- '&7/money help &fShow this message.'
- '&7/money top &fShow top players.'
- '&7/money check [player] &fCheck player balance.'
- '&7/money pay [player] [amount] &fPay your money to other player.'
- '&7/money give [player] [amount] &fGive money to player.'
- '&7/money take [player] [amount] &fTake money from player.'
- '&7/money set [player] [amount] &fSet balance to player.'
TopStructure: '&f%place%. &e%player% &f- &e%balance%'
YourBalance: '&d&lAConomy &fYour balance: %balance%'
OtherBalance: '&d&lAConomy &fplayer %other% has %balance%'
PayUsage: '&d&lAConomy &fUse: /money pay [player]'
PayToMyself: '&d&lAConomy &fYou transferred money from one pocket to another.'
PaySend: '&d&lAConomy &fYou payed %summ% to %receiving%.'
PayReceive: '&d&lAConomy &fYou receive %summ% from %sender%.'
CheckUsage: '&d&lAConomy &fUse: /money check [player]'
GiveUsage: '&d&lAConomy &fUse: /money give [player] [amount]'
GiveSuccessfully: '&d&lAConomy &fMoney Gived!'
TakeUsage: '&d&lAConomy &fUse: /money take [player] [amount]'
TakeSuccessfully: '&d&lAConomy &fMoney taked!'
TakeNotEnoughMoney: '&d&lAConomy &fPlayer has not enough money'
SetUsage: '&d&lAConomy &fUse: /money set [player] [amount]'
SetSuccessfully: '&d&lAConomy &fMoney set!'
|
下载
点击Download Now自动下载最新版
非常棒的插件 感谢转载
BC跨服 玩家离线时 其它玩家购买离线玩家的商品 其它子服会不会同步不及时?比如QS商店
既然是mysql数据库,那么一般都会实时上传吧,如果不行也不是这个插件的问题,因为他是实时上传的
这个排名功能无法正常使用
检测不到玩家数据变动
后台没报错,显示没有人能上榜..
不知道稳定性怎么样

有待测试
很不错的插件,支持!
这个经济插件挺好的,支持一下,感谢LZ搬运
这个插件确实比ECO好用多了
先拿着看看吧。留在服务器如果能用上就好了!
挺好的谢了
目前 猜测 关服时 插件关闭数据库 有大几率会卡主线程 让人很难受