奥利奥i
Trmenu怎么绑定按键打开菜单


夜雨晨风丶
trmenu只有几个内置的快捷方式,例如副手键打开某个菜单,或者shift+副手键。如果你需要设置其他按键请另外找按键执行指令的插件。
  1. Shortcuts:
  2.   Offhand: [ ]
  3.   Sneaking-Offhand:
  4.     - condition: 'perm *trmenu.shortcut'
  5.       execute: 'open: Example'
  6.       deny: 'return'
  7.   Right-Click-Player: 'open: Profile'
  8.   Sneaking-Right-Click-Player: [ ]
  9.   PlayerInventory-Border-Left: [ ]
  10.   PlayerInventory-Border-Right: [ ]
  11.   PlayerInventory-Border-Middle: [ ]
复制代码