Landmines limit - cyrillePrigent/uMod GitHub Wiki
Description
Set the number of mines according to number of players.
Server configuration
Enable / disable landmines limit module.
Valid values | Default value |
---|---|
0 or 1 | 1 |
set u_landmines_limit_module "1"
Maximum landmines by player.
Number of landmines amount is infinite.
Set it with u_lm_for_more_than_X_players.
Allow 15 landmines when server have more than 8 actives players.
set u_lm_for_more_than_8_players "15"
Allow 10 landmines when server have more than 6 actives players.
set u_lm_for_more_than_6_players "10"
Allow 8 landmines when server have more than 4 actives players.
set u_lm_for_more_than_4_players "8"
Allow 5 landmines when server have less than 9 actives players.
set u_landmines_limit_min "5"
Where to put the landmines limit msgs, see comment below.
See https://github.com/cyrillePrigent/uMod/wiki/Position-of-module-Message for valid locations.
set u_landmines_limit_msg_position "chat"