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

“Terra/配置包”的版本间的差异

来自Minecraft插件百科
跳转至: 导航搜索
(创建页面,内容为“Config packs define a Terra world generator. They are YAML-based, and define all the necessary components to create a complete world generator with Terra. Users may…”)
 
 
(未显示同一用户的1个中间版本)
第1行: 第1行:
Config packs define a Terra world generator. They are YAML-based, and define all the necessary components to create a complete world generator with Terra. Users may install multiple config packs simultaneously, allowing the use of multiple Terra-based generators on the same server.<br />
+
{{模板:TRBox}}
Config packs occupy the directory <code>plugins/Terra/packs/</code>.
+
 
 +
正是配置包这个特性让Terra真正地成为一款世界生成器。基于YAML的配置包定义了所有创建完整世界所需的必要组件。用户可以同时安装多个配置包,在同一台服务器上生成不同的地形。<br />
 +
配置包位于<code>plugins/Terra/packs/</code>
  
 
== 安装配置包 ==
 
== 安装配置包 ==
  
Installing a config pack is easy! First, download your config pack, and place it in the <code>plugins/Terra/packs/</code> directory. Then, open <code>bukkit.yml</code> (found in the root directory of your server), and add the following lines to the end of the file:
+
安装配置包非常简单!首先下载一个配置包,将其放到<code>plugins/Terra/packs/</code>文件夹内。然后打开位于服务器根目录的<code>bukkit.yml</code>,在文件末尾加上以下内容:
  
 
<pre class="">worlds:
 
<pre class="">worlds:
 
   world_name:
 
   world_name:
 
     generator: Terra:CONFIG_ID</pre>
 
     generator: Terra:CONFIG_ID</pre>
where <code>world_name</code> is the name of the world you wish to assign the pack to, and <code>CONFIG_ID</code> is the ID of the pack. Finally, Stop your server, delete the world's folder, then restart your server.
+
<code>world_name</code>为使用配置包的世界名,<code>CONFIG_ID</code>是配置包的ID。最后关闭你的服务器,删除world文件夹,然后开启服务器来重新生成该世界。
  
Pro Tip: Terra comes pre-packaged with a default config. To use the default config without needing to download/install any other config packs, set the Generator ID to <code>Terra:DEFAULT</code>.
+
提示:Terra 内置了默认配置包。 将生成器ID设置为<code>Terra:DEFAULT</code>即可使用默认配置包。
  
 
== 创建自定义配置包 ==
 
== 创建自定义配置包 ==
 +
你可能需要创建自定义的配置包才能充分发挥Terra的潜力。虽然Terra有非常直观的配置系统,但这并不意味着创建像样的配置很简单。你需要了解Terra的所有组件。
  
To use Terra to its full potential, you will probably want to create a custom config pack. While Terra has a very intuitive config system, this does '''not''' mean creating a decent config is an easy task! You will need to put effort towards understanding all of Terra's components in order to be successful. Be sure to '''ask for help''' if you need it! We'll be happy to help you in our [https://discord.gg/PXUEbbF Discord server].
+
如果你需要帮助,请务必“寻求帮助”!我们很乐意在[https://discord.gg/PXUEbbF Discord 服务器]中帮助您。

2020年11月3日 (二) 19:00的最新版本

正是配置包这个特性让Terra真正地成为一款世界生成器。基于YAML的配置包定义了所有创建完整世界所需的必要组件。用户可以同时安装多个配置包,在同一台服务器上生成不同的地形。
配置包位于plugins/Terra/packs/

安装配置包

安装配置包非常简单!首先下载一个配置包,将其放到plugins/Terra/packs/文件夹内。然后打开位于服务器根目录的bukkit.yml,在文件末尾加上以下内容:

worlds:
  world_name:
    generator: Terra:CONFIG_ID

world_name为使用配置包的世界名,CONFIG_ID是配置包的ID。最后关闭你的服务器,删除world文件夹,然后开启服务器来重新生成该世界。

提示:Terra 内置了默认配置包。 将生成器ID设置为Terra:DEFAULT即可使用默认配置包。

创建自定义配置包

你可能需要创建自定义的配置包才能充分发挥Terra的潜力。虽然Terra有非常直观的配置系统,但这并不意味着创建像样的配置很简单。你需要了解Terra的所有组件。

如果你需要帮助,请务必“寻求帮助”!我们很乐意在Discord 服务器中帮助您。