
Insights
Extremely fast region scans | Find large redstone machines | Limits per chunk / region | Custom region addon api
- Загрузки
- 12K
- Подписчики
- 119
- Обновлён
- 8 июля 2026 г.
- Лицензия
- GPL-3.0-only
Опубликован 6 октября 2022 г.
Insights
Insights is a plugin which scans arbitrary regions and applies block limitations on them. Insights' limits are super configurable, allowing for group limits, individual (permission-based) limits, and tile limits. Each limit is able to be bypassed through permissions, which you can customize in the limits configuration.
Apart from all placeable materials, Insights also supports the limitation of the following static entities:
- Item Frames
- Glow Item Frames
- Armor Stands
- Paintings
- End Crystals
Insights applies a mapreduce design pattern to perform scans asynchronously, thus keeping the main thread free from counting materials. Insights also provides an extensive developer API to create your own custom defined region addons, or to perform arbitrary scans and process those.
For a full description of this plugin, please refer to SpigotMC: https://www.spigotmc.org/resources/56489/
Extensions
These plugins are extensions on Insights, they must be placed in your plugins/ folder.
- InsightsWorldEditExtension - Block materials through WorldEdit modifications. Supports Insights' limits & disallows any placement of limited blocks.
Addons
Addons define regions for Insights to limit blocks in. Instead of a limit per chunk, when a block is placed in such a region, it will first count all blocks in that region, and after enforce limits in that region. Regions are cached to not bother with scans each time a block has been placed.
- BentoBoxWorldAddon - Limit blocks in your BentoBox world (includes bSkyBlock & AcidIslands)
- GriefPreventionAddon - Limit blocks in your GriefPrevention claims!
- USkyBlockAddon - Limit blocks in your USB islands!
- IridiumSkyblockAddon - Limit blocks in your Iridium islands!
- PlotSquaredAddon - Limit blocks in your PlotSquared plots!
- SuperiorSkyblock2Addon - Limit blocks in your SS islands!
- LandsAddon - Limit blocks in your lands!
- TownyAddon - Limit blocks in your towns!
- GriefDefenderAddon by galexrt - Limit your GriefDefender claims!
Compiling Insights
There are two ways to compile Insights:
1. Installing gradle (recommended)
- Make sure you have gradle installed.
- Run the project with
gradle buildto compile it with dependencies.
2. Using the wrapper
Windows: gradlew.bat build
Linux/macOS: ./gradlew build
Developer API
Repository / Dependency
If you wish to use snapshot version of Insights, you can use the following repo:
https://repo.fvdh.dev/snapshots
Gradle:
repositories {
compileOnly("dev.frankheijden.insights:Insights:VERSION")
}
dependencies {
maven("https://repo.fvdh.dev/releases")
}
Maven:
<project>
<repositories>
<!-- Insights repo -->
<repository>
<id>fvdh</id>
<url>https://repo.fvdh.dev/releases</url>
</repository>
</repositories>
<dependencies>
<!-- Insights dependency -->
<dependency>
<groupId>dev.frankheijden.insights</groupId>
<artifactId>Insights</artifactId>
<version>VERSION</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
Addons
See the Insights Wiki on how to implement your own addon for Insights!
Screenshots
Limit blocks per group

Custom block limit per chunk

Scan all blocks in a radius around you!

Apply limitations to WorldEdit!

Limit globally all tiles per chunk!

Scan all tiles in chunks

Scan with custom queries

Automatically scan upon chunk entering

Disable blocks in WorldGuard regions (Regex region match)

Ченджлог
6.22.3Релиз1.21.11, 26.1.2, 26.2 · 8 июля 2026 г.
Hotfixes for 6.22.3 Euphyllia :)
What's Changed
- Fix Adventure 26.2 by @Euphillya in https://github.com/InsightsPlugin/Insights/pull/256
- chore(build): bump version by @Jsinco in https://github.com/InsightsPlugin/Insights/pull/257
- Fix: scan loaded chunk entities off-main via Moonrise entity lookup by @Euphillya in https://github.com/InsightsPlugin/Insights/pull/259
Full Changelog: https://github.com/InsightsPlugin/Insights/compare/v6.22.2...v6.22.3 Modrinth: https://modrinth.com/plugin/insights
6.22.2Релиз1.21.11, 26.1.2, 26.2 · 4 июля 2026 г.
Hotfix for 6.22.1
What's Changed
- fix: limits doesn't persist across reboots by @Euphillya in https://github.com/InsightsPlugin/Insights/pull/254
- chore(build): bump version by @Jsinco in https://github.com/InsightsPlugin/Insights/pull/255
Full Changelog: https://github.com/InsightsPlugin/Insights/compare/v6.22.1...v6.22.2
6.22.1Релиз1.21.11, 26.1.2, 26.2 · 4 июля 2026 г.
Hotfix for 6.22.0 on 26.2
What's Changed
- Important Fix 26.2 : Fix Support BlockEntityTypes by @Euphillya in https://github.com/InsightsPlugin/Insights/pull/252
- chore(build): bump version by @Jsinco in https://github.com/InsightsPlugin/Insights/pull/253
Full Changelog: https://github.com/InsightsPlugin/Insights/compare/v6.22.0...v6.22.1
6.22.0Релиз1.21.11, 26.1.2, 26.2 · 4 июля 2026 г.
New Minecraft version, new update. Enjoy :)
What's Changed
- The ability to save or remove add-ons without adding a .jar file to the addons folder by @Euphillya in https://github.com/InsightsPlugin/Insights/pull/246
- Added support for version 26.2 and dropped support for version 1.21.10. by @Euphillya in https://github.com/InsightsPlugin/Insights/pull/248
- Fix branch publish actions by @Euphillya in https://github.com/InsightsPlugin/Insights/pull/247
Full Changelog: https://github.com/InsightsPlugin/Insights/compare/v6.21.2...v6.22 Download on Modrinth: https://modrinth.com/plugin/insights
6.21.2Релиз1.21.11, 26.1.2, 26.2 · 4 июля 2026 г.
New Minecraft version, new update. Enjoy :)
What's Changed
- The ability to save or remove add-ons without adding a .jar file to the addons folder by @Euphillya in https://github.com/InsightsPlugin/Insights/pull/246
- Added support for version 26.2 and dropped support for version 1.21.10. by @Euphillya in https://github.com/InsightsPlugin/Insights/pull/248
- Fix branch publish actions by @Euphillya in https://github.com/InsightsPlugin/Insights/pull/247
Full Changelog: https://github.com/InsightsPlugin/Insights/compare/v6.21.2...v6.22 Download on Modrinth: https://modrinth.com/plugin/insights
6.21.2Релиз1.21.10, 1.21.11, 26.1.2 · 15 мая 2026 г.
Notable Changes
- Folia support
- Insights repo moved to https://repo.jsinco.dev
What's Changed
- Feat/folia support by @Euphillya in https://github.com/InsightsPlugin/Insights/pull/244
- chore(workflows): always use latest minotaur version by @Jsinco in https://github.com/InsightsPlugin/Insights/pull/242
- ver/6.21.2 by @Jsinco in https://github.com/InsightsPlugin/Insights/pull/245
New Contributors
- @Euphillya made their first contribution in https://github.com/InsightsPlugin/Insights/pull/244
Full Changelog: https://github.com/InsightsPlugin/Insights/compare/v6.21.1...v6.21.2
6.21.1Релиз1.21.10, 1.21.11, 26.1.2 · 10 мая 2026 г.
What's Changed
- Ver/6.21.1 by @Jsinco in https://github.com/InsightsPlugin/Insights/pull/243
Full Changelog: https://github.com/InsightsPlugin/Insights/compare/v6.21.0...v6.21.1
6.21.0Релиз1.21.10, 1.21.11, 26.1.2 · 15 апреля 2026 г.
Adds support for 26.1.2. Not many internals were changed so this release will work on 1.21.10 all the way up to 26.1.2.
What's Changed
- MC 26.1.2 by @Jsinco in https://github.com/InsightsPlugin/Insights/pull/239
- Fix workflows by @Jsinco in https://github.com/InsightsPlugin/Insights/pull/240
Full Changelog: https://github.com/InsightsPlugin/Insights/compare/v6.20.2...v6.21.0
Комментарии
Загружаем…