Sending to spam.
This commit is contained in:
parent
117890c85b
commit
716e9de75c
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
name: TwosideKeeper
|
name: TwosideKeeper
|
||||||
main: sig.plugin.TwosideKeeper.TwosideKeeper
|
main: sig.plugin.TwosideKeeper.TwosideKeeper
|
||||||
version: 3.7.3cr7
|
version: 3.7.3cr8
|
||||||
commands:
|
commands:
|
||||||
money:
|
money:
|
||||||
description: Tells the player the amount of money they are holding.
|
description: Tells the player the amount of money they are holding.
|
||||||
|
@ -6177,6 +6177,7 @@ public class TwosideKeeper extends JavaPlugin implements Listener {
|
|||||||
|
|
||||||
public static void log(String logmessage, int loglv) {
|
public static void log(String logmessage, int loglv) {
|
||||||
if (LOGGING_LEVEL>=loglv) {
|
if (LOGGING_LEVEL>=loglv) {
|
||||||
|
DiscordMessageSender.sendToSpam(ChatColor.stripColor(logmessage));
|
||||||
switch (loglv) {
|
switch (loglv) {
|
||||||
case 0: {
|
case 0: {
|
||||||
//Only game breaking messages appear in level 0.
|
//Only game breaking messages appear in level 0.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user