Skip to content

Commit 71253f4

Browse files
committed
replace Minecraft Wiki links
1 parent 78158e0 commit 71253f4

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

docs/paper/admin/how-to/anti-xray.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ anticheat:
128128
lava-obscures: false
129129
# As of 1.18 some ores are generated much higher.
130130
# Please adjust the max-block-height setting at your own discretion.
131-
# https://minecraft.fandom.com/wiki/Ore might be helpful.
131+
# https://minecraft.wiki/w/Ore might be helpful.
132132
max-block-height: 64
133133
# The replacement-blocks list is not used in engine-mode: 1. Changing this will have no effect.
134134
replacement-blocks: []
@@ -216,7 +216,7 @@ anticheat:
216216
lava-obscures: false
217217
# As of 1.18 some ores are generated much higher.
218218
# Please adjust the max-block-height setting at your own discretion.
219-
# https://minecraft.fandom.com/wiki/Ore might be helpful.
219+
# https://minecraft.wiki/w/Ore might be helpful.
220220
max-block-height: 64
221221
replacement-blocks:
222222
# Chest is a tile entity and can't be added to hidden-blocks in engine-mode: 2.
@@ -335,7 +335,7 @@ anticheat:
335335
lava-obscures: false
336336
# As of 1.18 some ores are generated much higher.
337337
# Please adjust the max-block-height setting at your own discretion.
338-
# https://minecraft.fandom.com/wiki/Ore might be helpful.
338+
# https://minecraft.wiki/w/Ore might be helpful.
339339
max-block-height: 64
340340
replacement-blocks:
341341
# Chest is a tile entity and can't be added to hidden-blocks in engine-mode: 2.

docs/paper/admin/reference/configuration/server-properties.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ generate-structures:
8484
generator-settings:
8585
default: '{}'
8686
description: 'The settings used to customize world generation. Follow
87-
[its format](https://minecraft.fandom.com/wiki/Java_Edition_level_format#generatorOptions_tag_format) and
87+
[its format](https://minecraft.wiki/w/Java_Edition_level_format#generatorOptions_tag_format) and
8888
write the corresponding JSON string.'
8989
hardcore:
9090
default: 'false'

docs/paper/admin/reference/configuration/spigot-configuration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ advancements:
3333
3434
- A namespace-including Advancement key,
3535
For example, "minecraft:adventure/avoid_vibration" would disable the Sneak 100 advancement.
36-
[The Minecraft Fandom](https://minecraft.fandom.com/wiki/Advancement#List_of_advancements) has a list of all the Vanilla advancements,
36+
[The Minecraft Wiki](https://minecraft.wiki/w/Advancement#List_of_advancements) has a list of all the Vanilla advancements,
3737
which need the "minecraft:" namespace prepended to them.
3838
3939
- The literal string "*", which disables *all* Advancements.
@@ -209,7 +209,7 @@ stats:
209209
default: '{}'
210210
description: 'An Object, where:
211211
212-
- The Keys inside are any "Resource location" from [The Minecraft Fandom](https://minecraft.fandom.com/wiki/Statistics#List_of_custom_statistic_names).
212+
- The Keys inside are any "Resource location" from [The Minecraft Wiki](https://minecraft.wiki/w/Statistics#List_of_custom_statistic_names).
213213
214214
- The Value for each key is an integer to force the related stat to.'
215215
world-settings:

docs/paper/admin/reference/configuration/world-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ anticheat:
3434
description: 'Sets the maximum height (y coordinate, starting from the bottom
3535
of the world) to which anti-xray will operate. Only integer multiples of 16
3636
are accepted. All other values will be rounded down. The [Minecraft Wiki page
37-
about Ore](https://minecraft.fandom.com/wiki/Ore) may be helpful in determining
37+
about Ore](https://minecraft.wiki/w/Ore) may be helpful in determining
3838
the best value for you'
3939
update-radius:
4040
default: '2'

docs/paper/dev/api/component-api/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ of this format.
131131

132132
:::info[In-Depth Documentation]
133133

134-
The JSON format is fully documented on the [Minecraft Wiki](https://minecraft.fandom.com/wiki/Raw_JSON_text_format).
134+
The JSON format is fully documented on the [Minecraft Wiki](https://minecraft.wiki/w/Raw_JSON_text_format).
135135

136136
:::
137137

docs/versioned/paper/content/1.18/admin/how-to/anti-xray.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ following:
9090
engine-mode: 1
9191
# As of 1.18 some ores are generated much higher.
9292
# Please adjust the max-block-height setting at your own discretion.
93-
# https://minecraft.fandom.com/wiki/Ore might be helpful.
93+
# https://minecraft.wiki/w/Ore might be helpful.
9494
max-block-height: 64
9595
update-radius: 2
9696
lava-obscures: false
@@ -163,7 +163,7 @@ following:
163163
engine-mode: 2
164164
# As of 1.18 some ores are generated much higher.
165165
# Please adjust the max-block-height setting at your own discretion.
166-
# https://minecraft.fandom.com/wiki/Ore might be helpful.
166+
# https://minecraft.wiki/w/Ore might be helpful.
167167
max-block-height: 64
168168
update-radius: 2
169169
lava-obscures: false

docs/versioned/paper/content/1.18/admin/reference/paper-per-world-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ Recommended configuration for both `engine-mode` `1` and `2` can be found in the
716716
- **default**: 64
717717
- **description**: Sets the maximum height (`y` coordinate, starting from the bottom of the world)
718718
to which anti-xray will operate. Only integer multiples of 16 are accepted. All other values
719-
will be rounded down. The [Minecraft Wiki page about Ore](https://minecraft.fandom.com/wiki/Ore)
719+
will be rounded down. The [Minecraft Wiki page about Ore](https://minecraft.wiki/w/Ore)
720720
may be helpful in determining the best value for you.
721721
- update-radius
722722
- **default**: 2

docs/versioned/paper/content/1.19/admin/how-to/anti-xray.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ anticheat:
115115
lava-obscures: false
116116
# As of 1.18 some ores are generated much higher.
117117
# Please adjust the max-block-height setting at your own discretion.
118-
# https://minecraft.fandom.com/wiki/Ore might be helpful.
118+
# https://minecraft.wiki/w/Ore might be helpful.
119119
max-block-height: 64
120120
# The replacement-blocks list is not used in engine-mode: 1. Changing this will have no effect.
121121
replacement-blocks: []
@@ -203,7 +203,7 @@ anticheat:
203203
lava-obscures: false
204204
# As of 1.18 some ores are generated much higher.
205205
# Please adjust the max-block-height setting at your own discretion.
206-
# https://minecraft.fandom.com/wiki/Ore might be helpful.
206+
# https://minecraft.wiki/w/Ore might be helpful.
207207
max-block-height: 64
208208
replacement-blocks:
209209
# Chest is a tile entity and can't be added to hidden-blocks in engine-mode: 2.

docs/versioned/paper/content/1.19/admin/reference/world-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Recommended configuration for both `engine-mode` `1` and `2` can be found in the
4343
- **default**: `64`
4444
- **description**: Sets the maximum height (`y` coordinate, starting from the bottom of the world)
4545
to which anti-xray will operate. Only integer multiples of 16 are accepted. All other values will
46-
be rounded down. The [Minecraft Wiki page about Ore](https://minecraft.fandom.com/wiki/Ore) may be
46+
be rounded down. The [Minecraft Wiki page about Ore](https://minecraft.wiki/w/Ore) may be
4747
helpful in determining the best value for you.
4848

4949
#### update-radius

0 commit comments

Comments
 (0)