https://github.com/colinhdev/cplotclaimaddon
CPlot addon for performing certain actions once a plot is claimed
https://github.com/colinhdev/cplotclaimaddon
Last synced: about 1 year ago
JSON representation
CPlot addon for performing certain actions once a plot is claimed
- Host: GitHub
- URL: https://github.com/colinhdev/cplotclaimaddon
- Owner: ColinHDev
- License: gpl-3.0
- Created: 2022-05-18T23:40:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T18:17:52.000Z (almost 3 years ago)
- Last Synced: 2025-02-21T19:44:45.551Z (over 1 year ago)
- Language: PHP
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CPlotClaimAddon
CPlotClaimAddon is an addon for performing certain actions once a plot is claimed for the plugin [CPlot](https://github.com/ColinHDev/CPlot) for the Minecraft: Bedrock Edition server software [PocketMine-MP](https://github.com/pmmp/PocketMine-MP).
## Features
Since it is visually impossible to determine the difference between an unclaimed plot and an empty but claimed plot in CPlot, this plugin allows you to set a specific biome, border and wall which will be applied on plots once they are claimed.
## Customization
All the customization can be done in the [config.yml](resources/config.yml) file.
To set the default biome, border and wall which will be applied to all plots once they are claimed, change the `biome.fallback`, `borderBlock.fallback` and `wallBlock.fallback` settings in the config file.
If you want to have an unique setting for a specific world, you can change `biome.worlds`, `borderBlock.worlds` or `wallBlock.worlds` settings.
If you want to disable the change of the biome, border or wall for a specific world, you need to set the value of that world in the `biome.worlds`, `borderBlock.worlds` or `wallBlock.worlds` setting to the matching value of the world's settings, which you defined in CPlot's config.yml file:
- To disable the change of the biome, let the `biome.worlds` setting match `worldsettings.biome` in CPlot's config.yml file.
- To disable the change of the border, let the `borderBlock.worlds` setting match `worldsettings.borderBlock` in CPlot's config.yml file.
- To disable the change of the border, let the `wallBlock.worlds` setting match `worldsettings.roadBlock` in CPlot's config.yml file.