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

Bukkit/FAQ

来自Minecraft插件百科
Iwar讨论 | 贡献2014年11月2日 (日) 07:36的版本 (添加英语原文)
跳转至: 导航搜索
Icon-info.png
本页面已存在其他语言的内容,请协助翻译为本地化的中文。
  • 点击此处开始翻译。
  • 如本模板出现在原文存档页面,请注意更新主页面后,仍需要去除此处该模板。
  • 如当前页面已经没有需要翻译的内容,请删去待翻译模板。
  • 有标题的大篇幅文章,如果短时间内无法全部翻译,请先把所有的标题翻译出来,以便之后的贡献者选择与翻译章节内容。

以下英语原文来自BukkitWiki.

What is the BukkitWiki?

The BukkitWiki is the official home of the Bukkit documentation and other help related information. As this is a wiki, anyone within the community is free to contribute information to it. By contributing to the wiki, you agree to release your writing/articles to the Bukkit Organisation to be freely modified and used wherever we deem necessary without any attribution of credit apart from the wiki Recent Changes log. While we value contributions made by the community, plastering credit all over content you've added creates clutter and makes the wiki look messy.

What is the difference between Bukkit and CraftBukkit?

Bukkit is the developer API, while CraftBukkit is a mod for the official Minecraft server that implements the Bukkit API.

Basically, Bukkit is what plugin developers work with to bring you those cool, new features that make your server awesome.

CraftBukkit is what we've made so that you can use those plugins with the official Minecraft server.

Where can I get it?

The latest Recommended Build of CraftBukkit can be found at dl.bukkit.org. Take a look at Setting up a server to get started.

From dl.bukkit.org you can also access beta and development builds by clicking the Alternate Versions link or at www.dl.bukkit.org/downloads/craftbukkit/

What is the difference between the Recommended, Beta, and Development builds?

A recommended build has met our highest requirements and testing for release and we believe it to be bug-free. A beta build is considered stable but has not received the amount of testing a recommended build needs. A development build is any changes in between the other two types of builds. These can be highly stable or highly unstable. See this post by EvilSeph for more information on the difference between beta and recommended builds.

I made a plugin. Where do I submit it?

Create a project page for your plugin at BukkitDev, the community plugin resource site. The system is managed by the BukkitDev Staff. See the Project Submission Guidelines for information on what you should do when submitting.

How do I get Bukkit source code?

The source code can be found here. You will need Maven3 to build Bukkit.

How do I rename a command?

Commands can be renamed by creating aliases in the file bukkit.yml or commands.yml

Have a look at Commands.yml for instructions on how to do this.

How do I customize my server's help pages?

Help can be customized by editing the Help.yml file.