QUIPT

# QUIPT [![Quipt](https://github.com/Quipt-Minecraft/quipt/actions/workflows/gradle-publish.yml/badge.svg)](https://github.com/Quipt-Minecraft/quipt/actions/workflows/gradle-publish.yml)
[![available on github](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/github_vector.svg)](https://github.com/QuickScythe/QUIPT)
[![available on Modrinth](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/modrinth_vector.svg)](https://www.modrinth.com/plugin/QUIPT)
[![discord](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/social/discord-singular_vector.svg)](https://discord.gg/EhfMJmjTXh)
[![paper](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/paper_vector.svg)](https://papermc.io/downloads/paper)
![bukkit](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/bukkit_vector.svg)
![fabric](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/fabric_vector.svg)

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)
1) Download a release from Modrinth or GitHub and place the JAR in plugins/.
2) Start your server once to generate default configs.
3) Edit configs under plugins/quipt-paper/ (see docs/CONFIGURATION.md).
4) 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
– Discord: https://discord.gg/EhfMJmjTXh
– Issues: https://github.com/Quipt-Minecraft/quipt/issues

Versioning
– See gradle.properties for project_version and supported_minecraft_versions.

License
– Copyright © QuickScythe.
– See repository license file for details.

🗿QuiltGoSlightlyFasterLol🗿

Replaces KnotClassDelegate.getRawClassByteArray with a version that uses libdeflate so it goes slightly faster lmao.

Supported platforms:
* aarch64-linux-gnu
* aarch64-macos-none
* i386-linux-gnu
* i386-windows-gnu
* powerpc64le-linux-gnu
* x86_64-linux-gnu
* x86_64-macos-none
* x86_64-windows-gnu

Quieter pistons

A resource pack that makes pistons quieter, to reduce noise while standing close to redstone contraptions.

QuickWarp

# QuickWarp

A simple PaperMC plugin that allows players to switch between dimensions using commands.

This is mostly for Minecraft Survival servers with many players on the same map in maybe a Lifesteal, Hardcore or Factions setup basically removing the hastle of end portals and portal trapping/portal crashing by directly teleporting a player to the dimension.

## Installation
To install QuickWarp on your PaperMC server, follow these steps:

1. Download the latest release from the [Releases](https://github.com/YourUsername/QuickWarp/releases) page.
2. Place the downloaded JAR file into the `plugins` folder of your PaperMC server.
3. Restart the server.

## Commands

– `/qw overworld`: Teleports the player to the Overworld.
– `/qw nether`: Teleports the player to the Nether.
– `/qw end`: Teleports the player to the End.

If a player is already in the dimension they attempt to teleport to, an error message will be displayed in the chat.

## Configuration
The `config.json` is quite simple.
“`json
{
“permission”: true,
“errorMSG”: “You are already in this dimension.”,
}
“`
– `errorMSG`: Changes the message that is displayed in chat when a player runs a command for a dimension they are already in.
– `permission`: If set to `true` then plugin will check for OP perms on the player, in other words if set to `true` only OP players can use it if set to `false` all players can use it.

## Future Features
Features I wish to implement, if you’re a paper dev then feel free to help.

1. Allow for setup of pre-determined waypoints that can be named and warped to.
2. Make a UI for warping (maybe).
3. Add a particle effect on warp.
4. Add temporary damage immunity on warp.

These will all be added (except maybe number 2 most coz I’m a bad developer and I think making a GUI will kill the point of the plugin being a fast means of travel).
## Compilation
If you wish to compile QuickWarp yourself, follow these commands based on your operating system:

**Windows Commands:**
“`batch
gradlew clean
gradlew build
“`

**Linux Commands:**
“`shell
./gradlew clean
./gradlew build
“`

## Contribution
If you’d like to contribute to QuickWarp, follow these steps:

1. Fork the repository.
2. Make the desired changes.
3. Submit a pull request,

## Credits


QuarryPlugin

### ⚒️ QuarryPlugin — Automated Mining, Done Right
Always wanted a BuildCraft-style quarry in vanilla survival?

> Automate mining, respect protections, and manage your resources effortlessly.
>
> A smart, survival-friendly quarry system that lets players build and control self-running mines — complete with storage detection, pause/resume controls, and permission-based limits.

️ Screenshots

Quarry shaft
![Shaft](https://i.imgur.com/fPxrnXO.png)

Quarry setup
![Active Quarry](https://i.imgur.com/iZpIx2p.png)

### ✨ Key Features

**⛏️ Automated Mining**
– Automatically digs down in a rectangular area
– Mines from surface to bedrock (Y=-60)
– Collects all blocks and stores in nearby chests
– Smart chest detection (searches 5 blocks radius, 2 blocks vertical)
– Respects block hardness for realistic mining speed

**Visual Effects**
– Particle Mode: Beautiful particle beams showing mining progress
– Fence Mode: Classic BuildCraft-style fence posts
– Multiple particle types supported (END_ROD, FLAME, LAVA, ELECTRIC_SPARK, etc.)
– Block crack animations while mining
– Lava particles and smoke effects at dig site
– Orange concrete scaffolding roof marks quarry area

**Ownership & Protection**
– Quarries are tied to player ownership
– Only owners (or OPs) can break quarries
– Protected from griefing
– Quarries pause when owner logs off
– Survives server restarts

**Statistics Tracking**
– Total blocks mined per player
– Ore-specific breakdowns (diamonds, emeralds, gold, iron)
– Quarries created and completed
– Most mined block type
• Server-wide leaderboards

**Performance Optimized**
– TPS protection – automatically slows during server lag
– Smart chunk loading – skips unloaded chunks
– Chest caching – reduces lookup overhead
– Batch processing option for faster mining
– Configurable everything for your server’s needs

**Highly Configurable**
– Adjustable mining speed
– Custom particle effects
– Size limits
– Hardness multipliers
– Silk touch mode
– And much more!

# How to Build a Quarry

Place 4 redstone torches forming a rectangular corner.
Craft or obtain your Quarry Furnace (has “Quarry Block” lore).
Place it outside the torch area but next to one torch.
Watch the quarry dig automatically.
Place chests adjacent to the furnace to collect resources.
Right-click the furnace to pause or resume at any time.

> Quarries pause automatically when they hit bedrock, fill all chests, or when the player is offline.

## Commands

/quarry
Show help menu and your quarry count
quarry.user.number.#

/quarry stats
View your personal mining statistics
quarry.user.number.#

/quarry top
View server-wide leaderboard of top miners
default

/quarryadmin list
List all active quarries on the server
quarry.admin

/quarryadmin remove
Remove a specific quarry by its UUID
quarry.admin

/quarryadmin reload
Reload all quarry data and configuration
quarry.admin

# ⚙️ Configuration

“`

**Basic Settings**
tickspeed: 5 # Lower = faster (ticks between mining)
hardness: 1.0 # Mining speed multiplier
silktouch: false # Use silk touch on all blocks
consumefuel: false # Require fuel (not yet implemented)

**Performance Settings**
performance:
use-particles: true # Particle mode vs fence mode
smart-chunk-loading: true # Skip unloaded chunks
cache-chests: true # Cache chest locations
chest-cache-time: 20 # Seconds between rescans
particle-view-distance: 100 # Render distance
max-quarry-size: 64 # Maximum dimensions
batch-processing: false # Mine multiple blocks per tick
batch-size: 3 # Blocks per batch

**Visual Settings**
visuals:
particle-types:
– END_ROD
– LAVA
show-marker-particle: true # Happy particles at dig
beam-duration-ticks: 40 # Guardian beam duration

# TPS Protection
tps-protection:
enabled: true # Auto-adjust on lag
threshold: 18.0 # TPS threshold
slow-mode-multiplier: 4 # Slowdown amount

“`

# Default Recipe
![recipe](https://imgur.com/PpnhDDo.png)

[W] [D] [W]

[D] [F] [D]

[W] [D] [W]

D = Diamond Block
F = Furnace
W = Oak Planks
Result: Quarry Furnace

Quarry Behavior
Auto-Pause Conditions:
– All nearby chests are full
– Owner logs off the server
– Reaches bedrock or Y ≤ -60
– Protection plugin denies access Mining Pattern:
– Mines layer by layer from top to bottom
– Skips air and liquids efficiently
– Respects block hardness for realistic timing
– Visual indicator shows current mining position

Storage System:
– Searches up to 10 blocks in each direction for chests
– Automatically deposits items into available chests
– Pauses when all storage is full (resume by emptying chests)

Visual Modes

Particle Mode (use-particles: true)
– Client-side fake blocks – zero server lag
– Smooth particle beams from roof to dig site
– Multiple particle types for custom effects
– Block crack animations
– Lava and smoke effects

Fence Mode (use-particles: false)
– Classic BuildCraft visual style
– Fake client-side fence posts
– Orange concrete “drill bit”
– Still no server lag – all client-side!

Supported Particle Types:
END_ROD, FLAME, SOUL_FIRE_FLAME, LAVA, ELECTRIC_SPARK, REDSTONE, VILLAGER_HAPPY, GUARDIAN_BEAM (special), and more!

## Statistics & Leaderboards

Track your mining progress with detailed statistics:

Personal Stats (/quarry stats):
– Total blocks mined
– Quarries created & completed
– Valuable ores found
– Most mined block type
– Detailed ore breakdown

Leaderboards (/quarry top):
– Top 10 miners by total blocks
– Compete with other players
– Medal system for top 3

## Permissions
– quarry.user.number.1 – Allow 1 quarry
– quarry.user.number.3 – Allow 3 quarries
– quarry.user.number.10 – Allow 10 quarries
– quarry.admin – Admin commands (/quarryadmin)

Note: OPs have unlimited quarries and can break any quarry

## Advanced Features

TPS Protection
Automatically slows quarries when server TPS drops below threshold
– Prevents lag during high server load
– Configurable threshold and slowdown multiplier
– Automatic recovery when TPS improves

Smart Chunk Loading
Skips mining in unloaded chunks to prevent force-loading
– Important for large quarries (64×64+)
– Reduces chunk load/unload cycles
– Resumes when chunks load naturally

Chest Caching
Remembers chest locations to reduce lookups
– Only rescans when current chest is full
– Configurable cache duration
– Supports chest detection 5 blocks radius, 2 vertical

Batch Processing
Mine multiple blocks per tick for faster operation
– Disabled by default for safety
– Only activates when TPS > 19
– Configurable batch size

## Technical Details

Requirements:
– Minecraft 1.20+ (Paper/Spigot/Purpur)
– Java 21+

Performance:
– Uses client-side visual effects (no block updates)
– Efficient chest detection algorithm
– Smart position advancement
– Minimal memory footprint
– Async-safe statistics tracking

Data Storage:
– quarries.yml – Active quarry data
– quarry-stats.yml – Player statistics
– Auto-saves every 5 minutes
– Saves on shutdown

Compatibility:
– Works with protection plugins (WorldGuard, GriefPrevention, etc.)
– Fires BlockBreakEvent for plugin compatibility
– Respects cancelled break events

## Installation

1. Download the latest QuarryPlugin.jar
2. Place in your server’s plugins folder
3. Restart your server
4. Configure config.yml to your preference
5. Set up permissions for your players
6. Enjoy automated mining!

Example Statistics Output

**Quarry Statistics**

⛏️ Total Blocks Mined: 15.3K

️ Quarries Created: 3

✅ Quarries Completed: 1

Valuable Ores: 47

Most Mined: Stone (12.1K)

Ore Breakdown:
Diamonds: 12

Emeralds: 5

Gold: 18

Iron: 234

===============================

## Support & Updates

Found a bug? Report it in discord!
Have a suggestion? I’d love to hear it!
Need help? Ask questions here!

⭐ If you enjoy this plugin, please leave a review! ⭐

Version 3.0.3 | Last Updated: December 2025

Need Help?

Documentation: Coming soon

Support Discord: https://discord.gg/G3Z92THjPh

Source Code: Currently Private

⚒️ QuarryPlugin — Automate the digging!

PvP particles

Most particles will have a yellow background. The only exceptions are :
– Strength (orange)
– Slowness (greenish)
– Regeneration (red)
– Weakness (dark greenish)
– Luck (green)
– Fire resistance (orange)
– Water breathing (green)
– Swiftness (flashy green)
– Poison (greenish)

Every other potion effect are yellow tints.

PVP Hittracking

This project adds a lightweight, client-side hit tracker for PvP. It displays in real time how many hits you have landed and how many hits your opponent has landed. The counter updates instantly during fights and is designed to be unobtrusive so it does not block gameplay. The UI is fully draggable using the /hittracker customize command, letting you position elements anywhere on the screen. The layout is resilient to different HUD sizes and supports clear numeric and visual feedback so you can track combos and exchanges at a glance.(with _**/hittracking**_ you can activate the tracking.) Additional it adds a custom hud wich is toggleble with **/customhud _(fps,edit,ping,ram,keystroke)_**
## (keybind : H)

![Menu](https://cdn.modrinth.com/data/cached_images/9d605598db212f7ae7725a9c1c3de6d4a602acd1_0.webp)

![Hittracker](https://cdn.modrinth.com/data/cached_images/36f9b02693bf87b3728b3c98a3536cb1b4c3ec64.png)

![Visualizer](https://cdn.modrinth.com/data/cached_images/20678fdf7929ffe27b21de6f49e1de48a7c26f25.png)

PvP Crosshair

PvP crosshair is a really simple resource pack to bring back one of the most used crosshair when PvPing back then. Simply add it above any other resource pack you think may also change the crosshair and enjoy!

Also available in [Crosshairs Collection](https://modrinth.com/resourcepack/croco)

Primeval Music

![pm](https://cdn.modrinth.com/data/cached_images/7e163de60ba2627099be2b3faf8d857e25ebd862_0.webp)

**8 new tracks replacing Minecraft’s music**

**Subtle, Atmospheric, Non intrusive music For a completely new minecraft experience!**

**Add a brand new atmosphere to your minecraft modpack Fits perfect with any type of modpack**

**Unique copyright free music**

## Preview playlist

# ALSO TRY

![HAM E](https://i.ibb.co/gZbFxYdC/echoes-banner.png)

https://modrinth.com/resourcepack/horror-ambience-music-echoes

https://www.curseforge.com/minecraft/texture-packs/horror-ambience-music

![HAM FT](https://wsrv.nl/?url=https%3A%2F%2Fi.ibb.co%2FGfn9P4J0%2Ftunes-banner.png&n=-1)

https://modrinth.com/resourcepack/horror-ambience-music-2-forgotten-tunes

https://www.curseforge.com/minecraft/texture-packs/horror-ambience-music-forgotten-tunes

![MMR](https://wsrv.nl/?url=https%3A%2F%2Fi.ibb.co%2F0jm08hxq%2FUntitled-design-2.png&n=-1)

https://modrinth.com/resourcepack/music-remastered-mmr

https://www.curseforge.com/minecraft/texture-packs/minecraft-music-remastered-streamer-friendly

# SPONSOR

![Sponsor](https://i.ibb.co/0Mxx23C/Sponsor.png)

Get 15% Off you’re first month with Kinetic Hosting at https://billing.kinetichosting.net/aff.php?aff=80

CODE:Jrinc

Pride Pack Legacy

# Pridepack Legacy

![Modrinth Downloads](https://img.shields.io/modrinth/dt/i41V4GAy?logo=modrinth&label=Modrinth%20downloads&color=%231bd96a&style=for-the-badge) ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/pridecraft-studios/pridepack-legacy/total?style=for-the-badge&logo=github&label=Github%20Downloads) ![GitHub commit activity](https://img.shields.io/github/commit-activity/t/pridecraft-studios/pridepack-legacy?style=for-the-badge&logo=github)

This is Pride Pack Legacy, a Resource Pack made by [Pridecraft Studios](https://pridecraft.gay). It comes with many LGBT Pride additions, such as paintings, beds, mobs and Main Menu changes. This version of the pack specifically targets legacy versions of the game.

## Donate

You can support the developers of Pridecraft Studios by donating on Patreon

[![patreon](https://github.com/intergrav/devins-badges/blob/v3/assets/cozy/donate/patreon-plural_64h.png?raw=true)](https://donate.pridecraft.gay)

## Screenshots

![Pridepack Legacy Banner](https://cdn.modrinth.com/data/i41V4GAy/images/aa4795fdd581afe91b55729e7608f87e147ca3bc.png)

![The Lie – A screenshot of a cake with Pridepack Legacy’s textures](https://cdn.modrinth.com/data/i41V4GAy/images/507c8af6ef85d7882547ae34a1436985808868d8.png)

![Bedroom – A screenshot of a bedroom with Pridepack Legacy’s textures](https://cdn.modrinth.com/data/i41V4GAy/images/89380abdc38615fb7d982a42221a938c61c02fea.png)

![Gallery – A screenshot with some of the paintings present in Pridepack](https://cdn.modrinth.com/data/i41V4GAy/images/61149dab92692ea06f674e5df508eb18cf6b684c.png)

## Who

Pridecraft Studios is a collective modding group that creates resource packs, tooling, and our flagship mod, Joy. Our team of volunteers strive to create prideful content for the diverse Minecraft community <3. We target both Java and Bedrock editions, hoping to create memorable experiences for you. ## Other Downloads [![Download on Modrinth](https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/compact-minimal/available/modrinth_46h.png)](https://modrinth.com/project/pridepack-legacy) [![Check out the GitHub](https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/compact-minimal/available/github_46h.png)](https://git.pridecraft.gay/pridepack-legacy) ## Socials [![Join our Discord](https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/compact/social/discord-plural_46h.png)](https://discord.pridecraft.gay) [![Chat with us on Mastodon](https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/compact/social/mastodon-plural_46h.png)](https://tech.lgbt/@pridecraft) [![Watch us on Youtube](https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/compact/social/youtube-plural_46h.png)](https://youtube.com/@pridecraftstudios) [![Chat with us on Bluesky](https://badger-api-staging.worldwidepixel.ca/compact?gradientStart=00A5E4&gradientEnd=0076B1&lineOne=Chat%20with%20us%20on&lineTwo=Bluesky&colourOne=FFFFFF&colourTwo=FFFFFF&iconUrl=https://raw.githubusercontent.com/OzzyCzech/bluesky-icon/main/dist/bluesky-icon.white.png)](https://bsky.app/profile/pridecraft.gay) [![Check out our Instagram](https://badger-api-staging.worldwidepixel.ca/compact?gradientStart=BA5353&gradientEnd=61003D&lineOne=Check%20out%20our&lineTwo=Instagram&colourOne=FFFFFF&colourTwo=FFF&iconUrl=https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/instagram-white-icon.png)](https://instagram.com/pridecraftstudios)

Pridepack by Pridecraft Studios is licensed under CC BY-SA 4.0