Skip to content
Turtley12 edited this page Jan 12, 2021 · 3 revisions

Welcome to the ChangePingVersion wiki!

This is a small Minecraft plugin that changes the version message send to the client. If your Minecraft client is newer or older than the versions that can connect to the server, then this message will display where the player count normally is.

This can be useful if you do not want players on your server to know what server type you are using.

Permissions:

Permission Description Default
changepingversion.update Players with this permission will get notified if there is an update available operator

Configuration:

This is the config file found at /plugins/ChangePingVersion/config.yml. To change the plugin's default version message you can modify the version setting. Don't modify the config-version setting. In future updates if there is a change in the config the plugin might use this to find out what version of the config file you have.

ChangePingVersion now supports color codes in the version message. The default color is still red.

###################################################
#  ChangePingVersion by Turtley12                 #
#                                                 #
#  This is where you set the version to display.  #
#  it can be any combination of text characters   #
###################################################

# version string to send to the client
version: "MC 1.16.4"


#do not touch below!
config-version: 1

ChangePingVersion Wiki

Home

Clone this wiki locally