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

Bukkit/FAQ/en

来自Minecraft插件百科
跳转至: 导航搜索
Icon-info.png
欢迎来到Bukkit/FAQ/en的原文存档

本页面作用

  • 翻译者查阅原文
  • 阅读者直接查看(对于开发文档,有些时候查看原文理解更快)
  • 更新姬对照查看是否有内容更新
  • 留作存档

本页面可直接访问,也可从主页面上方点击进入

Warning.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.