Disable report system as it is not ready to go live
This commit is contained in:
parent
39c3833b47
commit
de1fabf53d
@ -144,9 +144,9 @@ public class Clans extends JavaPlugin
|
|||||||
Pair.create(MinecraftVersion.Version1_9, "http://file.mineplex.com/ResClans19.zip")
|
Pair.create(MinecraftVersion.Version1_9, "http://file.mineplex.com/ResClans19.zip")
|
||||||
}, true);
|
}, true);
|
||||||
|
|
||||||
SnapshotManager snapshotManager = new SnapshotManager(new SnapshotPublisher(this));
|
//SnapshotManager snapshotManager = new SnapshotManager(new SnapshotPublisher(this));
|
||||||
new SnapshotPlugin(this, snapshotManager);
|
//new SnapshotPlugin(this, snapshotManager);
|
||||||
new ReportPlugin(this, new ReportManager(this, preferenceManager, statsManager, snapshotManager, CommandCenter.Instance.GetClientManager(), serverStatusManager.getCurrentServerName()));
|
//new ReportPlugin(this, new ReportManager(this, preferenceManager, statsManager, snapshotManager, CommandCenter.Instance.GetClientManager(), serverStatusManager.getCurrentServerName()));
|
||||||
|
|
||||||
// Enable custom-gear related managers
|
// Enable custom-gear related managers
|
||||||
new CustomTagFix(this, packetHandler);
|
new CustomTagFix(this, packetHandler);
|
||||||
|
@ -163,9 +163,9 @@ public class Hub extends JavaPlugin implements IRelation
|
|||||||
new PacketsInteractionFix(this, packetHandler);
|
new PacketsInteractionFix(this, packetHandler);
|
||||||
new ResourcePackManager(this, portal);
|
new ResourcePackManager(this, portal);
|
||||||
new GlobalPacketManager(this, clientManager, serverStatusManager, inventoryManager, donationManager, petManager, statsManager);
|
new GlobalPacketManager(this, clientManager, serverStatusManager, inventoryManager, donationManager, petManager, statsManager);
|
||||||
SnapshotManager snapshotManager = new SnapshotManager(new SnapshotPublisher(this));
|
//SnapshotManager snapshotManager = new SnapshotManager(new SnapshotPublisher(this));
|
||||||
new SnapshotPlugin(this, snapshotManager);
|
//new SnapshotPlugin(this, snapshotManager);
|
||||||
new ReportPlugin(this, new ReportManager(this, preferenceManager, statsManager, snapshotManager, CommandCenter.Instance.GetClientManager(), serverStatusManager.getCurrentServerName()));
|
//new ReportPlugin(this, new ReportManager(this, preferenceManager, statsManager, snapshotManager, CommandCenter.Instance.GetClientManager(), serverStatusManager.getCurrentServerName()));
|
||||||
//new Replay(this, packetHandler);
|
//new Replay(this, packetHandler);
|
||||||
|
|
||||||
AprilFoolsManager.Initialize(this, clientManager, disguiseManager);
|
AprilFoolsManager.Initialize(this, clientManager, disguiseManager);
|
||||||
|
@ -148,10 +148,10 @@ public class Arcade extends JavaPlugin
|
|||||||
FriendManager friendManager = new FriendManager(this, _clientManager, preferenceManager, portal);
|
FriendManager friendManager = new FriendManager(this, _clientManager, preferenceManager, portal);
|
||||||
Chat chat = new Chat(this, incognito, _clientManager, preferenceManager, achievementManager, serverStatusManager.getCurrentServerName());
|
Chat chat = new Chat(this, incognito, _clientManager, preferenceManager, achievementManager, serverStatusManager.getCurrentServerName());
|
||||||
new MessageManager(this, incognito, _clientManager, preferenceManager, ignoreManager, punish, friendManager, chat);
|
new MessageManager(this, incognito, _clientManager, preferenceManager, ignoreManager, punish, friendManager, chat);
|
||||||
SnapshotManager snapshotManager = new SnapshotManager(new SnapshotPublisher(this));
|
//SnapshotManager snapshotManager = new SnapshotManager(new SnapshotPublisher(this));
|
||||||
ReportManager reportManager = new ReportManager(this, preferenceManager, statsManager, snapshotManager, CommandCenter.Instance.GetClientManager(), serverStatusManager.getCurrentServerName());
|
//ReportManager reportManager = new ReportManager(this, preferenceManager, statsManager, snapshotManager, CommandCenter.Instance.GetClientManager(), serverStatusManager.getCurrentServerName());
|
||||||
new SnapshotPlugin(this, snapshotManager);
|
//new SnapshotPlugin(this, snapshotManager);
|
||||||
new ReportPlugin(this, reportManager);
|
//new ReportPlugin(this, reportManager);
|
||||||
|
|
||||||
BlockRestore blockRestore = new BlockRestore(this);
|
BlockRestore blockRestore = new BlockRestore(this);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user