MrUltimateLottery
*Older versions are not and will not be supported*
# *YOU CAN FIND THE PLUGIN DESCRIPTION AS TEXT BELOW*




# MrUltimateLottery
⚠️ **Dependency:** This plugin requires **Vault** to function.
MrUltimateLottery is a fully customizable **automatic lottery system** for Minecraft servers.
Lotteries start automatically at a specific hour or at repeating intervals. Players can purchase tickets during the active period, and when the timer ends a winner is selected.
Perfect for adding an engaging economy-based feature to your server.
—
## Features
– Automatic lottery start at configured times
– Support for repeating lottery intervals
– Player ticket purchasing system
– Fully configurable ticket price
– Customizable GUI menu
– Economy integration using **Vault**
– Player statistics tracking
– Placeholder support
– Admin commands to control the lottery
—
## Main Menu Preview
The plugin provides a simple GUI where players can:
– Buy lottery tickets
– View their ticket count
– Check their winning chance
– See the current lottery status
– Refresh the lottery information
—
## Placeholders
You can use these placeholders with placeholder plugins such as PlaceholderAPI.
“`
%mrultimatelottery_status% – Returns inactive or active
%mrultimatelottery_participants% – Returns the current participants in the active lottery
%mrultimatelottery_time_left% – Returns the time remaining until the lottery ends
%mrultimatelottery_ticket_price% – Returns the current price of one ticket
%mrultimatelottery_total_tickets% – Returns the current number of tickets in the lottery
%mrultimatelottery_player_tickets% – Returns the player’s ticket count
%mrultimatelottery_player_wins% – Returns the player’s total wins
%mrultimatelottery_player_win_rate% – Returns the player’s chance to win the lottery
“`
—
## Commands
“`
/lottery gui – Opens the lottery menu
/lottery buy – Buy lottery tickets
/lottery stats – Shows player lottery statistics
/lottery status – Displays current lottery information
/mul start – Force start a lottery
/mul stop – Stop the current lottery
/mul reload – Reload plugin configuration
“`
—
## Permissions
“`
mrultimatelottery.maxtickets.
Allows a player to purchase a defined maximum number of tickets.
mrultimatelottery.gui
Allows access to /lottery gui
mrultimatelottery.stats
Allows access to /lottery stats
mrultimatelottery.stats.others
Allows viewing stats of other players
mrultimatelottery.status
Allows access to /lottery status
mrultimatelottery.admin
Allows access to all /mul admin commands
“`
Movie Sounds
A resourcepack to bring some of the Minecraft movie sounds to the normal game..
– FLINT AND STEEL (Extended Version) by EpochGD over Chirp
– Water bucket
– Flint and steel
– The nether (going through portal)
– The overworld (entering portal)
– Enderpearl
– Chicken
– Iron Golem
– Cave ambience
– Fuse and explosion
> # How to install
>
– **1:** Download Movie Sounds.zip
– **2:** Go to %appdata%
– **3:** Copy the .zip file to /Roaming/.minecraft/resourcepacks
– **4:** Load Minecraft and select the Movie Sounds Pack
> # FAQ:
>
– **Q:** Does this work with my resource pack?
**A:** Yes.
– **Q:** Do I need any mods to use this?
**A:** No.
If you have any questions mail me: [email protected]
Movie Portal
## A simple texture pack to replace the Nether Portal for the Minecraft Movie Portal.
> # How to install
>
– **1:** Download Minecraft Movie Portal.zip
– **2:** Go to %appdata%
– **3:** Copy the .zip file to /Roaming/.minecraft/resourcepacks
– **4:** Load Minecraft and select the Minecraft Movie Portal Texture Pack
> # FAQ:
>
– **Q:** Does this work with my resource pack?
**A:** Yes.
– **Q:** Do I need any mods to use this?
**A:** No.
MoneypluginPRO
MoneyPlugin
Modern economy plugin for Paper, Spigot, and Purpur servers with shops, auction house, balance system, and utility GUIs.
Features
Player economy system
GUI shop menus
Auction House (/ah)
/bal, /baltop, and /pay
Item destroy GUI
PlaceholderAPI support
Fast and lightweight
The /shop items and prices can be fully edited in config.yml.
PlaceholderAPI
%moneyplugin_balance%
%moneyplugin_balance_raw%
Supported Versions
1.20+
Moin Leute Trymacs hier – Laserluca
**Deutsch**
Dieses Ressourcenpaket fügt den “Moin Leute Trymacs hier” Soundeffekt ein, wenn man sich einem Creeper nähert. Dieser Sound ist aus dem Minecraft Let´s play “Minecraft mit Luca” Staffel 1 von dem YouTuber Laserluca bekannt, weil er diesen Sound immer hinzugefügt hat, wenn ein Creeper da war. Dieses Pack fügt diesen Sound automatisch dazu, wenn ein Creeper zündet. Es dient hauptsächlich zu nostalgiezwecken. Diese Version der Mod funktioniert für alle Minecraft Versionen.
**English**
This resource pack adds the “Moin Leute Trymacs hier” sound effect when approaching a Creeper. This sound is known from the Minecraft Let’s play “Minecraft mit Luca” season 1 by the YouTuber Laserluca, because he always added this sound when a Creeper was there. This pack automatically adds this sound when a Creeper ignites. It is mainly for nostalgia purposes. This version of the mod works for all Minecraft versions.
legacy-lwjgl3
# legacy-lwjgl3
A mod for Ornithe to run old versions of Minecraft with lwjgl3.
### Usage
#### Configuration
The mod offers optional configuration options via system properties or
environment variables.
A list of currently available options is provided below.
| Property Name | Environment variable name | Description |
|———————————————–|———————————————–|——————————————————|
| `legacy_lwjgl3.use_sdl` | `LEGACY_LWJGL3_USE_SDL` | Use SDL3 instead of GLFW for window & input handling |
### Unstable versions (CI)
Bleeding-Edge versions can be found in the Actions tab of the repository: https://github.com/moehreag/legacy-lwjgl3/actions.
### Building
This mod can be built using `./gradlew build`, jars can then be found at `build/libs/`.
### Dev
This mod is published to AxolotlClient’s maven, located at https://maven.axolotlclient.com.
“`kotlin
repositories {
maven(“https://maven.axolotlclient.com/releases”)
//maven(“https://maven.axolotlclient.com/snapshots”) // for unstable versions, optional
}
dependencies {
modImplementation(“io.github.moehreag:legacy-lwjgl3:“)
}
“`
### IME support for other mods
This mod provides IME preedit overlay functionality. If other mods provide independent text field implementations
they will not integrate with IME by default. legacy-lwjgl3 publishes a small API package which allows other mods
to integrate with IME input.
“`kotlin
repositories {
maven(“https://maven.axolotlclient.com/releases”)
//maven(“https://maven.axolotlclient.com/snapshots”) // for unstable versions, optional
}
dependencies {
modImplementation(“io.github.moehreag.legacy-lwjgl3:api:“)
}
“`
### Contributing
Contributions are welcome! Due to the project structure and its goal to support as many Minecraft versions
as possible working with the codebase is not trivial. If you are interested in contributing and need
assistance please join our Discord server
### Credits
This mod is forked from the version for legacyfabric authored by Zarzelcow: https://github.com/Zarzelcow/legacy-lwjgl3.
It is based on lwjgl2 and a forge mod by gudenau: https://github.com/gudenau/MC-LWJGL3.
Additional Credits to:
– The OrnitheMC Project: https://ornithemc.net
– Contributors to this mod, especially: Floweynt
Mods Type Checker
# ModsChecker
CLI tool to audit Minecraft mods and flag client-only mods. It scans a `mods` folder, calculates hashes, and queries Modrinth and CurseForge to classify mods.
## Features
– Modrinth lookup by SHA1.
– CurseForge lookup by fingerprint (batch request).
– Metadata detection from `fabric.mod.json`, `META-INF/mods.toml`, `mcmod.info`.
– Client-only classification + heuristics.
– Console summary and optional JSON report.
– English/Russian output.
## Requirements
– Runtime: Java 8 to 25.
– Build: JDK 17+ (Gradle 8.x requirement).
## Build
“`bash
./gradlew build
“`
Resulting fat-jar:
“`
build/libs/modschecker-1.0.0.jar
“`
## Run
“`bash
java -jar modschecker-1.0.0.jar
“`
## Example output

## Configuration file
On first run, a `modschecker.properties` file is created next to the jar (or in the working directory).
Example:
“`properties
modsDir=./mods
curseforgeApiKey=
gameId=432
verbose=false
jsonOutput=
language=ru
pauseOnExit=true
“`
## CLI options
– `–modsDir `: Mods folder (default `./mods` next to the jar or cwd).
– `–curseforgeApiKey `: API key (or env `CURSEFORGE_API_KEY`).
– `–gameId `: Default `432` (Minecraft).
– `–jsonOutput `: Save JSON report.
– `–verbose`: Print extra diagnostics.
– `–language `: `ru` or `en`.
– `–pause`: Wait for Enter before exit (default on Windows).
– `–noPause`: Do not wait for Enter.
## Classification rules
A mod is considered client-only if:
– Modrinth `client_side=required` and `server_side=unsupported` (client required), or
– Modrinth `client_side=required` and `server_side=optional` (client preferred).
If Modrinth data is not available, a heuristic is used based on keywords in mod names.
## Notes
– CurseForge is used for identification only (no explicit client/server flags).
– No infinite retries or loops; HTTP timeouts are used.
Mod Menu Ornithe
Bringing Mod Menu to legacy Minecraft versions through Ornithe!
Requires Ornithe Standard Libraries.

ModernBosses
🛡️ ModernBosses: The Ultimate Boss Experience
ModernBosses is a high-performance, feature-rich Minecraft plugin designed to transform your server’s combat experience. Tired of the same old vanilla bosses? ModernBosses brings a new era of challenging encounters, unique mechanics, and epic rewards to your world.
Whether you are running a Survival, RPG, or Factions server, ModernBosses provides the tools you need to create unforgettable battles that will keep your players on the edge of their seats
✨ Key Features
🔥 Advanced AI & Skills: Bosses aren’t just “mobs with high HP.” They use custom-coded abilities, ranging from area-of-effect spells and teleportation to summoning minions and environmental hazards.
📊 Dynamic Boss Bars: Fully customizable boss bars that track health in real-time with smooth animations and color-coded phases.
💎 Custom Loot Tables: Reward your champions with unique items. Supports custom NBT tags, enchanted gear, and even economy-based rewards (requires Vault).
🛠️ Effortless Configuration: Everything is tweakable. Adjust health, damage, speed, skills, and spawn rates through a simple and organized YAML configuration.
🌍 Intelligent Spawning: Set specific biomes, dimensions, or custom coordinates for bosses to appear. You can also trigger bosses via craftable “Summoning Shards.”
⚡ Optimized Performance: Built with performance in mind. ModernBosses uses asynchronous tasks and optimized entity handling to ensure zero lag, even during intense fights.
🕹️ Modern Mechanics
What makes this plugin “Modern”?
Phase-Based Combat: Bosses can change their behavior and skills as their health drops.
Interactive Environments: Some bosses can manipulate the blocks around them or use the weather to their advantage.[2]
Multi-Stage Rewards: Loot is distributed fairly based on damage dealt or participation, preventing “loot stealing.”
📜 Commands & Permissions
Command Description Permission
/boss TYPE… boss.admin
🚀 Installation
Download the ModernBosses.jar file.
Drop it into your server’s plugins folder.
Restart your server.
⭐ Why Choose ModernBosses?
We believe that every server deserves a legendary challenge. ModernBosses is constantly updated with new skills, better optimization, and community-requested features. Join the hunt today!
Modern Textures
Backports textures from modern Minecraft to 1.2.5 and older.
The “No Mojang” version doesn’t replace the Mojang startup logo. The size of the modern image causes