/CityWorld [Leave] [Normal | Nether | The_End] [Floating]
If you leave out the Leave you will be transported to CityWorld. Adding the Leave will transport you to Minecraft/Bukkit's default world, which is normally the world called "world".Please read the note above.
/CityChunk [Regen] [Clean] [ChunkRadius]
- Regen will force the chunk to regenerate.
- Clean will remove any "floating" items.
- Providing ChunkRadius will cause the operation to effect not just the current chunk but surrounding ones as well, this is an integer. For example, specifying 3 as ChunkRadius will perform the operation on an area of 7x7 chunks centered on your current chunk.
/CityInfo
This command will give you basic information about the current chunk you are in.It returns the Context name and class name (e.g. HI_RISE, MUNICIPAL, INDUSTRIAL. etc) and the Lot name and class name. E.g. Nature, Farm, Structure, Road Roundabout and Clipboard. If the chunk contains a schematic then the file name of the schematic will also be displayed.Information appears in chat and server logs.The classnames can be used with the API for "instanceof" checks.
- (CityInfo description and code contributed by Sablednah)
Permissions | Description | Default | cityworld.command | allows users to enter and leave the default CityWorld | op | cityworld.create | allows users to create the default CityWorld | op | citychunk.command | allows users to perform chunk maintenance | op | cityinfo.command | allows users to get information about the current chunk | op |
|