v1.0.8 (2024/05/05)
Changed
- rename subcommand
refreshSha1
toreload
- rename subcommand
set
toreload
Fixed
- #8
Now server side will check the following rules when calculating the sha1 value of the resource pack:
- The file is under the game directory
- The file has
zip
extension (e.g.file.zip
) - The file includes
pack.mcmeta
v1.0.3 (2023/10/25)
Added
-
command
resourcepackserver refreshSha1
This command will recalculate the sha1 of the resourcepack. -
command
resourcepackserver set local <localpath>
This command will set the path of the resourcepack. -
command
resourcepackserver set url <url> <sha1>
This command will set the url of the resourcepack. -
config option
path
This option will set the path of the resourcepack.
v1.0.2 (2023/10/14)
Added
- command
calcSha1
This command can (re)calculate the sha1 of resourcepack.
It's useful after you modify the resourcepack.
Require op-permission-level >=1