bump to 1.21
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.7 (2024/01/22)
Changed
- Now the
set
command just need to pass a path.
The file on remote will be downloaded and calculated its sha1.
Fixed
v1.0.6 (2023/12/25)
Changed
- Renamed command
resourcepackserver
torps
.
Added
- Add feedback of
start
andstop
command
v1.0.5 (2023/11/24)
Changed
- Renamed
debug
toinfo
, and changed some info messages.
Fixed
- Fixed the
start
command not working.
v1.0.4 (2023/11/05)
Added
- command
resourcepackserver debug
It will print the resourcepackserver all variables
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
v1.0.1 (2023/10/14)
Added
- option
overwriteSha1
:
Removed
- option
calculateSha1
New release