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

“Bukkit/FAQ”的版本间的差异

来自Minecraft插件百科
跳转至: 导航搜索
I made a plugin. Where do I submit it?
(修正模板)
 
(未显示3个用户的7个中间版本)
第1行: 第1行:
{{待翻译}}
+
[[Bukkit/FAQ/en|点击此处浏览原文]]
 +
{{待完善}}
 
以下英语原文来自BukkitWiki.
 
以下英语原文来自BukkitWiki.
 
==== 什么是BukkitWiki?  ====
 
==== 什么是BukkitWiki?  ====
  
BukkitWiki是存放Bukkit文档和其他相关帮助信息的官方网站.站点性质(Wiki)允许社区中的任何人自由地对其贡献. 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.
+
BukkitWiki是存放Bukkit文档和其他相关帮助信息的官方网站.站点性质(Wiki)允许社区中的任何人自由地对其贡献. 在你贡献时,意味着你已经直接授权你的文字给bukkit官方,可以给其他人在任何地方自由修改和参考 While we value contributions made by the community, plastering credit all over content you've added creates clutter and makes the wiki look messy.
  
 
==== Bukkit和CraftBukkit的区别是?  ====
 
==== Bukkit和CraftBukkit的区别是?  ====
第15行: 第16行:
 
==== 我在哪里可以获取服务端?  ====
 
==== 我在哪里可以获取服务端?  ====
  
最新的CraftBukkit服务端版本将发布在[http://dl.bukkit.org dl.bukkit.org]. 参见 [[Setting up a server]] to get started.
+
最新的CraftBukkit服务端版本将发布在[http://dl.bukkit.org dl.bukkit.org]. 参见 [[教程/服务器相关]] 来开始架设服务器
  
  [http://dl.bukkit.org dl.bukkit.org] 在这里你同时也可以获取you can also access beta and development builds by clicking the Alternate Versions link or at [http://dl.bukkit.org/downloads/craftbukkit/ www.dl.bukkit.org/downloads/craftbukkit/]
+
  [http://dl.bukkit.org dl.bukkit.org] 在这里您同时还可以通过单击测试版版本链接或点击这个链接 [http://dl.bukkit.org/downloads/craftbukkit/ www.dl.bukkit.org/downloads/craftbukkit/]来获取。
  
==== What is the difference between the Recommended, Beta, and Development builds? ====
+
==== Recommended(正式版), Beta(测试版), 和  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 [http://forums.bukkit.org/threads/reminder-bukkit-is-following-a-new-release-system.65358/ this post] by EvilSeph for more information on the difference between beta and recommended builds.
+
正式版已经通过了最严格的测试和达到了对应需求,我们认为它是没有漏洞的(啧。)。测试版是已经被严格考量但是没有达到正式版的要求。而开发版本则会体现每个版本之间的修改,但稳定性没有保障。 See [http://forums.bukkit.org/threads/reminder-bukkit-is-following-a-new-release-system.65358/ this post] by EvilSeph for more information on the difference between beta and recommended builds.
 
==== 哪里可以提交我的插件?  ====
 
==== 哪里可以提交我的插件?  ====
  
 
在[http://dev.bukkit.org/ BukkitDev 社区插件资源站]为你的插件创建一个项目页面.这个系统由BukkitDev职员进行管理. [[BukkitDev:Project_Submission_Guidelines|Project Submission Guidelines 在这里查看在提交插件过程中所需要的信息]]
 
在[http://dev.bukkit.org/ BukkitDev 社区插件资源站]为你的插件创建一个项目页面.这个系统由BukkitDev职员进行管理. [[BukkitDev:Project_Submission_Guidelines|Project Submission Guidelines 在这里查看在提交插件过程中所需要的信息]]
  
==== How do I get Bukkit source code?  ====
+
==== 我怎样才能获得Bukkit源码?  ====
  
The source code can be found [https://github.com/Bukkit/ here]. You will need [http://maven.apache.org/ Maven3] to build Bukkit.
+
源码可以在 [https://github.com/Bukkit/ here] 找到. 你可能需要在 [http://maven.apache.org/ Maven3] 开发Bukkit.
==== How do I rename a command?  ====
+
==== 如何重命名指令?  ====
  
Commands can be renamed by creating aliases in the file bukkit.yml or commands.yml
+
你可以通过编辑bukkit.yml或是commands.yml创建别名来重命名指令
  
Have a look at [[Commands.yml]] for instructions on how to do this.
+
[[Commands.yml]] 中有说明怎样做到这一点
==== How do I customize my server's help pages? ====
 
  
Help can be customized by editing the [[Help.yml]] file.
+
==== 怎么才能自定义服务器帮助页面? ====
 +
 
 +
你可以通过编辑[[Help.yml]]文件来自定义帮助信息.

2015年9月2日 (三) 16:21的最新版本

点击此处浏览原文

Icon-info.png
本条目已有一定量的内容,但仍需完善

欢迎参与本条目的完善工作

你可以从以下几个方面入手

  • 参阅格式化手册,并对该页面进行相应格式排版工作;
  • 日常检查是否内容有更新版本并更新该页面;
  • 修复该页面中已出现/潜在的问题

以下英语原文来自BukkitWiki.

什么是BukkitWiki?

BukkitWiki是存放Bukkit文档和其他相关帮助信息的官方网站.站点性质(Wiki)允许社区中的任何人自由地对其贡献. 在你贡献时,意味着你已经直接授权你的文字给bukkit官方,可以给其他人在任何地方自由修改和参考 While we value contributions made by the community, plastering credit all over content you've added creates clutter and makes the wiki look messy.

Bukkit和CraftBukkit的区别是?

Bukkit一种供开发者使用的API(应用程序接口),而CraftBukkit是一种Minecraft官方服务器的拓展模组(服务端),其使用的接口为Bukkit API.

从根本上来说, Bukkit即是插件开发者用来开发那些给你们带来酷炫,新颖的特性从而使你的服务器更加高端的东西.

CraftBukkit则是我们制作的能够使用插件的一种服务端.

我在哪里可以获取服务端?

最新的CraftBukkit服务端版本将发布在dl.bukkit.org. 参见 教程/服务器相关 来开始架设服务器

dl.bukkit.org 在这里您同时还可以通过单击测试版版本链接或点击这个链接 www.dl.bukkit.org/downloads/craftbukkit/来获取。

Recommended(正式版), Beta(测试版), 和 Development builds(开发版)不同之处在哪儿?

正式版已经通过了最严格的测试和达到了对应需求,我们认为它是没有漏洞的(啧。)。测试版是已经被严格考量但是没有达到正式版的要求。而开发版本则会体现每个版本之间的修改,但稳定性没有保障。 See this post by EvilSeph for more information on the difference between beta and recommended builds.

哪里可以提交我的插件?

BukkitDev 社区插件资源站为你的插件创建一个项目页面.这个系统由BukkitDev职员进行管理. Project Submission Guidelines 在这里查看在提交插件过程中所需要的信息

我怎样才能获得Bukkit源码?

源码可以在 here 找到. 你可能需要在 Maven3 开发Bukkit.

如何重命名指令?

你可以通过编辑bukkit.yml或是commands.yml创建别名来重命名指令

Commands.yml 中有说明怎样做到这一点

怎么才能自定义服务器帮助页面?

你可以通过编辑Help.yml文件来自定义帮助信息.