A plugin that lets you track tiltify campaigns with support for Skript or other plugins to integrate it.
- Fetch donations from Tiltify campaigns
- Skript support
- Go to https://app.tiltify.com/developers
- Create an application
- Put the client id and client secret of your application into the config
- Get the campaign id from your campaign and put it in the config
/campaign add <campaignId>
- Add a campaign to get donations from
/campaign remove <campaignId>
- Remove a campaign
/campaign start <campaignId>
- Start fetching donations from a campaign
/campaign stop <campaignId>
- Stop fetching donations from a campaign
Developer stuff
maven("https://maven.femboys.tech/releases")implementation("me.iris:tiltified:1.0.0")<repository>
<id>astrofox-repository-releases</id>
<name>Astrofox Repository</name>
<url>https://maven.femboys.tech/releases</url>
</repository><dependency>
<groupId>me.iris</groupId>
<artifactId>tiltified</artifactId>
<version>1.0.0</version>
</dependency>