Fixed Econ Format, Added Multiple Placeholders, Updated Pom.

This commit is contained in:
Driftay
2019-08-06 08:01:09 -04:00
parent de76801757
commit ac85687258
12 changed files with 44 additions and 11 deletions

View File

@@ -34,6 +34,7 @@ public class CmdTitle extends FCommand {
args.remove(0);
String title = TextUtil.implode(args, " ");
title = title.replaceAll(",", "");
if (!canIAdministerYou(fme, you)) {
return;