Bad Air Caves Options
Constructors
Properties
If true, players will get the poison effect when they are in the gas cloud. If false, they will only take damage.
The maximum number of points in a gas cloud. This is the maximum number of particles that will be spawned for a single cloud. If the cloud reaches this size, it will not spread anymore. Greater values will increase the size of the gas cloud, but also increase server load.
The chance per second that a new gas cloud could be created if a player is in a cave at the time. This is a value between 0 and 1, where 1 means every player will create a cloud every second. A value of 0.001 means that on average, one cloud will be created every 1000 seconds per player. Which is around 17 minutes.
Damage amount per second to apply to players in the gas cloud.
Set to 0 to disable decay.
Gas cloud radius in blocks. Decreasing this increases realism but also increases server load. The Minimum value is 1. Would not recommend going over 16.
The number of particles to spawn per cloud part. A cloud is made up of multiple parts, each part is a point in the cloud. This controls how many particles are spawned per point.
The range in blocks at which particles will be visible to players. This is used to limit the number of particles sent to players. A value of 32 means that particles will only be sent to players within 32 blocks of the cloud.
The distance the gas can spread from the edge of the gas cloud. Should not be higher than the gas cloud radius, or there will be gaps in the gas cloud.
The level of poison effect to apply to players in the gas cloud.
The number of times a gas cloud will spread per second. This is the number of new points that will be added to the cloud every second. A value of 5 means that 5 new points will be added to the cloud every second. Greater values will increase the spread speed of the gas cloud, but also increase server load.