Skip to content

en PERMISSIONS

Bloody_Mind edited this page Dec 5, 2025 · 1 revision

Permissions

Complete overview of all EthriaPlotAddon permissions.


🎮 Player Permissions

Permission Description Default
ethriaplotaddon.count.own Can count on own/trusted plots false
ethriaplotaddon.count.group.animals Can count animals false
ethriaplotaddon.count.group.mobs Can count mobs false
ethriaplotaddon.count.group.entities Can count technical entities false
ethriaplotaddon.count.group.vehicles Can count vehicles false
ethriaplotaddon.count.group.items Can count items false
ethriaplotaddon.plotcheck.use Can check plot information false

👑 Admin Permissions

Permission Description Default
ethriaplotaddon.admin Full access - all functions op
ethriaplotaddon.count.other Can count on other plots op
ethriaplotaddon.count.reload Can reload configuration op
ethriaplotaddon.count.entity.* Can count all entity types op
ethriaplotaddon.count.group.* Can count all groups op

📝 Example Configuration

LuckPerms

# Regular players
/lp group default permission set ethriaplotaddon.count.own true
/lp group default permission set ethriaplotaddon.count.group.animals true
/lp group default permission set ethriaplotaddon.plotcheck.use true

# VIP players
/lp group vip permission set ethriaplotaddon.count.group.* true

# Moderators
/lp group mod permission set ethriaplotaddon.admin true

💡 Tips

  • Admin permission overrides all others
  • Group permissions are more efficient than individual entities
  • Plot check works on any plot
  • Own plots only need count.own permission

Clone this wiki locally