Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicCrucible MythicCrucible
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 56
    • Issues 56
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicCrucibleMythicCrucible
  • Wiki
  • Placeholders

Placeholders · Changes

Page history
standardized placeholders embedded values syntax authored Mar 19, 2025 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 3 additions and 4 deletions
+3 -4
  • Placeholders.md Placeholders.md +3 -4
  • No files found.
Placeholders.md
View page @ 5c6daf57
...@@ -46,15 +46,14 @@ These placeholders will return information related to the item. If an item has m ...@@ -46,15 +46,14 @@ These placeholders will return information related to the item. If an item has m
| Item Placeholder | Function | | Item Placeholder | Function |
|:----------------------------------:|-------------------------------------------------------------------| |:----------------------------------:|-------------------------------------------------------------------|
| <item.color.hex> | Returns the hex color of the item that called the skill | | <item.color.hex> | Returns the hex color of the item that called the skill |
| <item.stat.display.STAT_NAME> | Returns the value of the specified stat. | | <item.stat.display.{Stat}> | Returns the value of the specified stat. |
| <item.stat.display.STAT_NAME.MODIFIER> | Returns the value of the specified modifier of that stat. | | <item.stat.display.{Stat}.{StatModifier}> | Returns the value of the specified modifier of that stat. |
## Font Placeholders ## Font Placeholders
Placeholders that can interact with [Custom Fonts](ResourcePack-Generator#fonts) Placeholders that can interact with [Custom Fonts](ResourcePack-Generator#fonts)
| Fonf Placeholder | Function | | Fonf Placeholder | Function |
|:----------------------------------:|-------------------------------------------------------------------| |:----------------------------------:|-------------------------------------------------------------------|
| <font.[fontname]> | Returns the character associated with the custom font named `fontname` | | <font.{FontName}> | Returns the character associated with the custom font named `{FontName}` |
# PlaceholderAPI Integration # PlaceholderAPI Integration
Other than being able to use PlaceholderAPI placeholders anywhere placeholder support is in place, MythicCrucible introduces some new PAPI placeholders that can be used by third parties to fetch MythicCrucible-related values. Other than being able to use PlaceholderAPI placeholders anywhere placeholder support is in place, MythicCrucible introduces some new PAPI placeholders that can be used by third parties to fetch MythicCrucible-related values.
......
Clone repository
Home
Changelogs
Commands / Permissions
API
FAQ / Common Issues
Guides

Usage
  • Installation
  • Items
    • Item Options
    • Item Skills
    • Item Durability
  • Augments
  • Item Sets
  • Crafting Recipes
    • Workbenches
  • Item Updater
  • Ammo System / Guns
  • Dynamic Lore Generation
  • World Generation
  • Loot Generation

ResourcePack Generator

Item Types
  • Blocks
  • Furniture
    • Paint Brush
  • Bags
  • Hats
  • Augments

Mechanics
  • Mechanics
  • Targeters
  • Triggers
  • Conditions

Placeholders
  • Placeholders