bukkit api_适用于任何Bukkit服务器的8个基本插件

bukkit api_适用于任何Bukkit服务器的8个基本插件

bukkit api

bukkit api_适用于任何Bukkit服务器的8个基本插件
()

Running a vanilla Minecraft server is fun, but the real advantage to using Bukkit is the ability to install plugins to change gameplay. Bukkit plugins can do anything from protecting your world and managing large servers to adding gameplay and new features, and we’ve compiled a list of the best to add to your server.

运行香草Minecraft服务器很有趣,但是使用Bukkit的真正好处是能够安装插件来更改游戏玩法。 Bukkit插件可以做任何事情,从保护您的世界和管理大型服务器到添加游戏性和新功能,我们已经汇编了一系列最好添加到您的服务器中的清单。

RELATED: How to Run a Spigot Minecraft Server for Customized Multiplayer

相关: 如何为定制的多人游戏运行Spigot Minecraft服务器

In case you’re not familiar with Bukkit, it is a modified fork of the official Minecraft server released by Mojang. It allows server admins to modify and protect the world, and to install server-side mods to change gameplay. It is also faster than the official server. The latest version of Bukkit is called Spigot, and you can read up on it here.

如果您不熟悉Bukkit,它是Mojang发行的Minecraft官方服务器的改良版。 它允许服务器管理员修改和保护世界,并安装服务器端mod来更改游戏玩法。 它也比官方服务器更快。 Bukkit的最新版本称为Spigot,您可以在此处阅读。

安装插件 (Installing Plugins)

bukkit api_适用于任何Bukkit服务器的8个基本插件

Installing plugins is fairly simple, just drag and drop the plugin .jar file into your server’s ‘plugins’ folder, and restart the server. However, problems can arise when installing lots of plugins or incompatible plugins. Outdated Bukkit plugins may or may not work. Check which version of Bukkit you are running by typing “/version” into chat. Most of the time, plugins built for 1.7 will work for 1.8, but sometimes they do not. It is recommended to only install plugins one at a time so that in the event of a compatibility issue, you will know which one caused the issue.

安装插件非常简单,只需将插件.jar文件拖放到服务器的“ plugins”文件夹中,然后重新启动服务器即可。 但是,在安装许多插件或不兼容的插件时可能会出现问题。 过时的Bukkit插件可能会或可能不会起作用。 通过在聊天中输入“ / version”来检查您正在运行的Bukkit版本。 在大多数情况下,为1.7构建的插件将在1.8上运行,但有时不起作用。 建议一次只安装一个插件,这样在出现兼容性问题时,您将知道是哪个插件引起了问题。

世界卫队 (WorldGuard)

bukkit api_适用于任何Bukkit服务器的8个基本插件

WorldGuard is a expansive plugin that protects your world. Out of the box, it protects your world from being destroyed by monsters or new players. The main feature is the ability to make regions and define rules in those regions. For example, you could set a region to contain your house and set the game rules for that region so that nobody except you could go inside or place blocks. You can also prevent items like TNT from being used inside the region. WorldGuard has lots of good features and should be installed on any public server looking to protect itself from players who just want to destroy things.

WorldGuard是一个保护您的世界的扩展插件。 开箱即用,它可以保护您的世界免受怪物或新玩家的破坏。 主要功能是能够创建区域并在这些区域中定义规则的能力。 例如,您可以设置一个区域来容纳您的房屋,并设置该区域的游戏规则,以便除了您之外,没有人可以进入或放置障碍物。 您还可以防止在区域内使用TNT等项目。 WorldGuard具有许多出色的功能,应该安装在任何旨在保护自己免受想要破坏事物的玩家攻击的公共服务器上。

WorldGuard can be downloaded from the Bukkit Developer’s page

可以从Bukkit开发人员页面下载WorldGuard

世界编辑 (WorldEdit)

bukkit api_适用于任何Bukkit服务器的8个基本插件

RELATED: Make Building in Minecraft Easier with WorldEdit

相关文章: 使用WorldEdit简化Minecraft的构建

WorldEdit is the most complicated on this list, but it isn’t hard to get the hang of. WorldEdit makes the repetitive tasks in Minecraft easier by offering command-line alternatives. For example, instead of filling in every stone block in a 1000 block floor, you can select the corners of the floor and fill it in with WorldEdit. This makes building outlines for large projects easier. WorldEdit is a useful plugin for building large projects, but if you prefer building in survival, this plugin isn’t necessary.

WorldEdit在此列表中是最复杂的,但并非难事。 WorldEdit通过提供命令行替代方法,使Minecraft中的重复性任务更加轻松。 例如,您可以选择地板的各个角落并使用WorldEdit进行填充,而不是填充1000块地板中的每个石材块。 这使大型项目的构建轮廓更加容易。 WorldEdit是用于构建大型项目的有用插件,但是如果您希望在生存中进行构建,则不需要此插件。

WorldEdit can be downloaded from the Bukkit Developer’s page.

可以从Bukkit开发人员的页面下载WorldEdit。

多元宇宙 (Multiverse)

Multiverse is a plugin that adds support for multiple Minecraft worlds. With Multiverse, you can load twenty different Minecraft worlds on to your server, and travel between them. It also has commands for generating new worlds entirely. This plugin is good for any large server that needs more space, or a small server looking to add new worlds. The plugin Multiverse-Core contains the basics for the plugin, and can be downloaded from the Bukkit Developer’s page. It has a companion plugin, Multiverse-Portals, which makes it easy to travel between world without commands.

Multiverse是一个插件,增加了对多个Minecraft世界的支持。 借助Multiverse,您可以在服务器上加载二十个不同的Minecraft世界,并在它们之间移动。 它还具有用于完全生成新世界的命令。 该插件适用于需要更大空间的任何大型服务器,或希望添加新世界的小型服务器。 插件Multiverse-Core包含插件的基础知识,可以从Bukkit开发人员页面下载 它具有一个配套插件Multiverse-Portals ,使您无需命令即可在世界之间轻松旅行。

金库 (Vault)

bukkit api_适用于任何Bukkit服务器的8个基本插件

Vault is a plugin unlike the others. Vault manages interactions between plugins, and is vital for any server running lots of plugins. Vault gives plugins easy hooks into permissions, chat, and economy systems and manages these systems. Since it is such a useful API, quite a few plugins require or benefit from it. Vault is not a sparkly plugin packed with features, but it’s something that’s needed. It can be downloaded from the Bukkit Developer page.

保险柜是一个与众不同的插件。 保险柜管理插件之间的交互,这对于运行大量插件的任何服务器都至关重要。 Vault使插件可以轻松链接到权限,聊天和经济系统,并管理这些系统。 由于它是如此有用的API,因此很多插件都需要它或从中受益。 保管箱不是一个带有功能的闪亮插件,但这是需要的。 可以从Bukkit开发人员页面下载

If you want an Economy system on your server, you need Vault. Vault supports many popular systems, including CraftConomy and iConomy.

如果要在服务器上使用经济型系统,则需要保管箱。 Vault支持许多流行的系统,包括CraftConomyiConomy

b权限 (bPermissions)

bPermissions ties in with Vault, and manages which players can execute certain commands. For example, you could give players the ability to change from survival to creative mode, but not the ability to use WorldEdit. There are other permissions plugins out there, but bPermissions is supported by Vault and is easy to use in-game without editing any server files. It is available for download from the Bukkit Developer page.

b权限与保险柜相关联,并管理哪些玩家可以执行某些命令。 例如,您可以赋予玩家从生存模式转变为创造模式的能力,而不是使用WorldEdit的能力。 那里还有其他权限插件,但是Vault支持bPermissions,它易于在游戏中使用,而无需编辑任何服务器文件。 可从Bukkit开发人员页面下载

落后者 (LaggRemover)

LaggRemover is another utility plugin that helps the server run better by clearing up unneeded entities and unloading chunks that don’t need to stay loaded. It’s another plugin that isn’t shiny and game-changing, but it is definitely worth an install. It is available for download from the Bukkit Developer page.

LaggRemover是另一个实用程序插件,它可以通过清除不需要的实体并卸载不需要保持加载状态的块来帮助服务器更好地运行。 它是另一个没有光泽和改变游戏规则的插件,但是绝对值得安装。 可从Bukkit开发人员页面下载

动态地图 (DynMap)

bukkit api_适用于任何Bukkit服务器的8个基本插件

DynMap is a great plugin that makes an interactive map of your world, accessible from the Internet. DynMap actually runs a website from within your Minecraft server, and you can connect to it by entering your Minecraft server’s IP address (just ‘localhost’ if you’re running it from your home computer) followed by ” :8123 “, the port number for DynMap. DynMap is an awesome plugin for any server taking up large building projects, or a survival server looking to plan out bases, or just viewing your Minecraft world without the in-game maps. It is available for download from the Bukkit Developer page.

DynMap是一个很棒的插件,可以通过Internet访问您的世界的交互式地图。 DynMap实际上是在您的Minecraft服务器中运行一个网站,您可以通过输入Minecraft服务器的IP地址(如果从家用计算机运行它,则为“ localhost”)来连接该网站,然后输入端口号“:8123”用于DynMap。 DynMap是一个很棒的插件,可用于处理大型建筑项目的任何服务器,或者用于计划基地的生存服务器,或者仅在没有游戏内地图的情况下查看Minecraft的世界。 可从Bukkit开发人员页面下载

公民和居民 (Citizen and Denizen)

Citizen and Denizen are two plugins that go well together. Citizens is a plugin that adds NPCs to your world and supports add-ons to make them do different tasks. Denizen is a plugin that ties into Citizens, but also works on it’s own. Denizen is a full scripting language for Minecraft. You can create scripted NPCs with Citizens or forego Citizens entirely and just use Minecraft to code. Citizen and Denizen are not recommended for the average Minecraft user, but if it’s something that interests you, check out Citizens and Denizen.

Citizen和Denizen是两个很好的插件。 Citizens是一个插件,可以将NPC添加到您的世界中,并支持附加组件以使它们执行不同的任务。 Denizen是一个与Citizens紧密联系的插件,但也可以单独使用。 Denizen是Minecraft的完整脚本语言。 您可以完全与Citizens或放弃Citizens一起创建脚本NPC,而仅使用Minecraft进行编码。 不建议普通的Minecraft用户使用Citizen和Denizen,但如果您感兴趣,请查看CitizensDenizen

翻译自: https://www.howtogeek.com/229471/8-essential-plugins-for-any-bukkit-server/

bukkit api