RavenSMP

⭐ — (0 endorsements) 📥 31 downloads 📌 v7jaHzD47 📅 8/7/2026
🟡 Updated this year

By AriaZaahedi · decoration

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 7/31/2026 📅 Created: 8/7/2026

🔍 Analysis

  • 🏆 #55 of 55 decoration mods in this game by downloads

📋 About This Mod

# RavenSMP --- ## ❓What is Raven SMP? **RavenSMP** is a lightweight, super-optimized PaperMC plugin built to give your survival server a smooth upgrade without dragging down performance. The codebase is kept clean, modern, and frequently updated so it just works seamlessly with the latest Minecraft versions. The focus here is simple: ultra-low resource usage and zero unnecessary lag, keeping your server's TPS right where it belongs. Instead of forcing bloated mechanics on your players, RavenSMP respects the vanilla game while sprinkling in the essential quality-of-life tools every community actually wants. You get straight-to-the-point features like a solid team system, quick PvP toggles, and portal controls. It’s the perfect backbone for an SMP that wants to stay close to vanilla but feel a lot smoother to play. ## 📦 Installation --- 1. Download the latest version. 2. Drag and drop the downloaded `RavenSMP-xxx.jar` file into your server's `plugins/` directory. 3. Restart your server. 4. Configure the plugin to your liking via the `plugins/RavenSMP/settings.yml` file. ## ⚙️ Compatibility --- - **Minecraft Versions**: 26.1.x or higher (PaperMC or fork of it. **Spigot is NOT supported.**) - **Java Version**: Java 25 or higher - **Mongo Database**: Latest version if possible. ## 🛠️ Commands & Permissions --- ### 🛡️ Team Commands | Command | Description | Permission | |---------------------------|-----------------------------------|------------| | `/team create <teamId>` | Create a team. | - | | `/team disband <teamId>` | Disband your team. | - | | `/team kick <player>` | Kick a team member. | - | | `/team leave` | Leave the team. | - | | `/team home` | Teleport to team home. | - | | `/team chat <message>` | Send a message to your teammates. | - | | `/team transfer <player>` | Change the team leadership. | - | | `/team invite <player>` | Invite a player. | - | | `/team accept <teamId>` | Accept a team invitation. | - | | `/team decline <teamId>` | Decline a team invitation. | - | ### 🔧 Team Option Commands | Command | Description | Permission | |-----------------------------------------------|------------------------------------|------------| | `/team options tagName <tagName>` | Edit the team tag name. | - | | `/team options tagColor <color>` | Adjust the team tag color. | - | | `/team options friendlyFire <true\|false>` | Toggle friendly fire for the team. | - | | `/team options chatMuted <true\|false>` | Toggle team chat. | - | | `/team options setHome <my-location\|remove>` | Set or remove team home. | - | ### 🧩 Other Commands | Command | Description | Permission | |-------------------------------|-------------------------------------|-------------------| | `/settings toggleTeamInvites` | Toggle team invitation. | - | | `/language <languageId>` | Change the language for yourself. | - | | `/smp reload` | Reload plugin config and languages. | `smp.command.smp` | --- ## 🌐 How to add a custom language 1. Open `plugins/RavenSMP/languages/` folder. 2. Copy `english.yml` and rename it the language you want to add. i.e. `french.yml` 3. Edit `language-settings.display-name` and `language-settings.default` values (Must not be same as others). 4. Use `/smp reload` to apply the new language configurations. ## 🔌 API Usage RavenSMP provides a simple API for other plugins to hook into. You can find the instructions and how to use (https://github.com/AriaZaahedi/RavenSMP/blob/master/API-USAGE.md). ## 🛠️ Building from source To compile RavenSMP, you need JDK 25 and an internet connection. 1. Clone this repository. 2. Run `./gradlew build` from your terminal. 3. Compiled jar file can be found in `build/libs/` directory.

## ❓What is Raven SMP?

RavenSMP is a lightweight, super-optimized PaperMC plugin built to give your survival server a smooth upgrade without dragging down performance. The codebase is kept clean, modern, and frequently updated so it just works seamlessly with the latest Minecraft versions. The focus here is simple: ultra-low resource usage and zero unnecessary lag, keeping your server's TPS right where it belongs.

Instead of forcing bloated mechanics on your players, RavenSMP respects the vanilla game while sprinkling in the essential quality-of-life tools every community actually wants. You get straight-to-the-point features like a solid team system, quick PvP toggles, and portal controls. It’s the perfect backbone for an SMP that wants to stay close to vanilla but feel a lot smoother to play.

## 📦 Installation

1. Download the latest version. 2. Drag and drop the downloaded `RavenSMP-xxx.jar` file into your server's `plugins/` directory. 3. Restart your server. 4. Configure the plugin to your liking via the `plugins/RavenSMP/settings.yml` file.

## ⚙️ Compatibility

  • Minecraft Versions: 26. 1.x or higher (PaperMC or fork of it. Spigot is NOT supported.)
  • Java Version: Java 25 or higher
  • Mongo Database: Latest version if possible.

## 🛠️ Commands & Permissions

### 🛡️ Team Commands

| Command | Description | Permission | |---------------------------|-----------------------------------|------------| | `/team create ` | Create a team. | - | | `/team disband ` | Disband your team. | - | | `/team kick ` | Kick a team member. | - | | `/team leave` | Leave the team. | - | | `/team home` | Teleport to team home. | - | | `/team chat ` | Send a message to your teammates. | - | | `/team transfer ` | Change the team leadership. | - | | `/team invite ` | Invite a player. | - | | `/team accept ` | Accept a team invitation. | - | | `/team decline ` | Decline a team invitation. | - |

### 🔧 Team Option Commands

| Command | Description | Permission | |-----------------------------------------------|------------------------------------|------------| | `/team options tagName ` | Edit the team tag name. | - | | `/team options tagColor ` | Adjust the team tag color. | - | | `/team options friendlyFire ` | Toggle friendly fire for the team. | - | | `/team options chatMuted ` | Toggle team chat. | - | | `/team options setHome ` | Set or remove team home. | - |

### 🧩 Other Commands

| Command | Description | Permission | |-------------------------------|-------------------------------------|-------------------| | `/settings toggleTeamInvites` | Toggle team invitation. | - | | `/language ` | Change the language for yourself. | - | | `/smp reload` | Reload plugin config and languages. | `smp.command.smp` |

## 🌐 How to add a custom language

1. Open `plugins/RavenSMP/languages/` folder. 2. Copy `english.yml` and rename it the language you want to add. i.e. `french.yml` 3. Edit `language-settings.display-name` and `language-settings.default` values (Must not be same as others). 4. Use `/smp reload` to apply the new language configurations.

## 🔌 API Usage

RavenSMP provides a simple API for other plugins to hook into. You can find the instructions and how to use (https://github.com/AriaZaahedi/RavenSMP/blob/master/API-USAGE.md).

## 🛠️ Building from source

To compile RavenSMP, you need JDK 25 and an internet connection.

1. Clone this repository. 2. Run `./gradlew build` from your terminal. 3. Compiled jar file can be found in `build/libs/` directory.

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
AriaZaahedi
Version
7jaHzD47
Downloads
31
Endorsements
0
Category
decoration
Created
8/7/2026
Updated
7/31/2026
Game Versions
AFGsVqaw, 7jaHzD47
Tags
decoration, game-mechanics, utility

🔧 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 RavenSMP support?

The author lists AFGsVqaw, 7jaHzD47. Other versions may work but are untested by the author.

What is the latest version of RavenSMP?

Version 7jaHzD47, published 2026-07-31 with 31 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

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