Commit Graph
60 Commits
Author SHA1 Message Date
1c0b768e4f Add logging to ro command - FS-233 (#282)
* Add logging to ro command - FS-233

* Create a variable for API instead of calling method every time

Co-authored-by: Paldiu <[email protected]>
Co-authored-by: Ryan <[email protected]>
2023-01-07 18:31:11 +00:00
2618d97a3e Remove requireNonNull method from getIp, which causes NPE - resolves FS-429 (#187)
Co-authored-by: Paldiu <[email protected]>
2022-01-24 12:42:47 +11:00
Nathan CurranandGitHub 1c4647290a Merge branch 'development' into Elmon11-patch-2 2022-01-24 12:41:47 +11:00
d77f59435b Use 'getPlayer()' to prevent NPE (FS-159) (#87)
Co-authored-by: Ryan <[email protected]>
2021-06-26 15:06:15 +01:00
Nathan CurranandRyan 77a05f22a8 TotalFreedomMod May Update 2021-06-07 16:26:15 +01:00
Nathan CurranandRyan 5c3ef1f107 Bump version 2021-06-07 16:26:15 +01:00
Nathan CurranandRyan ff760a6c11 Use long instead of int and use offset to check time (FS-181) (#69)
* Use long instead of int and use offset to check time (FS-181)

* Remove star import
2021-06-07 16:26:15 +01:00
Nathan CurranandRyan 63069ff9ec Calculate the player count without offline players (FS-247) (#68)
Co-authored-by: Ryan <[email protected]>
2021-06-07 16:26:15 +01:00
Nathan CurranandRyan 5e63b71861 Small modification to new TFGuilds (FS-255) (#67) 2021-06-07 16:26:15 +01:00
Nathan CurranandRyan de9556c550 Name change for Fleek (#64) 2021-06-07 16:26:15 +01:00
Nathan CurranandRyan 6590504545 Added new dependency to allow TFM to compile (#65) 2021-06-07 16:26:15 +01:00
Nathan CurranandGitHub eedb7a5375 Use long instead of int and use offset to check time (FS-181) (#69)
* Use long instead of int and use offset to check time (FS-181)

* Remove star import
2021-05-25 21:45:53 +10:00
d047cfc8ff Calculate the player count without offline players (FS-247) (#68)
Co-authored-by: Ryan <[email protected]>
2021-05-22 15:40:55 +01:00
Nathan CurranandGitHub 9ff5da8d8f Small modification to new TFGuilds (FS-255) (#67) 2021-05-22 15:06:34 +01:00
Nathan CurranandGitHub 21af722e23 Name change for Fleek (#64) 2021-05-17 20:31:34 +10:00
Nathan CurranandGitHub b1196fcf00 Added new dependency to allow TFM to compile (#65) 2021-05-17 06:50:09 +01:00
Nathan CurranandGitHub f240a15af3 Force the count to be zero if the value is negative (FS-216) (#56) 2021-05-01 23:58:03 +10:00
Nathan CurranandGitHub d11d55b218 Vanished admins are no longer being counted (FS-148) (#41) 2021-04-24 14:06:28 +10:00
Nathan CurranandGitHub b9f7ab3ec3 Change punishment from kicking to muting on spam (FS-97) (#45) 2021-04-22 21:54:29 +10:00
Nathan CurranandGitHub 20c2c4c96e Delete /wipeuserdata (FS-196) (#49) 2021-04-15 22:07:22 +10:00
Nathan Curran 27dfd71b2e Update JDA version and location (FS-145) 2021-04-09 21:20:33 +10:00
Nathan CurranandGitHub d7e2c0da42 Merge branch 'development' into Elmon11-patch-2 2021-04-07 11:52:16 +10:00
Nathan CurranandGitHub db3c190b2b Merge branch 'development' into tfm-bugfix-001 2021-03-21 16:11:13 +11:00
Nathan Curran 9f291f675c Use 'toEpochMilli()' instead (FS-147) 2021-03-21 13:44:55 +11:00
Nathan Curran 561c192c27 Fix bans not expiring (FS-147) 2021-03-21 12:21:15 +11:00
Nathan CurranandGitHub 881dead392 Merge branch 'development' into 2021.02-release 2021-03-19 08:04:36 +11:00
Nathan Curran eb05b05042 Fixed FS-93
- Players no longer need to relog, just need to be opped to get permissions.
- Removed redundant PlayerJoinEvent code as it's already been executed (See RankManager class).
2021-03-16 20:21:31 +11:00
Nathan Curran b9c1970d20 Update player's permission when opping. 2021-03-16 19:56:29 +11:00
Nathan Curran 9eca9ac5b2 Remove double storage
It is unnecessary as the information is already stored in a map (Username, IPs)
2021-03-08 11:34:48 +11:00
Nathan Curran 5b577fae07 Add myself to developer list 2021-03-07 20:46:30 +11:00
Nathan Curran 452a8755c2 Properly fix FS-33 2021-03-07 20:43:25 +11:00
Nathan Curran 5a96204f1b Tidy things up a bit 2020-10-16 17:51:21 +11:00
Nathan Curran 3bd72dacda Enable media tag to be included in messages 2020-10-16 17:33:58 +11:00
Nathan Curran 82e7a3b659 Fix NPE (https://github.com/TFPatches/TotalFreedomMod/issues/287) 2020-10-16 13:37:25 +11:00
Nathan Curran a8f95bcb19 Use Component API for attachments 2020-10-16 13:20:20 +11:00
Nathan CurranandGitHub 34a0dae305 Make sure you check the code @CoolJWB 2020-08-18 18:23:19 +10:00
Nathan Curran 3f68677d99 Don't send empty messages 2020-08-18 15:52:19 +10:00
Nathan Curran 4561641d2b Plugin-specific registration fix 2020-08-04 18:14:42 +10:00
Nathan Curran c826afe399 Removed some imports 2020-08-04 11:44:01 +10:00
Nathan Curran ae57573eeb Fixed modifyitem command 2020-08-04 11:39:59 +10:00
Nathan CurranandGitHub c4124de781 Fix Issue #228 - unvanishing doesn't show admins 2020-07-17 12:02:22 +10:00
Nathan CurranandGitHub ecc907b535 The command blocker is now functioning as per normal (#187) 2020-02-26 22:31:21 -05:00
Nathan CurranandGitHub 682145eb13 A better way to display the current IP (#186)
a better dev did this
2020-02-05 21:11:07 -05:00
Nathan CurranandRobinson Gallego 47a62753d1 Wow Seth, how did you not see this? (#185) 2020-01-21 22:37:51 -05:00
Nathan CurranandRobinson Gallego 608791d918 This is no longer required (#182) 2020-01-20 23:09:38 -05:00
a2404d1bc6 Restrict the owner length to 16 instead of blocking them (#170)
* Restrict the owner length to 16

* no assertion thank u

Co-authored-by: super
2020-01-02 18:26:51 -05:00
Nathan Curranandsuper bd84257c16 Added Paper Check (#163) 2019-12-10 20:13:47 -05:00
Nathan CurranandIvan a79b26f4be gg seth (#159)
smartnt
2019-11-28 21:56:10 -05:00
Nathan CurranandRobinson Gallego 5a6dacfc37 big no no (#155)
bad @SuperSteelYT
2019-11-18 17:42:18 -05:00
Nathan CurranandIvan 2a168ece3d Change nickname character length to 3 (#149)
* You can have minimum of 3 characters in your name

* Another one
2019-10-20 18:02:11 -04:00
Nathan CurranandSeth 9f4b48af5a Bruh, else statement won't set saved tags (#145) 2019-09-09 22:44:27 -07:00
Nathan CurranandLemon cecbf09584 Travis = dead (#142) 2019-08-13 17:56:40 +05:00
Nathan CurranandLemon a166154e48 Fix %rank%/%coloredrank% not showing actual rank (#143) 2019-08-13 17:55:01 +05:00
Nathan CurranandSeth 6b8cab5005 Block replacenear command in master builder world (#140)
http://totalfreedom.boards.net/thread/64150/replacenear-master-builder-world
2019-06-26 23:04:27 -07:00
Nathan CurranandLemon 746ccdfd44 Fix colour because it's triggering. (#129) 2019-01-18 10:43:03 +05:00
Nathan CurranandLemon c9a0626239 h
* At least make sure it actually compiles

* Remove extra >
2018-06-05 15:36:20 +05:00
Nathan CurranandLemon ee7dbd56da Resolves TFPatches/TotalFreedomMod#57 (#66)
After a bit of recreating the PlayerVerification system, it will work now.
2018-06-01 19:13:40 +05:00
Nathan CurranandSeth 7b1a8cb527 Added some missing stuff for MB World (#61)
* Added some missing stuff for MB World

* Fix isExecutive method
2018-05-14 23:11:24 -07:00
Nathan CurranandLemon a8e39e3db2 Actually use the admin's personal tag if available (#51) 2018-03-28 15:37:40 +05:00
Nathan CurranandLemon b931cce3bb Fixing marco's mistakes (#8) 2017-12-23 12:07:36 +08:00