*聊天栏输入
/scoreboard objectives add 会员系统
/scoreboard objectives add 会员时间
/scoreboard objectives add 金币
#命令方块输入
#会员购买
@月卡购买
脉无需
scoreboard players test @p 金币 599 *
连有保
title @p title §a§l购买月卡中···
scoreboard players remove @p 金币 599
scoreboard players add @p 会员时间 720
tag @p add §e§l会员
¥脉无需,脉冲,无条件,需要红石;连有保,连锁,有条件,保持开启
@季卡购买
脉无需
scoreboard players test @p 金币 1666 *
连有保
title @p title §a§l购买季卡中···
scoreboard players remove @p 金币 1666
scoreboard players add @p 会员时间 2160
tag @p add §e§l会员
@年卡购买
脉无需
scoreboard players test @p 金币 6444 *
连有保
title @p title §a§l购买年卡中···
scoreboard players remove @p 金币 6444
scoreboard players add @p 会员时间 8640
tag @p add §e§l会员
#检查时间 自动删除
重无保 72000
scoreboard players remove @a[tag=§e§l会员] 会员时间 1
tag @a[scores={会员时间=0}] remove §e§l会员
¥重无保,重复,无条件,保持开启;72000为72000延迟
#雪球菜单
@会员签到
重无保
execute @a[scores={雪球菜单=5},tag=§e§l会员] ~ ~ ~ title @s actionbar
连有保
§a§l请在确认选择后抬头§e
会员签到
execute @a[scores={雪球菜单=5,会员系统=0},rx=-85,rxm=-90,tag=§e§l会员] ~ ~ ~ scoreboard players add @s 会员系统 1
scoreboard players add @a[scores={雪球菜单=5},rx=-85,rxm=-90,tag=§e§l会员] 金币 25
title @a[scores={雪球菜单=5},rx=-85,rxm=-90,tag=§e§l会员] title §e§l签到成功
scoreboard players set @a 雪球菜单 0
@会员签到倒计时
脉无需
effect @e[type=minecraft:armor_stand,r=3] levitation 86400 0 true
scoreboard players set @a 会员系统 0
¥在盔甲架左右各一个
请搭配视频食用