搜索历史
清空
暂无搜索历史
论坛热搜
1
Jenny — 有趣的模拟女友模组|珍妮模组
热
3
上古老物 冒险者传说 by WhiteSword
新
5
洛心斗罗-福利|公会据点战|武魂||抽奖|最终版
2
乌托邦探险之旅3.2
热
4
幻虚斗罗V1.5
6
水星迫降——在未知的世界中挣扎
登陆 注册 QQ登陆
快捷导航
查看: 169|回复: 0

[模组分享] Vanilla Permissions-MOD模组

[复制链接]

5257

主题

53

回帖

6522

积分

龙❁妻

Rank: 8Rank: 8

经验
6522 EP
金粒
1172 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 19:49:18 | 显示全部楼层 |阅读模式
Vanilla PermissionsGithub |相关wiki |源站链接支持: fabric , quiltAdds permission checks into vanilla, to allow for full permission customization

    # Vanilla Permissions

This mod adds permission checks into vanilla, to allow for full permission customization.

* You need to have a permissions mod installed. (e.g. [LuckPerms](链接))

  (Any permission provider mod that supports [fabric-permissions-api](链接) is also supported.)

Permissions

| Permission                                                                                         | Description                                                                              |

|---------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------|

| `minecraft.adminbroadcast.receive`                                                                 | Receive command feedback                                                                 |

| `minecraft.bypass.spawn-protection`                                                                | Build inside spawn protection                                                            |

| `minecraft.bypass.force-gamemode`                                                                  | Bypass forced gamemode                                                                   |

| `minecraft.bypass.move-speed.player`                                                               | Bypass \"Player moved too fast\"                                                           |


Commands

Command permissions use the node system of [brigadier](链接). Each node has its own

permission, e.g. to get access to the `/gamemode survival` command `minecraft.command.gamemode` permission is required

for access to the `/gamemode` command node, and `minecraft.command.gamemode.survival` is required to be able to run

`/gamemode survival`. If you wish to grant full access to a command you need to give access to all child nodes, e.g.

`minecraft.command.gamemode.*`.

Quality of Life

Server Side

If the mod is installed server-side, it will make clients think they\'re OP. This allows players with [appropriate

permissions](#permissions) to place operator blocks and access the gamemode switcher menu.

Execute Command

* Includes another condition: `/execute if permission ` to allow datapacks tocheck permissions (e.g. `/execute if permission @s group.admin run say I am an admin`)* #### Modifiers* The `feedback` modifier `/execute feedback [silent | console]` or `/execute feedback entity` is used to silence, or redirect command feedback (e.g. `/execute feedback silent run gamemode creative`)* The `oplevel` modifier `/execute oplevel` or `/execute oplevel` can be used toreducethe op permission level of the command source context, this can be useful if you want to run a command as a user (from functions or console), but want bypass permissions to work (e.g. `/execute as DrexHD oplevel entity @s run rtp`, this will use the op level of the player `DrexHD` instead of the actual command executor for checking permissions like `rtp.bypass`)

Client Side

If the mod is installed on the client, the gamemode switcher can also be accessed, if the player has access to the command, but isn\'t OP (useful for spigot-based servers)!

来自Modrinth所有游戏版本1.21.61.21.71.21.81.21.51.21.41.211.21.11.20.11.21.6-pre11.21.6-rc11.21.5-rc11.21.5-rc21.21.21.21.31.20.51.20.61.20.21.20.31.20.41.201.19.31.19.41.19.11.19.21.141.14.11.14.21.14.31.14.41.151.15.11.15.21.161.16.11.16.21.16.31.16.41.16.51.171.17.11.181.18.11.18.21.19所有类型fabricquiltVanillaPermissions 0.3.0+1.21.8vanilla-permissions-0.3.0+1.21.8.jar下载0.3.0+1.21.8#Beta### Added- Fine-grained selector permission- Selector weights- Selector limits展开版本: 0.3.0+1.21.8支持游戏: 1.21.6, 1.21.7, 1.21.8类型:FabricQuiltBeta下载次数: 18VanillaPermissions 0.3.0+1.21.5vanilla-permissions-0.3.0+1.21.5.jar下载0.3.0+1.21.5#Beta### Added- Fine-grained selector permission- Selector weights- Selector limits展开版本: 0.3.0+1.21.5支持游戏: 1.21.5类型:FabricQuiltBeta下载次数: 7VanillaPermissions 0.3.0+1.21.4vanilla-permissions-0.3.0+1.21.4.jar下载0.3.0+1.21.4#Beta### Added- Fine-grained selector permission- Selector weights- Selector limits展开版本: 0.3.0+1.21.4支持游戏: 1.21.4类型:FabricQuiltBeta下载次数: 4VanillaPermissions 0.3.0+1.21.1vanilla-permissions-0.3.0+1.21.1.jar下载0.3.0+1.21.1#Beta### Added- Fine-grained selector permission- Selector weights- Selector limits展开版本: 0.3.0+1.21.1支持游戏: 1.21, 1.21.1类型:FabricQuiltBeta下载次数: 14VanillaPermissions 0.3.0+1.20.1vanilla-permissions-0.3.0+1.20.1.jar下载0.3.0+1.20.1#Beta### Added- Fine-grained selector permission- Selector weights- Selector limits展开版本: 0.3.0+1.20.1支持游戏: 1.20.1类型:FabricQuiltBeta下载次数: 15VanillaPermissions 0.2.11+1.21.7vanilla-permissions-0.2.11+1.21.7.jar下载0.2.11+1.21.7#Release### Fixed- Gamemode switcher in 1.21.6+展开版本: 0.2.11+1.21.7支持游戏: 1.21.6, 1.21.7, 1.21.8类型:FabricQuiltRelease下载次数: 537VanillaPermissions 0.2.10+1.21.6vanilla-permissions-0.2.10+1.21.6.jar下载0.2.10+1.21.6#Release### Fixed- Entity selector issues on 1.21.6展开版本: 0.2.10+1.21.6支持游戏: 1.21.6, 1.21.7, 1.21.8类型:FabricQuiltRelease下载次数: 507VanillaPermissions 0.2.9+1.20.1vanilla-permissions-0.2.9+1.20.1.jar下载0.2.9+1.20.1#Release### Added- 1.21.6-pre release### Fixed- Use java 17 to compile 1.20.1展开版本: 0.2.9+1.20.1支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 1,541VanillaPermissions 0.2.9+1.21.1vanilla-permissions-0.2.9+1.21.1.jar下载0.2.9+1.21.1#Release### Added- 1.21.6-pre release### Fixed- Use java 17 to compile 1.20.1展开版本: 0.2.9+1.21.1支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 492VanillaPermissions 0.2.9+1.21.4vanilla-permissions-0.2.9+1.21.4.jar下载0.2.9+1.21.4#Release### Added- 1.21.6-pre release### Fixed- Use java 17 to compile 1.20.1展开版本: 0.2.9+1.21.4支持游戏: 1.21.4类型:FabricQuiltRelease下载次数: 189VanillaPermissions 0.2.9+1.21.5vanilla-permissions-0.2.9+1.21.5.jar下载0.2.9+1.21.5#Release### Added- 1.21.6-pre release### Fixed- Use java 17 to compile 1.20.1展开版本: 0.2.9+1.21.5支持游戏: 1.21.5类型:FabricQuiltRelease下载次数: 645VanillaPermissions 0.2.9+1.21.6-pre1vanilla-permissions-0.2.9+1.21.6-pre1.jar下载0.2.9+1.21.6-pre1#Release### Added- 1.21.6-pre release### Fixed- Use java 17 to compile 1.20.1展开版本: 0.2.9+1.21.6-pre1支持游戏: 1.21.6-pre1, 1.21.6-rc1, 1.21.6, 1.21.7, 1.21.8类型:FabricQuiltRelease下载次数: 89VanillaPermissions 0.2.8+1.20.1vanilla-permissions-0.2.8+1.20.1.jar下载0.2.8+1.20.1#Release### Changed- Use stonecutter to support 1.20.1, 1.21.1, 1.21.4 and 1.21.5展开版本: 0.2.8+1.20.1支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 67VanillaPermissions 0.2.8+1.21.1vanilla-permissions-0.2.8+1.21.1.jar下载0.2.8+1.21.1#Release### Changed- Use stonecutter to support 1.20.1, 1.21.1, 1.21.4 and 1.21.5展开版本: 0.2.8+1.21.1支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 73VanillaPermissions 0.2.8+1.21.5vanilla-permissions-0.2.8+1.21.5.jar下载0.2.8+1.21.5#Release### Changed- Use stonecutter to support 1.20.1, 1.21.1, 1.21.4 and 1.21.5展开版本: 0.2.8+1.21.5支持游戏: 1.21.5类型:FabricQuiltRelease下载次数: 124VanillaPermissions 0.2.8+1.21.4vanilla-permissions-0.2.8+1.21.4.jar下载0.2.8+1.21.4#Release### Changed- Use stonecutter to support 1.20.1, 1.21.1, 1.21.4 and 1.21.5展开版本: 0.2.8+1.21.4支持游戏: 1.21.4类型:FabricQuiltRelease下载次数: 42VanillaPermissions 0.2.7+1.21.1vanilla-permissions-0.2.7+1.21.1.jar下载0.2.7+1.21.1#Release### Fixed- Behaviour of \'minecraft.bypass.whitelist\' permission展开版本: 0.2.7+1.21.1支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 45VanillaPermissions 0.2.7+1.21.5vanilla-permissions-0.2.7+1.21.5.jar下载0.2.7+1.21.5#Release### Fixed- Behaviour of \'minecraft.bypass.whitelist\' permission展开版本: 0.2.7+1.21.5支持游戏: 1.21.5类型:FabricQuiltRelease下载次数: 56VanillaPermissions 0.2.6+1.21.5vanilla-permissions-0.2.6+1.21.5.jar下载0.2.6+1.21.5#Release### Changed- Improved mod compatibility展开版本: 0.2.6+1.21.5支持游戏: 1.21.5类型:FabricQuiltRelease下载次数: 283VanillaPermissions 0.2.6+1.21.1vanilla-permissions-0.2.6+1.21.1.jar下载0.2.6+1.21.1#Release### Changed- Improved mod compatibility展开版本: 0.2.6+1.21.1支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 123VanillaPermissions 0.2.5+1.21.1vanilla-permissions-0.2.5+1.21.1.jar下载0.2.5+1.21.1#Release### Fixed- Server watchdog crashes- Client side crash展开版本: 0.2.5+1.21.1支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 75VanillaPermissions 0.2.5+1.21.5vanilla-permissions-0.2.5+1.21.5.jar下载0.2.5+1.21.5#Release### Fixed- Server watchdog crashes- Client side crash展开版本: 0.2.5+1.21.5支持游戏: 1.21.5类型:FabricQuiltRelease下载次数: 81VanillaPermissions 0.2.5+1.21.5-rc1vanilla-permissions-0.2.5+1.21.5-rc1.jar下载0.2.5+1.21.5-rc1#Release展开版本: 0.2.5+1.21.5-rc1支持游戏: 1.21.5-rc1, 1.21.5-rc2, 1.21.5类型:FabricQuiltRelease下载次数: 503VanillaPermissions 0.2.4+1.21.3vanilla-permissions-0.2.4+1.21.3.jar下载0.2.4+1.21.3#Release### Added- Debug chart permission展开版本: 0.2.4+1.21.3支持游戏: 1.21.2, 1.21.3, 1.21.4类型:FabricQuiltRelease下载次数: 1,770VanillaPermissions 0.2.4+1.21.1vanilla-permissions-0.2.4+1.21.1.jar下载0.2.4+1.21.1#Release### Added- Debug chart permission展开版本: 0.2.4+1.21.1支持游戏: 1.21.1类型:FabricQuiltRelease下载次数: 2,314Vanilla Permissions 0.2.3 for 1.21vanilla-permissions-0.2.3+1.21.jar下载0.2.3+1.21#Release### Added- Redirector mod compatibility展开版本: 0.2.3+1.21支持游戏: 1.21类型:FabricQuiltRelease下载次数: 2,298Vanilla Permissions 0.2.3 for 1.20.5vanilla-permissions-0.2.3+1.20.5.jar下载0.2.3+1.20.5#Release### Added- Redirector mod compatibility展开版本: 0.2.3+1.20.5支持游戏: 1.20.5, 1.20.6类型:FabricQuiltRelease下载次数: 406Vanilla Permissions 0.2.3 for 1.20.4vanilla-permissions-0.2.3+1.20.4.jar下载0.2.3-1.20.4#Release### Added- Redirector mod compatibility展开版本: 0.2.3-1.20.4支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricQuiltRelease下载次数: 1,509Vanilla Permissions 0.2.2 for 1.20.2vanilla-permissions-0.2.2+1.20.2.jar下载0.2.2+1.20.2#Release### Removed- Multi-version residue### Fixed- Using wrong fallback command node requirement展开版本: 0.2.2+1.20.2支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricQuiltRelease下载次数: 689Vanilla Permissions 0.2.2 for 1.20.1vanilla-permissions-0.2.2+1.20.1.jar下载0.2.2+1.20.1#Release### Removed- Multi-version residue### Fixed- Using wrong fallback command node requirement展开版本: 0.2.2+1.20.1支持游戏: 1.20, 1.20.1类型:FabricQuiltRelease下载次数: 22,0210.2.0+1.20vanilla-permissions-0.2.0+1.20.jar下载0.2.0+1.20#Release### Changed- Updated to 1.20展开版本: 0.2.0+1.20支持游戏: 1.20, 1.20.1类型:FabricQuiltRelease下载次数: 1,2660.2.0+1.19.4vanilla-permissions-0.2.0+1.19.4.jar下载0.2.0+1.19.4#Release### Removed- Multiversion support### Fixed- `minecraft.gamemode.<gametype>` permission in 1.19.3 and later### Changed- Operator block permissions展开版本: 0.2.0+1.19.4支持游戏: 1.19.3, 1.19.4类型:FabricQuiltRelease下载次数: 2620.2.0+1.19.2vanilla-permissions-0.2.0+1.19.2.jar下载0.2.0+1.19.2#Release### Removed- Multiversion support### Changed- Operator block permissions展开版本: 0.2.0+1.19.2支持游戏: 1.19.1, 1.19.2类型:FabricQuiltRelease下载次数: 6510.1.5vanilla-permissions-0.1.5.jar下载0.1.5#Release### FixedRegistry version detection展开版本: 0.1.5支持游戏: 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4类型:FabricQuiltRelease下载次数: 4470.1.4vanilla-permissions-0.1.4.jar下载0.1.4#Release### Added- Execute command modifiers### Fixed- Version range check- Incompatibility with *ShetiPhianCore*展开版本: 0.1.4支持游戏: 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4类型:FabricQuiltRelease下载次数: 1960.1.3vanilla-permissions-0.1.3.jar下载0.1.3#Release- Updated to 1.19.3- Fix `minecraft.adminbroadcast.receive` not working展开版本: 0.1.3支持游戏: 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3类型:FabricQuiltRelease下载次数: 2530.1.2vanilla-permissions-0.1.2.jar下载0.1.2#Releasefix: Whitelisted players with `minecraft.bypass.whitelist` set to false are not able to joinchange: Improve gamemode selector展开版本: 0.1.2支持游戏: 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2类型:FabricQuiltRelease下载次数: 2810.1.1vanilla-permissions-0.1.1.jar下载0.1.1#Releasechange: Use API for offline permissions展开版本: 0.1.1支持游戏: 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2类型:FabricQuiltRelease下载次数: 1340.1.0vanilla-permissions-0.1.0.jar下载0.1.0#Beta展开版本: 0.1.0支持游戏: 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2类型:FabricQuiltBeta下载次数: 165全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
Vanilla Permissions-MOD模组
楼主 2025-8-10 19:49:18 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

我的世界(Minecraft)小僵尸论坛

新会员

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2026-1-19 15:58 , Processed in 0.214944 second(s), 123 queries .

快速回复 返回顶部 返回列表