Skip to content

Commit 4b01a7d

Browse files
committed
chore: apply Lulu's suggestions
1 parent 5b8f9ea commit 4b01a7d

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

src/config/paper/paper-global.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ block-updates:
4949
Whether to disable any form of block updates for chorus plants on the
5050
server. Disabling block updates leads to chorus plants no longer updating their block
5151
state, allowing for technically invalid chorus plant configurations to remain in the world,
52+
which might be useful for mapmakers.
5253
disable-mushroom-block-updates:
5354
default: "false"
5455
description: >-
@@ -63,7 +64,6 @@ block-updates:
6364
server. Disabling block updates leads to note blocks no longer updating
6465
their block state, allowing for technically invalid note blocks to remain
6566
in the world, which might be useful for mapmakers.
66-
which might be useful for mapmakers.
6767
disable-tripwire-updates:
6868
default: "false"
6969
description: >-

src/config/paper/spigot.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -246,20 +246,23 @@ world-settings:
246246
default: "0"
247247
description: >-
248248
The number of blocks that the dragon death sound is audible. Set to 0
249-
for global (including cross-dimension).
249+
for global (including cross-dimension). Setting the gamerule globalSoundEvents
250+
to true overrides this setting and forces global dragon death sounds.
250251
end-portal-sound-radius:
251252
default: "0"
252253
description: >-
253254
The number of blocks that the end portal opening sound is audible. Set
254-
to 0 for global (including cross-dimension).
255+
to 0 for global (including cross-dimension). Setting the gamerule globalSoundEvents
256+
to true overrides this setting and forces global dragon death sounds.
255257
hanging-tick-frequency:
256258
default: "100"
257259
description: "How often to tick hanging entities, in ticks."
258260
wither-spawn-sound-radius:
259261
default: "0"
260262
description: >-
261263
The number of blocks that the wither spawn sound is audible. Set to 0
262-
for global (including cross-dimension).
264+
for global (including cross-dimension). Setting the gamerule globalSoundEvents
265+
to true overrides this setting and forces global dragon death sounds.
263266
item-despawn-rate:
264267
default: "6000"
265268
description: >-
@@ -718,13 +721,11 @@ commands:
718721
tab-complete:
719722
default: "0"
720723
description: >-
721-
How many characters need to be typed before commands tab-complete.
724+
How many characters need to be typed before commands tab-complete.<br>
722725
723-
- < 0: Tab-completion is disabled
724-
725-
- = 0: Always tab-complete all available commands
726-
727-
- \\> 0 only tab-complete commands after n characters are typed. This
726+
< 0 — Tab-completion is disabled. <br>
727+
= 0 — Always tab-complete all available commands. <br>
728+
> 0 — Only tab-complete commands after n characters are typed. This
728729
behaves as 0 due to client changes.
729730
send-namespaced:
730731
default: "true"

src/pages/robots.txt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { APIRoute } from "astro";
1+
import type { and formatting here while you're atAPIRoute } from "astro";
22

33
const getRobotsTxt = (sitemapURL?: URL) => {
44
let content = `User-agent: *\nAllow: /\n`;

0 commit comments

Comments
 (0)