Elevators 是一个轻量且简单的垂直运输插件,为 Minecraft 服务器提供了一种便捷的上下楼方式。它使用潜影盒作为电梯方块,所有数据均存储在 NBT 中,无需复杂的模式检测,运行高效且易于管理。
elevators.use.* - 使用电梯的权限。星号可替换为特定颜色。elevators.craft.classic.* - 默认的合成电梯权限。星号可替换为特定颜色。elevators.dye.* - 默认的给电梯染色的权限。星号可替换为特定颜色。elevators.reload - 允许玩家使用 /ele reload 命令。elevators.give - 允许使用 /ele give 命令。elevators.updatenotify - 允许玩家在插件有更新时收到通知。插件首次运行时将生成配置文件,允许您深度自定义电梯的各项功能。电梯方块只能是潜影盒,这是本插件的核心设计,旨在将所有数据存储在 NBT 中,无需外部数据或模式检测。
# 请勿修改。用于处理配置版本转换。
version: "4.0.2"
# 后端选项
## 控制插件是否在启动时或每四小时检查一次更新。
## 拥有更新权限的玩家会在有更新时收到消息。
updateCheckerEnabled: true
# 本地化设置。所有消息都支持颜色代码。
locale:
cantCreateMessage: "&b&lELEVATORS&f You do not have permission to create an Elevator!"
cantDyeMessage: "&b&lELEVATORS&f You do not have permission to dye this Elevator!"
cantUseMessage: "&b&lELEVATORS&f You do not have permission to use an Elevator!"
cantGiveMessage: "&b&lELEVATORS&f You do not have permission to give Elevators!"
cantReloadMessage: "&b&lELEVATORS&f You do not have permission to reload Elevators!"
notEnoughRoomGiveMessage: "&b&lELEVATORS&f You do not have enough space in your inventory! The Elevator is on the ground in front of you!"
givenElevatorMessage: "&b&lELEVATORS&f You have been given an Elevator!"
worldDisabledMessage: "&b&lELEVATORS&f Elevators have been disabled in this world!"
elevatorNowProtected: "&b&lELEVATORS&f The elevator can now only be used by trusted players."
elevatorNowUnprotected: "&b&lELEVATORS&f The elevator can now be used by anyone."
# 全局配置
## 强制电梯在放置时面朝上方,这样看起来更美观。
forceFacingUpwards: true
# GriefPrevention 领地保护挂钩
## 控制领地是否影响电梯的整体可用性。
supportClaims: true
## 若启用,电梯在领地内默认将只允许受信任的玩家使用。
claimProtectionDefault: false
# 禁用世界
## 列出电梯不应生效的世界。
disabled-worlds:
- 'example_world'
# 电梯分类设置
## 电梯物品的显示名称:
displayName: "Elevator"
## 电梯搜索接收端的最大距离。设为 -1 则无限制:
maxDistance: 20
## 发送端和接收端电梯之间允许的最大实心方块数量:
maxSolidBlocks: -1
## 电梯的最大堆叠数量:
maxStackSize: 16
## 控制潜影盒是否支持默认颜色以外的染料颜色:
coloredOutput: true
## 是否允许传送到不同颜色的电梯:
checkColor: true
## 如果接收端电梯的路径被阻挡,是否阻止使用电梯:
stopObstruction: true
## 若启用,将要求玩家拥有电梯的 'use' 权限才能使用:
checkPerms: true
## 控制电梯是否会被 TNT 或怪物爆炸摧毁:
canExplode: false
## 设置电梯的默认颜色。仅在 'coloredOutput' 为 false 时有用:
defaultColor: "WHITE"
## 允许为潜影盒添加描述文本(Lore)。
## 这既可用于美观,也可用于兼容那些有 Lore 黑名单的插件。
lore: []
## 定义使用电梯时可执行的动作。
## 可用动作包括:
### command-console
### command-player
### message-player
### message-all
### sound
## 如果您不想在使用时触发动作,可以删除整个 actions 部分,
## 或者将 "up" 和 "down" 的值设为空数组 "[]",如下方 "down" 所示。支持 PlaceholderAPI。
actions:
up:
- "sound: ENTITY_BLAZE_SHOOT pitch=2.0 volume=1.0"
down: []
## Elevators 支持为电梯合成添加多个配方。
## 要添加新配方,请复制 "classic" 的数据并将其重命名为一个唯一的名称。
### amount 决定该配方一次合成多少个电梯。
### permission 定义了当 "checkPerms" 为 true 时,使用此电梯所需的权限节点。
### coloredCrafting 启用后,可根据配方中的材料颜色来决定电梯颜色。例如,蓝色羊毛会合成出蓝色电梯。
### materials 和 recipe 选项是映射关系。在 'materials' 中,您定义 'recipe' 里的一个字符代表什么物品。
### 默认配方中,'recipe' 展示了一个被白色羊毛包围的末影珍珠。(羊毛是可染色的,因此如果 coloredCrafting 启用,
### 此处选择什么颜色的羊毛并不重要,只要它是一个存在的材料即可)
### 可染色方块列表:潜影盒、混凝土、混凝土粉末、羊毛、床、旗帜、地毯、染料、染色玻璃(及玻璃板)。
recipes:
classic:
amount: 1
permission: "elevators.craft.classic"
coloredCrafting: true
materials:
w: white_wool
e: ender_pearl
recipe:
- "www"
- "wew"
- "www"BGHDDevelopment 制作了一个有趣且简洁的视频,详细介绍了如何使用本插件。您可以通过相关链接查看该视频以快速上手。
友情链接: 网易我的世界 | 泰拉瑞亚 | ocent云计算 | 米饭Minecraft插件文档 | 友链合作
历史访问人数:2,650,404 | 历史访问人次:3,213,014
今日访问人数:25,868 | 今日访问人次:30,373
昨日访问人数:46,463 | 昨日访问人次:52,262
Copyright © 2019-2026 我的世界服务器列表站. All rights reserved.
❤ Powered by GermMC 京ICP备17023959号-6