Add files via upload
This commit is contained in:
@@ -5,18 +5,24 @@
|
||||
# @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
|
||||
|
||||
# Copyright (C)2019-2020 Harvey.Kang
|
||||
scoreboard objectives add version dummy
|
||||
#升级用#
|
||||
scoreboard players operation version version = version version
|
||||
execute if score version version matches ..132 run function fz:updatebeforeinstall
|
||||
####
|
||||
scoreboard objectives add timeCounter dummy
|
||||
scoreboard objectives add 20 dummy
|
||||
scoreboard objectives add carpet dummy
|
||||
scoreboard players set 20 20 20
|
||||
scoreboard players reset carpet carpet
|
||||
function fz:carpet
|
||||
function fz:carpet/install
|
||||
function fz:score/install
|
||||
function fz:health/install
|
||||
function fz:sleep/install
|
||||
function fz:cleaner/install
|
||||
function fz:logintips/install
|
||||
function fz:config/install
|
||||
#升级用#
|
||||
execute if score installed installed matches ..132 run function fz:updateafterinstall
|
||||
scoreboard players set version version 133
|
||||
####
|
||||
tellraw @a [{"text":"[Datapack]"},{"text":" FZ'sDataPack v1.3.3 installed successfully","color":"gold"}]
|
||||
Reference in New Issue
Block a user