CHUNKREGIONS!
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.16
- Source Code:
- https://github.com/bebiksik/CHUNKRegions
- Contributors:
- bebiks_
Per chunk regions!
Commands:
- /region addmember nickname - adds a player to the region
- /region removemember nickname - removes the player from the region
- /region border - shows chunk corners
Region Sponge crafting:
Config:
Code (YAML):config:
prefix: "SERVER"
world: "world"
mysql:
host: 127.0.0.1
port: 3306
database: db
username: root
password: ''
messages:
cuboidDestroyed: "Cuboid destroyed!"
noPermissions: "You don't have permissions."
mustStandOnCuboid: "You must stand on cuboid!"
wrongNameOrOffline: "Player is offline."
notYourCuboid: "This cuboid is not yours."
memberAdded: "Added!"
memberRemoved: "Removed!"
cuboidCreated: "Cuboid created!"
youCantDoThis: "You can't do it!"