本帖最后由 447032928 于 2017-11-11 09:07 编辑
截图预览(官网非最新版截图)
插件介绍
一个使用Gui界面进行以物易物(钱)的插件,可以有效防止关于各种交易骗局。
/Trade <ID> - 请求与某玩家交易/Trade Accept - 接受当前的交易请求
/Trade Decline - 拒绝当前的交易请求
/Trade Reload - 重载config.yml配置文件
权限列表
trading.trade - 玩家权限,玩家要有这个权限才能进行交易
trading.admin - 管理员权限,允许使用插件的所有命令包括/Trade Reload
使用教程
一个玩家离另外个玩家10格(可修改)内并请求贸易。如果玩家接受,交易GUI界面将打开。把你想与其他玩家交易的物品放到GUI界面你的区域内。准备好后,点击绿色的羊毛表示你已经准备好了。一旦双方玩家都准备了,5秒(可修改)倒计时开始,倒计时开始后没有玩家可以改变交易的物品。如果你改变主意,通过点击红色羊毛取消贸易。如果你不改变主意,界面倒计时结束。这两名玩家将在同一时间收到他们的交易物品。交易从未如此公平,安全,简单。
配置文件
- CountdownLength: 5 #双方确认交易后倒计时的时间,单位秒
- Distance: 10.0 #交易双方之间的最大距离,如果超过这个距离则不能交易。设置为-1为无限距离,但是仍然不能跨世界交易
- TradeCurrency: true #是否启用经济插件支持,如果设置为false,则不能使用经济功能来进行交易
- TradeCurrencyAmount: 100.0 #每点击一次所更改的金钱数量,这个数值必须大于0
- TradeInCreative: false #在创造模式下能否进行交易
- ShiftRightClick: true #是否开启按住shift并右键玩家来进行交易
- Messages: #在这里,你能更改交易时提示的消息(暂时不汉化,等有空了再来)
- error-not-involved: '&bTrading> &7You are currently not involved in any trades'
- error-trade-already-accepted: '&bTrading> &7The trade has already been accepted'
- error-accepter-different-trade: '&bTrading> &7The player &b%accepter% &7is currently involved in a different trade'
- error-requester-different-trade: '&bTrading> &7You are currently involved in a different trade'
- error-distance: '&bTrading> &7You must be within 10 blocks of a player to trade'
- error-world: '&bTrading> &7You must be in the same world as a player to trade'
- error-self: '&bTrading> &7You cannot trade with yourself'
- error-not-online: '&bTrading> &7The player &b%accepter% &7is not online'
- error-creative: '&bTrading> &7You cannot trade while in &bCreative &7mode'
- error-incorrect-usage: '&bTrading> &7Incorrect Usage, Correct Usage: &b/Trade (PlayerName)&7, &b/Trade Accept&7, or &b/Trade Decline'
- trade-request-sent: '&bTrading> &7Trade request sent to the player &b%accepter%'
- trade-request-received: '&bTrading> &7The player &b%requester% &7has just requested a trade with you. You have 15 seconds to accept'
- trade-accepted: '&bTrading> &7Trade has been accepted'
- trade-successful: '&bTrading> &7Trade was successful'
- trade-cancelled: '&bTrading> &7Trade has been cancelled'
- trade-cancelled-creative-reason: '&bTrading> &7This was because a player was in creative mode'
- traded-currency: '&bTrading> &7You have traded &b%currencyamount% &7as a result of the trade'
- received-currency: '&bTrading> &7You have received &b%currencyamount% &7as a result of the trade'
- config-reloaded: '&bTrading> &7The &bconfig.yml &7file has been reloaded'
- Item-Names: #交易界面的文本
- inventory: '|You| |Other|'
- divider: ' '
- decline-trade: '&cClick to Cancel Trade'
- accept-trade: '&aClick to Ready Trade'
- not-ready: '&7Not Ready'
- ready: '&aReady'
- add-currency: '&aAdd &f%currencyamount%'
- remove-currency: '&cRemove &f%currencyamount%'
- total-currency: '&aCurrent Money-to-be-Traded: &f%currencyamount%'
- Item-Lores: #同意或拒绝交易的文本
- decline-trade:
- - '&7Click this block at any'
- - '&7time during the trade to cancel'
- accept-trade:
- - '&7Once both traders have clicked'
- - '&7this block, the countdown will'
- - '&7begin'
- add-currency: #添加金钱到交易之中的文本
- - '&7Adds your money to the trade'
- remove-currency: #撤销已经添加到交易中的金钱的文本
- - '&7Removes your money from the trade'
复制代码
|
更新计划
添加交易完成的倒计时 已完成收到伤害时取消交易 已完成可以在配置文件中修改文本信息 已完成支持经济插件 已完成可配置的最大交易距离 已完成Configurable world ignore option 已完成(这一句没看懂)Ignored PvP Compatibility 已完成 (也没有看懂。。。)- VIP有更多的交易空间
- 记录玩家的交易
- 如果在最后的交易倒计时中物品被更改,则返回到未准备的状态
- 阻止玩家与隐身的玩家进行交易
视频教程(需要**)
更新日志(英文慎入)
*DUPE GLITCH IS NOW RESOLVED*
Never fails.. Every time I post a major resource update with amazing features... I always forget one small thing insignificant thing that will overshadow the previous update.. lol.
As a result, here is the new update! Its got all of the previous features and a permission node for /trade reload which istrading.admin.
So I'm going to repost the previous update changes here as well!
Additions:
- Shift-Right Clicking can be enabled to begin and... david_rosales, Aug 8, 2015Report... Read MoreLike
jayclrk358, Patryk and Henry Daeche like this.- New Features and Other Fixes
*DUPE GLITCH IS NOW RESOLVED*
Additions:
- Shift-Right Clicking can be enabled to begin and accept trades
- /trade reload now reloads the config file
- There is now an option to restrict trading while in Creative mode
Fixes:
- Dupe glitch is resolved
New Configuration Options:
* TradeInCreative
* ShiftRightClick
* Messages: error-creative
* Messages: trade-cancelled-creative-reason
* Messages: config-reloaded david_rosales, Aug 8, 2015ReportLike
Patryk likes this. - THE ECONOMY UPDATE w/ Quick Addition
Contains all previous economy update awesome features!
To see them, click here (CLICK IT! ITS AMAZING).
I decided to release this update right after because it was brought to my attention that the small addition would make the plugin so much better. I also didn't want to have to have people wait for such a small addition over such a long period of time till the next major update. Therefore....
Additions:
- Added... david_rosales, May 22, 2015Report... Read MoreLike
trisgaming, Zrips, TheMcGuider and 1 other person like this. - THE ECONOMY UPDATE
The much awaited economy update has arrived.
As for the changelog:
- Fixed nullpointer for world distances
- Added softdepend on vault
- Added 'error-world' configurable message
- Fixed where world will be ignored if distance is set to -1
- Added 'tradecurrency' configurable option
- Added 'tradecurrencyamount' configurable quantity
- Added redstone torch/regular torch to signal that money is being traded
- Added gold block that displays the grand total
- Added gold ingots that display... david_rosales, May 21, 2015Report... Read MoreLike
trisgaming, TheMcGuider, MyCrashTest and 10 others like this. - Memory Leak fixes, Bug fixes, and DISTANCES!
In this update the following things were fixed:
- Some noticeable memory leaks
- Cancelled PvP events still causing trade to stop
The following things were added:
- Ability to set or disable the maximum distance for a trade to occur david_rosales, Nov 13, 2014ReportLike
brunyman, Martijnie, TheMcGuider and 1 other person like this. - Custom Messages/Item Names
Added the following updates:
- All the messages can now be customized
- Item names can now be customized
- The trade inventory name can now be customized (Max 32 characters) david_rosales, Oct 13, 2014ReportLike - Fixed a bug
Fixed the following bug(s):
- Players trading with themselves david_rosales, Sep 22, 2014ReportLike
|
下载地址
如果网速可以较为流畅地访问spigotmc.org。那么请优先到spigotmc.org下载
http://www.mcbbs.net/forum.php?mod=redirect&goto=findpost&ptid=615254&pid=12475238
|
关于二搬
之前在站内是有这个插件的搬运贴的,但是已经非常久没有更新了,最后一次更新是在2015-05-21。
所以私自开了这个帖子,如果原搬运者上线了的话,我会与其交涉,如果不允许的话
我会找版主删帖的
|
看到了楼主的所在地眉山市
占L,支持一下,正在找交易插件就看到此贴了
可以通过动作直接触发么
配置文件第六行
- ShiftRightClick: true #是否开启按住shift并右键玩家来进行交易
复制代码
能不能弄个百度链接,外网真的慢!
{:10_516:}很棒的插件,要是有截图就好了。话说,china bbs biaoqingbao is very good!{:10_515:}
支持1710MCPC+么
理论是支持的?你可以先试试的嘛
出事我不管,我建议你先自己测试一下有没有BUG
支持1.9.4sp吗?
话说这个汉化了吗?如果汉化了1.9.4汉化本子通用不?
随你二搬吧,这个旧号我基本不使用了
谢谢

有汉化的话就会更完美了
233333333333333
楼主,汉化一下!随便更新一下插件!
这个插件已经不再更新了...
汉化的话我这边没有服务器可以测试,强行汉化的话可能会有问题,所以就一鸽再鸽...如果你有能力且有条件的话可以帮忙汉化一下,谢谢
楼主好人,服务器总是有熊孩子骗东西
问一下这个插件你汉化了吗,如果没有我可以汉化的
我抽时间汉化一下
楼主 我服务器另一个玩家显示接受了但是在显示接受下面出现一串红字这是咋了?
好的.玩家他同意交易申请以后也显示同意 就是不出来那个Gui对话框而是一串红字,我有Gui类型的插件也这样情况,我自己仿照汉化文本自己汉化一遍就行了,应该是配置文本问题吧 等会我自己弄弄不行我给你个截图 QQ:81808446
楼主你好,首先插件很好用,我简单翻译了一下,勉强能看懂吧,可以把文件发上来方便大家使用吗
该插件疑似剽窃TradeMe付费插件.
该插件疑似剽窃TradeMe付费插件.
可以的。
之前因为一些琐事一直没有时间上论坛,到现在才回复真是不好意思
BUG,服务器卡的时候可以取出里面的方块,比如金块什么的
作者,我自己已经汉化成功,加我Q1067114404,我发给你
很不错的插件
严重bug 能刷增加价格的金锭!
支持1.6吗

楼主没有有汉化吗
支持KC 1.7.10吗?
楼主,插件汉化放进去了,怎么一重载插件配置文件的内容怎么全没啦
支持1.9吗
看过好多服务器都有这个(づ ●─● )づ搬走辣谢谢楼主
这个插件有BUG 需要我做视频给你看吗