FrPass

⭐ — (2 endorsements) 📥 58 downloads 📌 v0.4.0 📅 8/4/2026
🟡 Updated this year

By Tandstik · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 8/19/2026 📅 Created: 8/4/2026

🔍 Analysis

  • 🏆 #458 of 1080 bukkit mods in this game by downloads

📋 About This Mod

# FOR BUG REPORTS: (https://report.fraio.cc/) !(https://cdn.modrinth.com/data/cached_images/490fb050966881f030749a0185815332b2c6fc9b.webp) (https://cdn.modrinth.com/data/cached_images/87fba59c2874d6e9265b5ec79d6cd30d2363e82a.webp)](https://fraio.cc/discord) <details> <summary>Text Version</summary> # FrPass **A next-generation, packet-based Battlepass & Quests plugin for your Minecraft server.** Immune to traditional bugs, designed for the absolute best experience. --- ## Features ### Premium Gifting `` Players with Premium Battlepass can gift Premium status to other players using: ```text /frpass gift <player> ``` Supports configurable costs such as: * Vault Money * Pass XP * Pass Level Premium status and transfer toggles can be fully configured to fit your server's economy. --- ### Quest Reroll System `` Interactive Quest Reroll mode built directly into the Quests GUI. Players can: * Enter a reroll session directly inside the Quests GUI * Select their configured quest limits * Receive glowing selection feedback * Replace active quests instantly --- ### Premium Ticket Item `` Introducing the **physical Premium Ticket**. Server administrators can give out physical ticket items that grant access to the **Premium Battlepass**. Players can: * Purchase tickets from your server store * Trade tickets with other players * Drop tickets * Give tickets to other players A simple **right-click instantly unlocks the Premium track**. Admins can give tickets using: ```text /frpassadmin giveticket <player> <amount> ``` --- ### Lag-Free & Safe Powered by **PacketEvents**. * Zero main-thread blocking for menus * Completely immune to traditional GUI item dupes * Designed to avoid unnecessary TPS drops * Packet-based menu handling FrPass is built with performance and reliability in mind. --- ### Free & Premium A sleek dual-track Battlepass GUI. Players can unlock and claim their: * Free rewards * Premium rewards separately, with a modern and clean experience. --- ### Integrated Quests Keep your server active with dynamic **daily and weekly quests**. Reward players for activities such as: * Mining * Killing mobs * Exploring the world * Other configurable objectives Quests are integrated directly into the Battlepass experience. --- ### Hot-Reloadable Edit your Battlepass configuration directly while your server is running. You can modify: * Menus * Tiers * Quests * Configuration values **No server restart is required.** Apply your configuration changes instantly with: ```text /frpassadmin reload ``` --- ### Developer API FrPass provides a rich Developer API and custom Bukkit events, making it easy for other plugins to integrate with the Battlepass. For example: ```java FrPassLevelUpEvent ``` Create your own integrations and hook your plugins into FrPass with ease. --- ### Placeholders Native **PlaceholderAPI** support. Display Battlepass information anywhere PlaceholderAPI is supported, including: * Current level * Current XP * Premium status * Premium status text * Active quests --- ## Commands ### Player Commands #### `/frpass` Opens the main FrPass interface. > **Permission:** None --- ### Admin Commands #### `/frpassadmin reload` Reloads FrPass configuration files. > **Permission:** `frpass.admin` #### `/frpassadmin addxp <player> <amount>` Adds XP to a player. > **Permission:** `frpass.admin` #### `/frpassadmin setpremium <player> <true/false>` Grants or removes Premium Battlepass access from a player. > **Permission:** `frpass.admin` #### `/frpassadmin giveticket <player> <amount>` Gives a player physical Premium Ticket items. > **Permission:** `frpass.admin` --- ## PlaceholderAPI FrPass provides native PlaceholderAPI variables. | Placeholder | Description | | ------------------------- | --------------------------------- | | `%frpass_level%` | Current Battlepass level | | `%frpass_xp%` | Current XP amount | | `%frpass_is_premium%` | Returns `true` or `false` | | `%frpass_premium_status%` | Formatted Premium status text | | `%frpass_active_quests%` | Number of currently active quests | Use these placeholders anywhere **PlaceholderAPI** is supported. --- ## Open Source FrPass is **100% open source**. Explore the codebase, contribute features, report issues, or leave a star on GitHub. **GitHub:** (https://github.com/fraiocc/frpass) --- ## Discord Need help, want to report an issue, discuss features, or simply chat with the community? Join the FrPass Discord server for: * Fast support * Updates * Feedback * Community discussions **Discord:** (https://discord.gg/N9Jr94Wvcf) --- ## Created by Fraio **FrPass — Battlepass & Quests, built for modern Minecraft servers.** </details>

# FOR BUG REPORTS: (https://report.fraio.cc/)

!(https://cdn.modrinth.com/data/cached_images/490fb050966881f030749a0185815332b2c6fc9b.webp) [!(https://cdn.modrinth.com/data/cached_images/87fba59c2874d6e9265b5ec79d6cd30d2363e82a.webp)](https://fraio.cc/discord)

Text Version

A next-generation, packet-based Battlepass & Quests plugin for your Minecraft server.

Immune to traditional bugs, designed for the absolute best experience.

## Features

### Premium Gifting ``

Players with Premium Battlepass can gift Premium status to other players using:

```text /frpass gift ```

Supports configurable costs such as:

Vault Money Pass XP Pass Level

Premium status and transfer toggles can be fully configured to fit your server's economy.

### Quest Reroll System ``

Interactive Quest Reroll mode built directly into the Quests GUI.

Players can:

Enter a reroll session directly inside the Quests GUI Select their configured quest limits Receive glowing selection feedback Replace active quests instantly

### Premium Ticket Item ``

Introducing the physical Premium Ticket.

Server administrators can give out physical ticket items that grant access to the Premium Battlepass.

Players can:

Purchase tickets from your server store Trade tickets with other players Drop tickets Give tickets to other players

A simple right-click instantly unlocks the Premium track.

Admins can give tickets using:

```text /frpassadmin giveticket ```

### Lag-Free & Safe

Powered by PacketEvents.

Zero main-thread blocking for menus Completely immune to traditional GUI item dupes Designed to avoid unnecessary TPS drops Packet-based menu handling

FrPass is built with performance and reliability in mind.

### Free & Premium

A sleek dual-track Battlepass GUI.

Players can unlock and claim their:

Free rewards Premium rewards

separately, with a modern and clean experience.

### Integrated Quests

Keep your server active with dynamic daily and weekly quests.

Reward players for activities such as:

Mining Killing mobs Exploring the world Other configurable objectives

Quests are integrated directly into the Battlepass experience.

### Hot-Reloadable

Edit your Battlepass configuration directly while your server is running.

You can modify:

Menus Tiers Quests Configuration values

No server restart is required.

Apply your configuration changes instantly with:

```text /frpassadmin reload ```

### Developer API

FrPass provides a rich Developer API and custom Bukkit events, making it easy for other plugins to integrate with the Battlepass.

For example:

```java FrPassLevelUpEvent ```

Create your own integrations and hook your plugins into FrPass with ease.

### Placeholders

Native PlaceholderAPI support.

Display Battlepass information anywhere PlaceholderAPI is supported, including:

Current level Current XP Premium status Premium status text Active quests

## Commands

### Player Commands

#### `/frpass`

Opens the main FrPass interface.

> Permission: None

### Admin Commands

#### `/frpassadmin reload`

Reloads FrPass configuration files.

> Permission: `frpass.admin`

#### `/frpassadmin addxp `

Adds XP to a player.

> Permission: `frpass.admin`

#### `/frpassadmin setpremium `

Grants or removes Premium Battlepass access from a player.

> Permission: `frpass.admin`

#### `/frpassadmin giveticket `

Gives a player physical Premium Ticket items.

> Permission: `frpass.admin`

## PlaceholderAPI

FrPass provides native PlaceholderAPI variables.

| Placeholder | Description | | ------------------------- | --------------------------------- | | `%frpass_level%` | Current Battlepass level | | `%frpass_xp%` | Current XP amount | | `%frpass_is_premium%` | Returns `true` or `false` | | `%frpass_premium_status%` | Formatted Premium status text | | `%frpass_active_quests%` | Number of currently active quests |

Use these placeholders anywhere PlaceholderAPI is supported.

## Open Source

FrPass is 100% open source.

Explore the codebase, contribute features, report issues, or leave a star on GitHub.

GitHub: (https://github.com/fraiocc/frpass)

Need help, want to report an issue, discuss features, or simply chat with the community?

Join the FrPass Discord server for:

Fast support Updates Feedback Community discussions

Discord: (https://discord.gg/N9Jr94Wvcf)

## Created by Fraio

FrPass — Battlepass & Quests, built for modern Minecraft servers.

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
Tandstik
Version
0.4.0
Downloads
58
Endorsements
2
Category
bukkit
Created
8/4/2026
Updated
8/19/2026
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
game-mechanics, management, minigame

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does FrPass support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of FrPass?

Version 0.4.0, published 2026-08-19 with 58 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bukkit 👤 More by Tandstik 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods