minecraft-essentials-ops-595b7c — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited minecraft-essentials-ops-595b7c (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use when: the task is EssentialsX command, config, permissions, economy, or moderation operations.Do not use when: the task is generic server deployment/proxy/performance architecture (minecraft-server-admin).Do not use when: the task is writing Java plugin code (minecraft-plugin-dev).Do not use when: the task is WorldEdit selection/build workflows (minecraft-worldedit-ops).references/permissions-and-rollout-checklists.md when the task is a permissions audit, economy rollout, or moderation-policy change and you need a compact preflight list.Common EssentialsX modules in production:
EssentialsX (core commands and user tools)EssentialsXChatEssentialsXSpawnEssentialsXProtectOperational install checklist:
Vault if using economy providers or permission/chat bridges.Version-alignment rule:
Verify provider chain:
/bal
/baltop
/pay Alex 250
/eco give Alex 1000
/eco take Alex 100
/eco reset AlexUse admin economy commands through staff roles only.
If using EssentialsX signs and economy interactions:
config.yml: enabledSigns:
- buy
- sellessentials.signs.create.buyessentials.signs.create.sellessentials.signs.use.buyessentials.signs.use.sell[Buy]
<quantity>
<item>
<price>
[Sell]
<quantity>
<item>
<price>Example (stone at spawn market):
[Buy]
32
stone
$50
[Sell]
32
stone
$20Use separate [Buy] and [Sell] signs when you want different buy and sell prices. Line 4 is a single transaction price for that sign.
Operational guardrails:
Typical kit lifecycle:
Kit entry in config.yml:
kits:
starter:
delay: 86400
items:
- stone 64
- oak_planks 32
- bread 16Common commands:
/kit
/kit starter
/createkit starter/setwarp spawn
/setwarp market
/warp spawn
/sethome
/home
/delhomeControl limits through permissions and Essentials config values.
/setspawn and /spawn require the EssentialsXSpawn module. Confirm the jar is installed, the startup log has no module-load errors, and player groups have essentials.spawn before treating a spawn command failure as a location issue.
/nick BuilderOne
/realname BuilderOne
/setspawn
/spawnKeep nickname policy explicit for moderation and impersonation prevention.
Use a permission manager (for example LuckPerms) to model role tiers.
Suggested role intent:
admin: full EssentialsX admin + moderation + economy controlsstaff: moderation and support commands, limited economy toolsplayer: basic homes/warps/msg/pay with guardrailsExample permission outline:
groups:
admin:
permissions:
- essentials.*
staff:
permissions:
- essentials.kick
- essentials.mute
- essentials.tempban
- essentials.jail
- essentials.warp
- essentials.msg
player:
permissions:
- essentials.home
- essentials.sethome
- essentials.delhome
- essentials.spawn
- essentials.warp
- essentials.msg
- essentials.payAvoid wildcard permissions outside trusted admin roles.
/mute Alex 30m Chat abuse after warning
/unmute AlexPractice:
Troubleshooting: mute not applying → verify essentials.mute permission and that EssentialsXChat is installed for chat filtering.
/setjail intake
/jail Alex intake 20m Griefing spawn edge
/unjail AlexPractice:
Troubleshooting: jail not working → confirm jail location exists with /setjail intake and player has no bypass permission.
/tempban Alex 7d Repeated harassment
/banip Alex Severe evasion case
/unban AlexPractice:
Troubleshooting: tempban not sticking → check essentials.tempban permission and that no override plugin (e.g., LiteBans) is conflicting.
Common pitfalls:
Hardening checklist:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.