Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
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

This wiki is outdated. Please use the new documentation.


Older versions


For users


For developers

Clone this wiki locally