-
Notifications
You must be signed in to change notification settings - Fork 8
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 Aliasis typed, onlySimplewill be displayed). -
<params@INDEX1-INDEX2>- All parameters in a specific range (For example/alias single s say <params@0-1>if/s Simple Alias Pluginis typed, onlySimple Aliaswill 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.