qWojtpl / ProtocolRanges

Block too low and too high protocols on your Minecraft server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


ProtocolRanges

Block too high and too low protocols on your minecraft server

REQUIRES VIAVERSION

Get protocol versions from https://minecraft.fandom.com/wiki/Protocol_version

Tested minecraft versions:

1.19.3

Installation

Put ProtocolRanges.jar to your plugins folder and restart the server.

Configuration

Use § sign instead of & for colors

config.yml

minProtocol - Minimum protocol with player can join
maxProtocol - Maximum protocol with player can join
tooLowMessage - If player's protocol is too low player will be kicked with that message
tooHighMessage - If player's protocol is too high player will be kicked with that message

Default configuration:

config:
  minProtocol: 759
  maxProtocol: 762
  tooLowMessage: "§cYou have too low version!"
  tooHighMessage: "§cYou have too high version!"

About

Block too low and too high protocols on your Minecraft server


Languages

Language:Java 100.0%