- 欢迎来到Minecraft插件百科!
- 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
- 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289
Citizens/角色/DtlTraders:修订间差异
Qsefthuopq(留言 | 贡献) (创建页面,内容为“<div class="infobox" style="width: 295; font-size: 12px; background: #FFFFFF; float: right; border: 1px solid #CCCCCC; margin-left:2.5em; padding: 9px;"> {{Box| BORD…”) |
无编辑摘要 |
||
第10行: | 第10行: | ||
<div class="padded" style="padding: 19px; font-family:camingodos-web, Helvetica; font-size:110%;"> | <div class="padded" style="padding: 19px; font-family:camingodos-web, Helvetica; font-size:110%;"> | ||
''' dtlTraders ''' | ''' dtlTraders ''' 是Citizens2的一个特性 可以创建一个简单的商店或者高级商店系统. | ||
''' | ''' 状态: ''' 已发布 | ||
''' | ''' 版本: ''' 3.5.2 | ||
''' | ''' 作者: ''' 4Creation | ||
''' | ''' 前作者: ''' Dandielo | ||
''' License: ''' [http://opensource.org/licenses/MIT MIT License] | ''' License: ''' [http://opensource.org/licenses/MIT MIT License] | ||
''' | ''' 源码: ''' 源码可以在GitHub [https://github.com/Dandielo/dtlTraders GitHub] 上找到 | ||
''' Issues and tickets: ''' Any tickets should be created on this page [https://dev.bukkit.org/projects/dtltraders/issues Bukkit Issues] | ''' Issues and tickets: ''' Any tickets should be created on this page [https://dev.bukkit.org/projects/dtltraders/issues Bukkit Issues] | ||
''' | ''' C联系: ''' 你可以发送到我邮箱: support@4Creation.pro | ||
''' | ''' 网页: ''' [http://www.4Creation.pro/ 4Creation Portal]dtlTraders 将在以后发布 ;) | ||
</div> | </div> | ||
第35行: | 第35行: | ||
== | == 关于 == | ||
'''dtlTraders''' is trait for Citizens2 allowing to use NPCs as merchants. | '''dtlTraders''' is trait for Citizens2 allowing to use NPCs as merchants. | ||
第48行: | 第48行: | ||
== | == 功能 == | ||
All working features, you can use with version '''3.0.8''' | All working features, you can use with version '''3.0.8''' | ||
第69行: | 第69行: | ||
== | == 使用前 == | ||
To get this plugin working you will need to get the following plugins: | To get this plugin working you will need to get the following plugins: | ||
第82行: | 第82行: | ||
== | == 如何用: == | ||
Here are a bunch of helpful tutorials and links that can you help setting up a trader. You can also find here information about the advanced setup of this plugin. | Here are a bunch of helpful tutorials and links that can you help setting up a trader. You can also find here information about the advanced setup of this plugin. | ||
第88行: | 第88行: | ||
If you lack some information you can always send US a mail to support@4Creation.pro | If you lack some information you can always send US a mail to support@4Creation.pro | ||
=== | === 基本设置 === | ||
This [http://wiki.citizensnpcs.co/DtlTraders/basics tutorial] shows how to create a trader from scratch, how to add, edit and remove items. | This [http://wiki.citizensnpcs.co/DtlTraders/basics tutorial] shows how to create a trader from scratch, how to add, edit and remove items. | ||
第95行: | 第95行: | ||
I will also describe some config values, how they affect the game and '''in-game management''' of a trader and also which of them are trader specific. | I will also describe some config values, how they affect the game and '''in-game management''' of a trader and also which of them are trader specific. | ||
=== | === 配置 === | ||
http://wiki.citizensnpcs.co/DtlTraders/config | http://wiki.citizensnpcs.co/DtlTraders/config | ||
=== | === 命令和权限 === | ||
http://wiki.citizensnpcs.co/DtlTraders/Commands | http://wiki.citizensnpcs.co/DtlTraders/Commands | ||
第105行: | 第105行: | ||
http://wiki.citizensnpcs.co/DtlTraders/permissions | http://wiki.citizensnpcs.co/DtlTraders/permissions | ||
=== | === 语言和翻译 === | ||
=== | === 高级设置 === | ||
=== Patterns === | === Patterns === |
2021年5月4日 (二) 16:19的版本
dtlTraders
|
关于
dtlTraders is trait for Citizens2 allowing to use NPCs as merchants.
Creating a basic trader and managing his stock is really easy, you need to know only one simple command (/trait trader) and all other things are achieved by using the provided GUI.
However you are not forced to use the trader interface if you don't want to, this plugin comes along with a bunch of commands, and a templating feature called patterns, this allows you to create, change, extend, merge shops in any way you want! You can also manage items and prices in shops using permissions, allowing you to change the shop content depending when a player has the required permission!
Also if you want you can translate each end-user part of the plugin into your language, as a result, this plugin also comes along with ready and built in translations into some languages. If you want to contribute a translation send US a mail to support@4Creation.pro .
功能
All working features, you can use with version 3.0.8
- Selling items to players
- Buying items from players
- Easy adding, editing and removing items from a trader stock
- Easy price setting mechanism
- Allowing to open and set a sub-inventory with more specific amount choices for items
- Prices set can apply to a unit or to the whole stack
- Prices are calculated always for each added amount (in the sub-inventory) automatically and on the fly
- Supporting ALL custom items the bukkit API provides!
- Supporting 4 attribute modifiers described here!
- A lot of settings, you can change to fit your needs
- A advanced translation system allowing almost everything to translate!
- Patterns allowing to setup traders even faster and permissions specific!
- Pattern system along with the default-pattern allows to create shops using just one command!!!
- The plugin has it's own API allowing to create custom Trader types and item attributes!
- Much more incoming!
使用前
To get this plugin working you will need to get the following plugins:
- Citizens2
- Vault
- Vault supported economy plugin, like BOSEconomy, Fe
- Vault supported permission plugin, like PermissionEx, Groupmanager
After you got all of them you can just simply put the dtlTradersx.x.x.jar into the plugin directory and start using this plugin.
For the most basic setup you need only to know one command, /trader create <name> that creates a trader or simply create an NPC and add the /trait trader to it.
如何用:
Here are a bunch of helpful tutorials and links that can you help setting up a trader. You can also find here information about the advanced setup of this plugin.
If you lack some information you can always send US a mail to support@4Creation.pro
基本设置
This tutorial shows how to create a trader from scratch, how to add, edit and remove items. It shows you how to set prices, manage stock item flags and how to use the multiple amounts feature.
I will also describe some config values, how they affect the game and in-game management of a trader and also which of them are trader specific.
配置
http://wiki.citizensnpcs.co/DtlTraders/config
命令和权限
http://wiki.citizensnpcs.co/DtlTraders/Commands
http://wiki.citizensnpcs.co/DtlTraders/permissions