Buildings - DavideBlade/Clash-of-Minecrafters GitHub Wiki
Buildings are stored on file and can be changed as desired at any time.
Building list
There are currently 5 constructions:
- Island
- Archer Tower
- Elixir extractor
- Gold extractor
- Town Hall
Except for the village, buildings can generally be upgraded (/upgrade) by spending in-game currencies. Each level will give better statistics, configurable in config.yml
(read the dedicated page). You can disable each building at will (read here).
The town hall is not represented by a building but only by the village itself.
File format
The format of the building files must be one supported by WorldEdit, which will take care of reading and pasting the schematics. The buildings file must have a .schematic
extension.
To learn how to modify a construction read the related FAQ here.
The following is a brief list of examples of WorldEdit capabilities.
Property | WorldEdit |
---|---|
File size | Small |
Support for entities (mobs, paintings, item frames...)? | Yes |
Support for container blocks (chests, brewing stands...)? | Yes |
Support for signs? | Yes |
Edit schematic
Create the schematic of the building you want to use with WorldEdit, MCEdit or other software that uses the new Sponge format or the old MCEdit (both versions are supported thanks to a legacy compatibility layer provided by the WorldEdit plugin). Then move the generated .schematic
file to the folder /plugins/CoM/Schematics
.
It is not necessary to restart the server to perform this operation.
Listed below are the names that .schematic
files must have in order to be detected, depending on the construction they represent:
Building | File name |
---|---|
Island | Village |
Archer tower | ArcherTower |
Elixir extractor | ElixirExtractor |
Gold extractor | GoldExtractor |