LimitWorld
Is a plugin that allows you to limit your world as in stop chunk acces after a certain range. Also it teleports players back if they go further then the maximum range.
Commands
Permissions
Config
Source: Here
Download: Here
Is a plugin that allows you to limit your world as in stop chunk acces after a certain range. Also it teleports players back if they go further then the maximum range.
Commands
- None
Permissions
- None
Config
- General
- Range
When a chunk is generated after this range the chunk gets changed to the given composition.
- Shape
The shape of the area players can use. This can be either "circle" or "square"
- Range
- Chunk
- Composition
The composition where an plugin is generated. You can define it by using: HeightLayer x Block;HeightLayer x Block etc. You can use both block names and block ID's
- Composition
- Example:
Code:General =
{
MaxRange = 10,
Shape = 'square',
},
Chunk =
{
ChunkComposition = '61x7;1x8',
},
Pictures:
Download: Here