Iron-HIM
应玩家需求,我需要给玩家一个mod的指令权限,使用服务端为Catserver Community(偶尔也用Mohist)。请问如何查看所有mod所有指令的权限节点?
mod表



权限插件:


世予予
...?MOD
哪个MOD的 什么指令

Iron-HIM
世予 发表于 2019-8-27 11:12
...?MOD
哪个MOD的 什么指令

所有mod.........
我记得Mohist有一条可以打印出所有mod权限节点的指令

ColorsWind
mod端启动的时候应该就会输出指令对于的权限
比如我这个没有按照任何mod的
  1. [13:45:32] [Server thread/INFO]: Registered command time with permission node minecraft.command.time
  2. [13:45:32] [Server thread/INFO]: Registered command gamemode with permission node minecraft.command.gamemode
  3. [13:45:32] [Server thread/INFO]: Registered command difficulty with permission node minecraft.command.difficulty
  4. [13:45:32] [Server thread/INFO]: Registered command defaultgamemode with permission node minecraft.command.defaultgamemode
  5. [13:45:32] [Server thread/INFO]: Registered command kill with permission node minecraft.command.kill
  6. [13:45:32] [Server thread/INFO]: Registered command toggledownfall with permission node minecraft.command.toggledownfall
  7. [13:45:32] [Server thread/INFO]: Registered command weather with permission node minecraft.command.weather
  8. [13:45:32] [Server thread/INFO]: Registered command xp with permission node minecraft.command.xp
  9. [13:45:32] [Server thread/INFO]: Registered command tp with permission node minecraft.command.tp
  10. [13:45:32] [Server thread/INFO]: Registered command teleport with permission node minecraft.command.teleport
  11. [13:45:32] [Server thread/INFO]: Registered command give with permission node minecraft.command.give
  12. [13:45:32] [Server thread/INFO]: Registered command replaceitem with permission node minecraft.command.replaceitem
  13. [13:45:32] [Server thread/INFO]: Registered command stats with permission node minecraft.command.stats
  14. [13:45:32] [Server thread/INFO]: Registered command effect with permission node minecraft.command.effect
  15. [13:45:32] [Server thread/INFO]: Registered command enchant with permission node minecraft.command.enchant
  16. [13:45:32] [Server thread/INFO]: Registered command particle with permission node minecraft.command.particle
  17. [13:45:32] [Server thread/INFO]: Registered command me with permission node minecraft.command.me
  18. [13:45:32] [Server thread/INFO]: Registered command seed with permission node minecraft.command.seed
  19. [13:45:32] [Server thread/INFO]: Registered command help with permission node minecraft.command.help
  20. [13:45:32] [Server thread/INFO]: Registered command debug with permission node minecraft.command.debug
  21. [13:45:32] [Server thread/INFO]: Registered command tell with permission node minecraft.command.tell
  22. [13:45:32] [Server thread/INFO]: Registered command say with permission node minecraft.command.say
  23. [13:45:32] [Server thread/INFO]: Registered command spawnpoint with permission node minecraft.command.spawnpoint
  24. [13:45:32] [Server thread/INFO]: Registered command setworldspawn with permission node minecraft.command.setworldspawn
  25. [13:45:32] [Server thread/INFO]: Registered command gamerule with permission node minecraft.command.gamerule
  26. [13:45:32] [Server thread/INFO]: Registered command clear with permission node minecraft.command.clear
  27. [13:45:32] [Server thread/INFO]: Registered command testfor with permission node minecraft.command.testfor
  28. [13:45:32] [Server thread/INFO]: Registered command spreadplayers with permission node minecraft.command.spreadplayers
  29. [13:45:32] [Server thread/INFO]: Registered command playsound with permission node minecraft.command.playsound
  30. [13:45:32] [Server thread/INFO]: Registered command scoreboard with permission node minecraft.command.scoreboard
  31. [13:45:32] [Server thread/INFO]: Registered command execute with permission node minecraft.command.execute
  32. [13:45:32] [Server thread/INFO]: Registered command trigger with permission node minecraft.command.trigger
  33. [13:45:32] [Server thread/INFO]: Registered command advancement with permission node minecraft.command.advancement
  34. [13:45:32] [Server thread/INFO]: Registered command recipe with permission node minecraft.command.recipe
  35. [13:45:32] [Server thread/INFO]: Registered command summon with permission node minecraft.command.summon
  36. [13:45:32] [Server thread/INFO]: Registered command setblock with permission node minecraft.command.setblock
  37. [13:45:32] [Server thread/INFO]: Registered command fill with permission node minecraft.command.fill
  38. [13:45:32] [Server thread/INFO]: Registered command clone with permission node minecraft.command.clone
  39. [13:45:32] [Server thread/INFO]: Registered command testforblocks with permission node minecraft.command.testforblocks
  40. [13:45:32] [Server thread/INFO]: Registered command blockdata with permission node minecraft.command.blockdata
  41. [13:45:32] [Server thread/INFO]: Registered command testforblock with permission node minecraft.command.testforblock
  42. [13:45:32] [Server thread/INFO]: Registered command tellraw with permission node minecraft.command.tellraw
  43. [13:45:32] [Server thread/INFO]: Registered command worldborder with permission node minecraft.command.worldborder
  44. [13:45:32] [Server thread/INFO]: Registered command title with permission node minecraft.command.title
  45. [13:45:32] [Server thread/INFO]: Registered command entitydata with permission node minecraft.command.entitydata
  46. [13:45:32] [Server thread/INFO]: Registered command stopsound with permission node minecraft.command.stopsound
  47. [13:45:32] [Server thread/INFO]: Registered command locate with permission node minecraft.command.locate
  48. [13:45:32] [Server thread/INFO]: Registered command reload with permission node minecraft.command.reload
  49. [13:45:32] [Server thread/INFO]: Registered command function with permission node minecraft.command.function
  50. [13:45:32] [Server thread/INFO]: Registered command op with permission node minecraft.command.op
  51. [13:45:32] [Server thread/INFO]: Registered command deop with permission node minecraft.command.deop
  52. [13:45:32] [Server thread/INFO]: Registered command stop with permission node minecraft.command.stop
  53. [13:45:32] [Server thread/INFO]: Registered command save-all with permission node minecraft.command.save-all
  54. [13:45:32] [Server thread/INFO]: Registered command save-off with permission node minecraft.command.save-off
  55. [13:45:32] [Server thread/INFO]: Registered command save-on with permission node minecraft.command.save-on
  56. [13:45:32] [Server thread/INFO]: Registered command ban-ip with permission node minecraft.command.ban-ip
  57. [13:45:32] [Server thread/INFO]: Registered command pardon-ip with permission node minecraft.command.pardon-ip
  58. [13:45:32] [Server thread/INFO]: Registered command ban with permission node minecraft.command.ban
  59. [13:45:32] [Server thread/INFO]: Registered command banlist with permission node minecraft.command.banlist
  60. [13:45:32] [Server thread/INFO]: Registered command pardon with permission node minecraft.command.pardon
  61. [13:45:32] [Server thread/INFO]: Registered command kick with permission node minecraft.command.kick
  62. [13:45:32] [Server thread/INFO]: Registered command list with permission node minecraft.command.list
  63. [13:45:32] [Server thread/INFO]: Registered command whitelist with permission node minecraft.command.whitelist
  64. [13:45:32] [Server thread/INFO]: Registered command setidletimeout with permission node minecraft.command.setidletimeout
复制代码

Iron-HIM
1748591300 发表于 2019-8-27 11:12
mod端启动的时候应该就会输出指令对于的权限
比如我这个没有按照任何mod的
...

那这里面的权限如果我需要是不是直接添加到PEX内就行啦

第一页 上一页 下一页 最后一页