polocloud-proxy

# PoloCloud Proxy Addon

The **PoloCloud Proxy Addon** is a user-friendly extension for [PoloCloud](https://polocloud.de/) that helps you manage your network! It includes the `/cloud` command, which allows you to start and stop services or activate maintenance work via command.
It is designed for all supported proxies, including Velocity and BungeeCord, and helps employees and players enjoy the best possible gaming experience.

## 💫 Features

– **Works on all supported proxies** – No need to install it on every backend server.
– **Service management via command** – Start or stop services via `/cloud` command
– **Permission-based commands** – Only players with the configured permission are able zu perform the commands.
– **Fully configurable** – Customize messages through `proxy-config.json`.
– **Lightweight & dependency-free** – Minimal performance impact.

## 🎟️ Permission
This permission is needed to perform commands or bypass the maintenance mode:
“`polocloud.addons.proxy.command.cloud“`
“`polocloud.addons.proxy.command.cloud.info“`
“`polocloud.addons.proxy.command.cloud.list“`
“`polocloud.addons.proxy.command.cloud.maintenance“`
“`polocloud.addons.proxy.command.cloud.players“`
“`polocloud.addons.proxy.command.cloud.start“`
“`polocloud.addons.proxy.command.cloud.stop“`
“`polocloud.addons.proxy.maintenance.bypass“`

📂 Installation
Download the latest release of the PoloCloud Proxy Addon.
Place the .jar file into your plugins folder.
Restart the proxy instance.
Edit the generated proxy-config.json to customize messages.
Reload or restart the proxy to apply the changes.

💡 Use Cases
Offer players the best possible gaming experience with a configurable MOTD and tab list.
Inform your players about maintenance work via a configurable MOTD and only allow authorized team members to access the network during maintenance work.

With the PoloCloud Proxy Addon, you can ensure that players get the best possible gaming experience – simple, configurable, and reliable.

polocloud-notify

# PoloCloud Notify Addon

The **PoloCloud Notify Addon** is a lightweight and easy-to-use extension for [PoloCloud](https://polocloud.de/) that sends notifications to players with specific permissions when services start, stop, or are starting.
It is designed to work on all supported proxies, including **Velocity** and **BungeeCord**, helping staff and players stay informed about the status of network services in real time.

## ✨ Features

– **Works on all supported proxies** – No need to install it on every backend server.
– **Real-time service notifications** – Alerts players when services are starting, started, or stopped.
– **Permission-based notifications** – Only players with the configured permission will receive messages.
– **Fully configurable** – Customize messages and permissions through `notify-config.json`.
– **Lightweight & dependency-free** – Minimal performance impact.

## 🎟️ Permission
This permission is needed to receive notifications:
“`
polocloud.addons.notify.receive.starting
“`
“`
polocloud.addons.notify.receive.online
“`
“`
polocloud.addons.notify.receive.shutdown
“`

## 📂 Installation

1. Download the latest release of the **PoloCloud Notify Addon**.
2. Place the `.jar` file into your plugins folder.
3. Restart the proxy instance.
4. Edit the generated `notify-config.json` to customize messages and permissions.
5. Reload or restart the proxy to apply the changes.

## 💡 Use Cases

– Keep staff informed about service status changes across the network.
– Notify players with specific roles or permissions about server availability.
– Customize notifications to fit your community’s style and needs.

With the PoloCloud Notify Addon, you ensure that the right players stay up to date with real-time information about your network’s services — simple, configurable, and reliable.

polocloud-hub

# PoloCloud Hub Addon

The **PoloCloud Hub Addon** is a lightweight and easy-to-use extension for [PoloCloud](https://polocloud.de/) that adds a `/hub` command to your network.
It is designed to work on all supported proxies, including **Velocity** and **BungeeCord**, allowing players to quickly return to the hub or lobby server from anywhere.

## ✨ Features

– **Works on all supported proxies** – No need to install it on every backend server.
– **`/hub` command** – Instantly send players back to the fallback server.
– **Fully configurable** – Customize everything through `config.json`:
– **Messages** – The text players see when they run the command.
– **Command aliases** – Add shortcuts like `/l` or `/lobby`.
– **Custom prefix** – Match the look and feel of your server.
– **Lightweight & dependency-free** – Minimal performance impact.

## 🎟️ Permission
This permission is needed to execute the command:
“`
polocloud.addons.hub.command
“`

## 📂 Installation

1. Download the latest release of the **PoloCloud Hub Addon**.
2. Place the `.jar` file into your plugins folder.
3. Restart the proxy instance.
4. Edit the generated `hub-config.json` to customize the message, aliases, and prefix.
5. Reload or restart the proxy to apply the changes.

## 💡 Use Cases

– Provide players with a simple and intuitive way to return to the fallback server.
– Add multiple aliases for better accessibility (e.g., `/hub`, `/l`, `/lobby`).
– Brand your hub command with your own prefix and style.

With the PoloCloud Hub Addon, your players will always have a quick, easy, and customizable way back to your hub.

PlugManX

# PlugManX

PlugManX is a simple, easy to use plugin that lets server admins manage plugins from either in-game or console without the need to restart the server.

## Features

* Enable, disable, restart, load, reload, and unload plugins from in-game or console.
* List plugins alphabetically, with version if specified.
* Get useful information on plugins such as commands, version, author(s), etc.
* Easily manage plugins without having to constantly restart your server.
* List commands a plugin has registered.
* Find the plugin a command is registered to.
* Tab completion for command names and plugin names.
* Dump plugin list with versions to a file.
* Check if a plugin is up-to-date with dev.bukkit.org
* Permissions Support – All commands default to OP.

## Commands

| Command | Description |
|—————————————|——————————————————————-|
| /plugman help | Show help information. |
| /plugman list [-v] | List plugins in alphabetical order. Use “-v” to include versions. |
| /plugman info [plugin] | Displays information about a plugin. |
| /plugman dump | Dump plugin names and version to a file. |
| /plugman usage [plugin] | List commands that a plugin has registered. |
| /plugman lookup [command] | Find the plugin a command is registered to. |
| /plugman enable [plugin|all] | Enable a plugin. |
| /plugman disable [plugin|all] | Disable a plugin. |
| /plugman restart [plugin|all] | Restart (disable/enable) a plugin. |
| /plugman load [plugin] | Load a plugin. |
| /plugman reload [plugin|all] | Reload (unload/load) a plugin. |
| /plugman unload [plugin] | Unload a plugin. |
| /plugman check [plugin|all] [-f] | Check if a plugin is up-to-date. |

## Permissions

| Permission Node | Default | Description |
|———————|———|—————————————|
| plugman.admin | OP | Allows use of all PlugMan commands. |
| plugman.update | OP | Allows user to see update messages. |
| plugman.help | OP | Allow use of the help command. |
| plugman.list | OP | Allow use of the list command. |
| plugman.info | OP | Allow use of the info command. |
| plugman.dump | OP | Allow use of the dump command. |
| plugman.usage | OP | Allow use of the usage command. |
| plugman.lookup | OP | Allow use of the lookup command. |
| plugman.enable | OP | Allow use of the enable command. |
| plugman.enable.all | OP | Allow use of the enable all command. |
| plugman.disable | OP | Allow use of the disable command. |
| plugman.disable.all | OP | Allow use of the disable all command. |
| plugman.restart | OP | Allow use of the restart command. |
| plugman.restart.all | OP | Allow use of the restart all command. |
| plugman.load | OP | Allow use of the load command. |
| plugman.reload | OP | Allow use of the reload command. |
| plugman.reload.all | OP | Allow use of the reload all command. |
| plugman.unload | OP | Allow use of the unload command. |
| plugman.check | OP | Allow use of the check command. |
| plugman.check.all | OP | Allow use of the check command. |

## Configuration

| File | URL |
|————|—————————————————————————————————-|
| config.yml | https://github.com/Test-Account666/PlugManX/blob/master/plugman-core/src/main/resources/config.yml |

## License

This project is a fork of [PlugMan](https://github.com/r-clancy/PlugMan) (Link no longer works) and is distributed under
the same license: [LICENSE](https://github.com/Test-Account666/PlugManX/blob/master/license/mit/license.txt).

PlayerServers

PlayerServer Panel

PlayerServers Panel is an AddOn plugin for PlayerServers! It cannot be used without PlayerServers!

PlayerServers AddOn » PSPanel

PSPanel is a proxy plugin that enables users to manage the files of their server without having to rely on a file manager type plugin to change and modify files and configs.

Commands » /link » Used to link your minecraft account to the panel account.

Permissions »
playerservers.link
playerservers.admin

PSPanel is an AddOn plugin for PlayerServers! It cannot be used without PlayerServers!

PlayerDoll

**PlayerDoll** is a plugin that allow players create Fake Players (Doll).

The Plugin is inspired from fake player in [Carpet Mod](https://modrinth.com/mod/carpet).

Players can use this plugin to perform simple tasks that require players.

Please check details on Github [Readme](https://github.com/sjavi4/PlayerDoll/blob/main/README.md)

## Disclaimer

This plugin is highly dependent on NMS, slightly changes made by Mojang / Server Jar provider might cause this plugin no longer working.

Please Test the plugin under _test environment_ before use.

## Currently Supported Game Versions and Mods
– Spigot / Paper / Purpur / Folia
– 1.20.2 – 1.21

Examples of what can be done with this plugin:
– Keep chunks loading with random tick
– Grow crops
– AFK mob farms
– Attack mobs
– Interact with blocks
– Mine/Break/Place blocks
– And more…

PlayerCrasher

PlayerCrasher

Build
CodeQL
GitHub Release

Modrinth
Discord

## Overview

An easy-to-use Minecraft plugin that enables the crashing of a player’s game through the use of a command.

### Requires PacketEvents

Ensure the [PacketEvents](https://modrinth.com/plugin/packetevents) library is installed on your server.

## Table of Contents

– [Overview](#overview)
– [Requires PacketEvents](#requires-packetevents)
– [Showcase](#showcase)
– [Supported Platforms & Versions](#supported-platforms–versions)
– [Spoofers](#spoofers)
– [Commands](#commands)
– [Permission Nodes](#permission-nodes)
– [Installation](#installation)
– [Compiling From Source](#compiling-from-source)
– [Prerequisites](#prerequisites)
– [Steps](#steps)
– [Credits](#credits)
– [License](#license)

## Showcase

![Demo](https://cdn.modrinth.com/data/cached_images/4d5972c029713dfaf34d62bf7c81d62a076a1668.png)

## Supported Platforms & Versions

| Platform | Supported Versions |
|————————————|——————–|
| Bukkit (Spigot, Paper, Folia etc.) | 1.8.8 – 1.21.3 |
| Velocity | Latest Major |
| BungeeCord (or any forks) | Latest Major |

## Features

– **Completely Asynchronous** – The plugin is designed to be as lightweight as possible.
All packet modifications are done asynchronously, so the main thread is never blocked.
– **Folia Support** – The plugin integrates with [Folia](https://papermc.io/software/folia), which is a Paper fork that
adds regionised multithreading to the server.
– **Crash Detector** – By sending both a keep alive and transaction packet, the plugin can detect if a player has
crashed, even if the player is still connected.
– **Configurable** – The plugin is highly configurable, allowing you to adjust the settings to your liking.
– **Update Checker** – The plugin automatically checks for updates on startup.
If a new version is available, a message will be sent to the console.

## Usage/Examples

– `/crash (player) [Method]`

> **Note:** The method parameter is optional. If no method is provided, the plugin will use the most appropriate method
> based on the player’s version.

**Methods:**

– `Explosion`
– `Particle`
– `Position`

## Commands

– `/pc` – Displays the plugin’s version and author.
– `/crash (player) [Method]` – Crashes the specified player’s game.
– `/crashinfo [player]` – Displays the client brand and version of the specified player.

## Permission Nodes

Players that are OP (Operators) have these permissions by default.

– `PlayerCrasher.Crash` Allows the player to use the /crash command.
– `PlayerCrasher.Bypass` Exempts the player from being crashed when the /crash command is used on them.
– `PlayerCrasher.Alerts` Makes the player receive alerts when a player is being crashed by another player.
– `PlayerCrasher.CrashInfo` – Allows the player to use the /crashinfo command.
– `PlayerCrasher.UpdateNotify` Makes the player receive an update notification when a new version is available.

## Installation

1. **Prerequisites**: Install [PacketEvents](https://modrinth.com/plugin/packetevents).
2. **Download**: Get the latest release from
the [GitHub release page](https://github.com/Bram1903/MinecraftPlayerCrasher/releases/latest).
3. **Installation**: Move the downloaded plugin to your server’s plugins directory.
4. **Configuration**: Customize settings in `config.yml`.
5. **Restart**: Restart the server for changes to take effect.

## Compiling From Source

### Prerequisites

– Java Development Kit (JDK) version 21 or higher
– [Git](https://git-scm.com/downloads)

### Steps

1. **Clone the Repository**:
“`bash
git clone https://github.com/Bram1903/MinecraftPlayerCrasher.git
“`

2. **Navigate to Project Directory**:
“`bash
cd MinecraftPlayerCrasher
“`

3. **Compile the Source Code**:
Use the Gradle wrapper to compile and generate the plugin JAR file:

Linux / macOS

“`bash
./gradlew build
“`

Windows

“`cmd
.gradlew build
“`

## Credits

Special thanks to:

– **[@Retrooper](https://github.com/retrooper)**: Author of [PacketEvents](https://github.com/retrooper/packetevents).

## License

This project is licensed under the [GPL3 License](LICENSE).

Plasmo Voice

[![Latest release](https://img.shields.io/github/release/plasmoapp/plasmo-voice.svg)](https://github.com/plasmoapp/plasmo-voice/releases/latest)
[![Discord](http://img.shields.io/discord/833693644501286993?label=Discord&style=flat&logo=discord)](https://discord.gg/uueEqzwCJJ)

Plasmo Voice Logo

Modrinth
|
CurseForge
|
Spigot
|
GitHub
|
Documentation
|
Discord

## Available for all popular platforms

Paper, Folia, Fabric, Forge, and NeoForge servers are fully compatible with both Fabric and Forge clients.

To use voice chat, players must install the client-side mod for **Fabric**, **Forge** or **NeoForge**.
Players without the mod can still join the server and play as usual – they just won’t have access to voice chat
features.

![](https://i.imgur.com/lNWuwnA.png)

*Assuming Plasmo Voice is installed on both client and the server.*

## Features

![](https://i.imgur.com/I6zEXw9.png)

![](https://i.imgur.com/JbWCjLK.png)

![](https://i.imgur.com/A031m8M.png)

Voice chat proximity and settings demonstration

Voice chat interface and controls demonstration

## Client features

**Audio Quality & Processing**

– RNNoise noise reduction
– OpenAL sound engine with great 3D positioning
– Stereo audio sources
– Smooth volume transitions

**Immersion & Realism**

– Optional sound occlusion (muffles voices through blocks)
– Optional directional audio sources (quieter if the speaker is not facing you)
– [Sound Physics Remastered](https://modrinth.com/mod/sound-physics-remastered) compatibility with [pv-addon-soundphysics](https://modrinth.com/mod/pv-addon-soundphysics)

**Controls & Interaction**

– Adjustable voice chat distance
– Choose between Push to Talk or Voice Activation
– Hold **RMB** while looking at a player and use the scroll wheel to adjust their volume

**Devices & UI**

– Select input and output audio devices
– Configurable GUI icon positions
– Toggle player icon visibility
– Discord-like in-game overlay

![](https://i.imgur.com/Ufnvpg7.png)

Check out voice settings by pressing `V`. *Make sure you have the right devices selected and your microphone is
working.*

## Server features

**Audio & Performance**

– Opus codec for low bandwidth usage and high audio quality
– Configurable voice distance

**Moderation & Control**

– Server-side muting via chat commands
– Option to kick players without the client mod installed
– Permissions support
– Vanish support

**Compatibility & Networking**

– Works in singleplayer and Open to LAN
– BungeeCord and Velocity support

**Integration & Extensibility**

– PlaceholderAPI support
– Advanced API

**Security**

– Encrypted voice communication

## Server-side add-ons

Universal add-ons work on Fabric, Forge, NeoForge and Paper.

*Also read: [Types of Add-ons](https://plasmovoice.com/docs/addons/types).*

| Icon | Link | Description |
|——————————————————————————————|—————————————————————————–|———————————————————————————————————————————|
| [![](https://i.imgur.com/mKJDsiC.png)](https://modrinth.com/mod/pv-addon-groups/) | [pv-addon-groups](https://modrinth.com/mod/pv-addon-groups) | Create group voice chat channels. Keep talking with players far away |
| [![](https://i.imgur.com/enqKs5d.png)](https://modrinth.com/mod/pv-addon-sculk) | [pv-addon-sculk](https://modrinth.com/mod/pv-addon-sculk) | With this add-on, warden and sculk sensors are triggered with proximity voice chat |
| [![](https://i.imgur.com/DZU7wrI.png)](https://modrinth.com/mod/pv-addon-broadcast) | [pv-addon-broadcast](https://modrinth.com/mod/pv-addon-broadcast) | Broadcast your voice to all players in the radius, world, server, or proxy |
| [![](https://i.imgur.com/tI24pN7.png)](https://modrinth.com/mod/pv-addon-spectator) | [pv-addon-spectator](https://modrinth.com/mod/pv-addon-spectator) | With this add-on, all players can hear spectators |
| [![](https://i.imgur.com/qswCndF.png)](https://modrinth.com/mod/pv-addon-whisper) | [pv-addon-whisper](https://modrinth.com/mod/pv-addon-whisper) | By default, the whisper distance is half the current proximity distance |
| [![](https://i.imgur.com/lRQ0ZEY.png)](https://modrinth.com/mod/pv-addon-priority) | [pv-addon-priority](https://modrinth.com/mod/pv-addon-priority) | Voice activation with a greater and configurable distance |
| [![](https://i.imgur.com/GNfK81A.png)](https://modrinth.com/mod/pv-addon-lavaplayer-lib) | [pv-addon-lavaplayer-lib](https://modrinth.com/mod/pv-addon-lavaplayer-lib) | Add-on bundled with LavaPlayer fork library required for some Plasmo Voice add-ons |
| [![](https://i.imgur.com/LB320On.png)](https://modrinth.com/mod/pv-addon-discs) | [pv-addon-discs](https://modrinth.com/mod/pv-addon-discs) | Play audio from YouTube and other sources in Minecraft using music discs. Supports streaming and live streams (YouTube, Twitch) |

## Client add-ons

| Icon | Link | Description |
|—————————————————————————————-|————————————————————————-|———————————————————————————————————————|
| [![](https://i.imgur.com/NjGmgGA.png)](https://modrinth.com/mod/pv-addon-soundphysics) | [pv-addon-soundphysics](https://modrinth.com/mod/pv-addon-soundphysics) | Adds compatibility with Sound Physics Remastered. Plasmo Voice is affected by sound physics |
| [![](https://i.imgur.com/VTndchu.png)](https://modrinth.com/mod/pv-addon-replaymod) | [pv-addon-replaymod](https://modrinth.com/mod/pv-addon-replaymod) | Fork of Replay Voice Chat that works with Plasmo Voice and allows recording voice chat with ReplayMod |
| [](https://modrinth.com/mod/talkingheads) | [Talking Heads](https://modrinth.com/mod/talkingheads) | Scales player heads when they’re talking. Third-party add-on. Issues should be reported on the Talking Heads GitHub |

## Download

– [Plasmo Voice on Modrinth](https://modrinth.com/mod/plasmo-voice)
– [Releases](https://github.com/plasmoapp/plasmo-voice/releases/)

## Documentation

– [Documentation](https://plasmovoice.com)

Plan | Player Analytics

![Logo](https://raw.githubusercontent.com/plan-player-analytics/drawio-diagrams-storage/master/image/header/main-header-Plan.jpg)

Already running on over 4000 servers! 🙂

> ⚠️ If you downloaded version from this page between *15th of February and 11th of March 2025* the page was controlled by impersonator and was distributing versions with **Opium Backdoor malware**. If you have downloaded Plan from Modrinth during that time frame, please assume your server is fully compromised and take appropriate action. ⚠️
>
> The impersonator and project were removed, and got recreated by the original author with the help of Modrinth mod team.

Player Analytics is the ultimate server staff tool to monitor how players are playing your server.
A built in webserver displays insights into different aspects on the server such as Online activity, Playerbase and how these change over time.

Plan supports multiple different platforms and versions;
Paper, Spigot, Sponge, SpongeForge, Bungeecord, Velocity, Cauldron, NukkitX & all derivatives.

**Requires Java 11 or newer** – if you can’t update to Java 11 use [*5.4 build 1722*](https://github.com/plan-player-analytics/plan/releases/tag/5.4.1722.1) version (versions 1.7.X – 1.12.2)

– [Source code, API & Documentation](https://github.com/plan-player-analytics/plan)
– [Bugs, Issues & Suggestions](https://github.com/plan-player-analytics/plan/issues)
– [Follow Development](https://github.com/orgs/plan-player-analytics/projects/3)
– [Configuration](https://github.com/plan-player-analytics/plan/wiki/bukkit-configuration) | [Customization](https://github.com/plan-player-analytics/plan/wiki/html-customization)
– [Commands & Permissions](https://github.com/plan-player-analytics/plan/wiki/commands-%26-permissions)

![Slogans](https://raw.githubusercontent.com/plan-player-analytics/drawio-diagrams-storage/master/image/screenshot/slogans-dark.png)
![Screenshots](https://raw.githubusercontent.com/plan-player-analytics/drawio-diagrams-storage/master/image/header/header-Screenshots.jpg)
![Screenshot 1](https://raw.githubusercontent.com/plan-player-analytics/drawio-diagrams-storage/master/image/screenshot/server_page.jpg)
![Screenshot 2](https://raw.githubusercontent.com/plan-player-analytics/drawio-diagrams-storage/master/image/screenshot/server_page_night.jpg)
![Screenshot 3](https://raw.githubusercontent.com/plan-player-analytics/drawio-diagrams-storage/master/image/screenshot/player_page.png)
![Screenshot 4](https://raw.githubusercontent.com/plan-player-analytics/drawio-diagrams-storage/master/image/screenshot/network_servers.jpg)
![Screenshot 5](https://raw.githubusercontent.com/plan-player-analytics/drawio-diagrams-storage/master/image/screenshot/query_page.jpg)

[YouTube trailer](https://youtu.be/BS_Ti9zkoRc)

![Installation](https://raw.githubusercontent.com/plan-player-analytics/drawio-diagrams-storage/master/image/header/header-Installation.jpg)

**[Server Set-Up](https://github.com/plan-player-analytics/plan/wiki/bukkit-set-up)** | **[Bungee Set-Up](https://github.com/plan-player-analytics/plan/wiki/bungee-set-up)**

After setting up Plan on a server you should consider
[**setting up HTTPS & Login**](https://github.com/plan-player-analytics/plan/wiki/ssl-certificate-%28https%29-set-up)

![Special Thanks](https://raw.githubusercontent.com/plan-player-analytics/drawio-diagrams-storage/master/image/header/header-SpecialThanks.jpg)

![Contributors](https://raw.githubusercontent.com/plan-player-analytics/drawio-diagrams-storage/master/image/screenshot/Contributors.png)

**Supported plugins**

– See [the Wiki for full list of supported plugins](https://github.com/plan-player-analytics/plan/wiki/supported-plugins)

[**Support the Developer**](https://www.paypal.me/rsl1122)