FTBTeam/FTB-Mods-Issues

[Bug]: I cannot increase team chunk force load limit despite config changes / reboot

Opened this issue · 2 comments

Mod

FTB Chunks

Mod version

ftb-chunks-forge-2001.3.1.jar

Forge / Fabric version

1.20.1 47.2.20

Modpack & version

All The Mods 9 0.3.0

What issue are you having?

No matter what config changes I make I cannot increase the force chunk load limit for my team. It is 25 no matter what I do. Please see attached config (I changed it to TXT to be able to upload it). Here are the relevant lines that I changed:

ftbchunks-world.txt

# Max force loaded chunks.
# You can override this with FTB Ranks 'ftbchunks.max_force_loaded' permission
# Default: 25
# Range: -∞ ~ +∞
max_force_loaded_chunks: 75

# Method by which party claim & force-load limits are calculated.
# LARGEST: use the limits of the member with the largest limits
# SUM: add up all the members' limits
# OWNER: use the party owner's limits only
# AVERAGE: use the average of all members' limits.
# Default: "largest"
# Valid values: "largest", "owner", "sum", "average"
party_limit_mode: "sum"

I didn't change this config, but I am posting for clarity:

# Hard limit for the number of chunks a team can force-load, regardless of how many members. Default of 0 means no hard limit.
# Default: 0
# Range: 0 ~ 2147483647
hard_team_force_limit: 0

Crashlogs

N/A

Steps to reproduce

  1. Create a team
  2. Invite friends
  3. Chunk force load limit is at 25
  4. Change configs (above)
  5. Reboot server
  6. Chunk force load limit is still 25

Anything else to note?

Hopefully I am just being dumb... but I have wrestled with this issue for hours and I swear something must be broken.

I can't reproduce this. I edited world/serverconfig/ftbchunks-world.snbt and set:

        # Max force loaded chunks.
        # You can override this with FTB Ranks 'ftbchunks.max_force_loaded' permission
        # Default: 25
        # Range: -∞ ~ +∞
        max_force_loaded_chunks: 75

then started up the server & connected with a client. Max force loaded is 75, as expected:

image

If you do have FTB Ranks installed, make sure you're not in a rank which is actually lowering your max force loaded count.

I was having the same problem in ATM9 0.3.0, but the ATM9 FAQ lists a command that did fix it for me. Not sure why editing the file isn't working but maybe it's modpack configuration rather than a bug in the mod.

/ftbchunks admin extra_force_load_chunks <add/set>

Source: https://allthemods.github.io/alltheguides/atm9/faq/