How can I increase or decrease claim sizes?

To change this open up your server console and paste these into the console changing the numbers to whatever you see fit

The Below strings are the Default server settings

Tier 1 Monument

$cm_config::Claims::guildLevel1RadiusTown = 20;

and

$cm_config::Claims::guildLevel1RadiusCountry = 20;

Tier 2 Monument

$cm_config::Claims::guildLevel2RadiusTown = 30;

and

$cm_config::Claims::guildLevel2RadiusCountry = 30;

Tier 3 Monument

$cm_config::Claims::guildLevel3RadiusTown = 50;

and

$cm_config::Claims::guildLevel3RadiusCountry = 50;

Tier 4 Monument

$cm_config::Claims::guildLevel4RadiusTown = 100;

and

$cm_config::Claims::guildLevel4RadiusCountry = 100;

Copyright © 2020-2022 https://github.com/Mjaed. Distributed by an GPL 3.0 license.
Found a problem? Please submit any problems you find here: Issues

Page last modified: Dec 3 2022 at 02:13 PM.