首页 > 其他分享 > EssentialsX 多功能管理插件配置文件参考

EssentialsX 多功能管理插件配置文件参考

时间:2024-01-02 15:06:14浏览次数:27  
标签:插件 false 配置文件 访问 玩家 命令 signs 允许 EssentialsX

EssentialsX 是原 Essentials 插件的分支版本。
参考:
<https://wiki.mc-ess.net/wiki/>
<https://mineplugin.org/Essentials>
<https://essinfo.xeya.me/>

配置文件

plugins/Essentials/config.yml

############################################################
# +------------------------------------------------------+ #
# |                       提示                          | #
# +------------------------------------------------------+ #
############################################################

# 这是 EssentialsX 的配置文件
# 生成的配置文件对应版本 2.20.1.

# 如果您想在此文档中使用特殊字符,例如重音字母,则必须将文件保存为UTF-8,而不是ANSI。
# 如果在加载 Essentials 时收到错误,请确保:
#   - 不存在制表符, YAML 只允许空格
#   - 缩进是正确的, YAML 层次结构完全基于缩进
#   - 你已经“转义”了文本中的所有撇号:例如,如果你想写“don't”,就写成“don't”(注意双引号)。
#   - 带符号的文本用单引号或双引号括起来

# 如果你需要帮助,你可以加入EssentialsX社区:: https://essentialsx.net/community.html

############################################################
# +------------------------------------------------------+ #
# |                 Essentials (全局)                  | #
# +------------------------------------------------------+ #
############################################################

# OP 名字的颜色
# 0-9 或 A-F 之间的颜色代码。设置为“none”以禁用。
# 在1.16+中,你可以在这里使用十六进制颜色代码。(例如,#613e1d是棕色的)。
ops-name-color: '4'

# 所有昵称的前缀字符,以便您知道它们不是真正的用户名。
# 使用 essentials.nick.hideprefix 的用户将不会以字符作为前缀。
nickname-prefix: ''

# 昵称中允许的最大长度。别名前缀不包括在其中。
max-nick-length: 15

# 不能在昵称中使用的短语列表。您可以在这里包含正则表达式。
# Users with essentials.nick.blacklist.bypass will be able to bypass this filter.
# 使用essentials.nick.blacklist.bypass的用户将能够绕过此过滤器。
# 昵称黑名单
nick-blacklist:
- Notch
- admin
- '^Dinnerbone'

# 当启用此选项时,昵称长度检查将排除玩家名称中的颜色代码。
# 例如 "&6Notch" 为 7 个字符 (其中 2 个字符为颜色代码), 当此选项设置为 true 时,长度为 5
ignore-colors-in-max-nick-length: false

# 启用此选项后,将不会显示隐藏用户的显示名。这可以防止玩家在消失时看到自己是在线的。
hide-displayname-in-vanish: true

# 如果您有任何其他插件修改用户的 显示名 ,请禁用此功能。
change-displayname: true

# 开启此选项将影响使用 Tab 命令时显示玩家的 显示名 而不是用户名。
change-tab-complete-name: false

# 开启此选项,Tab 键用户列表将根据 显示名 更新
# 使用此选项时 change-displayname 设置项的值必须为 true.
#change-playerlist: true

# 当 EssentialsChat.jar 没有使用时,强制 Essentials  从权限插件添加前缀和后缀到 显示名。
# 如果使用 EssentialsChat.jar ,则忽略此设置,默认为 true 。
# 使用此选项时 change-displayname 设置项的值必须为 true 。
#add-prefix-suffix: false

# 当这个选项被启用时,玩家前缀将显示在玩家列表中。
# 此功能仅适用于 Minecraft 1.8 及更高版本。
# 使用此选项时 change-playerlist 设置项的值必须为 true 。
#add-prefix-in-playerlist: true

# 当这个选项被启用时,玩家后缀将会显示在玩家列表中。
# 此功能仅适用于 Minecraft 1.8 及更高版本。
# 使用此选项时 change-playerlist 设置项的值必须为 true 。
#add-suffix-in-playerlist: true

# 如果传送目的地是不安全的,玩家是否应该被传送到最近的安全地点?
# 如果此设置为 true , Essentials 将尝试将玩家传送到预定目的地附近的安全区域。
# 如果此设置为 false ,尝试传送到不安全位置将被取消并发出警告。
teleport-safety: true

# 这将在没有警告的情况下强制禁用传送安全检查,如果试图传送到不安全的位置。
# teleport-safety 和此选项需要设置为 true 以强制传送到危险地点。
force-disable-teleport-safety: false

# 如果玩家在 创造、冒险 或 上帝模式 中传送到一个不安全的地方;他们不会被传送到安全的地方。
# 如果你想让玩家一直被传送到一个安全的地方,把这个选项设为true。
force-safe-teleport-location: false

# If a player has any passengers, the teleport will fail. Should their passengers be dismounted before they are teleported?
# 如果玩家有乘客,传送就会失败。他们的乘客在传送之前应该先下车吗?
# If this is set to true, Essentials will dismount the player's passengers before teleporting.
# 如果此项设置为 true,Essentials 将在传送之前让玩家的乘客下车。
# If this is set to false, attempted teleports will be canceled with a warning
# 如果将此设置为 false,尝试传送将被取消并出现警告。
teleport-passenger-dismount: true

# /home、/tp 等之间所需的延迟(以秒为单位)。
teleport-cooldown: 3

# 在用户传送之前的延迟,以秒为单位。如果用户在此时间范围内移动或受到攻击,传送将被取消。
teleport-delay: 3

# 这个延迟(以秒为单位)是指玩家在被命令传送后无法被其他玩家攻击。
# 这也将阻止玩家攻击其他玩家。
# 传送后的无敌时间
teleport-invulnerability: 4

# 是否让所有传送终点都位于方块中心,其中 x 和 z 坐标小数变为 0.5
teleport-to-center: true

# 在 /heal 或 /feed 尝试之间所需的延迟,以秒为单位。
heal-cooldown: 60

# 您想在治疗玩家时移除药水效果吗?
remove-effects-on-heal: true

# 近半径
# 使用 /near 的默认半径
# 以前使用聊天半径,但我们要把它分开。
near-radius: 200

# 禁止 /item 和 /give 命令使用的物品。
# 例如 item-spawn-blacklist: 10,11,46
item-spawn-blacklist:

# 如果您想要基于权限的项目生成规则,请将此设置为 true。
# 注意:上面的黑名单将被忽略。
# 权限示例(这些位于您的权限管理器中):
#  - essentials.itemspawn.item-all
#  - essentials.itemspawn.item-[itemname]
#  - essentials.itemspawn.item-[itemid]
#  - essentials.give.item-all
#  - essentials.give.item-[itemname]
#  - essentials.give.item-[itemid]
#  - essentials.unlimited.item-all
#  - essentials.unlimited.item-[itemname]
#  - essentials.unlimited.item-[itemid]
#  - essentials.unlimited.item-bucket # Unlimited liquid placing
#
# 欲了解更多信息,请访问 http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
permission-based-item-spawn: false

# 每次执行 /spawnmob 命令的生物限制。
spawnmob-limit: 10

# 使用 /lightning 时是否需要通知用户
warn-on-smite: true

# 如果目标库存已满,我们是否应该丢弃物品而不是添加到库存中?
drop-items-if-full: false

# Essentials 邮件通知
# 如果玩家没有新邮件,是否应该通知
notify-no-new-mail: true

# 指定玩家每次收到邮件通知之间的持续时间(以秒为单位)。
# 对于具有大量邮件流量的服务器很有用。
notify-player-of-mail-cooldown: 60

# motd 和规则现在在文件 motd.txt 和 Rules.txt 中配置。

# 当命令与另一个插件冲突时,默认情况下,Essentials 将尝试其他插件优先。
# 此列表中的命令将告诉 Essentials 将以自身优先。
# 在这种情况下,哪个插件“获胜”似乎几乎是随机的。
#
# 如果您有两个具有相同命令的插件,并且您希望强制 Essentials 接管,则需要一个别名。
# 强制 essentials 使用 'god' 的别名 'god' 为 'egod'。
# 参见 https://bukkit.fandom.com/wiki/Commands.yml#aliases 查看更多信息
overridden-commands:
#  - god
#  - info

# 此处禁用命令将阻止 Essentials 处理该命令,这不会影响命令冲突。
# 您不必禁用其他插件中使用的命令,它们会自动获得优先级。
# 参见 https://bukkit.fandom.com/wiki/Commands.yml#aliases 将命令映射到其他插件。
disabled-commands:
#  - nick
#  - clear

# Essentials 是否应显示详细的命令用法。
# 如果设置为 false,Essentials 会将所有用法折叠成一条用法消息。
verbose-command-usages: true

# 这些命令将向启用了 socialSpy 的玩家显示。
# 您可以添加来自您可能想要跟踪的其他插件的命令,或删除用于您不想监视的内容的命令。
# 设置为 - '*' 以监听所有可能的命令。
socialspy-commands:
  - msg
  - w
  - r
  - mail
  - m
  - t
  - whisper
  - emsg
  - tell
  - er
  - reply
  - ereply
  - email
  - action
  - describe
  - eme
  - eaction
  - edescribe
  - etell
  - ewhisper
  - pm

# 来自 隐身玩家 的私人和公开消息是否应出现在 social spy 中。
# 如果是的话,就会和普通玩家发送的区别开来。
socialspy-listen-muted-players: true

# social spy 是否应该监视私人消息或仅监视上面列表中的命令。
# 如果为 false,social spy 将仅监视上面列表中的命令。
socialspy-messages: true

# 以下设置监听玩家何时改变世界。
# 如果你使用其他插件来控制速度和飞行,你应该将它们更改为 false。

# 当玩家改变世界时,EssentialsX 是否应该重置他们的飞行
# 如果玩家没有 Essentials.fly 权限将禁用飞行.
world-change-fly-reset: true

# 当玩家改变世界时,我们是否应该根据他们的权限重置他们的速度?
# 如果玩家没有 Essentials.speed,这会将玩家的速度重置为默认值。
# 如果玩家没有 essentials.speed.bypass,这会将他们的速度重置为上面指定的最大值。
world-change-speed-reset: true

# 禁止禁言用户使用的命令
# 当玩家禁言时,这些命令将被禁用。
# 使用“*”禁用所有命令。
# 默认情况下,Essentials 已禁用 Essentials 消息传递命令。
# 它只关心基础命令,而不关心之后的参数(它看到 /f chat 与 /f 相同)
mute-commands:
  - f
  - kittycannon
# - '*'

# 如果您不想使用权限系统,您可以在下面定义“玩家权限”列表。
# 如果您使用受支持的权限系统,则此列表无效。
# 如果您使用的是不受支持的权限系统,只需删除此部分即可。
# 默认情况下,将您希望向玩家提供的命令和权限列入白名单(其他所有内容均为操作)。
# 这些是没有“ essentials. ”的权限。 部分。
#
# 要启用此功能,请将 use-bukkit-permissions 设置为 false。
player-commands:
  - afk
  - afk.auto
  - back
  - back.ondeath
  - balance
  - balance.others
  - balancetop
  - build
  - chat.color
  - chat.format
  - chat.shout
  - chat.question
  - clearinventory
  - compass
  - depth
  - delhome
  - getpos
  - geoip.show
  - help
  - helpop
  - home
  - home.others
  - ignore
  - info
  - itemdb
  - kit
  - kits.tools
  - list
  - mail
  - mail.send
  - me
  - motd
  - msg
  - msg.color
  - nick
  - near
  - pay
  - ping
  - protect
  - r
  - rules
  - renamehome
  - realname
  - seen
  - sell
  - sethome
  - setxmpp
  - signs.create.protection
  - signs.create.trade
  - signs.break.protection
  - signs.break.trade
  - signs.use.balance
  - signs.use.buy
  - signs.use.disposal
  - signs.use.enchant
  - signs.use.free
  - signs.use.gamemode
  - signs.use.heal
  - signs.use.info
  - signs.use.kit
  - signs.use.mail
  - signs.use.protection
  - signs.use.repair
  - signs.use.sell
  - signs.use.time
  - signs.use.trade
  - signs.use.warp
  - signs.use.weather
  - spawn
  - suicide
  - time
  - tpa
  - tpaccept
  - tpahere
  - tpdeny
  - warp
  - warp.list
  - world
  - worth
  - xmpp
  - menu

# 使用此选项强制基于超级权限的权限处理程序,无论检测到已安装的权限插件如何。
# 如果您想要自定义权限插件的基于超级权限(带通配符)的权限,这非常有用。
# 如果您希望通过上面的“ player-commands ”部分来使用 EssentialsX 的内置权限,请将其设置为 false。
# 默认为 true。
use-bukkit-permissions: false

# 启用此选项后,当玩家无法再使用一次性使用套件(即延迟 < 0)时,将从 /kit 列表中删除它
skip-used-one-time-kits-from-kit-list: false

# 启用后,只要玩家的盔甲槽为空,就会自动装备套件中的盔甲。
kit-auto-equip: false

# 确定 /createkit 命令的功能。
# 如果这是真的,/createkit 将为用户提供套件代码的链接。
# 如果这是 false,/createkit 会直接将该套件添加到 kits.yml 配置文件中。
# 默认为 false.
pastebin-createkit: false

# 确定 /createkit 是否将使用 NBT 项目序列化生成套件。
# 如果为 true,/createkit 会将项目存储为 NBT; 否则,它将使用 Essentials 的人类可读项目格式。
# 通过使用 NBT 序列化,/createkit 可以存储具有复杂元数据的项目,例如潜影盒和具有自定义属性的武器。
# 警告:此选项仅适用于 1.15.2+ Paper 服务器,并且它将绕过其他插件(例如 Magic)的任何自定义序列化程序。
# 警告:在启用此选项的情况下通过 /createkit 创建套件时,您将无法使用这些套件项目降级您的服务器。
# 此选项仅影响 /createkit - 您仍然可以使用 Essentials 的人类可读项目格式在“kits.yml”中手动创建套件。
# 默认为 false。
use-nbt-serialization-in-createkit: false

# Essentials 木牌
# 有关如何使用这些的说明,请参阅 http://wiki.ess3.net/wiki/Sign_Tutorial。
# 启用木牌, 移除 # 标记。 如果要禁用, 添加标记或直接移除.
# Essentials 当启用任何标志类型时,将启用彩色标志支持。
# 启用任何标志类型时,将启用 Essentials 彩色标志支持。
# 颜色不是实际的标志,它是为了在给予正确的权限时在标志上使用颜色代码。
enabledSigns:
  #- color
  #- balance
  #- buy
  #- sell
  #- trade
  #- free
  #- warp
  #- kit
  #- mail
  #- enchant
  #- gamemode
  #- heal
  #- info
  #- spawnmob
  #- repair
  #- time
  #- weather
  #- anvil
  #- cartography
  #- disposal
  #- grindstone
  #- loom
  #- smithing
  #- workbench

# 每个玩家每秒可以与 Essentials 标志交互多少次。
# 值应在 1-20 之间,20 实际上没有滞后保护。
# 较低的数字会减少延迟的可能性,但可能会惹恼玩家。
sign-use-per-second: 4

# 在 1.13 及更高版本中允许在现有标志上使用项目 ID
# 您不能在新标志上使用物品 ID,但这将允许玩家与新标志进行交互
# 被放置在1.13之前。
allow-old-id-signs: false

# Essentials 不应保护的木牌名称列表。 当另一个插件提供 EssentialsX 提供的标志但 Essentials 覆盖时,此功能特别有用。
# 例如,如果某个插件提供了 [kit] 标志,并且您希望使用他们的标志而不是 Essentials 的标志,则只需在下面添加 kit 即可,Essentials 将不会保护它。
#
# 参见 https://github.com/drtshock/Essentials/pull/699 查看更多信息。
unprotected-sign-names:
  #- kit

# 备份以指定的时间间隔运行自定义批处理/bash 命令。
# 服务器将在执行备份命令之前保存地图,并在备份期间禁用保存以防止世界损坏或其他冲突。
# 也可以使用 /backup 手动触发备份。
backup:
  # 间隔以分钟为单位。
  interval: 30
  # 如果为 true,即使没有玩家在线,备份任务也会运行。
  always-run: false
  # 除非您在此处添加有效的备份命令或脚本,否则此功能将毫无用处。
  # 使用“全部保存”可以简单地强制进行常规世界保存而无需备份。
  # 下面的示例命令使用 rdiff-backup:https://rdiff-backup.net/
  # 命令: 'rdiff-backup World1 backups/World1'

# 设置为 true 启用 per-warp-permission 权限
per-warp-permission: false

# 按组对 /list 命令的输出进行排序。
# 您可以通过在此处定义所需的行为来隐藏和合并 /list 中显示的组。
# 详细说明和示例可以在 wiki 上找到:http://wiki.ess3.net/wiki/List
list:
    # 要合并组,请列出您要合并的组
    #Staff: owner admin moderator
    Admins: owner admin
    # 要限制组,请设置最大用户限制
    #builder: 20
    # 要隐藏组,请将组设置为隐藏
    #default: hidden
    # 取消注释下面的行以简单列出所有不分组的玩家
    #Players: '*'

# 在 /list 中使用昵称的玩家旁边显示真实姓名。
real-names-on-list: false

# 更多信息输出到控制台。
debug: false

# 设置所有消息的区域设置。
# 如果不设置此项,将使用服务器的默认区域设置
# 例如,要将语言设置为英语,请将区域设置设置为 en,以使用文件“messages_en.properties”。
# 不要忘记删除该行前面的#。
# 查看更多信息参见 http://wiki.ess3.net/wiki/Locale
locale: zh

# 当人们离开服务器时关闭上帝模式。
remove-god-on-disconnect: false

# 自动判断挂机状态
# 超时(以秒为单位)后,用户将被设置为挂机状态。
# 此功能要求玩家拥有 Essentials.afk.auto 节点。
# 设置为 -1 表示无超时。
auto-afk: 300

# 踢出挂机设置
# 超时数秒后,用户将被踢出服务器。
# Essentials.afk.kickexempt 节点会覆盖此功能。
# 设置为 -1 表示无超时。
auto-afk-kick: -1

# Set this to true, if you want to freeze the player, if the player is AFK.
# Other players or monsters can't push the player out of AFK mode then.
# This will also enable temporary god mode for the AFK player.
# The player has to use the command /afk to leave the AFK mode.
# 如果你想冻结挂机状态的玩家,则将此设置为 true。
# 此时其他玩家或怪物无法将玩家推出 挂机 模式。
# 这也将为 挂机玩家启用临时上帝模式。
# 玩家必须使用命令 /afk 离开挂机模式。
freeze-afk-players: false

# 当玩家挂机状态时,他是否能够拾取物品?
# 当您不希望人们在怪物陷阱中闲逛时,请启用此功能。
disable-item-pickup-while-afk: false

# 此设置控制玩家是否在交互中被标记为活动状态。
# 当此设置为 false 时,玩家需要使用 /afk 命令手动取消 AFK。
cancel-afk-on-interact: true

# 当玩家移动时我们是否应该自动移除afk状态?
# 无论此设置如何,玩家都将通过聊天/命令从 AFK 中删除。
# 禁用此功能可以减少服务器延迟。
cancel-afk-on-move: true

# 当玩家发送聊天消息时,我们是否应该自动删除afk状态?
cancel-afk-on-chat: true

# 当其他玩家试图睡觉时,是否应该忽略 AFK 玩家?
# 当此设置为 false 时,如果某些玩家 AFK,玩家将无法跳过夜晚。
# 具有权限节点 Essentials.sleepingignored 的用户将始终被忽略。
sleep-ignores-afk-players: true

# 当其他玩家试图睡觉时,消失的玩家是否应该被忽略?
# 当此设置为 false 时,如果消失的玩家没有睡觉,玩家将无法跳过夜晚。
# 具有权限节点 Essentials.sleepingignored 的用户将始终被忽略。
sleep-ignores-vanished-player: true

# 设置玩家AFK时的列表名称。 默认情况下为 none,它指定 Essentials 不应干扰 AFK 玩家列表名称。
# 您可以使用颜色代码,使用 {USERNAME} 玩家的姓名或 {PLAYER} 作为玩家的显示名称。
afk-list-name: "none"

# 当玩家进入或退出AFK模式时,是否应该广播AFK通知
# 到整个服务器,还是只到玩家?
# 当此设置为 false 时,只有玩家在更改 AFK 状态时才会收到通知。
broadcast-afk-message: true

# 您可以在此处禁用 Minecraft 的死亡消息。
death-messages: true

# Essentials 应如何处理拥有 Essentials.keepinv 权限且拥有以下物品的玩家
# 他们死后就会消失的诅咒?
# 您可以将其设置为“keep”(保留项目)、“drop”(删除项目)或“delete”(删除项目)。
# 默认为“ keep ”
vanishing-items-policy: keep

# Essentials 应如何处理拥有 Essentials.keepinv 权限且拥有以下物品的玩家
# 他们死后会受到束缚的诅咒吗?
# 您可以将其设置为“keep”(保留项目)、“drop”(删除项目)或“delete”(删除项目)。
# 默认为“keep”
binding-items-policy: keep

# 当玩家死亡时,他们应该收到死亡时的坐标吗?
send-info-after-death: false

# 拥有权限的玩家是否应该能够默默地加入和离开?
# 如果启用了,您可以使用 Essentials.silentjoin 和 Essentials.silentquit 权限来控制它。
# 此外,具有essentials.silentjoin.vanish的人将在加入时消失。
allow-silent-join-quit: false

# 您可以在此处设置自定义加入和退出消息。 将其设置为“none”以使用默认的 Minecraft 消息,
# 或将其设置为“”以完全隐藏消息。
# 可用占位符:
# {PLAYER} - 玩家的显示名称。
# {USERNAME} - 玩家的用户名。
# {PREFIX} - 玩家的前缀。
# {SUFFIX} - 玩家的后缀。
# {ONLINE} - 在线玩家数量。
# {UNIQUE} - 加入服务器的唯一玩家数量。
# {UPTIME} - 服务器在线的时间。
custom-join-message: "none"
custom-quit-message: "none"

# 您可以在此处为使用新用户名加入的用户设置自定义加入消息。
# 仅当用户之前加入并更改用户名时才会使用此消息。
# 这将显示而不是自定义加入消息,因此如果您打算保持它们相似,请确保它们匹配。
# 将其设置为“none”以对每个连接使用上面的“custom-join-message”。

# 可用占位符:
# {PLAYER} - 玩家的显示名称。
# {USERNAME} - 玩家的用户名。
# {OLDUSERNAME} - 玩家的旧用户名。
# {PREFIX} - 玩家的前缀。
# {SUFFIX} - 玩家的后缀。
# {ONLINE} - 在线玩家数量。
# {UNIQUE} - 加入服务器的唯一玩家数量。
# {UPTIME} - 服务器在线的时间。
custom-new-username-message: "none"

# Essentials 是否应该使用语言文件中自己的消息来覆盖普通的“服务器已满”消息?
# 设置为 false 以保留原始消息。
use-custom-server-full-message: true

# 当玩家数量达到一定限制时,您可以禁用加入和退出消息。
# 当玩家数量低于此数字时,将始终显示加入/退出消息。
# 将其设置为 -1 以始终显示加入和退出消息,无论玩家数量如何。
hide-join-quit-messages-above: -1

# 如果你想自动禁用上帝模式,请将世界添加到此列表中。
no-god-in-worlds:
#  - world_nether

# 设置为 true 以启用每个世界的权限,以便使用基本命令在世界之间进行传送。
# 这适用于 /world、/back、/tp[a|o][here|all],但不适用于 warps。
# 授予某人传送到 Essentials.worlds.<worldname> 世界的权限
# 这不会影响 /home 命令,下面有一个单独的切换开关。
world-teleport-permissions: false

# 如果 /item 或 /give 中省略数量参数,则给出的项目数。
# 如果该数字小于 1,则给出最大堆栈大小。 如果堆叠尺寸过大。
# 未启用,任何高于最大堆栈大小的数字都会导致多个堆栈。
default-stack-size: -1

# 超大堆栈是忽略正常最大堆栈大小的堆栈。
# 如果玩家拥有 Essentials.oversizedstacks 权限,则可以使用 /give 和 /item 获得它们。
# 超大的堆栈中应该有多少个项目?
oversized-stacksize: 64

# 允许修复附魔武器和盔甲。
# 如果您将其设置为 false,您仍然可以使用该权限允许某些玩家使用。
# Essentials.repair.enchanted
repair-enchanted: true

# 允许套件和物品生成中存在“不安全”的结界。
# 警告:混合和过度升级某些附魔可能会导致客户端、服务器和插件出现问题。
unsafe-enchantments: false

# /tree 和 /bigtree 命令可以生成树的玩家最大范围。
tree-command-range-limit: 300

# 您是否希望 Essentials 跟踪传送侦听器中 /back 之前的位置?
# 如果将此设置为 true,则任何使用传送的插件都将注册以前的位置。
register-back-in-listener: false

# 登录后延迟等待才能造成攻击伤害。
login-attack-delay: 5

# 设置最大飞行速度,值范围0.1到1.0
max-fly-speed: 0.8

# 设置最大行走速度,取值范围0.1到1.0
max-walk-speed: 0.8

#设置一分钟内可以发送的最大邮件量。
mails-per-minute: 1000

# 设置 /mute 可以使用的最长时间(以秒为单位)。
# 设置为-1以禁用,并且可以使用 essentials.mute.unlimited 来覆盖。
max-mute-time: -1

# 设置 /tempban 可以使用的最长时间(以秒为单位)。
# 设置为-1以禁用,并且可以使用 essentials.tempban.unlimited 来覆盖。
max-tempban-time: -1

# 更改默认 /reply 功能。 可以使用 /rtoggle 针对每个玩家进行更改。
# 如果为 true,/r 会发送给您最后发消息的人,否则发送给第一个给您发送消息的人。
# 如果为 false,/r 会转到最后给您发消息的人。
last-message-reply-recipient: true

# 如果为特定玩家启用了最后消息回复收件人,
# 这指定了需要经过的持续时间(以秒为单位)
# 回复接收者在收到消息时更新。
# 默认为 180(3 分钟)
last-message-reply-recipient-timeout: 180

# 更改默认 /reply 功能。
# 如果为 true,/reply 将不会检查您回复的人是否已经消失。
# 如果为 false,玩家将无法回复因消失而无法再看到的玩家。
last-message-reply-vanished: false

# 切换左键点击带有牛奶桶的小怪是否将其变成婴儿。
milk-bucket-easter-egg: true

# 切换飞行状态消息是否应在加入时发送给玩家
send-fly-enable-on-join: false

# 设置为 true 以启用每个世界的权限,以便使用 Essentials 命令为各个世界设置时间。
# 这适用于/time、/day、/eday、/night、/enight、/etime。
# 授予某人传送到 Essentials.time.world.<worldname> 世界的权限。
world-time-permissions: false

# 指定 Essentials 命令和外部命令的冷却时间。
# 所有命令都不以正斜杠 (/) 开头。 写 msg 而不是 /msg
#
# 支持通配符,例如
# - '*i*': 50
# 为所有包含字母 i 的命令添加 50 秒冷却时间
#
# EssentialsX 通过以插入符号开始命令来支持正则表达式 ^
# 例如,要定位以 ban 而不是 banip 开头的命令,将使用以下命令:
#  '^ban([^ip])( .*)?': 60 # 60 秒/ban 冷却时间。
# 注意:如果您的命令以 ^ 开头,则可以使用反斜杠 (\) 对其进行转义。 例如 \^command:123
command-cooldowns:
#  feed: 100 # /feed 命令的冷却时间为 100 秒
#  '*': 5 # 5 所有命令 5 秒冷却时间

# 命令冷却时间是否应在服务器关闭后持续存在
command-cooldown-persistence: true

# NPC 余额是否应列在余额排名功能中,例如 /balancetop。
# NPC 平衡可以包括 FactionsUUID 插件中的派系等功能。
npcs-in-balance-ranking: false

# 当玩家潜行时允许大量买卖迹象。
# 当标牌一次出售或购买一件物品并且玩家想要一次出售一堆物品时,这非常有用。
allow-bulk-buy-sell: true

# 允许使用 /sell 命令销售具有自定义名称的物品。
# 这可能有助于防止玩家意外出售指定物品。
allow-selling-named-items: false

# 玩家加入时 MOTD 显示的延迟(以毫秒为单位)。
# 如果 MOTD 命令或权限被禁用,这不会产生任何影响。
# 也可以将其设置为 -1 以完全禁用连接 MOTD。
delay-motd: 0

# 默认情况下应启用互补确认命令的命令列表。
# 默认情况下为空,有关最新的有效命令列表,请参阅最新的源 config.yml。
default-enabled-confirm-commands:
#- pay
#- clearinventory

# 当玩家出狱后,Essentials 应该将他们传送到哪里?
# 你可以设置“返回”让他们传送到入狱前的位置,“重生”让他们传送到入狱前的位置
# 传送到生成点,或者“关闭”以不让它们传送。
teleport-when-freed: back

# 是否只在用户在线时才计算入狱时间。
# 如果为真,被监禁的玩家的时间只会在在线时减少。
jail-online-time: false

# 设置玩家在取消请求之前接受 tpa 的超时时间(以秒为单位)。
# 设置为 0 表示无超时。
tpa-accept-cancellation: 120

# 任何玩家可以挂起的同时 tpa 请求的最大数量。
# 一旦超过这个阈值,旧的请求将立即超时。
# 默认为 5。
tpa-max-requests: 5

# 允许玩家通过点击头盔槽来设置帽子。
allow-direct-hat: true

# 允许游戏内玩家在运行 /broadcastworld 时指定一个世界。
# 如果为 false,则在游戏中运行 /broadcastworld 将始终向玩家当前的世界发送消息。
# 这不会影响从控制台运行命令,因为控制台始终需要一个世界。
allow-world-in-broadcastworld: true

# 将水块视为“安全”,因此允许玩家传送
# 使用 /home 或 /spawn 等命令到达已占用的位置
# 通过水块
is-water-safe: false

# 用户映射是否应该在保存用户名之前尝试对其进行清理?
# 仅当您使用 Minecraft China 时才应将其更改为 false。
safe-usermap-names: true

# 当命令块执行命令时,Essentials 是否应该输出日志?
# 示例:CommandBlock at <x>,<y>,<z> 发出服务器命令:/<command>
log-command-block-commands: true

# 设置使用 /fireball 生成的射弹的最大速度。
max-projectile-speed: 8

# EssentialsX 应该检查更新吗?
# 如果设置为 true,EssentialsX 将在新版本可用时显示通知。
# 这使用公共 GitHub API,并且不会发送或存储任何识别信息。
update-check: true

############################################################
# +------------------------------------------------------+ #
# |                        家                         | #
# +------------------------------------------------------+ #
############################################################

# 允许人们在白天放置床铺。
# 此设置在 Minecraft 1.15+ 中无效,因为 Minecraft 始终允许玩家在白天设置他们的床位置。
update-bed-at-daytime: true

# 设置为 true 以启用每个世界的权限,以便使用家庭在世界之间传送。
# 这仅适用于 /home 命令。
# 授予某人传送到 Essentials.worlds.<worldname> 世界的权限
world-home-permissions: false

#
# 允许玩家拥有多个家。
# 玩家需要 Essentials.sethome.multiple 才能拥有超过 1 个家。
# 您可以使用下面的“默认”等级设置多个家庭的默认数量。
# 要完全删除家庭限制,请给人们“essentials.sethome.multiple.unlimited”。
# 要向不同的人授予不同的家庭金额,您需要在下面定义一个“家庭等级”。
sethome-multiple:
  default: 3
  vip: 5
  staff: 10

# 在此示例中,拥有“essentials.sethome.multiple”和“essentials.sethome.multiple.vip”的人将拥有 5 个房屋。
# 请记住,他们必须拥有两个权限节点才能设置多个 home。

# 控制玩家是否需要“essentials.home.compass”权限才能指向
# 玩家在第一个家的指南针。
#
# 将其保留为 false 将保留 Essentials 的原始行为,即始终
# 改变指南针的方向,使其指向他们的第一个家。
compass-towards-home-perm: false

# 如果没有设置家,你想让玩家重生吗?
# 如果设置为 false,玩家在没有先设置 home 的情况下运行 /home 时不会被传送。
spawn-if-no-home: true

# 是否应该要求玩家对他们试图覆盖的房屋进行确认?
confirm-home-overwrite: false

############################################################
# +------------------------------------------------------+ #
# |                       经济                        | #
# +------------------------------------------------------+ #
############################################################

# 查看更多信息,参见 http://wiki.ess3.net/wiki/Essentials_Economy

# 您可以使用 /setworth 命令控制出售给服务器的物品的价值。

# 定义新玩家开始时的平衡。 默认为 0。
starting-balance: 0

# 定义每次使用给定命令的成本。
# 某些命令(如 /repair)具有子成本,请查看 wiki 以获取更多信息。
command-costs:
  # /example costs $1000 PER USE
  #example: 1000
  # /kit tools costs $1500 PER USE
  #kit-tools: 1500

# 将其设置为您要使用的货币符号。
# 请记住,如果您想在本文档中使用特殊字符,
# 例如重音字母,您必须将文件保存为 UTF-8,而不是 ANSI。
currency-symbol: '$'

# 启用此选项可使货币符号出现在金额末尾而不是开头。
# 例如,欧元符号通常出现在当前金额之后。
currency-symbol-suffix: false

# 设置玩家可以拥有的最大金钱量。
# 由于java double的限制,金额始终限制在10万亿。
max-money: 10000000000000

# 设置玩家可以拥有的最低金额(必须高于 max-money 的负数)。
# 设置为 0,将完全禁用透支/贷款。 用户需要“essentials.eco.loan”权限才能低于 0。
min-money: -10000

# 启用此功能以记录与交易/买入/卖出信号和卖出命令的所有交互。
economy-log-enabled: false

# 启用此功能还可以通过 Vault 记录来自其他插件的所有交易。
# 这可能会导致经济日志很快填满,因此只能出于测试目的而启用!
economy-log-update-enabled: false

# /pay 中可接受的最低金额。
minimum-pay-amount: 0.01

# 启用此功能可以阻止尝试向其他忽略他们的用户付款的用户。
pay-excludes-ignore-list: false

# 余额小于或等于$0的用户是否应该显示在余额顶部。
# 设置为 false 不会在 balance-top 中显示余额<= 0的人。
# 注意:重新加载配置后,您还必须运行“/baltop force”才能显示此内容
show-zero-baltop: true

# 货币的格式,不包括符号。 有关符号配置,请参阅 currency-symbol-format-locale。
#
# "#,##0.00" 这是大多数国家显示货币的方式。
#currency-format: "#,##0.00"

# 设置货币符号格式。 某些语言环境使用 , 和 . 可以互换。
# 由于 Minecraft 字体渲染错误,某些格式无法在游戏中正确显示。
#
# For 1.234,50 use de-DE
# For 1,234.50 use en-US
# For 1'234,50 use fr-ch
#currency-symbol-format-locale: en-US

############################################################
# +------------------------------------------------------+ #
# |                         帮助                         | #
# +------------------------------------------------------+ #
############################################################

# 在帮助中显示其他插件命令。
non-ess-in-help: true

# 隐藏未授予权限的插件。
# 您可以通过向用户/组添加权限来覆盖单个插件的真实值。
# 个人权限为:essentials.help.<plugin>,任何拥有essentials.*或'*'的人都将看到所有帮助。
# 如果启用了以下选项,您可以使用负权限来删除对单个插件帮助的访问。
hide-permissionless-help: true

############################################################
# +------------------------------------------------------+ #
# |                   EssentialsX 聊天                   | #
# +------------------------------------------------------+ #
############################################################

# 您需要安装 EssentialsX Chat 才能使此部分正常工作。
# 请参阅 https://essentialsx.net/wiki/Module-Breakdown.html 了解更多信息。

chat:

  # 如果安装了 EssentialsX Chat,这将定义玩家的语音传播距离(以块为单位)。 设置为 0 可使所有聊天全局化。
  # 请注意,具有“essentials.chat.spy”权限的用户将听到所有内容,无论此设置如何。
  # 使用 Essentials.chat.shout 的用户可以通过在消息前添加感叹号 (!) 来覆盖此设置
  # 具有 Essentials.chat.question 的用户可以通过在消息前添加问号 (?) 来覆盖此设置
  # 您可以通过将chat-shout和chat-question添加到命令成本部分来添加shout/question的命令成本。
  radius: 0

  # 聊天格式化可以通过两种方式完成,您可以为所有聊天定义标准格式。
  # 或者你可以给一个小组特定的聊天格式,以提供一些额外的变化。
  # 有关聊天格式的更多信息,请查看 wiki:http://wiki.ess3.net/wiki/Chat_Formatting
  # 注意:将 {PREFIX} 和 {SUFFIX} 占位符与 {DISPLAYNAME} 一起使用可能会导致在聊天中显示双重前缀/后缀,除非取消注释 add-prefix-suffix 并将其设置为 false。

  # 可用占位符:
  # {MESSAGE} - 聊天消息的内容。
  # {USERNAME} - 发件人的用户名。
  # {DISPLAYNAME} - 发件人的显示名称。
  # {NICKNAME} - 发件人的 Essentials 昵称。 如果发件人没有昵称,则会显示用户名。
  # {PREFIX} - 发件人的前缀,由权限插件提供。
  # {SUFFIX} - 发件人的后缀,由权限插件提供。
  # {GROUP} - 发件人的主要组名称,由权限插件提供。
  # {WORLD} - 发送者当前世界的世界别名。 有关详细信息,请参阅下面的世界别名部分。
  # {WORLDNAME} - 发送者当前世界的全名。
  # {SHORTWORLDNAME} - 发送者当前世界的第一个字符。
  # {TEAMNAME} - 发送者的记分板团队名称。
  # {TEAMPREFIX} - 发送者的记分板团队前缀。
  # {TEAMSUFFIX} - 发送者的记分牌球队后缀。

  format: '<{DISPLAYNAME}> {MESSAGE}'
  #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  #format: '&7{PREFIX}&r {DISPLAYNAME}&r &7{SUFFIX}&r: {MESSAGE}'

  group-formats:
  #  default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  #  admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'

  # 如果您使用组格式,请确保删除“#”以允许读取设置。
  # 注意:组名称区分大小写,因此您必须将它们与您的权限插件匹配。
  
  # 您可以使用权限来控制玩家是否可以在聊天消息中使用格式化代码。
  # 请参阅 https://essentialsx.net/wiki/Color-Permissions.html 了解更多信息。

  # 世界别名允许您用聊天格式中不同的名称替换世界名称。
  # 如果您使用世界别名,请确保删除开头的“#”以允许读取设置。
  world-aliases:
  #  plots: "&dP&r"
  #  creative: "&eC&r"

  # 玩家是否应该默认进入喊叫模式
  shout-default: false

  # 玩家的喊叫模式是否应该持续重启。
  persist-shout: false

  # 是否应启用聊天问题。
  question-enabled: true

############################################################
# +------------------------------------------------------+ #
# |                 EssentialsX 保护                  | #
# +------------------------------------------------------+ #
############################################################

# 您需要安装 EssentialsX Protect 才能使此部分正常工作。
# 请参阅 https://essentialsx.net/wiki/Module-Breakdown.html 了解更多信息。

protect:

  # 一般物理/行为修改。 将这些设置为 true 以禁用行为。
  prevent:
    lava-flow: false
    water-flow: false
    water-bucket-flow: false
    fire-spread: true
    lava-fire-spread: true
    lava-itemdamage: false
    flint-fire: false
    lightning-fire-spread: true
    portal-creation: false
    tnt-explosion: false
    tnt-playerdamage: false
    tnt-itemdamage: false
    tnt-minecart-explosion: false
    tnt-minecart-playerdamage: false
    tnt-minecart-itemdamage: false
    fireball-explosion: false
    fireball-fire: false
    fireball-playerdamage: false
    fireball-itemdamage: false
    witherskull-explosion: false
    witherskull-playerdamage: false
    witherskull-itemdamage: false
    wither-spawnexplosion: false
    wither-blockreplace: false
    creeper-explosion: false
    creeper-playerdamage: false
    creeper-itemdamage: false
    creeper-blockdamage: false
    ender-crystal-explosion: false
    enderdragon-blockdamage: true
    enderman-pickup: false
    villager-death: false
    bed-explosion: false
    respawn-anchor-explosion: false
    # 怪物不会跟随玩家。
    # 权限 Essentials.protect.entitytarget.bypass 禁用此功能。
    entitytarget: false
    # 防止僵尸破门而入
    zombie-door-break: false
    # 事件 掠夺者窃取方块
    ravager-thief: false
    # 防止羊把草变成泥土
    sheep-eat-grass: false
    # 防止某些转换。
    transformation:
      # 防止苦力怕被闪电击中时带电。
      charged-creeper: false
      # 防止村民成为僵尸村民。
      zombie-villager: false
      # 防止僵尸村民被治愈。
      villager: false
      # 防止村民被闪电击中变成女巫。
      witch: false
      # 防止猪被闪电击中时变成僵尸猪人。
      zombie-pigman: false
      # 防止僵尸变成溺水者,防止尸壳变成僵尸。
      drowned: false
      # 防止哞菇被闪电击中时变色。
      mooshroom: false
    # 防止生物繁殖。 如果缺少某个生物,您可以按照以下格式添加它。
    spawn:
      creeper: false
      skeleton: false
      spider: false
      giant: false
      zombie: false
      slime: false
      ghast: false
      pig_zombie: false
      enderman: false
      cave_spider: false
      silverfish: false
      blaze: false
      magma_cube: false
      ender_dragon: false
      pig: false
      sheep: false
      cow: false
      chicken: false
      squid: false
      wolf: false
      mushroom_cow: false
      snowman: false
      ocelot: false
      iron_golem: false
      villager: false
      wither: false
      bat: false
      witch: false
      horse: false
      phantom: false

  # 苦力怕爆炸的最大高度。 -1 允许它们到处爆炸。
  # 如果你想禁用苦力怕爆炸,请将 Prevent.creeper-explosion 设置为 true。
  creeper:
    max-height: -1

  # 禁用各种默认物理和行为。
  disable:
    # 是否应该禁用坠落伤害?
    fall: false

    # 如果将此设置为 true,则具有 Essentials.protect.pvp 权限的用户仍然能够互相攻击。
    # 如果没有相同的权限节点,他们将无法攻击用户。
    pvp: false

    # 应该禁用溺水伤害吗?
    # (分为两个行为;通常,您希望将两者设置为相同的值。)
    drown: false
    suffocate: false

    # 是否应该禁用熔岩造成的伤害? 落入熔岩中的物品仍然会烧成碎片。 ;)
    lavadmg: false

    # 是否应该禁用箭头伤害?
    projectiles: false

    # 这将消除接触仙人掌造成的伤害。
    contactdmg: false

    # 燃烧吧,宝贝,燃烧吧! 是否应该禁用火灾伤害?
    firedmg: false

    # 被闪电击中后的伤害是否应该被禁用?
    lightning: false

    # 凋零伤害应该被禁用吗?
    wither: false

    # 禁用天气选项?
    weather:
      storm: false
      thunder: false
      lightning: false

############################################################
# +------------------------------------------------------+ #
# |                EssentialsX 反建造                 | #
# +------------------------------------------------------+ #
############################################################

    # 您需要安装 EssentialsX AntiBuild 才能使此部分正常工作。
    # 请参阅 https://essentialsx.net/wiki/Module-Breakdown.html 和 http://wiki.ess3.net/wiki/AntiBuild 了解更多信息。

    # 是否应该允许没有 Essentials.build 权限的人进行构建?
    # 设置 true 以禁用这些人的构建。
    # 设置为 false 意味着 EssentialsAntiBuild 永远不会阻止您构建。
    build: true

    # 没有essentials.build权限的人是否应该被允许使用物品?
    # 设置 true 以禁用这些人。
    # 设置为 false 意味着 EssentialsAntiBuild 永远不会阻止您使用项目。
    use: true

    # 当人们不被允许建造时我们应该警告他们吗?
    warn-on-build-disallow: true

  # 您希望收到哪些块类型的警报?
  # 您可以在 https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html 找到项目列表。
  alert:
    on-placement: LAVA,TNT,LAVA_BUCKET
    on-use: LAVA_BUCKET
    on-break:

  blacklist:

    # 应该阻止人们放置哪些方块?
    placement: LAVA,TNT,LAVA_BUCKET

    # 应防止人们使用哪些物品?
    usage: LAVA_BUCKET

    # 应该防止人们打破哪些障碍?
    break:

    # 哪些方块不应该被活塞移动?
    piston:

    # 哪些方块不应该由分配器分配
    dispenser:

############################################################
# +------------------------------------------------------+ #
# |            EssentialsX 重生+新玩家           | #
# +------------------------------------------------------+ #
############################################################

# 您需要安装 EssentialsX Spawn 才能使此部分正常工作。
# 请参阅 https://essentialsx.net/wiki/Module-Breakdown.html 了解更多信息。

newbies:
  # 当有人第一次登录时我们是否应该向服务器公告?
  # 如果是这样,请使用此格式,将 {DISPLAYNAME} 替换为玩家名称。
  # 如果没有,则设置为 ''
  #announce-format: ''
  announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'

  # 当我们第一次生成时,我们使用哪个生成点?
  # 如果你想使用世界的生成点,请设置为“none”。
  spawnpoint: newbies

  # 我们想在用户首次加入时为用户提供任何东西吗? 设置为“”以禁用
  # 该套件将不考虑成本和权限而给予,并且不会触发套件延迟。
  #kit: ''
  kit: tools

# 我们应该使用什么优先级来处理重生?
# 如果你想要普通的重生行为,请将其设置为无。
# 如果您希望 Multiverse 处理重生,请将其设置为最低。
# 如果您希望 Essentials Spawn 处理重生,请将其设置为高。
# 如果您想强制 Essentials Spawn 处理重生,请将其设置为最高。
# 注意:服务器重新启动后更改才会生效。
respawn-listener-priority: high

# 我们应该使用什么优先级来处理加入服务器时的生成?
# 请参阅 respawn-listener-priority 了解可能的值。
# 注意:更改此项可能会影响或破坏 Spawn-on-Join 功能。
# 注意:服务器重新启动后更改才会生效。
spawn-join-listener-priority: high

# 当用户死亡时,他们应该在第一个家或床上重生,而不是重生点吗?
respawn-at-home: false

# 当用户死亡时,他们应该在床上重生而不是重生点吗?
# respawn-at-home(上面)的值必须为 true。
respawn-at-home-bed: true

# 当用户死亡时,Essentials Spawn 是否应该尊重用户的重生点?
respawn-at-anchor: false

# 将所有加入的玩家传送至重生点
spawn-on-join: false
# “guests”的以下值表示“guests”组中的所有玩家在加入时都将被传送到生成点。
#spawn-on-join: guests
# 以下列表值表明组“guests”和“admin”中的所有玩家在加入时都将被传送到生成点。
#spawn-on-join:
#- guests
#- admin

# 文件结束 <-- 别太认真,您已完成配置。
kit

plugins/Essentials/kits.yml

# EssentialsX kit 配置文件
# 如果您没有在此文件中定义任何套件,插件将尝试从 config.yml 复制它们

# 注意:所有物品后面必须注明数量!
# 所有 kit 的名称必须全小写, 并将被视为权限/成本较低。.
# Syntax: - name[:durability] amount [enchantment:level]... [itemmeta:value]...
# 物品元信息参考 http://wiki.ess3.net/wiki/Item_Meta
# 要使套件执行命令,请将 /<command> 添加到项目列表中。 使用 {USERNAME} 指定接收套件的玩家。
# {PLAYER} 将显示玩家的显示名称而不是用户名。
# 'delay' 是指您可以使用每个套件的频率之间的冷却时间,以秒为单位。
# 对于一次性套件,将延迟设置为 -1。
#
# 此外,您还可以将套件组织到“kits”子目录下的单独文件中。
# Essentials 会将“kits”子目录中的所有 .yml 文件视为套件文件,并将这些文件中的任何套件与“kits.yml”中的套件一起添加。
# `kits` 子目录中的任何文件都必须采用与此文件相同的格式。 这允许您在每个文件中定义多个套件。
# 更多信息参见 http://wiki.ess3.net/wiki/Kits
kits:
  tools:
    delay: 10
    items:
      - stonesword 1
      - stoneshovel 1
      - stonepickaxe 1
      - stoneaxe 1
命令

模块

命令

别名

描述

使用

Essentials

editsign

sign, esign, eeditsign

Edits a sign in the world.

/\<command\> \<set/clear/copy/paste\> [line number] [text]

Essentials

repair

fix, efix, erepair

Repairs the durability of one or all items.

/\<command\> [hand|all]

Essentials

msgtoggle

emsgtoggle

Blocks receiving all private messages.

/\<command\> [player] [on|off]

Essentials

settpr

[esettpr, settprandom, esettprandom]

Set the random teleport location and parameters.

/\<command\> [center|minrange|maxrange] [value]

Essentials

help

ehelp

Views a list of available commands.

/\<command\> [search term] [page]

Essentials

clearinventoryconfirmtoggle

eclearinventoryconfirmtoggle, clearinventoryconfirmoff, eclearinventoryconfirmoff, clearconfirmoff, eclearconfirmoff, clearconfirmon, eclearconfirmon, clearconfirm, eclearconfirm

Toggles whether you are prompted to confirm inventory clears.

/\<command\>

Essentials

mute

emute, silence, esilence

Mutes or unmutes a player.

/\<command\> \<player\> [datediff]

Essentials

spawner

changems, echangems, espawner, mobspawner, emobspawner

Change the mob type of a spawner.

/\<command\> \<mob\> [delay]

Essentials

deljail

edeljail, remjail, eremjail, rmjail, ermjail

Removes a jail.

/\<command\> \<jailname\>

Essentials

powertool

epowertool, pt, ept

Assigns a command to the item in hand.\r\n\r\nUse 'c:' as the command to make a chat macro.\r\nUse 'a:' to append multiple commands.\r\nUse 'r:' to remove a single command.\r\nUse 'l:' to list all power tools\r\nUse 'd:' to remove all power tools \r\n

/\<command\> [l:|a:|r:|c:|d:][command] [arguments]\r\n({player} can be replaced by name of a clicked player.)\r\n

Essentials

weather

rain, erain, sky, esky, storm, estorm, sun, esun, eweather

Sets the weather.

/\<command\> <storm\/sun> [duration]

Essentials

gc

lag, elag, egc, mem, emem, memory, ememory, uptime, euptime, tps, etps, entities, eentities

Reports memory, uptime and tick info.

/\<command\>

Essentials

delhome

edelhome, remhome, eremhome, rmhome, ermhome

Removes a home.

/\<command\> [player:]\<name\>

Essentials

enderchest

echest, eechest, eenderchest, endersee, eendersee, ec, eec

Lets you see inside an enderchest.

/\<command\> [player]

Essentials

powertooltoggle

epowertooltoggle, ptt, eptt, pttoggle, epttoggle

Enables or disables all current powertools.

/\<command\>

Essentials

kickall

ekickall

Kicks all players off the server except the issuer.

/\<command\> [reason]

Essentials

speed

flyspeed, eflyspeed, fspeed, efspeed, espeed, walkspeed, ewalkspeed, wspeed, ewspeed

Change your walk or fly speed.

/\<command\> [type] \<speed\> [player]

Essentials

tpall

etpall

Teleport all online players to another player.

/\<command\> [player]

Essentials

suicide

esuicide

Causes you to perish.

/\<command\>

Essentials

whois

ewhois

Displays player information

/\<command\> \<nickname|playername\>

Essentials

essentials

eessentials, ess, eess, essversion

Reloads essentials and has some debug featues.

/\<command\> [debug|verbose|ver|version|cmd|commands|dump|reload|reset|cleanup|homes|uuidconvert|uuidtest|nya|nyan|moo]

Essentials

tptoggle

etptoggle

Blocks all forms of teleportation.

/\<command\> [player] [on|off]

Essentials

disposal

edisposal, trash, etrash

Opens a portable disposal menu.

/\<command\>

Essentials

top

etop

Teleport to the highest block at your current position.

/\<command\>

Essentials

gamemode

adventure, eadventure, adventuremode, eadventuremode, creative, eecreative, creativemode, ecreativemode, egamemode, gm, egm, gma, egma, gmc, egmc, gms, egms, gmt, egmt, survival, esurvival, survivalmode, esurvivalmode, gmsp, sp, egmsp, spec, spectator

Change player gamemode.

/\<command\>\n\<survival|creative|adventure|spectator\>\n[player]

Essentials

condense

econdense, compact, ecompact, blocks, eblocks, toblocks, etoblocks

Condenses items into a more compact blocks.

/\<command\> [itemname]

Essentials

tp

tele, etele, teleport, eteleport, etp, tp2p, etp2p

Teleport to a player.

/\<command\> \<player\> [otherplayer]

Essentials

tpoffline

otp, offlinetp, tpoff, tpoffline

Teleport to a player's last known logout location

/\<command\> \<player\>

Essentials

setworth

esetworth

Set the sell value of an item.

/\<command\> [itemname|id] \<price\>

Essentials

spawnmob

mob, emob, spawnentity, espawnentity, espawnmob

Spawns a mob.

/\<command\> \<mob\>[:data][,\<mount\>[:data]] [amount] [player]

Essentials

book

ebook

Allows reopening and editing of sealed books.

/\<command\> [title|author [name]]

Essentials

time

day, eday, night, enight, etime

Display\/Change the world time. Defaults to current world.

/\<command\> [day|night|dawn|17:30|4pm|4000ticks] [worldname|all]

Essentials

tpaall

etpaall

Requests all players online to teleport to you.

/\<command\> \<player\>

Essentials

mail

email, eemail, memo, ememo

Manages inter-player, intra-server mail.

/\<command\> [read|clear|clear [number]|send [to] [message]|sendtemp [to] [expire time] [message]|sendall [message]]

Essentials

hat

ehat, head, ehead

Get some cool new headgear.

/\<command\> [remove]

Essentials

worth

eprice, price, eworth

Calculates the worth of items in hand or as specified.

/\<command\> <\<itemname\>

Essentials

kick

ekick

Kicks a specified player with a reason.

/\<command\> \<player\> [reason]

Essentials

more

emore

Fills the item stack in hand to specified amount, or to maximum size if none is specified.

/\<command\> [amount]

Essentials

info

about, eabout, ifo, eifo, einfo, inform, einform, news, enews

Shows information set by the server owner.

/\<command\> [chapter] [page]

Essentials

tpahere

etpahere

Request that the specified player teleport to you.

/\<command\> \<player\>

Essentials

realname

erealname

Displays the username of a user based on nick.

/\<command\> \<nickname\>

Essentials

bigtree

ebigtree, largetree, elargetree

Spawn a big tree where you are looking.

/\<command\> \<tree|redwood|jungle\>

Essentials

rest

erest

Rests you or the given player.

/\<command\> [player]

Essentials

rules

erules

Views the server rules.

/\<command\> [chapter] [page]

Essentials

recipe

formula, eformula, method, emethod, erecipe, recipes, erecipes

Displays how to craft items.

/\<command\> \<item\> [number]

Essentials

sethome

esethome, createhome, ecreatehome

Set home to your current location.

/\<command\> [player:]\<name\>

Essentials

pweather

playerweather, eplayerweather, epweather

Adjust a player's weather

/\<command\> [list|reset|storm|sun|clear] [player|*]

Essentials

setwarp

createwarp, ecreatewarp, esetwarp

Creates a new warp.

/\<command\> \<warp\>

Essentials

delwarp

edelwarp, remwarp, eremwarp, rmwarp, ermwarp

Deletes the specified warp.

/\<command\> \<warp\>

Essentials

warpinfo

ewarpinfo

Finds location information for a specified warp.

/\<command\> \<warp\>

Essentials

warp

ewarp, warps, ewarps

List all warps or warp to the specified location.

/\<command\> \<pagenumber|warp\> [player]

Essentials

break

ebreak

Breaks the block you are looking at.

/\<command\>

Essentials

msg

w, m, t, pm, emsg, epm, tell, etell, whisper, ewhisper

Sends a private message to the specified player.

/\<command\> \<to\> \<message\>

Essentials

compass

ecompass, direction, edirection

Describes your current bearing.

/\<command\>

Essentials

world

eworld

Switch between worlds.

/\<command\> [world]

Essentials

me

action, eaction, describe, edescribe, eme

Describes an action in the context of the player.

/\<command\> \<description\>

Essentials

payconfirmtoggle

epayconfirmtoggle, payconfirmoff, epayconfirmoff, payconfirmon, epayconfirmon, payconfirm, epayconfirm

Toggles whether you are prompted to confirm payments.

/\<command\>

Essentials

ext

eext, extinguish, eextinguish

Extinguish players.

/\<command\> [player]

Essentials

broadcastworld

bcw, ebcw, bcastw, ebcastw, ebroadcastworld, shoutworld, eshoutworld

Broadcasts a message to a world.

/\<command\> \<world\> \<msg\>

Essentials

toggleshout

etoggleshout

Toggles whether you are talking in shout mode

/\<command\> [player] [on|off]

Essentials

togglejail

jail, ejail, tjail, etjail, etogglejail, unjail, eunjail

Jails\/Unjails a player, TPs them to the jail specified.

/\<command\> \<player\> \<jailname\> [datediff]

Essentials

jails

ejails

List all jails.

/\<command\>

Essentials

list

elist, online, eonline, playerlist, eplayerlist, plist, eplist, who, ewho

List all online players.

/\<command\> [group]

Essentials

remove

eremove, butcher, ebutcher, killall, ekillall, mobkill, emobkill

Removes entities in your world.

/\<command\> \<all|tamed|named|drops|arrows|boats|\nminecarts|xp|paintings|itemframes|endercrystals|\nmonsters|animals|ambient|mobs|[mobType]> [radius|world]

Essentials

lightning

elightning, shock, eshock, smite, esmite, strike, estrike, thor, ethor

The power of Thor. Strikes at the cursor or a player.

/\<command\> [player] [power]

Essentials

ice

eice, efreeze

Cools a player off.

/\<command\> [player]

Essentials

ignore

eignore, unignore, eunignore, delignore, edelignore, remignore, eremignore, rmignore, ermignore

Ignore or unignore other players.

/\<command\> \<player\>

Essentials

item

i, eitem, ei

Spawn an item.

/\<command\> \<item|numeric\> [amount [itemmeta...]]

Essentials

near

enear, nearby, enearby

Lists the players near by or around a player.

/\<command\> [playername] [radius]

Essentials

firework

efirework

Allows you to modify a stack of fireworks.

/\<command\> <|power [amount]|clear|fire [amount]>

Essentials

invsee

einvsee

See and/or edit the inventory of other players.

/\<command\> \<player\> [armor]

Essentials

balancetop

ebalancetop, baltop, ebaltop

Lists players by top balances.

/\<command\> [page]

Essentials

ban

eban

Bans a player.

/\<command\> \<player\> [reason]

Essentials

kill

ekill

Kills specified player.

/\<command\> \<player\>

Essentials

balance

bal, ebal, ebalance, money, emoney

States the current balance of a player.

/\<command\> [player]

Essentials

enchant

eenchant, enchantment, eenchantment

Enchants the item the user is holding.

/\<command\> \<enchantmentname\> [level]

Essentials

banip

ebanip

Bans an IP address.

/\<command\> \<address\> [reason]

Essentials

socialspy

esocialspy

Toggles if you can see msg\/mail commands in chat.

/\<command\> [player] [on|off]

Essentials

workbench

craft, ecraft, wb, ewb, wbench, ewbench, eworkbench

Opens up a workbench.

/\<command\>

Essentials

anvil

eanvil

Opens up an Anvil.

/\<command\>

Essentials

cartographytable

ecartographytable, carttable, ecarttable

Opens up a cartography table.

/\<command\>

Essentials

grindstone

egrindstone

Opens up a grindstone.

/\<command\>

Essentials

loom

eloom

Opens up a loom.

/\<command\>

Essentials

smithingtable

esmithingtable, smithtable, esmithtable

Opens up a smithing table.

/\<command\>

Essentials

stonecutter

estonecutter

Opens up a stonecutter.

/\<command\>

Essentials

motd

emotd

Views the Message Of The Day.

/\<command\> [chapter] [page]

Essentials

ptime

playertime, eplayertime, eptime

Adjust player's client time. Add @ prefix to fix.

/\<command\> [list|reset|day|night|dawn|17:30|4pm|4000ticks] [player|*]

Essentials

give

egive

Give a player an item.

/\<command\> \<player\> \<item|numeric\> [amount [itemmeta...]]

Essentials

tree

etree

Spawn a tree where you are looking.

/\<command\> \<tree|birch|redwood|redmushroom|\nbrownmushroom|jungle|junglebush|swamp\>

Essentials

tpacancel

etpacancel

Cancel all outstanding teleport requests. Specify [player] to cancel requests with them. | /\<command\> [player]


Essentials

sudo

esudo

Make another user perform a command.

/\<command\> \<player\> <command [args]>

Essentials

back

eback, return, ereturn

Teleports you to your location prior to tp\/spawn\/warp.

/\<command\>

Essentials

jump

j, ej, ejump, jumpto, ejumpto

Jumps to the nearest block in the line of sight.

/\<command\>

Essentials

fly

efly

Take off, and soar!

/\<command\> [player] [on|off]

Essentials

potion

epotion, elixer, eelixer

Adds custom potion effects to a potion.

/\<command\> \<clear|apply|effect:\<effect\> power:\<power\> duration:\<duration\>>

Essentials

seen

eseen

Shows the last logout time of a player.

/\<command\> \<playername\>

Essentials

home

ehome, homes, ehomes

Teleport to your home.

/\<command\> [player:]\<name\>

Essentials

vanish

v, ev, evanish

Hide yourself from other players.

/\<command\> [player] [on|off]

Essentials

tpdeny

etpdeny, tpno, etpno

Rejects teleport requests.

/\<command\> [player

Essentials

tpohere

etpohere

Teleport here override for tptoggle.

/\<command\> \<player\>

Essentials

getpos

eposition

Get your current coordinates or those of a player.

/\<command\> [player]

Essentials

god

tgm

Enables your godly powers.

/\<command\> [player] [on|off]

Essentials

ping

echo, eecho, eping, pong, epong

Pong!

/\<command\>

Essentials

helpop

eamsg

Message online admins.

/\<command\> \<message\>

Essentials

skull

head, playerskull, eskull, ehead, eplayerskull

Get the player head item with your skin or a skin of a specified player, or change skin of the head you're holding.

/\<command\> [owner]

Essentials

broadcast

ebcast, bc, bcast, ebc

Broadcasts a message to the entire server.

/\<command\> \<msg\>

Essentials

clearinventory

ci, eci, clean, eclean, clear, eclear, clearinvent, eclearinvent, eclearinventory

Clear all items in your inventory.

/\<command\> [player|] [item[:\<data\>]||**] [amount]

Essentials

unlimited

eul

Allows the unlimited placing of items.

/\<command\> \<list|item|clear\> [player]

Essentials

antioch

tnt

A little surprise for operators.

/\<command\> [message]

Essentials

fireball

fireskull

Throw a fireball or other assorted projectiles.

/\<command\> [fireball|small|large|arrow|skull|egg|snowball|expbottle|dragon|splashpotion

Essentials

tpa

tpask

Request to teleport to the specified player.

/\<command\> \<player\>

Essentials

createkit

ck

Create a kit in game!

/\<command\> \<kitname\> \<delay\>

Essentials

kitreset

ekitreset, kitr, ekitr, resetkit, eresetkit

Resets the cooldown on the specified kit.

/\<command\> \<kit\> [player]

Essentials

depth

eheight

States current depth

\/depth

Essentials

paytoggle

payon

Toggles whether you are accepting payments.

/\<command\> [player]

Essentials

itemdb

eitemdb

Searches for an item.

/\<command\> \<item\>

Essentials

itemlore

lore, elore, ilore, eilore, eitemlore

Edit the lore of an item.

/\<command\> \<add/set/clear\> [text/line] [text]

Essentials

itemname

iname, einame, eitemname, itemrename, irename, eitemrename, eirename

Renames the item your currently holding. Leave name empty to reset. You can add in color codes when you have permission to.

/\<command\> [name]

Essentials

afk

eafk, away, eaway

Marks you as away-from-keyboard.

/\<command\> [player\/message...]

Essentials

backup

ebackup

Runs the backup if configured.

/\<command\>

Essentials

burn

eburn

Set a player on fire.

/\<command\> \<player\> \<seconds\>

Essentials

customtext


Allows you to create custom text commands.

/\<alias\> - Define in bukkit.yml

Essentials

eco

eeco,economy,eeconomy

Manages the server economy.

/\<command\> \<give|take|set|reset\> \<player\> \<amount\>

Essentials

exp

eexp, xp

Give, set or look at a players exp.

/\<command\> [show|set|give] [playername [amount]]

Essentials

feed

eat,eeat,efeed

Satisfy the hunger.

/\<command\> [player]

Essentials

heal

eheal

Heals you or the given player.

/\<command\> [player]

Essentials

kit

ekit,kits,ekits

Obtains the specified kit or views all available kits.

/\<command\> [kit] [player]

Essentials

kittycannon

ekittycannon

Throw an exploding kitten at your opponent.

/\<command\>

Essentials

beezooka

ebeezooka, beecannon, ebeecannon

Throw an exploding bee at your opponent.

/\<command\>

Essentials

nick

enick,nickname,enickname

Change your nickname or that of another player.

/\<command\> [player] \<nickname|off\>

Essentials

nuke

enuke

May death rain upon them.

/\<command\> [player]

Essentials

pay

epay

Pays another player from your balance.

/\<command\> \<player\> \<amount\>

Essentials

r

er,reply,ereply

Quickly reply to the last player to message you.

/\<command\> \<message\>

Essentials

rtoggle

ertoggle, replytoggle, ereplytoggle

Change whether the recipient of the reply is last recipient or last sender.

/\<command\> [player] [on|off]

Essentials

sell

esell

Sells the item currently in your hand.

/\<command\> <\<itemname\>

Essentials

showkit

kitpreview,preview,kitshow

Show contents of a kit.

/\<command\> \<kitname\>

Essentials

tempban

etempban

Temporary ban a user.

/\<command\> \<playername\> \<datediff\> [reason]

Essentials

tempbanip

etempbanip

Temporarily ban an IP Address.

/\<command\> \<playername\> \<datediff\> [reason]

Essentials

thunder

ethunder

Enable\/disable thunder.

/\<command\> <true\/false> [duration]

Essentials

tpaccept

etpaccept,tpyes,etpyes

Accepts teleport requests.

/\<command\> [player|*]

Essentials

tphere

s,etphere

Teleport a player to you.

/\<command\> \<player\>

Essentials

tpohere

etpohere

Teleport here override for tptoggle.

/\<command\> \<player\>

Essentials

tppos

etppos

Teleport to coordinates.

/\<command\> \<x\> \<y\> \<z\> [yaw] [pitch] [world]

Essentials

tpr

etpr, tprandom, etprandom

Teleport randomly.

/\<command\>

Essentials

unban

pardon,eunban,epardon

Unbans the specified player.

/\<command\> \<player\>

Essentials

unbanip

eunbanip,pardonip,epardonip

Unbans the specified IP address.

/\<command\> \<address\>

EssentialsSpawn

setspawn

esetspawn

Set the spawnpoint to your current position.

/\<command\> \<group\>

EssentialsSpawn

spawn

espawn

Teleport to the spawnpoint.

/\<command\> [player]

EssentialsXMPP

setxmpp


Set your xmpp address.

/\<command\> \<address\>

EssentialsXMPP

xmpp


Send a message to a player.

/\<command\> \<player\> \<message\>

EssentialsXMPP

xmppspy


Toggle xmpp spy for all messages.

/\<command\> \<player\>

Essentials

tpauto

etpauto

Automatically accept teleportation requests.

/\<command\> [player]

Essentials

delkit


Delete a given kit

/\<command\> \<kitname\>

Essentials

playtime


Shows a player's time played in game

/\<command\> [player]

EssentialsDiscord

discordbroadcast

dbroadcast, dbc, dbcast, ediscordbroadcast, edbroadcast, edbc, edbcast

Broadcasts a message to the specified Discord channel.

/\<command\> \<channel\> \<msg\>

EssentialsDiscord

discord

ediscord

Sends the discord invite link to the player.

/\<command\>

权限

参考:
<https://wiki.mc-ess.net/doc/permissions>
<https://essinfo.xeya.me/permissions.html>

模块

相关命令

权限

说明

Essentials

afk

essentials.afk

允许访问 /afk 命令

Essentials

afk

essentials.afk.message

允许访问 afk 消息设置

Essentials

afk

essentials.afk.others

允许你设置其他玩家为离开状态

Essentials

afk

essentials.afk.auto

具有此权限的玩家将在配置文件中定义的一段时间不活动后被设置为离开状态

Essentials

afk

essentials.afk.kickexempt

免除用户因离开状态而被自动踢出的情况

Essentials

antioch

essentials.antioch

允许访问 /antioch 命令

Essentials

back

essentials.back

允许访问 /back 命令。

Essentials

back

essentials.back.ondeath

授予此权限以允许玩家使用 /back 前往死亡地点

Essentials

back

essentials.back.onteleport

拥有此权限的玩家将在任何传送过程中存储返回位置

Essentials

backup

essentials.backup

允许访问 /backup 命令

Essentials

balance

essentials.balance

允许访问 /balance 命令

Essentials

balance

essentials.balance.others

可以让你看到其他玩家的余额

Essentials

balancetop

essentials.balancetop

允许访问 /balancetop 命令

Essentials

balancetop

essentials.balancetop.force

允许使用 /balancetop force 强制刷新 balancetop

Essentials

ban

essentials.ban

允许访问 /ban 命令

Essentials

ban

essentials.ban.exempt

防止指定群组或玩家被禁止

Essentials

ban

essentials.ban.offline

允许禁止离线玩家。这可能允许您禁止豁免玩家。

Essentials

banip

essentials.banip

允许访问 /banip 命令

Essentials

unban

essentials.unban

允许访问 /unban 命令

Essentials

unbanip

essentials.unbanip

允许访问 /unbanip 命令

Essentials

bigtree

essentials.bigtree

允许访问 /bigtree 命令

Essentials

book

essentials.book

允许访问 /book 命令

Essentials

book

essentials.book.author

允许用户更改书籍的作者

Essentials

book

essentials.book.others

允许编辑属于其他玩家的书籍

Essentials

book

essentials.book.title

允许用户更改书面书籍的标题

Essentials

break

essentials.break

允许访问 /break 命令

Essentials

break

essentials.break.bedrock

允许基岩破裂

Essentials

broadcast

essentials.broadcast

允许访问 /broadcast 命令

Essentials

broadcastworld

essentials.broadcastworld

允许访问 /broadcastworld 命令

Essentials

burn

essentials.burn

允许访问 /burn 命令

Essentials


essentials.chat.ignoreexempt

具有此权限的人不会被忽略,即使他们位于其他人的忽略列表中

Essentials

me

essentials.chat.spy

为管理员设计的权限,用于拦截所有本地消息(忽略聊天半径)

Essentials


essentials.chat.spy.exempt

允许免除 chat spy

Essentials

clearinventory

essentials.clearinventory

允许访问 /clearinventory 命令

Essentials

clearinventory

essentials.clearinventory.all

允许玩家清除所有玩家的物品栏

Essentials

clearinventory

essentials.clearinventory.multiple

允许同时清理多人的库存

Essentials

clearinventory

essentials.clearinventory.others

允许您清除其他玩家的库存

Essentials

clearinventoryconfirmtoggle

essentials.clearinventoryconfirmtoggle

允许访问 /clearinventoryconfirmtoggle 命令

Essentials


essentials.commandcooldowns.bypass

允许绕过所有命令冷却时间

Essentials


essentials.commandcooldowns.bypass.

允许绕过特定命令冷却时间

Essentials

compass

essentials.compass

允许访问 /compass 命令

Essentials

condense

essentials.condense

允许访问 /condense 命令

Essentials

createkit

essentials.createkit

允许访问 /createkit 命令

Essentials

delkit

essentials.delkit

允许访问 /delkit 命令

Essentials

kitreset

essentials.kitreset

允许访问 /kitreset 命令

Essentials

kitreset

essentials.kitreset.others

允许使用 /kitreset 重置其他玩家的装备冷却时间

Essentials

customtext

essentials.customtext

允许访问 /customtext 命令和所有别名

Essentials

delwarp

essentials.delwarp

允许访问 /delwarp 命令

Essentials

depth

essentials.depth

允许访问 /depth 命令

Essentials

disposal

essentials.disposal

允许访问 /disposal 命令

Essentials

eco

essentials.eco

允许访问 /eco 命令

Essentials

eco

essentials.eco.loan

允许玩家有负余额

Essentials

enchant

essentials.enchant

允许访问 /enchant 命令

Essentials

give

essentials.enchantments.allowunsafe

如果在配置中启用,则此权限允许不安全的附魔。

Essentials

enderchest

essentials.enderchest

允许访问 /enderchest 命令

Essentials


essentials.enderchest.modify

允许您修改其他玩家末影箱的内容。

Essentials

enderchest

essentials.enderchest.others

允许您查看其他玩家末影箱的内容

Essentials

essentials

essentials.essentials

允许访问 /essentials 命令

Essentials

essentials

essentials.updatecheck

当有可用更新时,通知具有此加入权限的玩家

Essentials

exp

essentials.exp

允许访问 /exp 命令

Essentials

exp

essentials.exp.give

允许玩家给自己提供经验值

Essentials

exp

essentials.exp.give.others

允许玩家给予其他人经验(如果他们也有 Essentials.exp.give )

Essentials

exp

essentials.exp.others

允许玩家看到其他玩家的经验值

Essentials

exp

essentials.exp.set

允许玩家设置自己的经验值

Essentials

exp

essentials.exp.set.others

允许玩家更改其他exp( 如果他们也有essentials.exp.set )

Essentials

ext

essentials.ext

允许访问 /ext 命令

Essentials

ext

essentials.ext.others

允许在/ext 中指定其他玩家

Essentials

feed

essentials.feed

允许访问 /feed 命令

Essentials

feed

essentials.feed.cooldown.bypass

绕过 feed 冷却时间, 自 build 1452 起,可以使用 Essentials.commandcooldowns.bypass.feed 代替

Essentials

feed

essentials.feed.others

允许一个玩家喂另一个玩家

Essentials

fireball

essentials.fireball

允许访问 /fireball 命令, 注意:您还需要每个射弹的特定权限。

Essentials

fireball

essentials.fireball.fireball

允许发射常规火球

Essentials

fireball

essentials.fireball.small

允许发射小火球

Essentials

fireball

essentials.fireball.large

允许发射大型火球

Essentials

fireball

essentials.fireball.arrow

允许发射箭

Essentials

fireball

essentials.fireball.skull

允许射击凋灵头

Essentials

fireball

essentials.fireball.egg

允许发射鸡蛋

Essentials

fireball

essentials.fireball.snowball

允许发射冰冻火球

Essentials

fireball

essentials.fireball.expbottle

允许射击经验瓶

Essentials

fireball

essentials.fireball.dragon

允许发射末影龙火球

Essentials

fireball

essentials.fireball.splashpotion

允许发射飞溅药水

Essentials

fireball

essentials.fireball.lingeringpotion

允许发射滞留药水

Essentials

fireball

essentials.fireball.trident

允许发射三叉戟

Essentials

firework

essentials.firework

允许访问 /firework 命令

Essentials

firework

essentials.firework.fire

允许用户“生成”手中持有的烟花副本

Essentials

firework

essentials.firework.multiple

允许一次产生多个烟花效果

Essentials

fly

essentials.fly

允许访问 /fly 命令

Essentials


essentials.fly.safelogin

拥有此权限的玩家如果在空中登录时会自动切换到飞行模式。

Essentials

gamemode

essentials.gamemode

允许访问 /gamemode 命令

Essentials

gamemode

essentials.gamemode.all

允许访问 /gamemode 命令中的所有游戏模式

Essentials

gamemode

essentials.gamemode.others

允许您更改其他玩家的游戏模式

Essentials

gc

essentials.gc

允许访问 /gc 命令

Essentials

getpos

essentials.getpos

允许访问 /getpos 命令

Essentials

getpos

essentials.getpos.others

允许用户获取其他玩家的位置

Essentials

give

essentials.give

允许访问 /give 命令

Essentials

give

essentials.give.item-all

If permission-based-item-spawn: Spawn all items

Essentials

give

essentials.give.item-[itemname]

If permission-based-item-spawn: Spawn [itemname]

Essentials

give

essentials.give.item-[itemid]

If permission-based-item-spawn: Spawn [itemname]

Essentials

god

essentials.god

允许访问 /god 命令

Essentials

god

essentials.god.pvp

允许您在上帝模式下攻击其他玩家

Essentials

hat

essentials.hat

允许访问 /hat 命令

Essentials

heal

essentials.heal

允许访问 /heal 命令

Essentials

heal

essentials.heal.cooldown.bypass

绕过治疗冷却时间。自 build 1452 起,可以使用 Essentials.commandcooldowns.bypass.heal 代替。

Essentials

heal

essentials.heal.others

允许治疗其他玩家

Essentials

help

essentials.help

允许访问 /help 命令

Essentials

helpop

essentials.helpop

允许访问 /helpop 命令

Essentials

helpop

essentials.helpop.receive

允许您查看 Helpop 消息

Essentials

home

essentials.home.compass

将玩家的指南针指向他们的第一个家。需要在配置中启用 compass-towards-home-perm。

Essentials

home

essentials.home.bed

允许进入 vanilla bed home

Essentials

home

essentials.home.others

允许您传送到其他玩家的家

Essentials

ice

essentials.ice

允许访问 /ice 命令

Essentials

ice

essentials.ice.others

允许对其他玩家使用 /ice 命令

Essentials

ignore

essentials.ignore

允许访问 /ignore 命令

Essentials

info

essentials.info

允许访问 /info 命令

Essentials

invsee

essentials.invsee

允许访问 /invsee 命令

Essentials

invsee

essentials.invsee.equip

允许访问“/invsee \<name\> [armor]”中查看某人装备的装甲槽

Essentials

invsee

essentials.invsee.modify

玩家可以修改其他玩家的库存(删除/添加物品)

Essentials

invsee

essentials.invsee.preventmodify

防止其他玩家修改玩家库存

Essentials

item

essentials.item

允许访问 /item 命令

Essentials

itemlore

essentials.itemlore

允许访问 /itemlore 命令

Essentials

itemdb

essentials.itemdb

允许访问 /itemdb 命令

Essentials

itemname

essentials.itemname

允许访问 /itemname 命令

Essentials

itemname

essentials.itemname.\<effect\>

允许在 /itemname 命令中使用 \<effect\>。 \<effect\> 示例:bold、reset、gold、dark_red、*

Essentials

itemname

essentials.itemname.prevent-type.\<material_name\>

防止材质与 /itemname 命令一起使用

Essentials

more

essentials.itemspawn.exempt

允许生成生成黑名单上的项目

Essentials

togglejail

essentials.jail.exempt

防止指定团体或玩家被监禁

Essentials

jails

essentials.jails

允许访问 /jails 命令

Essentials

deljail

essentials.deljail

允许访问 /deljail 命令

Essentials

jail

essentials.jail.allow-break

允许在入狱期间打破障碍。 (可能还要添加 Essentials.jail.allow-block-damage)

Essentials

jail

essentials.jail.allow-place

允许在入狱期间放置方块

Essentials

jail

essentials.jail.allow-block-damage

允许在入狱期间破坏方块。 (可能还要添加 Essentials.jail.allow-break)

Essentials

jail

essentials.jail.allow-interact

允许在监禁期间互动

Essentials


essentials.joinfullserver

当服务器已满时,玩家可以加入

Essentials

jump

essentials.jump

允许访问 /jump 命令

Essentials

jump

essentials.jump.lock

允许访问“/jump lock”命令

Essentials

back

essentials.keepxp

允许用户在死亡时保留其经验值,而不是丢弃它。

Essentials

kick

essentials.kick

允许访问 /kick 命令

Essentials

kick

essentials.kick.exempt

防止玩家被踢

Essentials

kick

essentials.kick.notify

当用户被踢出时,用户会看到一条通知

Essentials

kickall

essentials.kickall

允许访问 /kickall 命令

Essentials

kickall

essentials.kickall.exempt

免于在执行 /kickall 命令时被踢出

Essentials

kill

essentials.kill

允许访问 /kill 命令

Essentials

kill

essentials.kill.exempt

防止玩家被 /kill 命令杀死

Essentials

kill

essentials.kill.force

即使事件被取消,也会强制玩家死亡。

Essentials

kit

essentials.kit

允许访问 /kit 命令

Essentials

kit

essentials.kit.exemptdelay

使用 /kit 命令时不受冷却时间影响

Essentials

kit

essentials.kit.others

允许在其他玩家身上使用 /kit 命令

Essentials

kittycannon

essentials.kittycannon

允许访问 /kittycannon 命令

Essentials

beezooka

essentials.beezooka

允许访问 /beezooka 命令

Essentials

lightning

essentials.lightning

允许访问 /lightning 命令

Essentials

lightning

essentials.lightning.others

允许使用 /lightning [playername]

Essentials

list

essentials.list

允许访问 /list 命令

Essentials

list

essentials.list.hidden

显示隐藏用户

Essentials

mail

essentials.mail

允许访问 /mail 命令

Essentials

mail

essentials.mail.send

发送邮件

Essentials

mail

essentials.mail.sendall

允许同时向所有玩家发送邮件

Essentials

mail

essentials.mail.sendtemp

允许发送自毁邮件

Essentials

me

essentials.me

允许访问 /me 命令

Essentials

more

essentials.more

允许访问 /more 命令

Essentials

motd

essentials.motd

用户在连接时看到 MOTD,并且可以使用该命令

Essentials

msg

essentials.msg

允许访问 /msg 命令

Essentials

msg

essentials.msg.color

允许在 /msg 命令中使用颜色代码

Essentials

msg

essentials.msg.rgb

允许在 /msg 命令中使用 rgb 颜色

Essentials

msg

essentials.msg.magic

允许在 /msg 命令中使用矩阵/魔法颜色

Essentials

msg

essentials.msg.url

允许在 /msg 命令中使用 url

Essentials

msg

essentials.msg.format

允许在 /msg 命令中使用格式

Essentials

msg

essentials.msg.multiple

这允许您通过单个命令向多个用户发送消息

Essentials

msgtoggle

essentials.msgtoggle

允许访问 /msgtoggle 命令

Essentials

mute

essentials.mute

允许访问 /mute 命令

Essentials

mute

essentials.mute.exempt

防止指定群组或玩家被禁言

Essentials

mute

essentials.mute.unlimited

允许覆盖配置中设置的最大禁言时间

Essentials

mute

essentials.mute.offline

允许禁言离线玩家。这可能允许您将豁免玩家静音

Essentials

near

essentials.near

允许访问 /near 命令

Essentials

near

essentials.near.maxexempt

允许绕过半径限制

Essentials

near

essentials.near.others

允许对其他玩家使用 /near 命令

Essentials

near

essentials.near.exclude

玩家被排除在 /near 查找之外

Essentials

nick

essentials.nick

允许访问 /nick 命令

Essentials

nick

essentials.nick.\<color\>

允许您使用颜色代码为 \<color\> 中的 /nick 着色

Essentials

nick

essentials.nick.blacklist.bypass

允许绕过 /nick 黑名单进行访问

Essentials

nick

essentials.nick.changecolors

仅允许更改昵称的颜色(而不是名称本身)

Essentials

nick

essentials.nick.changecolors.bypass

如果仅更改昵称颜色,则允许绕过检查,因此也允许更改字母

Essentials

nick

essentials.nick.rgb

允许使用 &#RRGGBB 格式在 /nick 命令中使用十六进制颜色

Essentials

nick

essentials.nick.others

允许修改其他玩家昵称

Essentials


essentials.nocommandcost.all

免于所有命令的成本

Essentials

nuke

essentials.nuke

允许访问 /nuke 命令

Essentials

give

essentials.oversizedstacks

允许生成超大堆栈

Essentials

pay

essentials.pay

允许访问 /pay 命令

Essentials

pay

essentials.pay.multiple

这允许您通过单个命令向多个用户付款

Essentials

pay

essentials.pay.offline

这允许您向离线玩家付款

Essentials

payconfirmtoggle

essentials.payconfirmtoggle

允许访问 /payconfirmtoggle 命令

Essentials

paytoggle

essentials.paytoggle

允许访问 /paytoggle 命令

Essentials

ping

essentials.ping

允许访问 /ping 命令

Essentials

potion

essentials.potion.[potionName]

允许访问“/potion [potionName]”命令

Essentials

potion

essentials.potion.apply

允许访问“/potion apply”命令

Essentials

powertool

essentials.powertool

允许访问 /powertool 命令

Essentials

powertool

essentials.powertool.append

允许向单个 powertool 添加多个命令。

Essentials

powertooltoggle

essentials.powertooltoggle

允许访问 /powertooltoggle 命令

Essentials

ptime

essentials.ptime

允许访问 /ptime 命令

Essentials

ptime

essentials.ptime.others

允许您更改其他在线玩家的时间

Essentials


essentials.pvpdelay.exempt

使玩家免受配置文件中“pvp 延迟”选项的影响。

Essentials

pweather

essentials.pweather

允许访问 /pweather 命令

Essentials

pweather

essentials.pweather.others

允许改变别人的天气

Essentials

r

essentials.msg

允许访问 /r 命令

Essentials

rtoggle

essentials.rtoggle

允许访问切换回复最后一个消息收件人

Essentials

realname

essentials.realname

允许访问 /realname 命令

Essentials

recipe

essentials.recipe

允许访问 /recipe 命令

Essentials

remove

essentials.remove

允许访问 /remove 命令

Essentials

repair

essentials.repair

允许访问 /repair 命令

Essentials

repair

essentials.repair.all

解锁 /repair all 能力

Essentials

repair

essentials.repair.armor

修理所有装备也可以修理装备的装甲

Essentials

repair

essentials.repair.enchanted

修复附魔物品

Essentials

rest

essentials.rest

允许访问 /rest 命令

Essentials

rest

essentials.rest.others

允许在 /rest 中指定其他玩家

Essentials

rules

essentials.rules

允许访问 /rules 命令

Essentials

seen

essentials.seen

允许访问 /seen 命令

Essentials

seen

essentials.seen.banreason

允许用户查看用户被禁止的原因

Essentials

seen

essentials.seen.ip

允许在 /seen 中查看某人的 IP 地址

Essentials

seen

essentials.seen.uuid

允许在 /seen 中查看某人的 uuid

Essentials

seen

essentials.seen.ipsearch

允许用户搜索 IP 来查找用户名匹配项

Essentials

seen

essentials.seen.location

允许在 /seen 中查看某人的位置

Essentials

alts

essentials.seen.alts

允许用户在 /seen 中查看具有相同 IP 的帐户

Essentials

sell

essentials.sell

允许访问 /sell 命令

Essentials

sell

essentials.sell.bulk

允许批量销售物品

Essentials

sell

essentials.sell.hand

允许出售您手中的物品

Essentials

home

essentials.home

允许访问 /home 命令

Essentials

sethome

essentials.sethome

允许访问 /sethome 命令

Essentials


essentials.sethome.bed

允许玩家在白天右键单击床来更新他们的“床”家

Essentials


essentials.sethome.multiple

允许玩家拥有多个房屋,或创建命名的房屋。 2+ 家庭需要

Essentials

sethome

essentials.sethome.multiple.[set name]

将多个家庭限制提高到配置文件中定义的设置。

Essentials

home

essentials.sethome.multiple.unlimited

取消人们允许拥有的住房数量的上限(如果他们有多个住房)

Essentials

sethome

essentials.sethome.others

允许您更改其他用户的家的位置

Essentials

delhome

essentials.delhome

允许访问 /delhome 命令

Essentials

delhome

essentials.delhome.others

允许您删除其他玩家的家

Essentials

setjail

essentials.setjail

允许访问 /setjail 命令

Essentials

jail

essentials.jail.notify

当有人被监禁时,拥有此权限的玩家将会收到通知

EssentialsSpawn

setspawn

essentials.setspawn

允许访问 /setspawn 命令

Essentials

setwarp

essentials.setwarp

允许访问 /setwarp 命令

Essentials

setworth

essentials.setworth

允许访问 /setworth 命令

Essentials

showkit

essentials.showkit

允许访问 /showkit 命令

Essentials


essentials.signs.enchant.allowunsafe

允许使用 [enchant] 标志来执行不安全的附魔

Essentials


essentials.signs.protection.override

用于覆盖任何保护。通常提供给模组和管理员

Essentials


essentials.signs.trade.override

用于覆盖对商标标志的仅限创建者的保护。通常提供给模组和管理员

Essentials


essentials.signs.trade.override.collect

允许收集受保护的商业标志

Essentials


essentials.silentjoin

允许静默加入

Essentials


essentials.silentjoin.vanish

允许静默加入,并进入消失模式

Essentials


essentials.silentquit

禁止向具有此权限的用户发送离开/退出消息

Essentials

skull

essentials.skull

允许访问 /skull 命令

Essentials

skull

essentials.skull.modify

允许更改现有玩家头的所有者

Essentials

skull

essentials.skull.others

允许创建属于其他玩家的头

Essentials

skull

essentials.skull.spawn

允许生成头,如果玩家没有持有头骨则默认

Essentials


essentials.sleepingignored

用户无需睡觉即可重置时间

Essentials

socialspy

essentials.socialspy

允许访问 /socialspy 命令

EssentialsSpawn

spawn

essentials.spawn

允许访问 /spawn 命令

EssentialsSpawn


essentials.spawn-on-join.exempt

允许免除加入时强制传送到出生点的情况

EssentialsSpawn

spawn

essentials.spawn.others

允许你传送其他人到 出生点

Essentials

spawner

essentials.spawner

允许访问 /spawner 命令

Essentials

spawner

essentials.spawner.delay

允许访问 /spawner 命令调整延迟

Essentials

spawnmob

essentials.spawnmob

允许访问 /spawnmob 命令

Essentials

spawnmob

essentials.spawnmob.stack

允许生成堆叠的小怪

Essentials

speed

essentials.speed

允许访问 /speed 命令

Essentials

speed

essentials.speed.bypass

允许您绕过 config.yml 中设置的速度限制

Essentials

speed

essentials.speed.fly

此权限仅允许玩家更改飞行速度

Essentials

speed

essentials.speed.others

允许您修改其他玩家的速度

Essentials

speed

essentials.speed.walk

此权限将允许玩家仅更改步行速度

Essentials

sudo

essentials.sudo

允许访问 /sudo 命令

Essentials

sudo

essentials.sudo.exempt

防止持有者被其他用户使用 sudo

Essentials

sudo

essentials.sudo.multiple

允许访问 /sudo 命令用于多个人

Essentials

suicide

essentials.suicide

允许访问 /suicide 命令

Essentials


essentials.teleport.cooldown.bypass.back

允许绕过 /back 命令冷却时间。自 build 1452 起,可以使用 Essentials.commandcooldowns.bypass.back 代替。

Essentials


essentials.teleport.cooldown.bypass.tpa

允许绕过 /tpa 命令冷却时间。自 build 1452 起,可以使用 Essentials.commandcooldowns.bypass.tpa 代替。

Essentials


essentials.teleport.timer.bypass

绕过传送延迟

Essentials


essentials.teleport.timer.move

允许玩家在等待传送时移动

Essentials

tempban

essentials.tempban

允许访问 /tempban 命令

Essentials

tempban

essentials.tempban.exempt

防止指定群组或玩家被临时封禁

Essentials

tempban

essentials.tempban.offline

允许暂时禁止离线玩家。这可能允许您禁止豁免玩家

Essentials

tempban

essentials.tempban.unlimited

允许绕过配置文件最长禁止时间限制

Essentials

tempbanip

essentials.tempbanip

允许访问 /tempbanip 命令

Essentials

thunder

essentials.thunder

允许访问 /thunder 命令

Essentials

time

essentials.time

允许访问 /time 命令

Essentials

time

essentials.time.set

允许用户更改世界时间

Essentials

time

essentials.time.world.all

允许改变所有世界的时间

Essentials

togglejail

essentials.togglejail

允许访问 /togglejail 命令

Essentials

togglejail

essentials.togglejail.offline

允许监禁离线玩家。这可能会让您监禁豁免玩家

Essentials

top

essentials.top

允许访问 /top 命令

Essentials

tp

essentials.tp

允许访问 /tp 命令

Essentials

tpauto

essentials.tpauto

允许访问 /tpauto 命令

Essentials

tpo

essentials.tp.others

允许玩家传送另一个玩家

Essentials

tp

essentials.tp.position

允许传送到确切位置

Essentials

tpoffline

essentials.tpoffline

允许使用 /tpoffline 传送到玩家的注销位置

Essentials

tpa

essentials.tpa

允许访问 /tpa 命令

Essentials

tpaall

essentials.tpaall

允许访问 /tpaall 命令

Essentials

tpacancel

essentials.tpacancel

允许访问 /tpacancel 命令

Essentials

tpaccept

essentials.tpaccept

允许访问 /tpaccept 命令

Essentials

tpahere

essentials.tpahere

允许访问 /tpahere 命令

Essentials

tpall

essentials.tpall

允许访问 /tpall 命令

Essentials

tpdeny

essentials.tpdeny

允许访问 /tpdeny 命令

Essentials

tphere

essentials.tphere

允许访问 /tphere 命令

Essentials

tpo

essentials.tpo

允许访问 /tpo 命令

Essentials

tpohere

essentials.tpohere

允许访问 /tpohere 命令

Essentials

tppos

essentials.tppos

允许访问 /tppos 命令

Essentials

tptoggle

essentials.tptoggle

允许访问 /tptoggle 命令

Essentials

tpr

essentials.tpr

允许访问 /tpr 命令

Essentials

settpr

essentials.settpr

允许访问 /settpr 命令

Essentials

tree

essentials.tree

允许访问 /tree 命令

Essentials

unlimited

essentials.unlimited

允许访问 /unlimited 命令

Essentials

unlimited

essentials.unlimited.item-all

允许玩家无限堆叠任何物品。

Essentials

unlimited

essentials.unlimited.item-bucket

允许玩家无限堆叠 空桶/熔岩桶/水桶

Essentials

unlimited

essentials.unlimited.others

允许玩家 启用/关闭 另一位玩家的 无限堆叠

Essentials

vanish

essentials.vanish

允许访问 /vanish 命令

Essentials

vanish

essentials.vanish.pvp

允许消失的玩家攻击其他玩家

Essentials

vanish

essentials.vanish.see

让你看到消失的玩家

Essentials

essentials

essentials.version

允许访问“/essentials version”命令

Essentials

warp

essentials.warp

允许访问 /warp 命令

Essentials

warp

essentials.warp.list

指定是否可以使用 /warp 查看 warp 列表

Essentials

warp

essentials.warp.otherplayers

允许扭曲另一个玩家

Essentials

warp

essentials.warp.others

允许扭曲另一个玩家

Essentials

warpinfo

essentials.warpinfo

允许访问 /warpinfo 命令

Essentials

weather

essentials.weather

允许访问 /weather 命令

Essentials

whois

essentials.whois

允许访问 /whois 命令

Essentials

workbench

essentials.workbench

允许访问 /workbench 命令

Essentials

anvil

essentials.anvil

允许访问 /anvil 命令

Essentials

cartographytable

essentials.cartographytable

允许访问 /cartographytable 命令

Essentials

grindstone

essentials.grindstone

允许访问 /grindstone 命令

Essentials

loom

essentials.loom

允许访问 /loom 命令

Essentials

smithingtable

essentials.smithingtable

允许访问 /smithingtable 命令

Essentials

stonecutter

essentials.stonecutter

允许访问 /stonecutter 命令

Essentials

world

essentials.world

允许访问 /world 命令

Essentials

worth

essentials.worth

允许访问 /worth 命令

Essentials

fly

essentials.fly.others

允许为其他人执行 /fly 命令

Essentials

god

essentials.god.others

允许为其他人执行 /god 命令

Essentials

msgtoggle

essentials.msgtoggle.others

允许为其他人执行 /msgtoggle 命令

Essentials

socialspy

essentials.socialspy.others

允许为其他人执行 /socialspy 命令

Essentials

tptoggle

essentials.tptoggle.others

允许为其他人执行 /tptoggle 命令

Essentials

vanish

essentials.vanish.others

允许为其他人执行 /vanish 命令

Essentials


essentials.seen.extra

允许在 /seen 中查看某人的 IP 地址和位置

Essentials


essentials.nocommandcost.[command]

删除给定命令的命令成本

Essentials


essentials.signs.break.balance

Controls who can break balance signs.

Essentials


essentials.signs.break.buy

Controls who can break buy signs.

Essentials


essentials.signs.break.disposal

Controls who can break disposal signs.

Essentials


essentials.signs.break.enchant

Controls who can break enchant signs.

Essentials


essentials.signs.break.free

Controls who can break free signs.

Essentials


essentials.signs.break.gamemode

Controls who can break gamemode signs.

Essentials


essentials.signs.break.heal

Controls who can break heal signs.

Essentials


essentials.signs.break.info

Controls who can break info signs.

Essentials


essentials.signs.break.kit

Controls who can break kit signs.

Essentials


essentials.signs.break.mail

Controls who can break a mail sign.

Essentials


essentials.signs.break.protection

Controls who can break a protection sign. Typically given to everybody.

Essentials


essentials.signs.break.repair

Controls who can break repair signs.

Essentials


essentials.signs.break.sell

Controls who can break sell signs.

Essentials


essentials.signs.break.spawnmob

Controls who can break spawnmob signs.

Essentials


essentials.signs.break.time

Controls who can break time signs.

Essentials


essentials.signs.break.trade

Controls who can break trade signs.

Essentials


essentials.signs.break.warp

Controls who can break warp signs.

Essentials


essentials.signs.break.weather

Controls who can break weather signs.

Essentials


essentials.signs.color

这允许您使用颜色代码为 signs 着色

Essentials


essentials.signs.rgb

这允许您使用十六进制颜色格式为 signs 着色,&#RRGGBB

Essentials


essentials.signs.create.balance

Controls who can create balance signs.

Essentials


essentials.signs.create.buy

Controls who can create buy signs.

Essentials


essentials.signs.create.disposal

Controls who can create disposal signs.

Essentials


essentials.signs.create.enchant

Controls who can create enchant signs.

Essentials


essentials.signs.create.free

Controls who can create free signs.

Essentials


essentials.signs.create.gamemode

Controls who can create gamemode signs.

Essentials


essentials.signs.create.heal

Controls who can create heal signs.

Essentials


essentials.signs.create.info

Controls who can create info signs.

Essentials


essentials.signs.create.kit

Controls who can create kit signs.

Essentials


essentials.signs.create.mail

Controls who can create a mail sign.

Essentials


essentials.signs.create.protection

Controls who can create a protection sign.

Essentials


essentials.signs.create.repair

Controls who can create repair signs.

Essentials


essentials.signs.create.sell

Controls who can create sell signs.

Essentials


essentials.signs.create.spawnmob

Controls who can create spawnmob signs.

Essentials


essentials.signs.create.time

Controls who can create time signs.

Essentials


essentials.signs.create.trade

Controls who can create trade signs.

Essentials


essentials.signs.create.warp

Controls who can create warp signs.

Essentials


essentials.signs.create.weather

Controls who can create weather signs.

Essentials


essentials.signs.format

This allows you to format your signs using format codes.

Essentials


essentials.signs.magic

This allows you to use the matrix/magic color in your signs.

Essentials


essentials.signs.use.balance

Controls who can use balance signs.

Essentials


essentials.signs.use.buy

Controls who can use buy signs.

Essentials


essentials.signs.use.disposal

Controls who can use disposal signs.

Essentials


essentials.signs.use.enchant

Controls who can use enchant signs.

Essentials


essentials.signs.use.free

Controls who can use free signs.

Essentials


essentials.signs.use.gamemode

Controls who can use gamemode signs.

Essentials


essentials.signs.use.heal

Controls who can use heal signs.

Essentials


essentials.signs.use.info

Controls who can use info signs.

Essentials


essentials.signs.use.kit

Controls who can use kit signs.

Essentials


essentials.signs.use.mail

Controls who can use a mail sign.

Essentials


essentials.signs.use.protection

Controls who can use a protection sign. Typically given to everybody.

Essentials


essentials.signs.use.repair

Controls who can use repair signs.

Essentials


essentials.signs.use.sell

Controls who can use sell signs.

Essentials


essentials.signs.use.spawnmob

Controls who can use spawnmob signs.

Essentials


essentials.signs.use.time

Controls who can use time signs.

Essentials


essentials.signs.use.trade

Controls who can use trade signs.

Essentials


essentials.signs.use.warp

Controls who can use warp signs.

Essentials


essentials.signs.use.weather

Controls who can use weather signs.

Essentials

editsign

essentials.editsign

允许访问 editsign 命令

Essentials

editsign

essentials.editsign.unlimited

允许访问超过每行 15 个字符的限制

Essentials

editsign

essentials.editsign.rgb

允许使用 &#RRGGBB 格式在 /editsign 命令中访问十六进制颜色

Essentials

editsign

essentials.editsign.color

这允许您在 /editsign 命令中使用任何颜色代码,不包括十六进制颜色 (&#RRGGBB)

Essentials

editsign

essentials.editsign.\<color\>

允许您使用颜色代码在 \<color\> 中进行 /editsign

Essentials

give

essentials.itemspawn.meta-chapter-[chapter]

允许从 book.txt./give 命令访问“仅允许生成特定书籍”

Essentials

help

essentials.help.[pluginname]

手动将插件中的命令添加到该组的 /help 中。名字全部小写

Essentials

help

essentials.help.[pluginname].[command]

手动将插件中的命令添加到该组的 /help 中。名字全部小写

Essentials

togglejail

essentials.jail.allow.\<command\>

允许在监禁期间使用基本命令(需要定期烫发)

Essentials

kit

essentials.kits.*

允许访问所有创建的 kits

Essentials

kit

essentials.kits.[kitname]

授予对单个套件的访问权限,其中 [kitname] 是现有 kits 的名称

Essentials

spawner

essentials.spawner.*

允许将生成器设置为任何生物类型

Essentials

spawner

essentials.spawner.[mob]

允许将生成器设置为特定的生物类型

Essentials

spawner

essentials.spawner.delay

允许设置生成器的延迟

Essentials

spawner

essentials.spawnerconvert.*

允许放置任何类型的生成器

Essentials

spawner

essentials.spawnerconvert.[mob]

允许放置特定生物类型的生成器

Essentials

spawnmob

essentials.spawnmob.*

允许所有小怪生成

Essentials

spawnmob

essentials.spawnmob.[mob]

允许访问以生成特定的生物

Essentials

unlimited

essentials.unlimited.item-[itemid]

允许玩家获得无限数量的[itemid]

Essentials

unlimited

essentials.unlimited.item-[itemname]

允许玩家获得无限数量的[itemname]

Essentials

setwarp

essentials.warp.overwrite.*

允许覆盖所有现有的 warps

Essentials

setwarp

essentials.warp.overwrite.[warpname]

允许覆盖现有的 warps

Essentials

warp

essentials.warps.*

允许访问所有 warps

Essentials

warp

essentials.warps.[warpname]

如果您在 config.yml 中将 per-warp-permission 设置为 true,那么您可以限制 warps 玩家可以使用的内容。这也控制玩家使用 /warp 和 /warpinfo 看到的内容

Essentials

back

essentials.worlds.\<worldname\>

允许玩家进入特定的世界

Essentials

home

essentials.worlds.\<worldname\>

允许玩家进入特定的世界

Essentials

tp

essentials.worlds.\<worldname\>

允许玩家进入特定的世界

Essentials

tpa

essentials.worlds.\<worldname\>

允许玩家进入特定的世界

Essentials

tpaall

essentials.worlds.\<worldname\>

允许玩家进入特定的世界

Essentials

tpahere

essentials.worlds.\<worldname\>

允许玩家进入特定的世界

Essentials

tpall

essentials.worlds.\<worldname\>

允许玩家进入特定的世界

Essentials

tphere

essentials.worlds.\<worldname\>

允许玩家进入特定的世界

Essentials

tpo

essentials.worlds.\<worldname\>

允许玩家进入特定的世界

Essentials

tpohere

essentials.worlds.\<worldname\>

允许玩家进入特定的世界

Essentials

world

essentials.worlds.\<worldname\>

允许玩家进入特定的世界

Essentials

item

essentials.itemspawn.meta-chapter-[chapter]

允许从 book.txt./give 命令访问“仅允许生成特定书籍”

Essentials

ban

essentials.ban.notify

拥有此权限的玩家将在设置禁令时收到通知

Essentials

banip

essentials.banip.notify

当设置 IP 禁令时,拥有此权限的玩家将收到通知

Essentials

tempban

essentials.ban.notify

拥有此权限的玩家将在设置禁令时收到通知

Essentials

unban

essentials.ban.notify

拥有此权限的玩家将在禁令解除时收到通知

Essentials

unbanip

essentials.banip.notify

当 IP 禁令解除时,拥有此权限的玩家将收到通知

Essentials

enchant

essentials.enchantments.[enchantmentname]

允许访问每种附魔类型。

Essentials

give

essentials.enchantments.[enchantmentname]

允许访问每种附魔类型。

Essentials

item

essentials.enchantments.[enchantmentname]

允许访问每种附魔类型。

Essentials

enchant

essentials.enchantments.allowunsafe

如果在配置中启用,则此权限允许不安全的附魔

Essentials

give

essentials.enchantments.allowunsafe

如果在配置中启用,则此权限允许不安全的附魔

Essentials

item

essentials.enchantments.allowunsafe

如果在配置中启用,则此权限允许不安全的附魔

Essentials

give

essentials.itemspawn.item-\<itemname\>

If permission-based-item-spawn: Spawn \<itemname\>

Essentials

give

essentials.itemspawn.item-[itemid]

If permission-based-item-spawn: Spawn [itemid]

Essentials

item

essentials.itemspawn.item-[itemid]

If permission-based-item-spawn: Spawn [itemid]

Essentials

item

essentials.itemspawn.item-[itemname]

If permission-based-item-spawn: Spawn [itemname]

Essentials

give

essentials.itemspawn.item-all

If permission-based-item-spawn: Spawn all items

Essentials

item

essentials.itemspawn.item-all

If permission-based-item-spawn: Spawn all items.

Essentials

give

essentials.itemspawn.meta-author

Allow 'author' meta to be used in item spawning.

Essentials

item

essentials.itemspawn.meta-author

Allow 'author' meta to be used in item spawning.

Essentials

give

essentials.itemspawn.meta-book

Allows spawning of books with pre-filled content from books.txt

Essentials

item

essentials.itemspawn.meta-book

Allows spawning of books with pre-filled content from books.txt

Essentials

give

essentials.itemspawn.meta-firework

Allow specific meta for fireworks.

Essentials

item

essentials.itemspawn.meta-firework

Allow specific meta for fireworks.

Essentials

give

essentials.itemspawn.meta-head

Allows spawning of mob heads.

Essentials

item

essentials.itemspawn.meta-head

Allows spawning of mob heads.

Essentials

give

essentials.itemspawn.meta-lore

Allow 'lore' meta to be used in item spawning.

Essentials

item

essentials.itemspawn.meta-lore

Allow 'lore' meta to be used in item spawning.

Essentials

give

essentials.itemspawn.meta-title

Allow 'title' meta to be used in item spawning.

Essentials

item

essentials.itemspawn.meta-title

Allow 'title' meta to be used in item spawning.

Essentials

give

essentials.oversizedstacks

允许生成高于正常最大堆栈大小的堆栈

Essentials

item

essentials.oversizedstacks

允许生成高于正常最大堆栈大小的堆栈

Essentials

more

essentials.oversizedstacks

允许生成超大堆栈

Essentials

vanish

essentials.vanish.effect

当有人消失时允许添加药水效果

Essentials

vanish

essentials.vanish.interact

允许与消失的玩家互动

Essentials

back

essentials.back.into.\<worldname\>

当目标位置位于指定世界内时允许访问 /back

Essentials

whois

essentials.whois.ip

允许在 /whois 命令中查看某人的 IP 地址

Essentials

gamemode

essentials.gamemode.creative

允许访问 /gamemode creative 命令, 还需要 essentials.gamemode

Essentials

gamemode

essentials.gamemode.survival

允许访问 /gamemode survival 命令, 还需要 essentials.gamemode

Essentials

gamemode

essentials.gamemode.adventure

允许访问 /gamemode adventure 命令, 还需要 essentials.gamemode

Essentials

gamemode

essentials.gamemode.spectator

允许访问 /gamemode spectator 命令, 还需要 essentials.gamemode

Essentials

nick

essentials.nick.allowunsafe

如果玩家有此权限,他们可以将其用户名设置为任何值。请谨慎使用,因为这有可能破坏用户数据文件

Essentials

msg

essentials.msgtoggle.bypass

此权限允许您向已使用 /msgtoggle 禁用私人消息的用户发送私人消息

Essentials

tpauto

essentials.tpauto.others

允许其他玩家使用 /tpauto

Essentials

nick

essentials.nick.color

允许在 /nick 命令中使用颜色

Essentials

nick

essentials.nick.magic

允许在 /nick 命令中使用 Magic 效果

Essentials

nick

essentials.nick.format

允许在 /nick 命令中使用格式

Essentials

back

essentials.keepinv

允许用户在死亡时保留其库存,而不是丢弃它

Essentials

back

essentials.back.others

允许用户为其他玩家执行/back命令

Essentials

mute

essentials.mute.notify

当禁言玩家试图发言时收到通知

Essentials

balancetop

essentials.balancetop.exclude

拥有此权限的玩家将被排除在 /balancetop 之外

Essentials

hat

essentials.hat.prevent-type.\<item-name\>

向用户授予此权限以防止他们在 /hat 中使用此类项目

Essentials

hat

essentials.hat.ignore-binding

禁用通过绑定诅咒阻止移除帽子

Essentials

playtime

essentials.playtime

显示玩家玩游戏的时间

Essentials

playtime

essentials.playtime.others

显示玩家玩游戏的时间

EssentialsChat


essentials.chat.color

这允许您使用颜色代码将聊天消息着色为任何颜色,不包括十六进制颜色 (&#RRGGBB)

EssentialsChat


essentials.chat.\<color\>

这允许您使用颜色代码为 \<color\> 中的聊天消息着色

EssentialsChat


essentials.chat.format

这允许您使用格式代码来格式化聊天消息

EssentialsChat


essentials.chat.magic

这允许您在聊天消息中使用 matrix/magic 颜色

EssentialsChat


essentials.chat.rgb

这允许您在聊天消息中使用十六进制颜色格式。格式为&#RRGGBB

EssentialsChat


essentials.chat.question

这允许您发送全局问题,如果配置了聊天半径则使用

EssentialsChat


essentials.chat.shout

这允许您发送全局消息,如果配置了 chat-raidus,则使用该消息

EssentialsChat


essentials.toggleshout

切换您是否以喊叫模式说话

EssentialsChat


essentials.toggleshout.others

为其他玩家切换喊叫模式

EssentialsChat


essentials.chat.spy

为管理员设计的权限,用于拦截所有本地消息(忽略聊天半径)

EssentialsChat


essentials.chat.url

这允许您在聊天消息中使用 URL

EssentialsChat


essentials.chat.local

允许向本地聊天发送消息。默认提供给所有玩家

EssentialsChat


essentials.chat.receive.local

允许接收本地聊天的权限。默认提供给所有玩家

EssentialsChat


essentials.chat.receive.shout

允许接收喊叫的许可。默认提供给所有玩家

EssentialsChat


essentials.chat.receive.question

允许接收问题的权限。默认提供给所有玩家

EssentialsAntiBuild


essentials.build

允许人们在使用不支持构建切换的权限系统时进行构建

EssentialsAntiBuild


essentials.build.\<action\>.\<material\>

允许对,Action 包括 place, break, interact, craft, drop 和 pickup

EssentialsAntiBuild


essentials.protect.alerts

允许玩家接收保护警报

EssentialsAntiBuild


essentials.protect.alerts.notrigger

具有此权限的用户不会触发保护警报

EssentialsAntiBuild


essentials.protect.exemptbreak

允许玩家忽略中断黑名单

EssentialsAntiBuild


essentials.protect.exemptplacement

允许玩家忽略区块放置黑名单

EssentialsAntiBuild


essentials.protect.exemptusage

允许玩家忽略使用黑名单

EssentialsProtect


essentials.protect.entitytarget.bypass

允许玩家成为小怪的目标

EssentialsProtect


essentials.protect.pvp

当阻止 PVP 设置为 true 时,这允许玩家仍然进行 PVP。攻击者和防御者都需要拥有此权限

EssentialsProtect


essentials.protect.damage.disable

管理员保护以防止管理员死亡

EssentialsProtect


essentials.protect.damage.contact

玩家将受到接触伤害

EssentialsProtect


essentials.protect.damage.creeper

玩家将受到苦力怕伤害

EssentialsProtect


essentials.protect.damage.drowning

玩家将受到溺水伤害

EssentialsProtect


essentials.protect.damage.fall

玩家将受到坠落伤害

EssentialsProtect


essentials.protect.damage.fire

玩家将受到火焰伤害

EssentialsProtect


essentials.protect.damage.fireball

玩家将受到火焰弹伤害

EssentialsProtect


essentials.protect.damage.lava

玩家将受到熔岩伤害

EssentialsProtect


essentials.protect.damage.lightning

玩家将受到闪电伤害

EssentialsProtect


essentials.protect.damage.projectiles

玩家将受到投射物伤害

EssentialsProtect


essentials.protect.damage.suffocation

玩家将受到窒息伤害

EssentialsProtect


essentials.protect.damage.tnt

玩家将受到tnt伤害

EssentialsXMPP

setxmpp

essentials.setxmpp

允许访问 /setxmpp 命令

EssentialsXMPP

xmpp

essentials.xmpp

允许访问 /xmpp 命令

EssentialsXMPP

xmppspy

essentials.xmppspy

允许访问 /xmppspy 命令

EssentialsGeoIP


essentials.geoip.hide

允许您向拥有essentials.geoip.show 权限的人隐藏您的国家/地区和城市

EssentialsGeoIP

whois

essentials.geoip.show

如果安装了 GeoIP 模块,则显示播放器的 GeoIP 位置。

EssentialsDiscord

discord

essentials.discord

允许访问 /discord 命令

EssentialsDiscord


essentials.discord.receive.\<group\>

允许用户从指定的discord频道接收聊天消息

EssentialsDiscord


essentials.discord.markdown

允许用户绕过不和谐降价过滤器

EssentialsDiscord


essentials.discord.ping

允许用户在不和谐的情况下从 mc ping 每个人/角色/此处(绕过 ping 过滤器)

EssentialsDiscord

discordbroadcast

essentials.discordbroadcast

允许访问 /discordbroadcast 命令

EssentialsDiscord

discordbroadcast

essentials.discordbroadcast.markdown

允许在 /discordbroadcast 命令中使用 markdown

EssentialsDiscord

discordbroadcast

essentials.discordbroadcast.ping

A允许在 /discordbroadcast 命令中 ping 不和谐角色、@here 或 @everyone

EssentialsDiscord

discordbroadcast

essentials.discordbroadcast.\<channel_name\>

允许在特定的不和谐频道中发送广播

标签:插件,false,配置文件,访问,玩家,命令,signs,允许,EssentialsX
From: https://blog.51cto.com/u_16488999/9069560

相关文章

  • 【Chrome插件】Chrome插件开发流程
    请继续阅读以下更详细的Chrome插件开发流程:确定需求和目标:定义插件的功能和目标。考虑用户需求,确定插件解决的问题或提供的价值。进行竞争分析,了解类似插件的市场情况。设计插件的功能列表,明确需要实现的功能。规划插件架构:根据需求,设计插件的整体架构和组件结构。确定插件的页面结......
  • Xmake v2.8.6 发布,新的打包插件:XPack
    在介绍新特性之前,还有个好消息告诉大家,上个版本Xmake被收入到了debian仓库,而最近Xmake又进入了Fedora官方仓库,大家可以在Fedora39上,直接通过下面的命令安装Xmake。Xmake是一个基于Lua的轻量级跨平台构建工具。它非常的轻量,没有任何依赖,因为......
  • idea插件开发(2)-插件详细配置
    一、工程结构    本章详细讲解下插件工程的配置,官方在github上提供了一个idea插件开发的模板工程,可在https://github.com/JetBrains/intellij-platform-plugin-template下载,此工程模板与idea中创建的工程最大不同之处就是配置了github的ci-action流程以及junit-test,其它方......
  • 删除vCenter上的插件和扩展(Client Plug-Ins & vCenter Server Extensions)
    删除vCenter上的插件和扩展(ClientPlug-Ins&vCenterServerExtensions)删除vSphere界面扩展插件vSphereClient-Administration-ClientPlug-Ins列出了插件状态。1.使用root账号SSH登录到vCSA服务器2.切换目录:-ForvCenterServer6.x,switchtothecd/etc/vmwar......
  • Spring学习记录之引入外部属性配置文件
    Spring学习记录之引入外部属性配置文件前言这篇文章是我第二次学习b站老杜的spring相关课程所进行的学习记录,算是对课程内容及笔记的二次整理,以自己的理解方式进行二次记录,其中理解可能存在错误,欢迎且接受各位大佬们的批评指正;关于本笔记,只是我对于相关知识遗忘时快速查阅了解......
  • ParaView插件—————Fluent结果的读取
    如果存在bug,请附带模型,并详细描述问题反馈至邮箱: [email protected],谢谢!说明:此插件可以直接使用官方的ParaView加载ParaView版本:5.12.0-RC1官方ParaView下载地址:https://www.paraview.org/download/插件下载链接:https://pan.baidu.com/s/1VAnJnXFf9oHXZRlwPJ_45A......
  • Code实用插件推荐
    1.Chinese(Simplified)LanguagePack拓展描述:此中文(简体)语言包为VSCode提供本地化界面。2.vscode-icons拓展描述:vscode-icons不仅能够给文件夹、文件添加上舒适的图标,而且可以自动检测项目,根据项目不同功能配上不同图标,例如,git、Markdown、配置项、工具类等。3.TabnineA......
  • 【原创】一款AI Agent浏览器插件,让你在任意页面、任意地方使用大模型能力
    介绍赐我白日梦AIAgent,一款可以让你在任意浏览器页面使用大语言模型的插件神器。视频讲解https://www.bilibili.com/video/BV17T4y1W7YP/?vd_source=ff5ff1551c3f08b3759567d6405cf747核心功能曜夜黑主题UI页面:支持切换大模型:本地化存储大模型的AK、SK:支持自定义功能......
  • 【xss实战】BurpSuite-XssValidator插件 -xss自动化测试
    所需软件:1、burpsuite2、xssvalidator     源码:https://github.com/nVisium/xssValidator(按照编译指导编译)     burpsuite_BApp:https://portswigger.net/bappstore/bapps/download/98275a25394a417c9480f58740c1d9813、phantomjs(用于执行xssvalidator插件中的xss......
  • 【玩转腾讯混元大模型】怎么说?我用混元AI大模型开发了个IDEA插件
    前言halo我是杨不易呀,在混元大模型内测阶段就已经体验了一番当时打开页面的时候灵感模块让我大吃一惊这么多角色模型真的太屌了,随后我立马进行了代码处理水平和上下文的效果结果一般般但是到如今混元大模型代码处理水平提升超过20%,代码处理效果在实测中高于ChatGPT6.34%Human......