Allium ✅ Folia Support icon

Allium ✅ Folia Support -----

A modern, secure Essentials solution



Allium Plugin Documentation

This document provides a comprehensive overview of the commands and permissions for the Allium plugin.

General Information

Plugin Name: Allium
Version: 0.1.3a
Author: towkio
Description: A secure, modern Essentials solution.
Dependencies: Vault
Soft Dependencies: PlaceholderAPI

Commands

This section details all available commands in Allium, categorized by function.

General & Utility Commands

  • /core
    • Description: Core plugin command for administrative tasks.
    • Usage:
      Code (Text):
      /core <reload|debug|voucher|etc.>
    • Permission:
      Code (Text):
      core.admin
  • /gc
    • Description: Displays server performance details (TPS, memory, etc.).
    • Usage:
      Code (Text):
      /gc
    • Permission:
      Code (Text):
      core.gc
      (Default: true)
  • /help [command]
    • Description: Displays a list of commands or help for a specific command.
    • Usage:
      Code (Text):
      /help [command]
    • Aliases:
      Code (Text):
      commands
    • Permission:
      Code (Text):
      core.help
      (Default: true)
  • /whois <player>
    • Description: Displays detailed information about a player.
    • Usage:
      Code (Text):
      /whois <player>
    • Permission:
      Code (Text):
      core.whois
      (Default: true)
  • /redeem
    • Description: Allows eligible players to redeem a rank and rewards.
    • Usage:
      Code (Text):
      /redeem
    • Aliases:
      Code (Text):
      claimrank
    • Permission: (None listed, available to all players by default)

Player Management Commands

  • /heal [player]
    • Description: Heals you or another player to full health.
    • Usage:
      Code (Text):
      /heal [player]
    • Permission:
      Code (Text):
      core.heal
  • /feed [player]
    • Description: Feeds you or another player to full hunger.
    • Usage:
      Code (Text):
      /feed [player]
    • Permission:
      Code (Text):
      core.feed
  • /god [player]
    • Description: Toggles god mode (invincibility) for you or another player.
    • Usage:
      Code (Text):
      /god [player]
    • Permission:
      Code (Text):
      core.god
  • /fly [player]
    • Description: Toggles flight for you or another player.
    • Usage:
      Code (Text):
      /fly [player]
    • Permission:
      Code (Text):
      core.fly
  • /nv
    • Description: Toggles permanent night vision for yourself.
    • Usage:
      Code (Text):
      /nv
    • Permission:
      Code (Text):
      core.nv
  • /gamemode <mode> [player]
    • Description: Changes your or another player's gamemode.
    • Usage:
      Code (Text):
      /gamemode <survival|creative|adventure|spectator> [player]
    • Aliases:
      Code (Text):
      gm, gmc, gms, gma, gmsp
    • Permission:
      Code (Text):
      core.gamemode
  • /explode <player> [modifier]
    • Description: Creates an explosion at a player's location.
    • Usage:
      Code (Text):
      /explode <player> [modifier]
    • Permission:
      Code (Text):
      core.explode
  • /time [set|add|day|night|noon|midnight] [value]
    • Description: Views or modifies the current world time.
    • Usage:
      Code (Text):
      /time [set|add|day|night|noon|midnight] [value]
    • Permission:
      Code (Text):
      core.time
      (View time, Default: true),
      Code (Text):
      core.time.set
      (Set time, Default: op),
      Code (Text):
      core.time.add
      (Add time, Default: op)

Item Management Commands

  • /give <player> <item> [amount]
    • Description: Gives a specified item to a player. Supports aliases and advanced item data.
    • Usage:
      Code (Text):
      /give <player> <item> [amount]
    • Aliases:
      Code (Text):
      i
    • Permission:
      Code (Text):
      core.give
  • /itemdb
    • Description: Shows information about the item/block in your hand, including its ID and name.
    • Usage:
      Code (Text):
      /itemdb
    • Permission:
      Code (Text):
      core.itemdb
  • /rename <name>
    • Description: Renames the item currently in your main hand. Supports color codes.
    • Usage:
      Code (Text):
      /rename <name>
    • Permission:
      Code (Text):
      core.rename
  • /lore <add|remove|clear> <text>
    • Description: Manages the lore of the item in your main hand.
    • Usage:
      Code (Text):
      /lore <add|remove|clear> <text>
    • Permission:
      Code (Text):
      core.lore
  • /more
    • Description: Fills the stack of the item in your hand to the maximum size (usually 64).
    • Usage:
      Code (Text):
      /more
    • Permission:
      Code (Text):
      core.more
  • /skull <player>
    • Description: Gives you the head of a specified player.
    • Usage:
      Code (Text):
      /skull <player>
    • Aliases:
      Code (Text):
      head, playerhead
    • Permission:
      Code (Text):
      core.skull

Economy Commands

  • /balance [player]
    • Description: Checks your or another player's economy balance.
    • Usage:
      Code (Text):
      /balance [player]
    • Aliases:
      Code (Text):
      bal
    • Permission:
      Code (Text):
      core.balance
      (Default: true)
  • /pay <player> <amount>
    • Description: Pays another player a specified amount from your balance.
    • Usage:
      Code (Text):
      /pay <player> <amount>
    • Permission:
      Code (Text):
      core.pay
      (Default: true)
  • /baltop [page]
    • Description: Displays a list of the server's richest players.
    • Usage:
      Code (Text):
      /baltop [page]
    • Permission:
      Code (Text):
      core.baltop
      (Default: true)
  • /money <give|take|set|clear> <player> [amount]
    • Description: Admin command to manage player balances.
    • Usage:
      Code (Text):
      /money <give|take|set|clear> <player> [amount]
    • Permission:
      Code (Text):
      core.admin

Teleportation Commands

  • /spawn
    • Description: Teleports you to the server's spawn point.
    • Usage:
      Code (Text):
      /spawn
    • Permission:
      Code (Text):
      core.spawn
      (Default: true)
  • /setspawn
    • Description: Sets the server's spawn point to your current location.
    • Usage:
      Code (Text):
      /setspawn
    • Permission:
      Code (Text):
      core.setspawn
  • /tp <player> | <x> <y> <z>
    • Description: Teleports you directly to a player or coordinates.
    • Usage:
      Code (Text):
      /tp <player>
      or
      Code (Text):
      /tp <x> <y> <z>
    • Aliases:
      Code (Text):
      tpo, teleport, back
    • Permission:
      Code (Text):
      core.tp
  • /tpa <player>
    • Description: Sends a teleport request to another player.
    • Usage:
      Code (Text):
      /tpa <player>
    • Permission:
      Code (Text):
      core.tpa
      (Default: true)
  • /tpaccept [player]
    • Description: Accepts a pending teleport request.
    • Usage:
      Code (Text):
      /tpaccept [player]
    • Aliases:
      Code (Text):
      tpyes
    • Permission:
      Code (Text):
      core.tpa
      (Default: true)
  • /tpdeny [player]
    • Description: Denies a pending teleport request.
    • Usage:
      Code (Text):
      /tpdeny [player]
    • Aliases:
      Code (Text):
      tpno
    • Permission:
      Code (Text):
      core.tpa
      (Default: true)
  • /tphere <player>
    • Description: Teleports a player directly to your location.
    • Usage:
      Code (Text):
      /tphere <player>
    • Aliases:
      Code (Text):
      s
    • Permission:
      Code (Text):
      core.tphere
  • /tpahere <player>
    • Description: Requests a player to teleport to your location.
    • Usage:
      Code (Text):
      /tpahere <player>
    • Permission:
      Code (Text):
      core.tpahere
      (Default: true)
  • /tptoggle
    • Description: Toggles your ability to receive teleport requests.
    • Usage:
      Code (Text):
      /tptoggle
    • Permission:
      Code (Text):
      core.tptoggle
      (Default: true)
  • /tppos <x> <y> <z> [yaw] [pitch]
    • Description: Teleports you to specific coordinates.
    • Usage:
      Code (Text):
      /tppos <x> <y> <z> [yaw] [pitch]
    • Permission:
      Code (Text):
      core.tppos
  • /top
    • Description: Teleports you to the highest block directly above your location.
    • Usage:
      Code (Text):
      /top
    • Permission:
      Code (Text):
      core.top
  • /bottom
    • Description: Teleports you to the lowest safe block directly below your location.
    • Usage:
      Code (Text):
      /bottom
    • Permission:
      Code (Text):
      core.bottom
  • /otp <player>
    • Description: Teleports you to a player's last known location while they were online.
    • Usage:
      Code (Text):
      /otp <player>
    • Aliases:
      Code (Text):
      offlinetp, tpoffline
    • Permission:
      Code (Text):
      core.otp
  • /tppet
    • Description: Teleports your nearby pets to your location.
    • Usage:
      Code (Text):
      /tppet
    • Permission:
      Code (Text):
      core.tppet
  • /tpmob
    • Description: Teleports nearby entities/mobs to your location.
    • Usage:
      Code (Text):
      /tpmob
    • Aliases:
      Code (Text):
      tpentity, tpent, teleportmob, tpm, tpe
    • Permission:
      Code (Text):
      core.tpmob
  • /home [name | player:name | bed]
    • Description: Teleports you to your home, another player's home, or your bed.
    • Usage:
      Code (Text):
      /home [name | player:name | bed]
    • Permission:
      Code (Text):
      core.home
      (Default: true),
      Code (Text):
      core.home.others
      (Default: op),
      Code (Text):
      core.home.bed
      (Default: true)
  • /sethome [name]
    • Description: Sets a home at your current location.
    • Usage:
      Code (Text):
      /sethome [name]
    • Permission:
      Code (Text):
      core.sethome
      (Default: true)
  • /homes
    • Description: Lists all your homes.
    • Usage:
      Code (Text):
      /homes
    • Permission:
      Code (Text):
      core.homes
      (Default: true)
  • /delhome [name | player:name]
    • Description: Deletes one of your homes or another player's home.
    • Usage:
      Code (Text):
      /delhome [name | player:name]
    • Aliases:
      Code (Text):
      removehome
    • Permission:
      Code (Text):
      core.delhome
      (Default: true),
      Code (Text):
      core.delhome.others
      (Default: op)

Communication Commands

  • /msg <player> <message>
    • Description: Sends a private message to a player.
    • Usage:
      Code (Text):
      /msg <player> <message>
    • Aliases:
      Code (Text):
      tell, w, whisper, pm, message, m, t
    • Permission:
      Code (Text):
      core.msg
      (Default: true)
  • /reply <message>
    • Description: Replies to the last private message you received.
    • Usage:
      Code (Text):
      /reply <message>
    • Aliases:
      Code (Text):
      r
    • Permission:
      Code (Text):
      core.msg
      (Default: true)
  • /spy
    • Description: Toggles social spy, allowing you to see others' private messages.
    • Usage:
      Code (Text):
      /spy
    • Permission:
      Code (Text):
      core.spy
  • /mail <read|send|clear|gift|claim> [player] [message]
    • Description: Manages your offline mail.
    • Usage:
      Code (Text):
      /mail <subcommand> [args]
    • Permission: (None listed, available to all players by default)

Note Management Commands

  • /note <player> <message>
    • Description: Adds a note to a player's record for staff reference.
    • Usage:
      Code (Text):
      /note <player> <message>
    • Permission:
      Code (Text):
      core.note
  • /notes <player>
    • Description: Views all notes associated with a player.
    • Usage:
      Code (Text):
      /notes <player>
    • Permission:
      Code (Text):
      core.notes
  • /unnote <player> <noteId>
    • Description: Removes a specific note from a player's record.
    • Usage:
      Code (Text):
      /unnote <player> <noteId>
    • Permission:
      Code (Text):
      core.unnote

Permissions

This section lists all available permission nodes and their functions.

Administrative Permissions

  • core.*: Grants access to all Allium commands and features. (Default: op)
  • core.admin: Grants access to administrative commands like
    Code (Text):
    /core
    and
    Code (Text):
    /money
    . (Default: op)
  • core.staff: Grants access to staff commands (gamemode, teleportation, inventory). (Default: op)
  • core.spy: Allows using
    Code (Text):
    /spy
    to monitor private messages. (Default: op)

Gamemode Permissions

  • core.gamemode: Base permission for the
    Code (Text):
    /gamemode
    command. (Default: op)
  • core.gamemode.others: Allows changing the gamemode of other players. (Default: op)
  • core.gamemode.survival: Allows changing to Survival mode. (Default: op)
  • core.gamemode.creative: Allows changing to Creative mode. (Default: op)
  • core.gamemode.adventure: Allows changing to Adventure mode. (Default: op)
  • core.gamemode.spectator: Allows changing to Spectator mode. (Default: op)

Creative Mode Manager Permissions

  • core.gamemode.creative.inventory: Allows inventory management in creative mode. (Default: op)
  • core.gamemode.creative.container: Allows container interaction in creative mode. (Default: op)
  • core.gamemode.creative.pickup: Allows item pickup in creative mode. (Default: op)
  • core.gamemode.creative.use: Allows item usage in creative mode. (Default: op)
  • core.gamemode.creative.drop: Allows item dropping in creative mode. (Default: op)
  • core.gamemode.creative.break: Allows block breaking in creative mode. (Default: op)
  • core.gamemode.creative.place: Allows block placement in creative mode. (Default: op)
  • core.gamemode.creative.interact: Allows world interaction in creative mode. (Default: op)
  • core.gamemode.creative.spawn: Allows entity spawning in creative mode. (Default: op)
  • core.gamemode.creative.blacklist: Allows access to blacklisted items in creative mode. (Default: op)
  • core.gamemode.creative.nv: Allows night vision in creative mode. (Default: op)

Night Vision Permissions

  • core.nv: Allows using
    Code (Text):
    /nv
    for night vision. (Default: op)
  • core.nv.others: Allows toggling night vision for other players. (Default: op)
  • core.nv.survival: Allows night vision in survival mode. (Default: op)
  • core.nv.creative: Allows night vision in creative mode. (Default: op)
  • core.nv.adventure: Allows night vision in adventure mode. (Default: op)
  • core.nv.spectator: Allows night vision in spectator mode. (Default: op)

Teleportation Permissions

  • core.tp: Allows using
    Code (Text):
    /tp
    to teleport to players/coordinates. (Default: op)
  • core.tp.others: Allows teleporting other players to a target. (Default: op)
  • core.tpa: Allows sending and receiving teleport requests (
    Code (Text):
    /tpa
    ,
    Code (Text):
    /tpaccept
    ,
    Code (Text):
    /tpdeny
    ). (Default: true)
  • core.tpa.nodelay: Bypasses the teleport delay. (Default: op)
  • core.tpa.nocooldown: Bypasses the teleport cooldown. (Default: op)
  • core.tppos: Allows teleporting to specific coordinates with
    Code (Text):
    /tppos
    . (Default: op)
  • core.tphere: Allows teleporting a player to you with
    Code (Text):
    /tphere
    . (Default: op)
  • core.tpahere: Allows requesting a player to teleport to you with
    Code (Text):
    /tpahere
    . (Default: true)
  • core.tptoggle: Allows toggling teleport requests with
    Code (Text):
    /tptoggle
    . (Default: true)
  • core.tptoggle.bypass: Bypasses a player's
    Code (Text):
    /tptoggle
    setting. (Default: op)
  • core.tp.offline / core.otp: Allows teleporting to offline players with
    Code (Text):
    /otp
    . (Default: op)
  • core.top: Allows using
    Code (Text):
    /top
    . (Default: op)
  • core.bottom: Allows using
    Code (Text):
    /bottom
    . (Default: op)
  • core.tppet: Allows teleporting pets with
    Code (Text):
    /tppet
    . (Default: op)
  • core.tpmob: Allows teleporting mobs with
    Code (Text):
    /tpmob
    . (Default: op)
  • core.home: Allows teleporting to homes with
    Code (Text):
    /home
    . (Default: true)
  • core.sethome: Allows setting homes with
    Code (Text):
    /sethome
    . (Default: true)
  • core.homes: Allows listing homes with
    Code (Text):
    /homes
    . (Default: true)
  • core.delhome: Allows deleting homes with
    Code (Text):
    /delhome
    . (Default: true)
  • core.sethome.unlimited: Allows setting unlimited homes. (Default: op)
  • core.home.others: Allows teleporting to other players' homes. (Default: op)
  • core.delhome.others: Allows deleting other players' homes. (Default: op)
  • core.home.nocooldown: Bypasses the home teleport cooldown. (Default: op)
  • core.home.bed: Allows teleporting to bed with
    Code (Text):
    /home bed
    . (Default: true)

Player Ability Permissions

  • core.fly: Allows using
    Code (Text):
    /fly
    . (Default: op)
  • core.fly.others: Allows toggling flight for other players. (Default: op)
  • core.god: Allows using
    Code (Text):
    /god
    . (Default: op)
  • core.heal: Allows using
    Code (Text):
    /heal
    . (Default: op)
  • core.heal.others: Allows healing other players. (Default: op)
  • core.heal.nocooldown: Bypasses the
    Code (Text):
    /heal
    cooldown. (Default: op)
  • core.feed: Allows using
    Code (Text):
    /feed
    . (Default: op)
  • core.feed.others: Allows feeding other players. (Default: op)
  • core.feed.nocooldown: Bypasses the
    Code (Text):
    /feed
    cooldown. (Default: op)
  • core.nv: Allows using
    Code (Text):
    /nv
    for night vision. (Default: op)

Item & Inventory Permissions

  • core.give: Allows using
    Code (Text):
    /give
    . (Default: op)
  • core.itemdb: Allows using
    Code (Text):
    /itemdb
    . (Default: op)
  • core.rename: Allows using
    Code (Text):
    /rename
    . (Default: op)
  • core.lore: Allows using
    Code (Text):
    /lore
    . (Default: op)
  • core.more: Allows using
    Code (Text):
    /more
    . (Default: op)
  • core.skull: Allows using
    Code (Text):
    /skull
    . (Default: op)

Economy Permissions

  • core.balance: Allows using
    Code (Text):
    /balance
    . (Default: true)
  • core.pay: Allows using
    Code (Text):
    /pay
    . (Default: true)
  • core.baltop: Allows using
    Code (Text):
    /baltop
    . (Default: true)

Note Management Permissions

  • core.note: Allows adding player notes with
    Code (Text):
    /note
    . (Default: op)
  • core.notes: Allows viewing player notes with
    Code (Text):
    /notes
    . (Default: op)
  • core.unnote: Allows removing player notes with
    Code (Text):
    /unnote
    . (Default: op)

Miscellaneous Permissions

  • core.explode: Allows using
    Code (Text):
    /explode
    . (Default: op)
  • core.explode.others: Allows exploding other players. (Default: op)
  • core.explode.exempt: Makes a player immune to
    Code (Text):
    /explode
    . (Default: op)
  • core.gc: Allows using
    Code (Text):
    /gc
    . (Default: true)
  • core.msg: Allows sending and receiving private messages. (Default: true)
  • core.help: Allows using
    Code (Text):
    /help
    . (Default: true)
  • core.spawn: Allows using
    Code (Text):
    /spawn
    . (Default: true)
  • core.setspawn: Allows setting the spawn point with
    Code (Text):
    /setspawn
    . (Default: op)
  • core.whois: Allows using
    Code (Text):
    /whois
    . (Default: true)
  • core.voucher.give: Allows giving rank vouchers via
    Code (Text):
    /core voucher give
    . (Default: op)
  • core.time: Allows viewing the world time with
    Code (Text):
    /time
    . (Default: true)
  • core.time.set: Allows setting the world time with
    Code (Text):
    /time set
    . (Default: op)
  • core.time.add: Allows adding to the world time with
    Code (Text):
    /time add
    . (Default: op)

Chat Formatting Permissions

  • chat.color: Grants access to all legacy color codes. (Default: op)
  • chat.color.<color_name>: Grants access to a specific color (e.g.,
    Code (Text):
    chat.color.red
    ). (Default: op)
  • chat.color.hex: Allows using hex color codes (e.g.,
    Code (Text):
    <#123456>
    ). (Default: op)
  • chat.format.<style>: Grants access to formatting codes like bold, italic, etc. (Default: op)
  • chat.unicode: Allows using unicode characters in chat. (Default: op)

Changelog

0.1.3a
  • Added
    Code (Text):
    /home
    ,
    Code (Text):
    /sethome
    ,
    Code (Text):
    /homes
    , and
    Code (Text):
    /delhome
    commands for home management
  • Added
    Code (Text):
    /time
    command for viewing and modifying world time
  • Implemented automatic
    Code (Text):
    config.yml
    versioning and migration
  • Fixed issues with configuration loading for new settings

0.1.2a
  • Added staff permission group with access to staff commands
  • Added admin permission group inheriting staff permissions
  • Added
    Code (Text):
    /note
    ,
    Code (Text):
    /unnote
    ,
    Code (Text):
    /notes
    commands for player note management
  • Implemented automatic removal of deprecated lang.yml keys
  • Fixed CreativeManager inventory saving logic
Resource Information
Author:
----------
Total Downloads: 160
First Release: Jun 28, 2025
Last Update: Mar 9, 2026
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings