-
Notifications
You must be signed in to change notification settings - Fork 2
Configuration
damagefilter edited this page Dec 14, 2014
·
4 revisions
After running Cuboids for the first time, you'll find 2 configuration files in canary/config/Cuboids. If there is a 3rd called datasource-config, you can delete it, it is obsolete.
The file Cuboids.plugin-config.cfg contains a list of plugin configuration settings.
- heal-delay: The delay between healing in healing-enabled regions
- heal-power: The amount of restored health with each healing in healing-enabled regions
- inspector-item: Item used to inspect cuboids for its properties (by right-clicking)
- selection-item: Item used to make selections that can be converted into regions
- remote-selection-item: Item used to select points that are far away
- autosave-intervall: Time in minutes between region-auto saves
- sculpt-tool-item: Item used to sculpt the terrain (with different sized spheres)
- undo-steps: Amount of block changes recorded (from fill/replace/sculpting)
- allow-undo: Allow recording of undo steps (disable if you're low on memory)
- use-double-action-tool: If you're used to WorldEdit selection leave it true. If you're an oldschool CuboidPlugin user, you may find it charming to set if false (if unsure, leave true)
- verbose: More debugging output
The file Cuboids.region-config.cfg contains a range of default settings for the global region and default settings for freshly generated regions. Properties for new regions are prefixed with "default-" and end with the name of the region flag. For instance "default-creeper-explosion". Properties for the global region are prefixed with "global-".
A region flag can have one of three values:
- ALLOW: Allow the property
- DENY: Deny the property
- DEFAULT: Use vanilla behaviour
Here are all region flags provided by Cuboids (3rd party plugins can extend this list)
- creeper-explosion: Allow or deny creeper explosions.
- mob-damage: Allow or deny mobs being able to damage other entities.
- mob-spawn: Allow or deny mob spawning at all.
- animal-spawn: Allow or deny animal spawning.
- healing: Enable auto-healing in a region.
- pvp-damage: Allow or deny players damaging players.
- protection: Enable block-protection.
- creative: Enable creative-mode in that area.
- firespread: Allow or deny fire spreading.
- lava-flow: Allow or deny lava flowing.
- water-flow: Allow or deny water flowing.
- crops-trampling: Allow or deny crps from getting trampled.
- tnt-explosion: Allow or deny explosion of TNT.
- enter-cuboid: Allow or deny not-allowed players entering a region.
- more-mobs: Enable a significantly higher spawn rate in a region
- enderman-pickup: Allow or deny Endermen to pick up blocks.
- physics: Allow or deny block physics.
- restricted-items: A list of items that shall not be used within a region (mc names)
- water-bucket: Allow or deny usage of water buckets in this region.
- lava-bucket: Allow or deny usage of lava buckets in this region.
- animal-damage: Allow or deny animals from taking damage.