Since many years sever owners had to suffer because of reload.
This plugin is made to fix this issue, by correcting the issues with reload, in a way that never seen before.
This should tell you enought:
Works from both ingame and the console.
This plugin is made to fix this issue, by correcting the issues with reload, in a way that never seen before.
This should tell you enought:
Code (Java):
@EventHandler
(priority
= EventPriority.
HIGH
)
public void onReloadCommand (PlayerCommandPreprocessEvent e ) {
String cmd = e. getMessage ( ). split ( " " ) [ 0 ]. replace ( "/", "" ). replaceAll ( "(?i)bukkit:", "" ) ;
if (cmd. equalsIgnoreCase ( "reload" ) || cmd. equalsIgnoreCase ( "rl" ) ) {
e. setCancelled ( true ) ;
getLogger ( ). info (ChatColor. RED + "I see you reloaded, let me help you with that!" ) ;
Bukkit. shutdown ( ) ;
public void onReloadCommand (PlayerCommandPreprocessEvent e ) {
String cmd = e. getMessage ( ). split ( " " ) [ 0 ]. replace ( "/", "" ). replaceAll ( "(?i)bukkit:", "" ) ;
if (cmd. equalsIgnoreCase ( "reload" ) || cmd. equalsIgnoreCase ( "rl" ) ) {
e. setCancelled ( true ) ;
getLogger ( ). info (ChatColor. RED + "I see you reloaded, let me help you with that!" ) ;
Bukkit. shutdown ( ) ;
Works from both ingame and the console.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
StopReload is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 719 times (via Spigot). Download it and open it directly in the game.