- 欢迎来到Minecraft插件百科!
- 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
- 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289
Terra/配置包
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.
Config packs occupy the directory plugins/Terra/packs/
.
安装配置包
Installing a config pack is easy! First, download your config pack, and place it in the plugins/Terra/packs/
directory. Then, open bukkit.yml
(found in the root directory of your server), and add the following lines to the end of the file:
worlds: world_name: generator: Terra:CONFIG_ID
where world_name
is the name of the world you wish to assign the pack to, and CONFIG_ID
is the ID of the pack. Finally, Stop your server, delete the world's folder, then restart your server.
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 Terra:DEFAULT
.
创建自定义配置包
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 Discord server.