Scott Miller
Member
The code for bubble generators is now on Loka. It only works in large towns, which are designated large by admins (and turned large by me).
Bubble generators let you carve out sub-regions of a protected town, where building is restricted to people with a designated rank, assigned by the town owner. The names of the ranks are totally up to the town owner.
To build a bubble generator, make a column bottom to top of obsidian, diamond block, and a redstone lamp. Place a switch on the diamond block, and turn it on. With it on, right click the diamond block with ender pearl to set it up. You'll need to give it a name, a protected area (more in a sec) and one or more ranks. Here's an example config and what it means:
name: knaves
area: -20,-15,30,20
members: knave, knight, wizard
This is a bubble gen within its parent town called knaves. It covers a square -20,-15 (x,z) to 30,20 from the center of the bubble generator. If for example the center was at 100,100, this would be 80,85 to 130,120. Only people with the ranks knave, knight, and wizard (and the large town owner) can build in it.
To give players in your town a rank, they must first be a town member, then you assign the the rank with the /rank command:
/rank generator-name player-name rank
Soon, typing just /rank tells you your rank. Typing /rank person lists all their ranks.
Bubble generators let you carve out sub-regions of a protected town, where building is restricted to people with a designated rank, assigned by the town owner. The names of the ranks are totally up to the town owner.
To build a bubble generator, make a column bottom to top of obsidian, diamond block, and a redstone lamp. Place a switch on the diamond block, and turn it on. With it on, right click the diamond block with ender pearl to set it up. You'll need to give it a name, a protected area (more in a sec) and one or more ranks. Here's an example config and what it means:
name: knaves
area: -20,-15,30,20
members: knave, knight, wizard
This is a bubble gen within its parent town called knaves. It covers a square -20,-15 (x,z) to 30,20 from the center of the bubble generator. If for example the center was at 100,100, this would be 80,85 to 130,120. Only people with the ranks knave, knight, and wizard (and the large town owner) can build in it.
To give players in your town a rank, they must first be a town member, then you assign the the rank with the /rank command:
/rank generator-name player-name rank
Soon, typing just /rank tells you your rank. Typing /rank person lists all their ranks.