标题: [经济|管理]Total Economy —— Sponge上的经济插件[1.8-1.10]
本帖最后由 1582952890 于 2017-9-16 17:50 编辑
前言 该插件在论坛上已有人搬运过,但由于长期未更新
作者已经出了很多新内容,因此重新搬运下
授权证明:
介绍: Total Economy是一个能解决你在MC游戏中对经济有需求的插件
(就是跟经济有关的插件都得用到它)
Total Economy is an all in one Minecraft Economy plugin that aims to suit all of your in-game, economic needs.
指令:- /pay [玩家] [金额] - 给玩家付钱
- /balance - 显示你的余额(/bal也行)
- /job - 显示你最近的工作资料、工作清单
- /job set [工作名] – 设置你的工作名
- /job toggle - 切换工作奖励通知 开/关
- /job info – 显示所有物品、方块、怪物所奖励给玩家的经验或金钱的分页列表
- /setbalance [玩家] [金额] – 修改玩家的余额(/setbal也行)
- /adminpay [玩家] [金额] – 以OP方式给玩家钱
- /viewbalance [player] – 查看一位玩家的余额(/vbal也行)
- /balancetop – 列出土豪榜 (/baltop也行)
复制代码
权限:均为对应指令
- totaleconomy.command.pay
- totaleconomy.command.balance
- totaleconomy.command.job
- totaleconomy.command.jobset
- totaleconomy.command.jobtoggle
- totaleconomy.command.jobinfo
- totaleconomy.command.setbalance
- totaleconomy.command.adminpay
- totaleconomy.command.viewbalance
- totaleconomy.command.balancetop
复制代码
.
配置文件 - currency-plural=元
- #复数货币
- currency-singular=元
- #单数货币
- features {
- jobs {
- enable=false
- notifications=true //通知
- permissions=false //权限
- salary=true //薪水
- }
- moneycap {
- amount=10000000 //最大限额
- enable=false
- }
- }
- startbalance=100 //起始金额
- symbol="¥"; //单位符号
复制代码职业系统默认开启,请自行关闭
注意事项:注意:单数货币和复数货币在中文里改成一样的 如果服务器是有玩家进入后改了货币名称,会造成无法使用货币的问题 解决方法:打开配置文件中的accounts.conf 将每位玩家的数据中的第三行 -balance前面改为你设置的货币名称 例如你设置的名称是“元”,原先是“Dollars” 就将所有玩家的Dollars-balance改成元-balance 然后保存,重启服务器。建议使用notepad++,可一次性改完 |
功能&特色 - Ability to pay other players
- 支付给其他玩家需要权限
- Ability to enable/disable features of the plugin.
- 通过权限开\关插件特性
- Full customization of jobs and the ability to createcustom jobs (Currently only jobs that involve placing/breaking blocks, andcatching fish)
- 可完整的定制工作以及自定义权限工作(目前只有放置\破坏方块,以及钓鱼)
|
将来计划
玩家商店
OP商店
银行
交易
记分牌
更多的……即将到来
下载地址