Commit Graph

1012 Commits

Author SHA1 Message Date
Allink 0559e99fb1
Drop ptero_id column from admin table
Fixes a SQLException thrown when adding admins to an older table schema version.
2023-07-25 18:56:06 +01:00
Allink 1251276451
Fix formatting in AdminList 2023-07-25 18:32:59 +01:00
Allink 9e584069e6
Ignore interact events from Spectators 2023-07-25 17:43:15 +01:00
Allink 11c24cff68
Ignore cancelled interact events 2023-07-25 17:42:32 +01:00
Allink 476c87ceb0
Improve Discord bridge sanitization 2023-07-25 17:32:28 +01:00
Allink 9bef4581aa
Use Bukkit.getScheduler().runTaskAsynchronously to execute the report 2023-07-25 17:08:05 +01:00
Allink 794a25ba16
Remove getCommandMap() method in CommandBlocker 2023-07-25 16:40:35 +01:00
Allink ec19b6d398
Make the Discord command parsing more forgiving 2023-07-25 04:13:40 +01:00
Allink b2c636f919
Fix invalid Discord command handling 2023-07-25 03:57:24 +01:00
Allink 8876076a9d
Fix JDA deprecation issue 2023-07-25 03:47:33 +01:00
Allink 80f19f0349
Disable mentions in archival message 2023-07-25 03:47:05 +01:00
Allink 011535cf16
Make Discord report filing system asynchronous 2023-07-25 03:45:22 +01:00
Allink eb99dcd3a3
Optimize EssentialsBridge imports 2023-07-25 03:05:19 +01:00
Allink 08c8393abc
Fix ArrayIndexOutOfBounds when a newly added admin leaves the game 2023-07-25 03:05:12 +01:00
Luna 04029eb144
Don't try to vanish/unvanish offline players...
(cherry picked from commit a03ecfd6f3248a6b4588db19549d4daf76952742)
2023-07-25 03:05:05 +01:00
Allink 08115470b0
Fix reactions showing up in Discord bridge & colour codes showing up in bridge 2023-07-25 03:04:56 +01:00
Allink 6e140ace7d
Fix /ci tab completion throwing exceptions 2023-07-25 00:26:47 +01:00
Allink 9ce4dc6f3a
Fix CommandSpy colours 2023-07-25 00:21:41 +01:00
Allink 8f6d276bb6
Merge branch 'main' of github.com:AtlasMediaGroup/TotalFreedomMod into merge/main/development 2023-07-24 23:39:09 +01:00
Allink e11d72b54b
Merge branch 'main' into merge/main/development 2023-07-24 23:23:01 +01:00
Allink ee594e7c63
Add configuration value for player item drops 2023-07-23 00:18:23 +01:00
Paldiu 268b71f8a3
Update plugin.yml 2023-07-11 11:38:45 -05:00
Paldiu 171daf25a4
Update plugin.yml 2023-07-11 09:06:11 -05:00
allinkdev 7faf719555
Remove UUID from vanished list on removal (#298)
Co-authored-by: Ryan <Wild1145@users.noreply.github.com>
Co-authored-by: Paldiu <pawereus@gmail.com>
2023-07-05 16:10:07 +01:00
Paldiu 3016c57e3e
Merge branch 'main' into ver/1.19.3-main 2023-07-04 17:25:10 -05:00
Allink 0e7a2d9bce
Update to 1.19.4 2023-06-20 04:32:45 +01:00
Allink dcebf7bbe7
Use Adventure for kick message 2023-06-17 20:23:54 +01:00
Allink d30e335f57
Disallow custom spawns that are out of bounds 2023-06-17 20:23:24 +01:00
Allink cca95dc3f1
Add dedicated method for checking if a position is out of bounds 2023-06-17 20:23:18 +01:00
Allink 42b68011ea
Improve distance check 2023-06-17 20:09:22 +01:00
Allink 87d7ba19de
Remove inventory checks in MovementValidator 2023-06-17 20:06:56 +01:00
Ryan 79e7f6904b
Merge branch 'development' into ver/1.19.3 2023-04-02 10:21:14 +01:00
Paul Reilly cc48f93556 Merge branch 'main' into development 2023-03-31 21:15:34 -05:00
Video 3deaaafb88 Patches critical exploit 2023-03-08 19:52:30 -07:00
Allink 520bd97176
Merge branch 'development' into ver/1.19.3 2023-03-04 05:14:30 +00:00
Allink 71127c3152
Add configuration option for disabling books (#275)
FS-458

Co-authored-by: Video <videogamesm12@gmail.com>
Co-authored-by: Paldiu <pawereus@gmail.com>
2023-02-20 23:39:40 +00:00
Allink 654f5900ba
Update to 1.19.3 2023-02-20 17:44:57 +00:00
Nathan Curran 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 <pawereus@gmail.com>
Co-authored-by: Ryan <Wild1145@users.noreply.github.com>
2023-01-07 18:31:11 +00:00
Video b3e1a8b528 Aggressive debloat
- Removes unused Logviewer functionality
- Removes several unused bits of code from FPlayer
- Changes the build configuration to not shade in org.apache.commons:commons-lang3, commons-io.commons-io,
  jetbrains.annotation, and org.javassist:javassist, opting instead to load them in on runtime using a
  little-known Spigot trick
2022-11-21 07:09:59 -07:00
Video 99a5897d44 Go fuck yourself Codacy
Codacy complained about me forgetting a "default" case in my rewrite of /moblimiter, so I have to do this shit.
2022-11-20 23:02:00 -07:00
Video 9064f4b1f2 A few more changes
- Cleans up /potion a tiny bit
- Rewrites part of /moblimiter
- Resolves FS-346 by cleaning up /setlever
- Modernizes /opall a bit
- Changes more components to use Adventure
2022-11-20 22:57:31 -07:00
Video 2698cbf46d Too much shit to list in the commit name
- Removes ancient unused code
- General code cleanup in some places
- Rewrites a few components to use Adventure (testing needed)
- Rewrites a few commands to use more modern Java features like Streams
- Fixes oversight where vanishing still worked by names and not UUIDs
- Removes unused Pterodactyl integration
- Removes AutoEject's IP range banning functionality
- Does some minor cleanup to HTTPD's list & players modules
- Fixes ages-old bug in the AntiSpam that caused it to falsely mute players
2022-11-17 01:34:45 -07:00
Video d3b4feaec9
Merge branch 'development' into fs24 2022-11-16 03:04:35 -07:00
Video c9adb0c5a8 Codacy is incredibly picky and I hope it burns in hell 2022-11-16 03:01:51 -07:00
Video cb642eba08 Completely rewrites the Block Inspector, fixes bug in BukkitTelnetBridge caused when Essentials is not installed 2022-11-15 21:32:21 -07:00
Video 69a06167a1 Resolves FS-464
Banners had a cap in them to mitigate the effects of chunk bans back in like 2019. This removes that ancient broken cap.
2022-11-14 11:41:38 -07:00
Video 550ff492ee Resolves FS-339 by aggressively rewriting /list and removing ancient unused code 2022-11-14 10:54:59 -07:00
Video 88914632f5 Resolves FS-321 by aggressively rewriting /plugincontrol 2022-11-14 00:38:42 -07:00
Video 47445933f3 Resolves FS-320 and fixes FS-471 2022-11-13 23:20:46 -07:00
Video 94d6f0a872 Attempts to resolve FS-311 and mitigates FS-396 2022-11-13 20:53:50 -07:00