fz-survival-datapack/data/fz/functions/carpet/carpet.mcfunction

8 lines
388 B
Mcfunction
Raw Normal View History

2020-11-27 00:27:49 +08:00
#初始化tagplayer
carpet setDefault commandScript true
carpet setDefault commandScriptACE ops
2020-11-29 20:06:34 +08:00
carpet setDefault scriptsAutoload true
carpet setDefault commandPlayer ops
2020-12-05 07:27:57 +08:00
execute store success score tagplayer parameter run script load tagplayer
#提示已安装
execute if score tagplayer parameter matches 1 run tellraw @a {"text": "[信息]Tagplayer已启用","color": "#5fff00"}