• >
  • 辅助Mod
  • >
  • Minecraft Command Permissions Fabric
Minecraft Command Permissions Fabric
模组属性评比

距离显示结果还剩5票~

路过的这位少侠,你觉得这款Mod怎么样,可否愿意来评一评它呢?登录并评比
更新日志
  • 暂无日志..

历史编辑记录更多
    管理组申请

      暂无管理组..

    编辑组申请

      暂无编辑组..

    开发组申请

      暂无开发组..

    半弃坑
    开源

    Minecraft Command Permissions Fabric

    0.0

    无人问津

    昨日指数: 43
    昨日平均指数: 96.600

    1.24万

    总浏览

    --

    资料填充率


    如何下载?
    • 概述

      插件服为服主提供了单独的原版指令的权限节点,方便服主为某个玩家或某个组开启某个指令。那么其他服务端的服主只能干瞪眼了吗?不!Fabric 服的这个模组就是为了这个的。

      本模组支持设置原版指令的权限,例如:tp、ban、kick等。

      1. 内置 Minecraft 命令的权限:(例如 /ban 命令)minecraft.command.<命令> minecraft.command.ban

      2. 权限检查使用 fabric-permissions-api 执行,它是充当权限检查的 Mod(如本 Mod)和权限提供的 Mod 之间的接口

      3. 如果您使用 LuckPerms,您可以使用权限设置命令授予这些权限:

        例如:/lp group admin permission set minecraft.command.ban true

      4. 也支持任何支持 fabric-permissions-api 的权限提供程序。

      5. 最初由 Tjeu Kayim (@TjeuKayim) 创建,并受到其他服务端制作框架的启发:

        https://docs.spongepowered.org/stable/en/server/spongineer/commands.html

        https://bukkit.fandom.com/wiki/CraftBukkit_Commands 

      注意

      此模组使用需要权限管理器,例如:LuckPerms

      使用方法

      权限节点样式:minecraft.command.<指令名称>

      这些是 Minecraft 1.16 的所有权限:

      minecraft.command.advancement        minecraft.command.kick                 minecraft.command.setworldspawn
      minecraft.command.attribute                minecraft.command.kill                   minecraft.command.spawnpoint
      minecraft.command.ban                        minecraft.command.list                   minecraft.command.spectate
      minecraft.command.ban-ip                   minecraft.command.locate              minecraft.command.spreadplayers
      minecraft.command.banlist                   minecraft.command.locatebiome    minecraft.command.stop
      minecraft.command.bossbar                 minecraft.command.loot                  minecraft.command.stopsound
      minecraft.command.clear                      minecraft.command.me                   minecraft.command.summon
      minecraft.command.clone                      minecraft.command.msg                minecraft.command.tag
      minecraft.command.data                       minecraft.command.op                   minecraft.command.team
      minecraft.command.datapack                minecraft.command.pardon           minecraft.command.teammsg
      minecraft.command.debug                    minecraft.command.pardon-ip       minecraft.command.teleport
      minecraft.command.defaultgamemode minecraft.command.particle          minecraft.command.tell
      minecraft.command.deop                      minecraft.command.playsound      minecraft.command.tellraw
      minecraft.command.difficulty                minecraft.command.recipe              minecraft.command.time
      minecraft.command.effect                     minecraft.command.reload             minecraft.command.title
      minecraft.command.enchant                 minecraft.command.replaceitem    minecraft.command.tm
      minecraft.command.execute                  minecraft.command.save-all          minecraft.command.tp
      minecraft.command.experience             minecraft.command.save-off         minecraft.command.trigger
      minecraft.command.fill                          minecraft.command.save-on          minecraft.command.w
      minecraft.command.forceload               minecraft.command.say                 minecraft.command.weather
      minecraft.command.function                 minecraft.command.schedule        minecraft.command.whitelist
      minecraft.command.gamemode           minecraft.command.scoreboard     minecraft.command.worldborder
      minecraft.command.gamerule              minecraft.command.seed                minecraft.command.xp
      minecraft.command.give                       minecraft.command.setblock
      minecraft.command.help                      minecraft.command.setidletimeout

      Minecraft 1.17 添加了以下权限:

      minecraft.command.item

      Minecraft 1.18 添加了以下权限:

      minecraft.command.jfr

      Minecraft 1.19 添加了以下权限:

      minecraft.command.place

      局限

      1. 例如,别名具有单独的权限,并且可以具有不同的设置(minecraft.command.tp 与 minecraft.command.teleport)

      2. 这些权限是只存在于 CraftBukkit 的,而没有实现的:

        • minecraft.nbt.copy

        • minecraft.nbt.place

        • minecraft.autocraft

        • minecraft.debugstick

        • minecraft.debugstick.always

      3. 这些权限是只存在于 Sponge 的,而没有实现的:

        • minecraft.selector

        • minecraft.spawn-protection.override

        • minecraft.force-gamemode.override

        • minecraft.commandblock.edit.block.<name>

        • minecraft.commandblock.edit.minecart.<name>

        • minecraft.login.bypass-whitelist

        • minecraft.login.bypass-player-limit

      相关模组

    短评加载中..