ScratchIt
English
English
  • 👋🏻Welcome
  • ⚙️First install
  • 📄Online Config Editor
  • 📖Configurations
    • Permissions
    • Card
      • How to create a card
      • Icons locations
      • Animations
      • Cooldowns
      • Cancel usage
    • Loots
    • Cards example images
  • Compatibility with other plugins
    • WorldGuard
  • Minecraft versions compatibility
  • 📒Support
    • 🐞Report a bug
    • 📕Ask for help
  • Developers
    • ☕️Java API
      • Basic API
      • CustomCardRenderer
Powered by GitBook
On this page
  • How to get the API
  • Description
  • Important!

Was this helpful?

  1. Developers

☕️Java API

Previous📕Ask for helpNextBasic API

Last updated 4 years ago

Was this helpful?

How to get the API

You just have to use maven or gradle, you can get the API here

Description

ItemsAdder includes an easy to use API for Java developers. To access it just include dev.lone.ScratchIt.api in your code.

Important!

You have to listen to the event ScratchItCardsLoaded in order to be sure that the cards are available to be accessed using the api.

GitHub - LoneDev6/API-ScratchIt: This is the ScratchIt API repository. It serves as a Maven/Gradle reference for anyone looking to access the API without embedding/owning the entire plugin.GitHub
Logo