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

22 lines
793 B
Mcfunction
Raw Normal View History

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
2019-12-30 16:34:27 +08:00
function fz:carpet
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-30 16:34:27 +08:00
function fz:config/install
tellraw @a [{"text":"[Datapack]"},{"text":" FZ'sDataPack v1.3.3 installed successfully","color":"gold"}]