ItemsCore
  • ⚔️ItemsCore
  • ⚖️Free VS Premium
  • How to use
    • 👋Introduction
    • 📝Use the item editor
      • 🎀Simple Customization
      • 📇Click Type & Skull Owner
      • 🥊Custom model data
      • 💣Actions
    • The code
      • ❗Create abilities
      • 🎉Events
      • 🎣Hooks
    • 🔌Supported Plugins
  • The API
    • 👋Introduction
    • 📤Placeholders
Powered by GitBook
On this page
  1. The API

Placeholders

After you got the API you can use: Object value = api.placeholder("%placeholder%") // To get value of a placeholder

Placeholders:

"itemstat":
    usage: "%itemstat.<itemname>.<statname>%"
    result: The stat value, for example if I have the stat "damage" on my sword and its value is 50 the result will be 50
PreviousIntroduction

Last updated 1 month ago

📤