Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4328147b1c | |||
| dd22e1f91b | |||
| f40d593e5d | |||
| 2a2197d90d | |||
| fd7bfca151 | |||
| 24837ae342 | |||
| a142b3e56f | |||
| c0807aaad6 | |||
| ad3539ea9b | |||
| fe9bba8368 | |||
| 26c52e4292 | |||
| 9b8132363d | |||
| c1554ec191 |
@@ -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. 该软件在提供时不带任何明示或默示的担保。在任何情况下,版权所有者不对任何人因使用该软件而引发的任何直接或间接损失承担任何责任。
|
||||
|
||||
@@ -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 @@
|
||||
|
||||
[](https://gitee.com/harvey-husky/FZ-sDatapack/releases/2.2.0)
|
||||
|
||||

|
||||
![设置界面]()
|
||||
|
||||
- 抬头并按一下 `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,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
|
||||
#将设置内容输出给玩家
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user