• 欢迎来到Minecraft插件百科!
  • 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
  • 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289

“RecipeManager”的版本间的差异

来自Minecraft插件百科
跳转至: 导航搜索
(创建)
 
特性
第6行: 第6行:
 
|網址=http://dev.bukkit.org/bukkit-plugins/recipemanager/
 
|網址=http://dev.bukkit.org/bukkit-plugins/recipemanager/
 
}}
 
}}
=特性=
+
== 插件特性 ==
NOTE: I will refer to some .html files in here, those files can be found in your /plugins/RecipeManager/ folder after you loaded the plugin the first time. The html files will also be updated automatically on new versions.
+
*自定义合成配方
Add new recipes:
+
*移除已有的配方,使其无法合成
Shaped or shapeless recipes with optionally multiple results;
+
*支持少数其他插件/Mod内配方的管理
Furnace recipes with optional custom cook time and optional special fuel;
+
*超多的标签搭配自定义合成配方
Fuel recipes with custom burning time or even random time from speciifed range.
+
 
See 'basic recipes.html' for more info.
 
Making recipes more special with flags, featured flags:
 
@permission to limit a recipe (or result) to specific permission node(s);
 
@remove, @restrict and @overwrite to remove/restrict/overwrite existing recipes, including Minecraft recipes.
 
@ingredientcondition to make extra requirements from ingredients like enchantments, ranged data values, stack amounts, etc;
 
@keepitem to keep an ingredient from using up and optionally damaging it in the process;
 
@modmoney/@reqmoney and their experience and level counterparts to require/give/take money/exp/level from crafter;
 
@cooldown to limit the usage of the recipe;
 
And a lot more, see 'recipe flags.html' for all of them including documentation.
 
Flags can also be added to results to make them more special, some featured result flags:
 
@cloneingredient to clone an ingredient's features over to the result, like data value, amount, enchantments, etc;
 
@itemname and @itemlore to edit a result's display name and description with colors;
 
@potionitem and @fireworkitem to design your custom potions and fireworks;
 
@getrecipebook to get a RecipeBook as result, ones generated by this plugin with recipes in them;
 
And a lot more, see 'recipe flags.html' for all of them including documentation.
 
Flexible recipe files to add your recipes in:
 
You can use any kind of spacing and letter casing you want in recipe files, also supports comments;
 
Design your file names and folder structure as you want in the 'recipes' folder;
 
Auto-generated recipe books with high customization:
 
Pick which recipes to be added and to what volume;
 
Re-arrange them as you like;
 
Books that players have are automatically updated when edited by admin and reloaded;
 
For more information see 'recipe books.yml' file.
 
 
=其他特性=
 
=其他特性=
 
Local documentation files for ease, the
 
Local documentation files for ease, the

2015年4月13日 (一) 04:50的版本

插件类型Spigot / CraftBukkit
最新版本v2.2.3
兼容服务端CB 1.7.9-R0.2
前置插件
源地址http://dev.bukkit.org/bukkit-plugins/RecipeManager

插件特性

  • 自定义合成配方
  • 移除已有的配方,使其无法合成
  • 支持少数其他插件/Mod内配方的管理
  • 超多的标签搭配自定义合成配方

其他特性

Local documentation files for ease, the .html files that will be generated the first time you run the plugin; Customizable settings, messages and item/data/enchant aliases in their respective YML files; Supports Vault for economy and permission groups; API for plugin developers, custom events and utility methods for most features; MCStats / Metrics: http://mcstats.org/plugin/RecipeManager

安装/更新

Download the latest version of the plugin 2.Place the RecipeManager.jar file in the plugins folder and start/restart the server 3.Now the plugins/RecipeManager/ folder is created which contains configuration files (.yml) and documentation files (.html) NOTE If you're upgrading from 1.x versions of RecipeManager, please first delete all files and folders except recipes folder from your RecipeManager folder before installing version 2, this will keep your folder clean because alot of files have been renamed and this way will be less confusing. Also some recipes or flags might not work like in 1.x versions, please re-test your recipes.

使用

Run the plugin at least once to allow the .html files to be generated then start with 'basic recipes.html'. Plugin settings can be configured in "plugins/RecipeManager/ config.yml" When you're done editing, type rmreload in server console to reload everything without a server restart. Commands and permissions can be found in 'commands & permissions.html' file.

资源