|
16 | 16 |
|
17 | 17 | ## 可用命令 |
18 | 18 |
|
19 | | -### `/trigger minecraft.is.too.hard` |
| 19 | +以下命令不需要任何权限。 |
| 20 | + |
| 21 | +### MITH:`/trigger minecraft.is.too.hard` |
20 | 22 |
|
21 | 23 | - 输入一次开启,再次输入关闭。 |
22 | 24 | - 启用后会持续给予启用玩家夜视、发光效果。 |
|
27 | 29 | - 锁定天气为晴天; |
28 | 30 | - 锁定难度为简单。 |
29 | 31 |
|
30 | | -### `/trigger no.friendly.fire.and.collision` |
| 32 | +### 关碰撞:`/trigger no.friendly.fire.and.collision` |
31 | 33 |
|
32 | 34 | - 输入一次开启,再次输入关闭。 |
33 | 35 | - 启用后会禁用玩家间的碰撞和友伤。 |
34 | 36 |
|
35 | | -### `/trigger clear.offhand` |
| 37 | +### 垃圾桶:`/trigger clear.offhand` |
36 | 38 |
|
37 | 39 | - 输入一次开启,再次输入关闭。 |
38 | 40 | - 启用后会清除玩家副手物品。 |
|
42 | 44 | - 请**务必**在创建世界时添加数据包,否则数据包将无法运行。 |
43 | 45 | - 较低版本(1.18 以下)主世界最低建筑高度限制为 Y=0 而非 1.18 更新后的 Y=-64,幸运方块模组的某些特殊结构(如许愿井)则无法完整生成。 |
44 | 46 | - 如果遇到任何问题,请点击 [这里](https://github.com/WhiteElephant-abc/datapack/issues/new/choose) 反馈。 |
| 47 | + |
| 48 | +--- |
| 49 | + |
| 50 | +## Introduction |
| 51 | + |
| 52 | +This data pack will continuously generate lucky blocks at 0 0 0. If the data pack is loaded before world generation, it will also modify the Overworld's generation settings. |
| 53 | + |
| 54 | +## Basic Features |
| 55 | + |
| 56 | +- This data pack will replace the air at 0 0 0 with lucky blocks. |
| 57 | +- This data pack will modify the Overworld's generation settings, and normal terrain will not be generated. |
| 58 | +- This data pack will clear other blocks from 0 0 0 to 0 255 0 every 10 seconds. |
| 59 | +- This data pack will change the world spawn point to 0 1 0 and the spawn radius to 0. At this time, players will always respawn on the highest non-air block at 0 0. |
| 60 | +- This data pack will teleport items dropped within a three-block radius of 0 0 0 to 0 1 0. Items dropped by players will not be teleported. Please note that items dropped by players include not only items thrown by players but also items dropped upon death. |
| 61 | +- This data pack will teleport all entities (except dropped items) with a y-coordinate less than -64 to 0 20 0. |
| 62 | +- This data pack will teleport all players in the Nether dimension to the Overworld. |
| 63 | + |
| 64 | +## Available Commands |
| 65 | + |
| 66 | +### `/trigger minecraft.is.too.hard` |
| 67 | + |
| 68 | +- Enter once to turn on, enter again to turn off. |
| 69 | +- When enabled, it will continuously give the player Night Vision and Glowing effects. |
| 70 | +- When enabled, it will prevent the player from getting the Darkness effect. |
| 71 | +- When enabled, it will have the following global effects: |
| 72 | + - Enable keep inventory on death; |
| 73 | + - Lock time to day; |
| 74 | + - Lock weather to clear; |
| 75 | + - Lock difficulty to easy. |
| 76 | + |
| 77 | +### `/trigger no.friendly.fire.and.collision` |
| 78 | + |
| 79 | +- Enter once to turn on, enter again to turn off. |
| 80 | +- When enabled, it will disable collision and friendly fire between players. |
| 81 | + |
| 82 | +### `/trigger clear.offhand` |
| 83 | + |
| 84 | +- Enter once to turn on, enter again to turn off. |
| 85 | +- When enabled, it will clear the player's offhand item. |
| 86 | + |
| 87 | +## How to Play |
| 88 | + |
| 89 | +- Please **make sure** to add the data pack when creating the world, otherwise the data pack will not run. |
| 90 | +- In lower versions (below 1.18), the minimum building height of the Overworld is limited to Y=0 instead of Y=-64 updated in 1.18, and some special structures of the lucky block mod (such as wishing wells) cannot be fully generated. |
| 91 | +- If you encounter any problems, please click [here](https://github.com/WhiteElephant-abc/datapack/issues/new/choose) to report them. |
0 commit comments