- Native Minecraft Version:
- 1.18
- Tested Minecraft Versions:
- 1.18
- Languages Supported:
- Configurable in config.yml
- Donation Link:
- https://www.paypal.me/frankheijden
An extension for Insights to limit WorldEdit actions accordingly. This extension has the following features:
- Support Insights limits (users won't be able to place their "limited blocks").
- Disabling of all tile placement using WorldEdit.
- Customize the behaviour when a blocked material has been encountered (either don't change the block in the world at all, or define a custom replacement block to replace blocked materials with)
- Define extra blocked materials with bypass permissions (whitelist/blacklist mode).
- FAWE users, please add the following entry in FAWE's config.yml:
Code (YAML):allowed-plugins:
- "dev.frankheijden.insights.extensions.worldedit.fawe.FaweWorldEditExtent"
Code (YAML):settings:
type: "REPLACEMENT"
replacement-block: "BEDROCK"
use-limits: true
disable-tiles: true
extra-blocked:
whitelist: false
materials:
- "DIRT"
messages:
summary:
header: "&8&m---------------=&r&8[&b&l WorldEdit Limit&r &8]&m=---------------"
format: "&b %entry%&8: &7&l%count%"
unchanged: "&3 Prevented a total of &b&l%count% &3blocks from being placed."
replaced: "&3 Replaced a total of &b&l%count% &3blocks with &b%replacement%&3."
footer: "&8&m-------------------------------------------------"
You can get support at my Discord server, in a PM, GitHub or in the discussions thread of this plugin.

Insights WorldEdit Extension 3.3.0
Blocks and filters materials from WorldEdit modifications.
Recent Updates
- Fix use-limits setting Jun 1, 2022
- FAWE bugfix Jan 6, 2022
- Update to latest Insights (v6.8.1 and v6.9.1) Dec 15, 2021