Better Legacy Wood Shelter Limiter and Decay
Better Legacy Wood Shelter Limiter and Decay, allows you to change the limit and decay of legacy wood shelters you can place based on group/permission.
You can create a group and change the limit and decay for all players, or based on the VIP group.
Additionally, if the configured limits are not exceeded, it prevents Rust from destroying the old shelter when a player places a new shelter.
Permissions
betterlegacywoodshelter.default -- Assign the limits configured in the group: default.
betterlegacywoodshelter.vip1 -- Assign the limits configured in the group: vip1.
betterlegacywoodshelter.vip2 -- Assign the limits configured in the group: vip2.
betterlegacywoodshelter.vip2 -- Assign the limits configured in the group: vip3.
Default Configuration
{ "GroupSettings": { "default": { "Player Max Legacy Wood Shelter limit": 1, "Decay setting": { "Enable decay or not": false, "Decay begins after the last use, after the last time the door was opened": true, "Decay starts after X seconds after the last door opening": 64800, "Inflicting HP damage every X seconds": 3600, "Amount of HP damage to inflict": 20 } }, "vip1": { "Player Max Legacy Wood Shelter limit": 3, "Decay setting": { "Enable decay or not": false, "Decay begins after the last use, after the last time the door was opened": true, "Decay starts after X seconds after the last door opening": 64800, "Inflicting HP damage every X seconds": 3600, "Amount of HP damage to inflict": 20 } }, "vip2": { "Player Max Legacy Wood Shelter limit": 5, "Decay setting": { "Enable decay or not": false, "Decay begins after the last use, after the last time the door was opened": true, "Decay starts after X seconds after the last door opening": 64800, "Inflicting HP damage every X seconds": 3600, "Amount of HP damage to inflict": 20 } }, "vip3": { "Player Max Legacy Wood Shelter limit": 10, "Decay setting": { "Enable decay or not": false, "Decay begins after the last use, after the last time the door was opened": true, "Decay starts after X seconds after the last door opening": 64800, "Inflicting HP damage every X seconds": 3600, "Amount of HP damage to inflict": 20 } } } }
4 groups are created and each group has a base limit set that you can change:
default -- Can place up to 1 legacy wood shelter
vip1 -- Can place up to 3 legacy wood shelter
vip2 -- Can place up to 5 legacy wood shelter
vip3 -- Can place up to 10 legacy wood shelter
Player Max Legacy Wood Shelter limit -- In this field you can specify the limit of how many legacy wood shelters you can place
DECAY SETTINGS
You can also define decay settings for various groups