RxNoBots
🟡 Updated this year🖼️ Gallery (1 images)
🔍 Analysis
- 🏆 #156 of 316 game-mechanics mods in this game by downloads
📋 About This Mod
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/Hs0OjhUJ-EQ" title="Проигрыватель YouTube" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> # RxNoBots 🤖🚫 > Advanced bot protection for Velocity servers using chat & movement verification with elegant purple gradient styling <p align="center"> (https://img.shields.io/badge/Velocity-3.5.0+-00A9E0?logo=velocity&logoColor=white)](https://velocitypowered.com) (https://img.shields.io/badge/LimboAPI-required-important)](https://github.com/Elytrium/LimboAPI) (https://img.shields.io/badge/License-MIT-green)](LICENSE) (https://img.shields.io/badge/Author-Rompix666-9cf)](https://github.com/Rompix666) (https://img.shields.io/discord/972218989235298385?label=Discord&logo=discord)](https://discord.com/invite/PNp3S3sanv) (https://img.shields.io/badge/Telegram-@RomixerX-26A5E4?logo=telegram)](https://t.me/RomixerX) </p> --- # 🇺🇸 English version ## 🔒 About the plugin **RxNoBots** is a powerful anti‑bot plugin for **Velocity** proxy that filters unwanted players **before they connect to the main servers**. The plugin uses **LimboAPI** to create an isolated environment where the player undergoes a two‑step verification process. ### 🔍 How verification works 1. 🗣 **Chat step** – the player types a unique code displayed on screen. 2. 🎯 **Movement step** – the player looks in a specified direction (up/down/left/right) and holds it for a few seconds. 3. ✅ **Success** – upon passing both steps, the player is allowed to join the server. > 💡 **New:** Detailed on‑screen instructions and a stylish purple gradient interface help players understand exactly what to do, reducing confusion and failed attempts. --- ## ✨ Key features | Category | Description | |:---------:|:---------| | 🗣 **Chat verification** | Generates a unique alphanumeric code. | | 🎯 **Movement** | Gaze tracking (up, down, left, right) with configurable hold duration. | | 🎲 **Randomization** | Each session generates unique movement sequences. | | 📦 **Session persistence** | Sessions resume after disconnection (e.g., server restart). | | 🔁 **Cooldown** | Verified players are not re‑verified for a configurable period. | | ⚙ **Flexibility** | Fully customizable logic – chat‑only, movement‑only, or hybrid modes. | | 🛡 **Bypass** | Whitelist by IP address or permission (`rxnobots.bypass`). | | 📊 **Statistics** | Real‑time stats via `/rnb stats` and bStats integration. | | 🔧 **Admin control** | Full management through dedicated commands. | | 🌐 **Localization** | Built‑in English and Russian language files (easily extendable). | | 🎨 **UI/UX** | Stylish purple gradient messages with clear step‑by‑step instructions for players. | --- ## 📸 Example workflow <p align="center"> | Step 1 | Step 2 | Result | |:--:|:--:|:--:| | Enter code | Hold gaze direction | Join server | </p> --- ## 🛠 Commands & permissions | Command | Permission | Description | |:--------|:------|:---------| | `/rnb reload` | `rxnobots.admin` | Reload configuration and language files. | | `/rnb verify <player>` | `rxnobots.admin` | Manually verify a player. | | `/rnb reset <player>` | `rxnobots.admin` | Reset a player's verification status. | | `/rnb timeout <player> <seconds>` | `rxnobots.admin` | Set a timeout for a player. | | `/rnb bypass <player>` | `rxnobots.admin` | Toggle bypass permission for a player. | | `/rnb stats` | `rxnobots.admin` | Show global statistics. | | `/rnb session info <player>` | `rxnobots.admin` | Display detailed session information. | | `/rnb session end <player>` | `rxnobots.admin` | Force‑end a player's verification session. | | `/rnb cache clear <player>` | `rxnobots.admin` | Clear cached player data (useful for debugging). | **Additional permission:** `rxnobots.bypass` – grants automatic bypass for players with this permission. --- ## ⚙ Config <details> <summary>config.yml</summary> ```yaml # RxNoBots Plugin - Configuration version: 1.2 # General Settings general: language: "ru" # Available: en, ru, de, fr, ja, pt, zh. debug: true # Enable for detailed logs (disable in production) plugin-prefix: "<gradient:#ff5555:#ff00aa>RxNoBots</gradient> <dark_gray>»</dark_gray>" # Database Settings database: type: "h2" # sqlite, mysql, h2 sqlite: file: "rxnobots.db" mysql: host: "localhost" port: 3306 database: "rxnobots" username: "root" password: "password" connection-pool-size: 5 # HikariCP pool size (connections to MySQL) thread-pool-size: 4 # Size of async DB thread pool (MySQL only) # Limbo Server Settings (requires LimboAPI) limbo: enabled: true host: "127.0.0.1" port: 25566 brand-name: "<gradient:#ff5555:#ff00aa>RxNoBots</gradient> <gray>Verification</gray>" # Verification System verification
# RxNoBots 🤖🚫 > Advanced bot protection for Velocity servers using chat & movement verification with elegant purple gradient styling
[!(https://img.shields.io/badge/Velocity-3. 5. 0+-00A9E0?logo=velocity&logoColor=white)](https://velocitypowered.com) [!(https://img.shields.io/badge/LimboAPI-required-important)](https://github.com/Elytrium/LimboAPI) [!(https://img.shields.io/badge/License-MIT-green)](LICENSE) [!(https://img.shields.io/badge/Author-Rompix666-9cf)](https://github.com/Rompix666) [!(https://img.shields.io/discord/972218989235298385?label=Discord&logo=discord)](https://discord.com/invite/PNp3S3sanv) [!(https://img.shields.io/badge/Telegram-@RomixerX-26A5E4?logo=telegram)](https://t.me/RomixerX)
- --
- # 🇺🇸 English version
## 🔒 About the plugin
RxNoBots is a powerful anti‑bot plugin for Velocity proxy that filters unwanted players before they connect to the main servers.
The plugin uses LimboAPI to create an isolated environment where the player undergoes a two‑step verification process.
### 🔍 How verification works
1. 🗣 Chat step – the player types a unique code displayed on screen. 2. 🎯 Movement step – the player looks in a specified direction (up/down/left/right) and holds it for a few seconds. 3. ✅ Success – upon passing both steps, the player is allowed to join the server.
> 💡 New: Detailed on‑screen instructions and a stylish purple gradient interface help players understand exactly what to do, reducing confusion and failed attempts.
## ✨ Key features
| Category | Description | |:---------:|:---------| | 🗣 Chat verification | Generates a unique alphanumeric code. | | 🎯 Movement | Gaze tracking (up, down, left, right) with configurable hold duration. | | 🎲 Randomization | Each session generates unique movement sequences. | | 📦 Session persistence | Sessions resume after disconnection (e.g., server restart). | | 🔁 Cooldown | Verified players are not re‑verified for a configurable period. | | ⚙ Flexibility | Fully customizable logic – chat‑only, movement‑only, or hybrid modes. | | 🛡 Bypass | Whitelist by IP address or permission (`rxnobots.bypass`). | | 📊 Statistics | Real‑time stats via `/rnb stats` and bStats integration. | | 🔧 Admin control | Full management through dedicated commands. | | 🌐 Localization | Built‑in English and Russian language files (easily extendable). | | 🎨 UI/UX | Stylish purple gradient messages with clear step‑by‑step instructions for players. |
## 📸 Example workflow
| Step 1 | Step 2 | Result | |:--:|:--:|:--:| | Enter code | Hold gaze direction | Join server |
## 🛠 Commands & permissions
| Command | Permission | Description |
|:--------|:------|:---------|
| `/rnb reload` | `rxnobots.admin` | Reload configuration and language files. |
| `/rnb verify
Additional permission: `rxnobots.bypass` – grants automatic bypass for players with this permission.
## ⚙ Config
config.yml
```yaml # RxNoBots Plugin - Configuration version: 1. 2
# General Settings
general:
language: "ru" # Available: en, ru, de, fr, ja, pt, zh.
debug: true # Enable for detailed logs (disable in production)
plugin-prefix: "
# Database Settings database: type: "h2" # sqlite, mysql, h2 sqlite: file: "rxnobots.db" mysql: host: "localhost" port: 3306 database: "rxnobots" username: "root" password: "password" connection-pool-size: 5 # HikariCP pool size (connections to MySQL) thread-pool-size: 4 # Size of async DB thread pool (MySQL only)
# Limbo Server Settings (requires LimboAPI)
limbo:
enabled: true
host: "127. 0. 0. 1"
port: 25566
brand-name: "
# Verification System verification
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- Rompix
- Version
- 1.0.3
- Downloads
- 114
- Endorsements
- 6
- Category
- game-mechanics
- Created
- 5/8/2026
- Updated
- 7/2/2026
- Game Versions
- 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4
- Tags
- game-mechanics, management, technology
🔧 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 RxNoBots support?
The author lists 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5. Other versions may work but are untested by the author.
What is the latest version of RxNoBots?
Version 1.0.3, published 2026-07-02 with 114 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await
