This plugin block Alt Account System same as McLeaks or AltDispenser.
SayNoToMcLeaks uses MojangAPI to check IP Authentication on Minecraft.net and on your server. If the result doesnt the same, the plugin execute custom commands (Editable on config file).
Please share SayNoToMcLeaks to your friends or others because more SayNoToMcLeaks will be installed on Minecraft servers. More McLeaks and Alt account system will be useless. A minecraft plugin for Bukkit platforms.
- Download the plugin (The plugin contains Bukkit and BungeeCord version)
- Download ProtocolLib
- Put then in the Plugins folder in your Bukkit server
- Reload/Restart your Bukkit server
- If you are using a BungeeCord server, modify the file "plugins/SayNoToMcLeaks/config.yml " by changing the value "bungeecord" to True. Reload/Restart your Bukkit server. (Please note that it will be necessary to install the plugin on the Bungee server)
- You can also change the value "commands", which contains the list of commands that will be executed by the Bukkit console. Then, to reload the list just do "/mcleaks reload"
- Download the plugin (The plugin contains Bukkit and BungeeCord version)
- Put then in the Plugin folder in your Bungee server
- Restart your BungeeCord server
- To change the list of commands executed by the Bungee console, change the "commands" value in the file "plugins/SayNoToMcLeaks/config.yml ". Then, to reload the list just do "/bmcleaks reload"
- If you want to run Bukkit commands, you must also install the plugin on your Bukkit servers and then configure the command list directly in the Bukkit server configuration file
This plugin is licensed under GNU License.
- /SayNoToMcLeaks reload : Reload configuration
- /bSayNoToMcLeaks reload : Reload configuration (BungeeCord Version)
- saynotomcleaks.reload : Permission to reload this plugin
- saynotomcleaks.bypass : Permission to bypass Alt Account protection
# ##############################################################
# SayNoToMcLeaks (By rexbut) #
# ##############################################################
#
# Debug mode display messages on console
debug: false
# bungeecord : Do you use a Bungeecord
bungeecord: false
# Executes commands by Bukkit console
# --------------------------------------------------------------
# | Replace variable | Example |
# --------------------------------------------------------------
# | <player> | lesbleu |
# | <uuid> | f3345769-4c70-4a9f-9db9-bdb8f9e8a46c |
# | <displayname> | Lesbleu |
# | <ip> | 123.80.10.2 |
# --------------------------------------------------------------
commands:
- 'kick <player> &cAlt Account detected'
- 'broadcast &6<player> &7was kicked for reason : Alt Account detected'
SayNoToMcLeaks collects statistics anonymously through bStats.
The following steps will ensure your project is cloned properly
git clone --recurse [email protected]:EverCraft/SayNoToMcLeaks.git
cd SayNoToMcLeaks
- Shift right click the folder with SayNoToMcLeaks's files and click "Open command prompt".
gradlew clean
gradlew build
- The plugins are located in the folder '/folder/of/SayNoToMcLeaks/build/libs/'
- In your terminal, navigate to the folder with SayNoToMcLeaks's files (
cd /folder/of/SayNoToMcLeaks/
) ./gradlew clean
./gradlew build
- The plugins are located in the folder '/folder/of/SayNoToMcLeaks/build/libs/'