SkyblockOres 空岛矿石
作者:maol3
发布时间:2015年8月20日
原生版本:未知
测试支持:1.17,1.18
把矿石带到你的天砖世界,以一种辉煌的方式!
点此下载插件详细介绍
SkyblockOres 是一款为 Minecraft Skyblock 服务器设计的插件,它允许您自定义熔岩与水交互时生成的方块,不再局限于默认的圆石。
⛏️ SkyblockOres
⭐ 简介
- 支持多个世界和维度,可以为不同的世界(如主世界和地狱)设置不同的配置。
- 允许自定义圆石生成器生成的方块类型和概率。
- 支持任何固体方块的生成。
⬇️ 下载
下载链接:
💡 功能
本插件可用于扩展您的圆石生成器,使其能够生成更多种类的方块。您可以设置各种方块及其生成概率。
本插件的独特之处在于,您可以添加任何您希望生成的方块!请记住,所有物品的生成概率总和必须为 1000。 您需要根据 Spigot Material 类指定材质,因此必须使用以下标签(并且只能使用固体方块)。它是区分大小写的。
⚙️ 配置示例
# Configuration file for SkyblockOres
# This plugin is made for Skyblock servers.
# The plugin will let you change the Cobblestone to the block of your choise whenever flowing lava touches flowing water, instead of Cobblestone.
# You may add as many blocks as you'd like, but keep in mind that all rates together must be 1000, totally!
# Also, remember that you specify the material as per the Spigot Material class, so you have to use the following labels.
# Example: STONE,DIRT,GRASS_BLOCK
# It is case sensitive.
# You may also add the DEFAULT block.
# DEFAULT will be the material which will be generated if the plugin fails to find the group for the world the player is in.
# You can add ANY block that you wish to be generated. But keep in mind that the rates of all items together always must be 1000, totally!
ores:
DEFAULT: #This is the default group, if no world is specified, this group will be used.
COBBLESTONE: 800
STONE: 100
DIRT: 50
GRASS_BLOCK: 50
world: #Example world
COBBLESTONE: 800
STONE: 100
DIRT: 50
GRASS_BLOCK: 50
world_nether: #Example Nether world
NETHERRACK: 900
MAGMA_BLOCK: 100
settings:
Update-Checker: true #Check for updates?
console-output: true #Print messages to console?
message-color: "§a" #Color of the messages, use § for color codes.
no-permission: "§cYou do not have permission to do that!" #No permission message.
messages: #Messages used in the plugin.
rates: "§aYour chances to each item when you're generating Cobblestone:" #Message for /ores command.
reload: "§aConfiguration file reloaded!" #Message for /ores reload command.
# Placeholders:
# %material% - The material that will be generated.
# %rate% - The rate of the material.
rate-format: "§7- %material%: %rate%" #Format of the rates in the /ores command.
⌨️ 命令
/ores- 显示生成圆石时各种物品的生成概率。/ores reload- 重新加载配置文件。
您也可以使用 /skyblockores 或 /generator 命令。
🔑 权限
skyblockores.<groupname>- 生成指定组材料的权限。skyblockores.info- 使用/ores命令查看概率的权限。skyblockores.reload- 重新加载配置文件的权限。
📝 待办事项
欢迎提出任何建议!