mirror of
https://github.com/Aust1n46/VentureChat.git
synced 2025-05-23 10:39:05 +00:00
Fixed merge issue with previous hotfix.
This commit is contained in:
parent
7d91f560b7
commit
882019b2a0
@ -225,14 +225,7 @@ public class MineverseChat extends JavaPlugin implements PluginMessageListener {
|
|||||||
Bukkit.getConsoleSender().sendMessage(Format.FormatStringAll("&8[&eVentureChat&8]&c - There could be an issue with your player data saving."));
|
Bukkit.getConsoleSender().sendMessage(Format.FormatStringAll("&8[&eVentureChat&8]&c - There could be an issue with your player data saving."));
|
||||||
String name = p.getName();
|
String name = p.getName();
|
||||||
UUID uuid = p.getUniqueId();
|
UUID uuid = p.getUniqueId();
|
||||||
ChatChannel current = ChatChannel.getDefaultChannel();
|
mcp = new MineverseChatPlayer(uuid, name);
|
||||||
Set<UUID> ignores = new HashSet<UUID>();
|
|
||||||
Set<String> listening = new HashSet<String>();
|
|
||||||
listening.add(current.getName());
|
|
||||||
HashMap<String, Integer> mutes = new HashMap<String, Integer>();
|
|
||||||
Set<String> blockedCommands = new HashSet<String>();
|
|
||||||
String jsonFormat = "Default";
|
|
||||||
mcp = new MineverseChatPlayer(uuid, name, current, ignores, listening, mutes, blockedCommands, false, null, true, true, name, jsonFormat, false, false, false, true, true);
|
|
||||||
}
|
}
|
||||||
mcp.setOnline(true);
|
mcp.setOnline(true);
|
||||||
mcp.setHasPlayed(false);
|
mcp.setHasPlayed(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user