Language

Tiltified

Tiltified

Modrinth

A plugin that lets you track tiltify campaigns with support for Skript or other plugins to integrate it

3 downloads updated 1mo ago
latest v1.0.0 Modrinth
Paper 26.1.2 – 26.1.2 LibraryTechnologyUtility

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%!"
Developer stuff

Gradle (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>

Versions

Release
1.0.0
paper · 26.1.2 · 1mo ago
# Features - Tracking Tiltify campaigns - Bukkit event for when a donation is received - Skript support
3

Comments 0

No comments yet. Be the first to share your thoughts.

FAQ

How do I install Tiltified?

Download the file for your Minecraft version and loader from this page, then drop the .jar into your mods (or plugins) folder and launch the game.

Is Tiltified free?

Tiltified is free to download on Modgrid — we link straight to the official source, no paywall or bundled installer.

Which Minecraft versions does Tiltified support?

Works with Paper. Supports versions 26.1.2–26.1.2. See the download section on this page for the full list of supported versions and loaders.

Download Tiltified

Files are served directly from the original source. Modgrid does not host or modify them.