Skip to content

Dynamic Variables

Stefan edited this page Sep 1, 2020 · 6 revisions

Dynamic variables are specific keywords, which will be replaced with their represented value upon alias execution.


  • <params> - All parameters after the alias.
  • <params@INDEX> - A parameter at a specific position (For example /alias single s say <params@0> if /s Simple Alias is typed, only Simple will be displayed).
  • <params@INDEX1-INDEX2> - All parameters in a specific range (For example /alias single s say <params@0-1> if /s Simple Alias Plugin is typed, only Simple Alias will be displayed).
  • <world_name> - Name of the world the sender is in.
  • <group_name> - Name of the group of the sender.
  • <money_balance> - Money balance of the sender (requires Vault to work).
  • <faction_name> - Name of the faction the sender is in (requires Factions to work).
  • <sender_name> - Name of the sender.
  • <sender_uuid> - UUID of the sender.

Next - Settings

Clone this wiki locally