1 239
收录服务器
1 680
注册
51 536
玩家
Elevators 电梯
一种轻便、简单的垂直交通工具
作 者 Keehl254
发布时间 2017年1月3日
支持核心 Spigot
原生版本
支持版本 1.14,1.15,1.16,1.17,1.18,1.19,1.20
点此下载

🌐 简洁介绍

Elevators 是一个轻量级且简单的垂直运输插件,适用于 Minecraft 1.14 到 1.21 版本。它通过使用潜影盒来实现电梯功能,支持多种自定义配置和权限管理。

🔧 指令与权限

  • elevators.use.* - 允许使用电梯。星号可以替换为特定颜色。
  • elevators.craft.classic.* - 允许制作电梯。星号可以替换为特定颜色。
  • elevators.dye.* - 允许染色电梯。星号可以替换为特定颜色。
  • elevators.reload - 允许使用 /ele reload 命令。
  • elevators.give - 允许使用 /ele give 命令。
  • elevators.updatenotify - 允许玩家在插件有更新时收到通知。

⚙️ 配置示例


# 不要修改此版本号,用于配置转换
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
supportClaims: true
claimProtectionDefault: false

# 禁用世界
disabled-worlds:
  - 'example_world'

# 电梯分类
displayName: "Elevator"
maxDistance: 20
maxSolidBlocks: -1
maxStackSize: 16
coloredOutput: true
checkColor: true
stopObstruction: true
checkPerms: true
canExplode: false
defaultColor: "WHITE"
lore: []

# 动作配置
actions:
  up:
    - "sound: ENTITY_BLAZE_SHOOT pitch=2.0 volume=1.0"
  down: []

# 配方配置
recipes:
  classic:
    amount: 1
    permission: "elevators.craft.classic"
    coloredCrafting: true
    materials:
      w: white_wool
      e: ender_pearl
    recipe:
      - "www"
      - "wew"
      - "www"

🔗 相关链接