SoulGateKey
  1. menu-settings:

  2.   # REQUIRED
  3.   # Appears as the title of the menu.
  4.   name: '确认购买'

  5.   # REQUIRED
  6.   # The number of rows in the menu.
  7.   rows: 3
  8.   # OPTIONAL (you can remove this or set it to '')
  9.   # Bind multiple commands using ; (command: 'menu; m; me')
  10.   auto-refresh: 6



  11. ######################
  12. #+                  +#
  13. #       ITEMS        #
  14. #+                  +#
  15. ######################




  16. yes:
  17.   COMMAND: 'console: vipsys give {player} SVIP 30d'
  18.   POINTS: 300
  19.   NAME: '&a确定购买SVIP'
  20.   ID: 35
  21.   DATA-VALUE: 5
  22.   POSITION-X: 4
  23.   POSITION-Y: 2
  24. no:
  25.   NAME: '&a取消购买SVIP'
  26.   ID: 35
  27.   DATA-VALUE: 14
  28.   POSITION-X: 6
  29.   POSITION-Y: 2
复制代码
cc版本3.1.4,但是还是没有用,点券不会减少。如果写command: 'console: vipsys give {player} SVIP 30d;console: points take 300'
时,如果points为0,VIP照常给,points也没扣

strings
新版本的 cc 菜单移除了点卷的支持。

换成这个版本的试试
https://www.mcbbs.net/forum.php? ... DMyNzE4MTJ8ODg0NDMw

Thismyshenzhi
本帖最后由 Thismyshenzhi 于 2020-5-10 10:35 编辑

你这个版本是不支持点券插件的,推荐使用这个支持点券的https://www.mcbbs.net/forum.php?mod=viewthread&tid=710556  还是要用chestcommands做前置
看到了麻烦给最佳

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