Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicRPG MythicRPG
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 39
    • Issues 39
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicRPGMythicRPG
  • Wiki
  • Placeholders

Placeholders · Changes

Page history
added caster and papi placeholders authored Sep 11, 2024 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 11 additions and 4 deletions
+11 -4
  • Placeholders.md Placeholders.md +11 -4
  • No files found.
Placeholders.md
View page @ a410ab42
......@@ -5,7 +5,11 @@ These are all of the placeholders MythicRPG provides
## Caster Placeholders
| Placeholder | Function |
|:----------------------------------:|-------------------------------------------------------------------|
| <caster.archetype.[group]> | Returns the caster's [archetype](/Archetypes) from the specified `group` |
| <caster.archetype.[group]> | Returns the caster's [archetype](/Archetypes) from the specified `group`<br>Defaults to `NONE` |
| <caster.archetype.level.[group]> | Returns the caster's [archetype](/Archetypes) level from the specified `group` |
| <caster.archetype.exp.[group]> | Returns the caster's [archetype](/Archetypes) experience from the specified `group` |
| <caster.archetype.exp.goal.[group]>| Returns the caster's [archetype](/Archetypes) experience goal from the specified `group` |
## Variable Placeholders
| Placeholder | Function |
......@@ -15,6 +19,9 @@ These are all of the placeholders MythicRPG provides
## Placeholder API Integration
| Placeholder | Function |
|:----------------------------------:|-------------------------------------------------------------------|
| %mythic_reagent_[name]% | The reagent's current value.<br>Defaults to `0`.<br>If the resource does not exist, returns `[Invalid_Resource]` |
| %mythic_reagent_max_[name]% | The reagent's max value.<br>Defaults to `0`.<br>If the resource does not exist, returns `[Invalid_Resource]` |
| %mythic_class_[group]% | The player's selected archetype of the specified group.<br>Defaults to `NONE` |
\ No newline at end of file
| %mythic_reagent_[name]% | The parsed player reagent's current value.<br>Defaults to `0`.<br>If the resource does not exist, returns `[Invalid_Resource]` |
| %mythic_reagent_max_[name]% | The parsed player reagent's max value.<br>Defaults to `0`.<br>If the resource does not exist, returns `[Invalid_Resource]` |
| %mythic_archetype_[group]% | Returns the parsed player's [archetype](/Archetypes) from the specified `group`<br>Defaults to `NONE` |
| %mythic_archetype_level_[group]% | Returns the parsed player's [archetype](/Archetypes) level from the specified `group` |
| %mythic_archetype_exp_[group]% | Returns the parsed player's [archetype](/Archetypes) experience from the specified `group` |
| %mythic_archetype_exp_goal_[group]%| Returns the parsed player's [archetype](/Archetypes) experience goal from the specified `group` |
\ No newline at end of file
Clone repository

MythicRPG

  • Home
  • Changelogs
  • Commands / Permissions
  • FAQ / Common Issues
Usage
  • Installation
  • Spells
    • Learning
    • Casting
    • Reagents
  • Archetypes
    • Leveling
    • Talents
    • Professions
    • Boosters
  • Currencies
  • Custom Commands
  • Custom Menus
  • Waypoints
Mechanics
  • Mechanics
  • Targeters
  • Triggers
  • Conditions
Placeholders
  • Placeholders