Skip to content

Permissions

Jack edited this page Apr 5, 2026 · 1 revision

Permissions

Allium uses allium.* permission nodes.

Main Buckets

  • allium.player
  • allium.staff
  • allium.admin

These parent nodes grant broad access, but most serious setups should still assign permissions deliberately through LuckPerms.

Important Player Permissions

  • allium.home
  • allium.sethome
  • allium.homes
  • allium.delhome
  • allium.warp
  • allium.balance
  • allium.pay
  • allium.mail
  • allium.fly
  • allium.tfly

Important Staff/Admin Permissions

  • allium.staff
  • allium.admin
  • allium.spy
  • allium.invsee
  • allium.vanish
  • allium.deletemsg
  • allium.enchant
  • allium.enchant.other

Chat / Channel Permissions

  • allium.channel
  • allium.channel.join
  • allium.channel.join.<channel>.read
  • allium.channel.join.<channel>.write
  • allium.channel.autojoin.<channel>.read
  • allium.channel.autojoin.<channel>.write
  • allium.staffchat
  • allium.filter.test
  • allium.chatfilter.bypass
  • allium.spamblocker.bypass

Creative Manager Permissions

Examples:

  • allium.gamemode.creative
  • allium.gamemode.creative.inventory
  • allium.gamemode.creative.place
  • allium.gamemode.creative.break
  • allium.gamemode.creative.use
  • allium.gamemode.creative.spawn
  • allium.gamemode.creative.blacklist

Timed Fly Permissions

  • allium.tfly
  • allium.tfly.others
  • allium.tfly.set
  • allium.tfly.add
  • allium.tfly.take
  • allium.tfly.reset

Recommendation

Use LuckPerms and build permission groups around:

  • player
  • trusted
  • moderator
  • admin

Then layer specialized permissions only where needed.

Clone this wiki locally