Taxes

Taxes are a simple method to force all players to upkeep their regions by paying an amount of money to the server. By default, players must pay taxes every 28 days.

The amount to pay is calculated from this formula: (number of region chunks × chunks price multiplier) + (number of region members × members price multiplier) = the amount to pay

For example, if your region has 16 chunks and 4 members, and the chunks multiplier is $2k and the members multiplier is $500, you must pay $34k.

f(x,y)=(x2103)+(y5102)f(16,4)=34103f(x, y) = (x * 2 * 10^3) + (y * 5 * 10^2) → f(16, 4) = 34 * 10^3

Last updated