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

“Essentials/模块”的版本间的差异

来自Minecraft插件百科
跳转至: 导航搜索
(小错误The breakdown
(翻译)
第1行: 第1行:
The Essentials package is available via [http://dev.bukkit.org/server-mods/essentials/ BukkitDev], or from our [[Essentials/Downloads|download portal]].
+
Essentials可以通过[http://dev.bukkit.org/server-mods/essentials/ BukkitDev]下载, or from our [[Essentials/Downloads|下载]].
  
 
= Modular =
 
= Modular =
  
Essentials is quite modular, the package is split up into separate jar files, this is done so that the parts of Essentials which conflict with other plugins can be easily replaced with a plugin you prefer.
+
Essentials 是模块化的,他的安装包被分割成不同的jar文件,之所以这样做是因为如果与你喜欢的插件冲突的话可以进行很方便的替换.
  
We [[Essentials/Downloads|distribute essentials]] in two packages, 'core' and 'extra'. The core package comes with the parts of essentials people usually use, and take little extra configuration, plugins in the extra package take a little more setting up, and it's recommended that you don't blindly install them unless you know what they do.
+
我们的[[Essentials/Downloads|Essentials]]主要分成两部分"核心","额外项".核心是人们通常使用的部分,额外项是给一些有需要的人使用的,并且需要一些额外的设置,所以不要盲目的安装,除非你知道它们是做什么的.
  
 
== The breakdown ==
 
== The breakdown ==
  
 
=== Core ===
 
=== Core ===
The core modules (which all require the main essentials.jar): EssentialsChat, EssentialsSpawn, EssentialsProtect, EssentialsAntiBuild.
+
核心(这几项都依附于essentials.jar): '''[[Essentials/EssentialsChat|EssentialsChat]]''', <font color="blue">'''EssentialsSpawn'''</font>, [[Essentials/EssentialsAntiBuild|EssentialsAntiBuild]], <font color="blue">EssentialsProtect</font>.
  
*'''[http://mineplugin.org/Essentials#.E5.91.BD.E4.BB.A4 Essentials]''' The main jar handles most of the heavy lifting, in here you will find virtually all commands, signs, the economy API, and all the code which pulls the suite together.
+
*'''[http://mineplugin.org/Essentials#.E5.91.BD.E4.BB.A4 Essentials]''' 这个主要的jar文件包括了觉得部分内容,你几乎能在这里发现所有的API,和所有的源代码 and all the code which pulls the suite together.
  
*'''[[Essentials/EssentialsChat|EssentialsChat]]''' covers the basic chat formatting component of Essentials, with this you can change the text formatting of the public chat, and handles things such as prefixes.
+
*'''[[Essentials/EssentialsChat|EssentialsChat]]''' in two packages, 'core' and 'extra'.  The core package comes with the parts of essentials people usually use, and take little extra configuration, plugins in the extra package take a little more setting up, and it's recommended that you don't blindly install them unless you know what they do.
  
*'''EssentialsSpawn''' covers basic player spawning, this plugin lets you define the place people return to on death, as well as the place people initially end up when joining the server.  The position can be changed ingame by a player with the correct permissions, and can be configured for everyone or per group.
+
*<font color="blue">'''EssentialsSpawn'''</font> covers basic player spawning, this plugin lets you define the place people return to on death, as well as the place people initially end up when joining the server.  The position can be changed ingame by a player with the correct permissions, and can be configured for everyone or per group.
  
 
*'''[[Essentials/EssentialsAntiBuild|EssentialsAntiBuild]]''' is a build permissions system, this permission allows you to restrict who can build, or who can place/break what blocks.  Useful for preventing players from placing lava, for example.
 
*'''[[Essentials/EssentialsAntiBuild|EssentialsAntiBuild]]''' is a build permissions system, this permission allows you to restrict who can build, or who can place/break what blocks.  Useful for preventing players from placing lava, for example.
  
*'''EssentialsProtect''' is a basic world protection system, this module allows you to configure basic rules for the server to abide by, such as preventing creepers from destroying buildings, and preventing fire spread, controlling which mobs are allowed to spawn.
+
*<font color="blue">'''EssentialsProtect'''<font> is a basic world protection system, this module allows you to configure basic rules for the server to abide by, such as preventing creepers from destroying buildings, and preventing fire spread, controlling which mobs are allowed to spawn.
  
 
=== Extra ===
 
=== Extra ===

2016年3月13日 (日) 20:54的版本

Essentials可以通过BukkitDev下载, or from our 下载.

Modular

Essentials 是模块化的,他的安装包被分割成不同的jar文件,之所以这样做是因为如果与你喜欢的插件冲突的话可以进行很方便的替换.

我们的Essentials主要分成两部分"核心","额外项".核心是人们通常使用的部分,额外项是给一些有需要的人使用的,并且需要一些额外的设置,所以不要盲目的安装,除非你知道它们是做什么的.

The breakdown

Core

核心(这几项都依附于essentials.jar): EssentialsChat, EssentialsSpawn, EssentialsAntiBuild, EssentialsProtect.

  • Essentials 这个主要的jar文件包括了觉得部分内容,你几乎能在这里发现所有的API,和所有的源代码 and all the code which pulls the suite together.
  • EssentialsChat in two packages, 'core' and 'extra'. The core package comes with the parts of essentials people usually use, and take little extra configuration, plugins in the extra package take a little more setting up, and it's recommended that you don't blindly install them unless you know what they do.
  • EssentialsSpawn covers basic player spawning, this plugin lets you define the place people return to on death, as well as the place people initially end up when joining the server. The position can be changed ingame by a player with the correct permissions, and can be configured for everyone or per group.
  • EssentialsAntiBuild is a build permissions system, this permission allows you to restrict who can build, or who can place/break what blocks. Useful for preventing players from placing lava, for example.
  • EssentialsProtect is a basic world protection system, this module allows you to configure basic rules for the server to abide by, such as preventing creepers from destroying buildings, and preventing fire spread, controlling which mobs are allowed to spawn.

Extra

Other Essentials modules (which all require the main essentials.jar): EssentialsXMPP, EssentialsGeoIP

  • EssentialsXMPP acts as a bridge between the server and the Jabber chat network, this plugin allows player chat to cross from services like GTalk and Facebook into the game, and can also be used to monitor the server for errors.
  • EssentialsGeoIP provides Geographical IP lookup, that is the module can tell you roughly the location of where a player is logging in from, based on public IP databases.

Standalone

Standalone modules: EssentialsGroupManager (GroupManager formerly developed by AnjoCaido)

  • EssentialsGroupManager creates permissions system, this is used to create user groups for which players are part, this allows for ranks such as 'builder', 'mod', and 'admin'.

Compatibility

Essentials strives to be compatible with other plugins, with any major conflicts solved almost immediately, if the team was informed of a problem. Essentials command structure was designed to allow other plugins to override Essentials. The mantra being that Essentials should be your server bedrock, and on top of which you build your server, replacing parts of Essentials with other plugins as your needs require.

Plugin.yml

If for some reason you find that Essentials is overriding the command of your favourite plugin, you can always remove the bind from the plugin.yml file located in the essentials.jar, this will tell essentials to not even to try to bind to this command. This option should only be tried as a last resort if other avenues fail.