PipeBlocker
# PipeBlocker
### A mod that protects against BleedingPipe by filtering ObjectInputStream
For more info, visit https://blog.mmpa.info/posts/bleeding-pipe.
# PipeBlocker
### A mod that protects against BleedingPipe by filtering ObjectInputStream
For more info, visit https://blog.mmpa.info/posts/bleeding-pipe.

When equiped the Carved Pumpkin is pink. Great for using as a “green” screen for UI screenshots.
This pack was originally made for Colourful containers (by Kingybu), but also works with every other resourcepack that changes the UI (Some examples: Recolourful Containers GUI + HUD, BeagleNF404’s UI Pack, Shrimp’s Immersive Interfaces, …)
Colourful containers and other custom GUI packs rarely use pink in their UI, which is why pink was chosen.
**Ingame usage**
1. Set GUI size to 3x
2. Put on the Carved Pumpkin block
3. Open any GUI
4. Take a screenshot using your preferred method
5. import the screenshot into Photoshop (Or another prefered software like Paint.net)
It is the cow from the PC Gamer Demo! But with a slightly modified logo and it uses the new cow texture from 1.14
(!) Server version: 1.16 – 1.21.11
(✔) Support: https://discord.com/invite/rZSDt7xykb (200+ Member)
DEVELOPED BY NITROPLUGINS
Partys is a lightweight plugin that adds a simple party system to your Minecraft server. Players can create and join parties to coordinate gameplay, chat privately, and stay connected across worlds. Designed for ease of use and minimal setup, it integrates smoothly with existing server configurations and supports a clean, intuitive experience. Ideal for survival, minigames, or any multiplayer environment where small group coordination enhances the fun.
🧾 PaperX – The Ultimate Banknote & Gem Currency Plugin for Minecraft
PaperX is a powerful and flexible Minecraft economy plugin that brings real-world money mechanics to your server. It allows you to create and manage custom banknotes and gem currencies, integrate experience rewards, and offer a fully configurable battle pass system — all while supporting Vault and PlaceholderAPI for maximum compatibility.
Perfect for RPG, economy, or survival servers looking to enhance player engagement and add a premium feel to in-game currency.
💡 Key Features
🏦 Custom Banknotes
Create tiered, stylized banknotes with unique names, colors, glowing effects, lore, and serial numbers.
Configurable denominations from $1 to $1000.
Right-click to redeem functionality.
Optional “elite” and “premium” tags for high-value notes.
💎 Gem Currency Support
Introduce a second virtual currency: Gems, with its own denominations and style.
Useful for premium shops, trades, battle passes, and custom economies.
Distinct glowing and lore options per gem tier.
🎚️ Fully Configurable – some on PREMIUM VERSION ONLY
Easily customize every denomination and gem in the config.yml.
Change item materials, glow effects, lore, serials, and more.
Define your own experience reward system tied to banknote values.
🧠 Leveling & EXP Integration – PREMIUM VERSION ONLY
Redeem notes to gain both money and experience points.
Experience rewards scale based on value tiers.
Leveling thresholds are fully editable, enabling player progression systems.
🎟️ Battle Pass System – PREMIUM VERSION ONLY
Enable an optional, configurable Battle Pass.
Players unlock free and premium rewards.
Customize colors, tiers, and gem cost for premium access.
Seasonal system with automatic expiration.
Command aliases
Aliases: /px, /gem, /craft, /bp, /pass
Premium addition: /battlepass GUI and /battlepass
🔐 Permissions
Permission Description
paperx.create Create money banknotes
paperx.create.gem Create gem notes
paperx.create.others Create notes for other players
paperx.redeem Allow players to redeem notes
paperx.reload Reload plugin config
paperx.spawnloc.money Spawn money at specific locations
paperx.spawnloc.gem Spawn gems at specific locations
paperx.gems.give / take / set / check Manage gem balances
paperx.gems.check View other players’ gem balances
Default values are OP where needed, and true for basic usage like redeeming.
✅ Dependencies
Vault (Required): For economy integration
PlaceholderAPI (Optional): For dynamic placeholders in messages and GUIs
Works with Paper, Bukkit, Spigot, and other compatible forks (API 1.20+)
🔧 Configuration Highlights
Modify banknote & gem denominations via config.yml
EXP reward scaling and leveling thresholds – PREMIUM VERSION ONLY
Battle Pass toggle, UI colors, premium cost, and season end date – PREMIUM VERSION ONLY
Customizable plugin messages and prefix
📌 Use Cases
Enhance your in-game economy with tangible, tradeable currency
Add immersive lore and aesthetics to your server’s economy
Create donation or premium systems using gem currencies
Reward players with experience via redeemable notes – PREMIUM VERSION ONLY
Launch limited-time seasonal battle passes – PREMIUM VERSION ONLY
👤 Author
Created by: Mateitaa1
📧 Need help or want to suggest a feature? Contact via Discord
Heya! Lookin for the premium version? find it at sc.aplications.ro in the plugins section | It may take a lot for it to load dont worry! This plugin works best with: GensProY found in the org profile!

**Картины для всех, даром, и пусть никто не уйдёт обиженный!**
– RU: Дело было вечером, делать было нечего… Вот и решил сделать ресурспак с оригинальными и слегка изменёнными вариантами картин в высоком разрешении, пару картин пришлось переделывать вручную. Версия для бедрока в Телеге
> В данный момент веду поиск вариаций в высоком разрешении таких картин как:
> 1. Baroque
> 2. Bouquet
> 3. Sunflowers
> 4. Cavebird
> 5. Fern
**Paintings for everybody, free, and nobody will go away unsatisfied!**
– ENG: It was evening, there was nothing to do… So I decided to make a resource pack with original and slightly modified versions of the paintings in high resolution, a couple of the paintings had to be redone manually. Version for bedrock in Telegram
> Currently searching for high resolution variations of such paintings as:
> 1. Baroque
> 2. Bouquet
> 3. Sunflowers
> 4. Cavebird
> 5. Fern

Ornithe Standard Libraries (OSL) provides tools for modding with Ornithe.
## Libraries
### Core API
The Core API provides common utilities used by other modules, such as an events system and registries.
### Branding API
This module patches the title screen with mod loader information in 16w05a and below, emulating what you would see in 16w05b and above. This is done by parsing the run args for the `versionType` option.
### Config API
The Config API provides a framework for building and storing mod configs.
### Entrypoints API
The Entrypoints API allows mod developers to submit entrypoints that are called before the game is initialized.
### Keybinds API
The keybinds API provides events for registering keybinds.
### Lifecycle Events API
The Lifecycle Events API provides events to track the lifecycle of the Minecraft client and server.
### Networking API
The Networking API provides a framework for client-server communication.
### Resource Loader API
The Resource Loader API allows mods to load their own resources into the game.
## Information for developers
Our Ploceus gradle plugin provides helper methods for adding OSL dependencies to your projects:
“`groovy
dependencies {
…
ploceus.dependOsl(‘0.17.1’)
}
“`
You can also add dependencies on individual OSL modules:
“`groovy
dependencies {
…
ploceus.dependOslModule(‘0.17.1’, ‘core’)
ploceus.dependOslModule(‘0.17.1’, ‘entrypoints’)
}
“`
# SUPPORTS LITERALLY EVERY SINGLE VERSION FROM ALPHA 1.2.2 TO 1.21.8
this is not a joke lol it actually works on every version that has texture/resource packs
on versions from 1.8 to 1.20.1 ignore the “incompatible made for a newer version” warning
there’s no way for me to get rid of that warning but it does work on those versions

really simple pack that just adds outlines on the ores. ik its been done a billion times but i did it again lol

the ore is like compacted so it doesn’t touch the outlines to make it not blend together


## A resource pack that makes spotting ores in dark caves much easier.

### My other projects