Skip to content

Commit b241d82

Browse files
committed
feat(minecraft): increase view distance for debson
Increase the view distance to 32 for the debson server and accordingly update resource constraints.
1 parent bf04f10 commit b241d82

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

minecraft/debson/values/minecraft-4.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ persistence:
1111
resources:
1212
requests:
1313
cpu: 500m
14-
memory: 4Gi
14+
memory: 8Gi
1515
limits:
16-
cpu: 3
17-
memory: 4Gi
16+
cpu: 4
17+
memory: 8Gi
1818
minecraftServer:
1919
eula: true
2020
type: PAPER
@@ -24,14 +24,14 @@ minecraftServer:
2424
allowNether: true
2525
announcePlayerAchievements: true
2626
spawnProtection: 0
27-
viewDistance: 12
27+
viewDistance: 32
2828
motd: "But do you l'eggu?"
2929
icon: "http://0x0.st/Hhpf.png"
3030
rcon:
3131
enabled: true
3232
existingSecret: minecraft-debson-rcon-password
3333
secretKey: rcon-password
34-
memory: 3584M
34+
memory: 7680M
3535
pluginUrls:
3636
- "https://hangarcdn.papermc.io/plugins/ViaVersion/ViaVersion/versions/5.0.1/PAPER/ViaVersion-5.0.1.jar"
3737
mcbackup:

0 commit comments

Comments
 (0)