Compare commits

..

13 Commits

Author SHA1 Message Date
延皓 4328147b1c update README.md.
Signed-off-by: 延皓 <harvey_husky@foxmail.com>
2023-07-24 12:45:16 +00:00
延皓 dd22e1f91b update LICENSE. 2022-07-20 10:18:40 +00:00
延皓 f40d593e5d update LICENSE. 2022-07-19 19:51:55 +00:00
延皓 2a2197d90d add LICENSE. 2022-07-19 19:50:59 +00:00
延皓 fd7bfca151 删除文件 LICENSE 2022-07-19 18:45:32 +00:00
延皓 24837ae342 update README.md. 2022-07-19 18:40:59 +00:00
延皓 a142b3e56f add LICENSE. 2022-07-19 18:40:34 +00:00
延皓 c0807aaad6 删除文件 LICENSE 2022-07-19 18:34:45 +00:00
延皓 ad3539ea9b 2.2.2 2022-07-19 21:12:40 +08:00
延皓 fe9bba8368 fix #I5FJOG 2022-07-07 08:07:25 +08:00
延皓 26c52e4292 Merge branch '2.2-dev' of https://gitee.com/harvey-husky/yh-ssd into 2.2-dev 2022-06-29 23:38:46 +08:00
延皓 9b8132363d 修复1.19无法加载数据包的问题 2022-06-29 23:38:01 +08:00
延皓 c1554ec191 修复1.19无法加载数据包的问题 2022-06-29 23:28:27 +08:00
6 changed files with 25 additions and 27 deletions
+19 -21
View File
@@ -1,21 +1,19 @@
MIT License
Copyright (c) 2019-2022 延皓
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
FZSD许可证
2022/7/20 https://gitee.com/harvey-husky/fz-survival-datapack/LICENSE
版权所有 © 2019-2022 延皓<https://gitee.com/harvey-husky><https://space.bilibili.com/677233356>
定义:
“该许可证”指FZSD许可证。
“该软件”指许可在该许可证下的程序和相关文档的集合。
“官方网址”指由版权所有者提供的该软件的发布网址。
您对该软件的复制、使用、修改及分发受如下条款的约束:
1. 禁止添加、修改或删除该许可证的内容。
2. 禁止未经授权的转载、销售或二次发布该软件。
3. 禁止添加、修改或抹除该软件中的原作者署名。
4. 如果您从部署了该软件的Minecraft服务器中以任何方式获取了收益,则您必须在游戏中的明显位置明确告知用户您的Minecraft服务器使用了该软件,并附上官方网址。
5. 如果您修改了该软件中的任何内容,您必须将修改部分开源在主流开源平台(如gitee<https://gitee.com/>或github<https://github.com/>等)。您必须保留该许可证,但您可以追加其他许可证(不包括不支持附加条款的许可证)。当您添加的许可证中的条款与该许可证冲突时,必须以该许可证为准。
6. 该软件在提供时不带任何明示或默示的担保。在任何情况下,版权所有者不对任何人因使用该软件而引发的任何直接或间接损失承担任何责任。
+2 -4
View File
@@ -7,8 +7,6 @@
#### @Author: Harvey_Husky
#### 本项目开源许可证现更改为MIT许可证
#### Copyright (C) 2019-2022 Harvey_Husky
[Bilibili专栏](https://www.bilibili.com/read/cv4267319)(年久失修)
@@ -31,7 +29,7 @@
[![release版本](https://img.shields.io/badge/发行版-2.2.0-blue.svg)](https://gitee.com/harvey-husky/FZ-sDatapack/releases/2.2.0)
![设置界面](./图片示例:设置界面.png)
![设置界面]()
- 抬头并按一下 `Shift` 来打开设置界面
@@ -57,7 +55,7 @@
| killCounter | 击杀榜 |
| tradingCounter | 交易榜 |
| totalList | 总 量 |
| bedrockBreaked | [破基岩榜](https://www.bilibili.com/video/BV1KJ411b73z) |
| bedrockBreaked(最开始拼错了,后来不方便改了,不要在意) | [破基岩榜](https://www.bilibili.com/video/BV1KJ411b73z) |
| fz.aviate1m | 滑翔距离 |
- 提供一些[地毯脚本](#地毯脚本)`.sc` 文件):***请在升级数据包的同时替换这些工具!!!***
+2 -2
View File
@@ -2,7 +2,7 @@
#允许玩家操作config记分板
scoreboard players enable @a config
#每条子函数都要reset config分数和function fz:config/display
execute if data storage fz.installed {sweeper: 1b} as @a if score @s config matches 1478966200..1478966217 run function fz:sweeper/config/trigger
execute if data storage fz.installed {scoreboards: 1b} as @a if score @s config matches 1838019368..1838019379 run function fz:scoreboards/config
execute if data storage fz:survival installed{sweeper: 1b} as @a if score @s config matches 1478966200..1478966217 run function fz:sweeper/config/trigger
execute if data storage fz:survival installed{scoreboards: 1b} as @a if score @s config matches 1838019368..1838019379 run function fz:scoreboards/config
#循环执行本函数
schedule function fz:config/main 1t
@@ -5,6 +5,7 @@ scoreboard players reset @s config
execute unless data storage fz.config {is_open: 1b} run function fz:config/main
execute unless data storage fz.config {is_open: 1b} run scoreboard objectives add openingConfig dummy
execute unless data storage fz.config {is_open: 1b} run data merge storage fz.config {is_open: 1b}
schedule function fz:config/timeout 300s replace
#将该玩家加入打开设置页面的玩家的列表
scoreboard players set @s openingConfig 1
#将设置内容输出给玩家
+1
View File
@@ -187,6 +187,7 @@ __on_server_shuts_down() ->(
)
);
scoreboard_remove('carpetBot');
scoreboard_add('carpetBot');
team_remove('carpetBot');
team_remove('shadowedPlayer')
);
Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB