Tiltified
🟡 Updated this yearPreview

🔍 Analysis
- 🏆 #12 of 12 library mods in this game by downloads
📋 About This Mod
# 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 1. Go to https://app.tiltify.com/developers 2. Create an application 3. Put the client id and client secret of your application into the config 4. 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%!" ``` <details> <summary>Developer stuff</summary> ### Gradle (Kotlin): ```gradle maven("https://maven.femboys.tech/releases") ``` ```gradle implementation("me.iris:tiltified:1.0.0") ``` ### Maven: ```xml <repository> <id>astrofox-repository-releases</id> <name>Astrofox Repository</name> <url>https://maven.femboys.tech/releases</url> </repository> ``` ```xml <dependency> <groupId>me.iris</groupId> <artifactId>tiltified</artifactId> <version>1.0.0</version> </dependency> ``` </details>
# 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 1. Go to https://app.tiltify.com/developers 2. Create an application 3. Put the client id and client secret of your application into the config 4. Get the campaign id from your campaign and put it in the config
## Commands
`/campaign add
## 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 stuff
### Gradle (Kotlin):
```gradle
maven("https://maven.femboys.tech/releases")
```
```gradle
implementation("me.iris:tiltified:1. 0. 0")
```
### Maven:
```xml
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- Irisufus
- Version
- 1.0.0
- Downloads
- 8
- Endorsements
- 0
- Category
- library
- Created
- 7/25/2026
- Updated
- 7/5/2026
- Game Versions
- 26.1.2
- Tags
- library, technology, utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does Tiltified support?
The author lists 26.1.2. Other versions may work but are untested by the author.
What is the latest version of Tiltified?
Version 1.0.0, published 2026-07-05 with 8 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await