HomeJavaModsSupportPac
SupportPac
SupportPac — screenshot 1SupportPac — screenshot 2SupportPac — screenshot 3

SupportPac

License: MIT Paper API Java 21

🇷🇺 Русская версия (Russian Version)

A lightweight and flexible Minecraft plugin for Paper (1.21+) that allows server staff (helpers, moderators, admins) to toggle their support status on and off. The plugin integrates directly with LuckPerms to switch player groups dynamically.

Features

Prerequisites

Commands

Permissions

Example: To allow a player to fully use the helper group toggle, grant them supportpac.use, sp.helper.on, and sp.helper.off.

Configuration (config.yml)

The configuration file is extremely simple. You only need to define your language and map your plugin groups to your actual LuckPerms groups.

language: en # Available options: en, ru, uk, be

groups:
  helper: # The internal name of the group used in permissions (sp.helper.on)
    on: helperon   # The LuckPerms group assigned when using /sp on
    off: helperoff # The LuckPerms group assigned when using /sp off
  moder:
    on: moderon
    off: moderoff

Important Note on YAML formatting

In YAML, the keys on and off are parsed as boolean values (true and false). The plugin automatically handles this internally, so you can safely use on: and off: in your configuration as shown above.

Setup Guide

  1. Drop the SupportPac.jar into your plugins folder.
  2. Restart the server.
  3. Configure your groups in config.yml.
  4. Ensure you have the corresponding groups created in LuckPerms (e.g., helperon, helperoff).
  5. Grant your staff the necessary permissions (e.g., /lp group helper permission set sp.helper.on true).
  6. Reload the plugin (/sp reload) or restart the server.

Building from source

To build the project yourself, you need Java 21 and Maven. Run the following command in the project root:

mvn clean package

The compiled JAR will be located in the target/ directory.

Quick facts

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

These come from our own check of the pack file, not from the source page.

Explore more