HomeJavaModsStopReload
StopReload
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:

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 ( ) ;


Works from both ingame and the console.

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

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.

Explore more