Browse Source

fix checks

pull/1/head
elliotnichols 3 years ago
parent
commit
dd059809ba
  1. 2
      cogs/timings_check.yml

2
cogs/timings_check.yml

@ -269,7 +269,7 @@ config:
value: "Decrease this in spigot.yml.\nRecommended: 60."
arrow-despawn-rate:
- expressions:
- int(spigot["world-settings"]["default"]["arrow-despawn-rate"]) >= 1200
- int(spigot["world-settings"]["default"]["arrow-despawn-rate"]) > 1200
prefix: "❌"
value: "Decrease this in spigot.yml.\nRecommended: 1200."
merge-radius.item:

Loading…
Cancel
Save