
ModsJava
QUIPT
QUIPT (Quick's Univeral Integrated Plugin Toolkit) is an ambitious project that aims to provide a handful of tools to both server owners and developers.
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
QUIPT 
QUIPT is a multi-module toolkit for Minecraft servers and developers. It provides:
- Paper and Fabric integration layers
- An embedded HTTP server (Jetty) for callbacks/resources
- Resource pack auto-updates via webhooks
- A Discord bot integration with plugin loading
- Developer APIs for events, registries, messaging, placeholders, and ephemeral advancements
Quick Links
- Overview: docs/OVERVIEW.md
- Installation: docs/INSTALLATION.md
- Configuration Reference: docs/CONFIGURATION.md
- Modules: docs/MODULES.md
- Developer Guide: docs/DEVELOPER.md
- Contributing: docs/CONTRIBUTING.md
Getting Started (Paper)
- Download a release from Modrinth or GitHub and place the JAR in plugins/.
- Start your server once to generate default configs.
- Edit configs under plugins/quipt-paper/ (see docs/CONFIGURATION.md).
- Restart the server. QUIPT will start the embedded web server and Discord bot if enabled.
Server Owner Features
- Resource Pack Management: Configure resources.json with your pack repo and server IP. Trigger updates via /resourcepack update or a webhook to http://:/resources/update/.
- Teleportation Management: Simple P2P teleports and configurable warps/homes.
Developer Features
- Events and Listeners: Ready-to-use listeners and an event system to hook into.
- Ephemeral Advancements: Send toast-like updates to players using Bukkit advancements under the hood.
- Embedded Web Server: Mount your own handlers at custom routes.
- Discord Integration: Post server status and extend via bot plugins.
Building From Source
- Requirements: Java 21, Git
- Windows PowerShell: .\gradlew.bat build
- Other platforms: ./gradlew build
- Artifacts are available under each module's build/libs directory.
Support and Community
Versioning
- See gradle.properties for project_version and supported_minecraft_versions.
License
- Copyright © QuickScythe.
- See repository license file for details.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21.9, 1.21.10, 1.21.11
- 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 paper-1.10.3-MC1.21.11-alpha.8.jar — drop this file into the mods folder
- Download size: 38 KB
- Download link checked 29 Aug 2026 — working
These come from our own check of the pack file, not from the source page.