
Tiltified
A plugin that lets you track tiltify campaigns with support for Skript or other plugins to integrate it.
Features
- Fetch donations from Tiltify campaigns
- Skript support
Getting started
- 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
Commands
/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
Skript
on tiltify donation:
if event-campaign is "e618d0aa-e537-4d6e-aed2-b269c288a1dc":
if event-comment is not "":
broadcast "%event-donor% just donated $%event-donation% saying %event-comment%"
else:
broadcast "%event-donor% just donated $%event-donation%!"
Developer stuffGradle (Kotlin):
maven("https://maven.femboys.tech/releases")
implementation("me.iris:tiltified:1.0.0")
Maven:
<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>
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 26.1.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as Tiltified-1.0.0.jar — drop this file into the mods folder
- Download size: 1.8 MB
- Download link checked 7 Sept 2026 — working
These come from our own check of the pack file, not from the source page.