mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
remove remaining colour shit and changed version so cube can release and we can be all happy and dandy
This commit is contained in:
parent
a2456c582d
commit
3fca78626a
@ -8,7 +8,7 @@ plugins {
|
||||
}
|
||||
|
||||
group "me.clip"
|
||||
version "2.11.2-DEV-${System.getProperty("BUILD_NUMBER")}"
|
||||
version "2.11.2"
|
||||
|
||||
description "An awesome placeholder provider!"
|
||||
|
||||
|
@ -202,7 +202,7 @@ public final class PlaceholderAPI {
|
||||
}
|
||||
}
|
||||
|
||||
return Msg.color(text);
|
||||
return text;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -128,7 +128,7 @@ public final class CharsReplacer implements Replacer {
|
||||
continue;
|
||||
}
|
||||
|
||||
builder.append(ChatColor.translateAlternateColorCodes('&', replacement));
|
||||
builder.append(replacement);
|
||||
}
|
||||
|
||||
return builder.toString();
|
||||
|
Loading…
Reference in New Issue
Block a user