Sending to spam.

dev
sigonasr2 9 years ago
parent 117890c85b
commit 716e9de75c
  1. BIN
      TwosideKeeper.jar
  2. 2
      src/plugin.yml
  3. 3
      src/sig/plugin/TwosideKeeper/TwosideKeeper.java

Binary file not shown.

@ -1,6 +1,6 @@
name: TwosideKeeper
main: sig.plugin.TwosideKeeper.TwosideKeeper
version: 3.7.3cr7
version: 3.7.3cr8
commands:
money:
description: Tells the player the amount of money they are holding.

@ -6158,7 +6158,7 @@ public class TwosideKeeper extends JavaPlugin implements Listener {
return ChatColor.GOLD;
}
case 6:{ //121-140HP
return ChatColor.LIGHT_PURPLE;
return ChatColor.LIGHT_PURPLE;
}
case 7:{ //141-160HP
return ChatColor.DARK_PURPLE;
@ -6177,6 +6177,7 @@ public class TwosideKeeper extends JavaPlugin implements Listener {
public static void log(String logmessage, int loglv) {
if (LOGGING_LEVEL>=loglv) {
DiscordMessageSender.sendToSpam(ChatColor.stripColor(logmessage));
switch (loglv) {
case 0: {
//Only game breaking messages appear in level 0.

Loading…
Cancel
Save