2019-12-29 18:21:13 +08:00
|
|
|
# @Author: Harvey.Kang
|
|
|
|
# @Date: 2019-10-01
|
|
|
|
# @Last Modified by: Harvey.Kang
|
|
|
|
# @Last Modified time: 2019-12-15 03:53:27
|
|
|
|
# @License: GNU General Public License, version 3 (GPL-3.0)
|
|
|
|
|
|
|
|
# This project is licensed under the terms of the GNU General Public License v3.0.
|
|
|
|
# Copyright (C)2019 Harvey.Kang
|
|
|
|
|
2019-12-12 00:07:07 +08:00
|
|
|
scoreboard objectives add timeCounter dummy
|
|
|
|
scoreboard objectives add 20 dummy
|
2019-12-29 18:21:13 +08:00
|
|
|
scoreboard objectives add carpet dummy
|
2019-12-12 00:07:07 +08:00
|
|
|
scoreboard players set 20 20 20
|
2019-12-29 18:21:13 +08:00
|
|
|
scoreboard players reset carpet carpet
|
|
|
|
execute store result score carpet carpet run carpet
|
|
|
|
execute if score carpet carpet matches 1 run function fz:scarpet
|
2019-12-12 00:07:07 +08:00
|
|
|
function fz:score/install
|
|
|
|
function fz:health/install
|
|
|
|
function fz:sleep/install
|
|
|
|
function fz:cleaner/install
|
|
|
|
function fz:logintips/install
|
2019-12-29 18:21:13 +08:00
|
|
|
tellraw @a [{"text":"[Datapack]"},{"text":" FZ'sDataPack v1.3.2 installed successfully","color":"gold"}]
|