本帖最后由 1582952890 于 2017-9-17 09:27 编辑
Multi World Money
【绿色天空的插件搬运及汉化系列】
This plugin is for multi-world servers that want to keep money separate between worlds.In the same way as inventory plugins keep inventories separate, MultiWorldMoney does the same for money. This plugin was designed to be lightweight and work with economies like Essentials and inventory systems like MultiInv. If your multi-inventory plugin already separates money by world or you are using a multi-world capable economy, then you do not need this plugin.
|
这个插件可以使服务器的不同世界之间拥有不同的金钱系统,它的作用相当于多世界背包插件在不同的世界拥有不同的背包。这个插件就是设计成配合多世界背包插件MultiInv工作的。
安装
Download and install Vault and an Economy Plugin like Essentials if you haven't done so
Download and install Multiverse-Core (Optional but recommended)
Download the plugin (mwm.jar)
Place into your plugins folder
Restart your server (or reload plugins)
The plugin will make a folder called MultiWorldMoney. Open that folder.
Check config.yml and edit the newworldmessage to be what you want. See below for an example.
Edit the groups.yml file to match the world grouping you want.
Type /mwm reload in the game to reload the config and group files.
|
1.如果你没有Vault插件和像Essentials economy这样的经济插件的话,请先安装这些插件
2.下载这个插件
3.扔进你的插件文件夹
4.重启你的服务器
5.这个插件会生成一个叫MultiWorldMoney的文件夹,打开它
6.把config.yml里的newworldmessage改成你想要的,详情见下面的示例
7.编辑groups.yml
8.输入/mwm装载你更改的配置文件
配置
- # Config file
- #进入一个世界的信息
- newworldmessage:
- 在这个世界里,你的金钱数是%s
- # 是否允许贷款
- allowLoans: false
复制代码
使用
- /balance
- 显示所有世界和合计的金钱数
- 权限:
- mwm.balance
- /balance <玩家>
- 显示玩家的金钱数
- 权限:
- mwm.playerbalance
- 默认权限:op
- /mwm pay <玩家> <数量> <世界>
- 从你的账户给玩家金钱
- 权限:
- mwm.pay
- 默认权限:op
- /mwm give <玩家> <数量> <世界>
- 给玩家作弊的金钱
- 权限:
- mwm.give
- 默认权限:op
- /mwm take <玩家> <数量> <世界>
- 从玩家账户拿走金钱
- 权限:
- mwm.take
- 默认权限:op
- /mwm set <玩家> <数量> <世界>
- 设置玩家的金钱
- 权限:
- mwm.set
- 默认权限:op
- /mwm reload
- 重新加载此插件
- 权限:
- mwm.reload
- 默认权限:op
复制代码
更新日志
Release 1.7.9a
Bug fix - changes way that balances are set when changing worlds so that the underlying economy does not give an error.
修复bug-在改变世界时更改余额设置
Added debug setting to config.yml - not there by default, but can be added if required
在config.yml里面加入debug的设置。
Much more robust about not duplicating money if the underlying economy throws up errors
在经济系统出现错误时,不会重复计算
Reports errors to the console a lot more if there are any
有错误时,在控制台显示更多错误的问题
Fixed a small bug around value checking of commands
修复命令的一个小问题 |
下载
MultiWorldMoney.zip
(31.83 KB, 下载次数: 645)
使用方法:解压扔进插件文件夹
我的插件搬运插图完成了,在此感谢Edwatd_Yarn的提供!(抱歉我真不知道你的论坛id是什么,@不了)
最后@Lucky777777 ,我有时间我就把这个放到插件百科上= =