-
-
Notifications
You must be signed in to change notification settings - Fork 0
ColdBits API
padre edited this page Oct 27, 2024
·
1 revision
- You can use ColdBitsAPI to hook your plugin into it.
- This API is good to use since
org.black_ixx's API (original creator) is proxied indev.padrewin.
- This meaning that, if you change ColdBits plugins, there are NO changes in how other plugins will work with PremiumPoints. (nothing will break)
<dependency>
<groupId>dev.padrewin</groupId>
<artifactId>coldbits</artifactId>
<version>${version}</version>
</dependency>- check latest API version here
<repository>
<id>colddev-repo</id>
<url>https://repo.colddev.dev</url>
</repository>maven { url 'https://repo.colddev.dev/' }Cold Development ❄
