mirror of
https://github.com/asofold/CompatNoCheatPlus.git
synced 2024-11-24 12:16:46 +01:00
(bugfix) Remove import of mcMMO-hook (use direct package reference
instead).
This commit is contained in:
parent
a59efb80f9
commit
a7df119a9c
@ -22,6 +22,7 @@ VERSION HISTORY
|
||||
---------------------------
|
||||
(0.1.0)
|
||||
- (add) List to enable plugins: plugins.ensure-enable [Forces their events to be processed before NoCheatPlus gets them!]
|
||||
- (bugfix) Remove import of mcMMO-hook (use direct package reference instead).
|
||||
- (bugfix) Preserve order of entries in the lists read from the configuration.
|
||||
|
||||
(0.0.0) [initial version]
|
||||
|
@ -11,7 +11,6 @@ import java.util.logging.Logger;
|
||||
import me.asofold.bukkit.cncp.config.compatlayer.CompatConfig;
|
||||
import me.asofold.bukkit.cncp.config.compatlayer.NewConfig;
|
||||
import me.asofold.bukkit.cncp.hooks.Hook;
|
||||
import me.asofold.bukkit.cncp.hooks.mcmmo.HookmcMMO;
|
||||
import me.asofold.bukkit.cncp.setttings.GroupHooks;
|
||||
import me.asofold.bukkit.cncp.setttings.Settings;
|
||||
import me.asofold.bukkit.cncp.utils.Utils;
|
||||
@ -146,7 +145,7 @@ public class CompatNoCheatPlus extends JavaPlugin implements Listener {
|
||||
*/
|
||||
private void addAvailableHooks() {
|
||||
try{
|
||||
addHook(new HookmcMMO());
|
||||
addHook(new me.asofold.bukkit.cncp.hooks.mcmmo.HookmcMMO());
|
||||
}
|
||||
catch (Throwable t){}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user