This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
API
CodeDoctor edited this page Sep 8, 2020
·
5 revisions
The latest build can you find here
- You can use maven to get the dependency or can use the jars in the github actions.
- For maven please use this:
<repositories> <repository> <id>codemc-repo</id> <url>https://repo.codemc.org/repository/maven-public/</url> </repository> </repositories> <dependencies> <dependency> <groupId>com.github.codedoctorde</groupId> <artifactId>ItemMods</artifactId> <version>1.4-SNAPSHOT</version> </dependency> </dependencies>
- The documentation about the api can you find here. Please use the classes in the api package. The ItemModsApi instance can you get with
ItemMods.getPlugin().getApi()
- Custom events:
- CustomBlockPlaceEvent - self explained :D
- CustomBlockBreakEvent - self explained :D
(C) github/CodeDoctorDE 2020
This wiki is outdated. Please use the new documentation.
- 🏠 Home
Older versions
- 1.2
- 1.3
For users
For developers