-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commands & Permissions
Frank van der Heijden edited this page Dec 21, 2021
·
8 revisions
Insights features the following in-game commands:
-
/insights
- <base> [ insights.info ] - Displays information about Insights
- reload [ insights.reload ] - Reloads the configurations & limits
- stats [ insights.stats ] - Displays statistics about the current scan queue size, and chunks- & blocks scanned since boot.
-
/scan <radius>
- all [ insights.scan.all ] - Scans everything for the defined chunk radius and reports the results.
- custom <materials...> [ insights.scan.custom ] - Scans the defined chunk radius for a custom materials query.
- entity [ insights.scan.entity ] - Scans the defined chunk radius for entities.
- tile [ insights.scan.tile ] - Scans the defined chunk radius for tiles.
- limit <limit> [ insights.scan.limit ] - Scans the defined chunk radius for materials and entities from a limit.
- --group-by-chunk (-c) - Groups counts per chunk and orders results in descending order (highest count first).
-
/scanworld
- all [ insights.scanworld.all ] - Scans all loaded chunks in the world and reports all block distributions.
- custom <materials...> [ insights.scanworld.custom ] - Scans all loaded chunks in the world for a custom materials query.
- entity [ insights.scanworld.entity ] - Scans all loaded chunks in the world for entities.
- tile [ insights.scanworld.tile ] - Scans all loaded chunks in the world for tiles.
- limit [ insights.scanworld.limit ] - Scans all loaded chunks in the world for materials and entities from a limit.
- --group-by-chunk (-c) - Groups counts per chunk and orders results in descending order (highest count first).
-
/scanregion
- all [ insights.scanregion.all ] - Scans the region at your current location and reports all block distributions.
- custom <materials...> [ insights.scanregion.custom ] - Scans the region at your current location for a custom materials query.
- entity [ insights.scanregion.entity ] - Scans the region at your current location for entities.
- tile [ insights.scanregion.tile ] - Scans the region at your current location for tiles.
- limit <limit> [ insights.scanregion.limit ] - Scans the region at your current location for materials and entities from a limit.
- --group-by-chunk (-c) - Groups counts per chunk and orders results in descending order (highest count first).
-
/scancache
- all [ insights.scancache.all ] - Scans the cached region/chunk at your current location and reports all block distributions.
- clear [ insights.scancache.custom ] - Clears the cache at your current location.
- custom <materials...> [ insights.scancache.custom ] - Scans the cached region/chunk at your current location for a custom materials query.
- entity [ insights.scancache.entity ] - Scans the cached region/chunk at your current location for entities.
- tile [ insights.scancache.tile ] - Scans the cached region/chunk at your current location for tiles.
- limit <limit> [ insights.scancache.limit ] - Scans the cached region/chunk at your current location for materials and entities from a limit.
-
/tpchunk
- <world> <x> <z> [ insights.teleportchunk ] - Teleports you to the middle of the chunk, specified by its coordinates.
- --generate (-g) - Generates the chunk if it has not yet been generated.
-
/cancelscan
- <base> [ insights.cancelscan ] - Cancels the current scan of the player executing the command.
Next to the command and limit permissions (can be configured per limit in their yaml file), Insights has the following permissions:
- insights.update - Allows the player to see updates from Insights
- insights.notifications - Allows the player to see the live actionbar/bossbar when placing down blocks/entities