fz-survival-datapack/data/fz/functions/carpet/carpet.mcfunction
2021-07-03 06:21:34 +08:00

6 lines
475 B
Mcfunction
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#初始化tagplayer
carpet setDefault commandScript true
carpet setDefault commandScriptACE ops
script run carpet_rules = system_info('world_carpet_rules'); if(carpet_rules:'scriptsAutoload' != 'true', run('carpet setDefault scriptsAutoload true'); run('tellraw @a {"text":"[错误]假人插件未正确加载已自动将“scriptsAutoload”设为true。正在重载如仍未加载请手动加载...", "color":"#ff6100"}'); run('reload'))
script unload player