HomeJavaModsNoMoreBots
NoMoreBots
ModsJava

NoMoreBots

by melut · on Modrinth

Advanced bot verification plugin for Velocity. Free Minecraft Java mod for 1.19, 1.19.1, 1.19.2.

⬇ Download on Modrinth
NoMoreBots — screenshot 1NoMoreBots — screenshot 2NoMoreBots — screenshot 3NoMoreBots — screenshot 4

NoMoreBots

A powerful anti-bot verification plugin for Velocity proxy servers using LimboAPI with hybrid chat + movement verification system.

Features

Requirements

Installation

  1. Download the latest release from the releases page
  2. Install LimboAPI on your Velocity server
  3. Place nomorebots-1.0.0-SNAPSHOT.jar in your Velocity plugins folder
  4. Restart your server
  5. Configure the plugin in plugins/nomorebots/config.yml

Configuration

The plugin creates a configuration file at plugins/nomorebots/config.yml with customizable:

Verification System

Cooldown System

Database & Performance

Example Movement Configuration

movement:
  directions:
    - "up:2"    # Look up for 2 seconds
    - "left:2"  # Then look left for 2 seconds
    - "down:1"  # Then look down for 1 second
  
  response-timeout: 20 # Max 20 seconds to respond
  kick-on-timeout: true # Kick if timeout exceeded

Example Cooldown Configuration

cooldown:
  track-by-user: true  # Track by username
  track-by-ip: true    # Track by IP address
  duration: 86400      # 24 hours cooldown

Commands

How It Works

  1. Player Joins: New players are automatically sent to limbo for verification
  2. Chat Challenge: Players must type a randomly generated code exactly as shown
  3. Movement Challenge: Players complete a sequence of directional movements (configured in config)
  4. Cooldown Period: Successfully verified players are remembered for 24 hours (configurable)
  5. Smart Tracking: System tracks both username and IP to prevent bypass attempts

Verification Process

Player Joins → Limbo → Chat Code → Movement Sequence → Success → Main Server
                ↓
         (Timeout/Fail → Kicked/Timed Out)

Cooldown Logic

Building

git clone https://github.com/amhunter1/NoMoreBots.git
cd NoMoreBots
mvn clean package

Advanced Features

Multi-Direction Movement

Configure complex movement patterns:

directions:
  - "up:2"      # Look up for 2 seconds
  - "right:1"   # Look right for 1 second  
  - "down:3"    # Look down for 3 seconds
  - "left:2"    # Look left for 2 seconds

Precise Angle Control

Fine-tune detection angles:

angles:
  up:
    pitch-min: -90.0  # Straight up
    pitch-max: -30.0  # Minimum up angle
  down:
    pitch-min: 30.0   # Minimum down angle
    pitch-max: 90.0   # Straight down

Advanced Cooldown Options

cooldown:
  track-by-user: true   # Remember by username
  track-by-ip: true     # Remember by IP
  duration: 86400       # 24 hours in seconds

Performance

Verified by MCModsHub

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

Explore more