本帖最后由 嘉晚饭,赢 于 2022-2-23 10:27 编辑
1.12.2paper端,想让玩家通过权限挖刷怪笼来获得刷怪笼
1.12.2paper端,想让玩家通过权限挖刷怪笼来获得刷怪笼
https://www.spigotmc.org/resourc ... -alternative.59921/
最新版需要java17运行
旧版本用这个
https://ruby.cowtransfer.com/s/9cafebe15ec140
最新版需要java17运行
旧版本用这个
https://ruby.cowtransfer.com/s/9cafebe15ec140
嘉晚饭,赢 发表于 2022-2-16 09:45
https://www.spigotmc.org/resources/mineablespawners-1-8-1-18-silkspawners-alternative.59921/
最新版 ...
功能很少 比较符合你说的“轻量”概念
- Commands: Main command "/mineablespawners" or "ms"
- "/ms give <player> <type> <amount>" => Give a player spawners.
- "/ms set <mob>" => Set a spawner type by looking at it.
- "/ms types" => List all available types.
- "/ms reload" => Reload the configuration.
- Permissions:
- "mineablespawners.give" => Access to /ms give
- "mineablespawners.set" => Access to /ms set
- "mineablespawners.set.(type)" => Access to a specific type of mob in /spawner. Only applicable if require-individual-permission is set to true in the config.
- "mineablespawners.mine" => Permission to mine a spawner.
- "mineablespawners.mine.<type>" => Permission to mine a specific type of spawner.
- "mineablespawners.nosilk" => Bypass the silk touch requirement when mining spawners.
- "mineablespawners.eggchange" => Ability to change spawners by right clicking them with spawn eggs.
- "mineablespawners.eggchange.<type>" => Access to specific types of mobs when using spawn eggs to change spawner types.
- "mineablespawners.types" => List available entity types.
- "mineablespawners.bypass" => Bypass spawner placing/mining requirements.
mineablespawners.mine权限可以让玩家挖掉任意刷怪笼
mineablespawners.mine.<type>权限可以让玩家挖掉指定类型刷怪笼
但是默认需要玩家使用精准采集来挖 可以给玩家这个权限绕过这个限制
mineablespawners.nosilk