From 9cb96e81ac5405908939b16f84081a31d4f83e6e Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Fri, 11 Sep 2020 22:27:26 -0500 Subject: [PATCH] Fix all the bugs --- .idea/codeStyles/Project.xml | 18 +++++ pom.xml | 7 ++ .../totalfreedommod/Monitors.java | 2 +- .../totalfreedommod/command/Command_list.java | 8 +-- .../command/Command_setlimit.java | 2 +- .../command/Command_setplayerlimit.java | 66 +++++++++++++++++++ .../totalfreedommod/rank/RankManager.java | 1 + .../totalfreedommod/sql/SQLite.java | 12 ++-- .../totalfreedommod/staff/StaffList.java | 12 ++++ .../totalfreedommod/util/FUtil.java | 4 +- 10 files changed, 117 insertions(+), 15 deletions(-) create mode 100644 src/main/java/me/totalfreedom/totalfreedommod/command/Command_setplayerlimit.java diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 9898a0e5..86bb373f 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -9,6 +9,24 @@ + + + +