ScratchIt
🇨🇳 简体中文
🇨🇳 简体中文
  • 👋🏻欢迎使用
  • ⚙️首次安装
  • 📄在线编辑器
  • 📖配置文件
    • 权限
    • 卡片
      • 如何创建一个新卡片
      • 图标位置
      • 动作
      • 冷却
      • 取消使用
    • 战利品
    • 卡片示例图片
  • 兼容的插件
    • WorldGuard
  • 兼容的Minecraft版本
  • 📒获得支持
    • 🐞反馈Bug
    • 📕获取帮助
  • 开发者
    • ☕️Java API
      • Basic API
      • 自定义卡片渲染器
Powered by GitBook
On this page
  • How to get the API
  • Description
  • Important!

Was this helpful?

  1. 开发者

☕️Java API

Previous📕获取帮助NextBasic 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