Commit Graph

  • 1c2b3e698e
    Bump actions/setup-java from 3.6.0 to 3.8.0 dependabot[bot] 2022-12-07 01:03:42 +0000
  • 4f383253c7
    Bump actions/setup-java from 3.6.0 to 3.7.0 dependabot[bot] 2022-12-02 01:03:01 +0000
  • 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 Video 2022-11-21 07:09:59 -0700
  • 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. Video 2022-11-20 23:02:00 -0700
  • 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 Video 2022-11-20 22:57:31 -0700
  • 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 Video 2022-11-17 01:34:45 -0700
  • d3b4feaec9
    Merge branch 'development' into fs24 Video 2022-11-16 03:04:35 -0700
  • c9adb0c5a8 Codacy is incredibly picky and I hope it burns in hell Video 2022-11-16 03:01:51 -0700
  • cb642eba08 Completely rewrites the Block Inspector, fixes bug in BukkitTelnetBridge caused when Essentials is not installed Video 2022-11-15 21:32:21 -0700
  • ce8be6cd3b
    Merge branch 'development' into FS-458 Paldiu 2022-11-14 17:15:01 -0600
  • a68c648a2d
    Merge branch 'development' into FS-233 Paldiu 2022-11-14 17:12:29 -0600
  • fa85b8e160
    Merge pull request #284 from AtlasMediaGroup/FS-454 Paldiu 2022-11-14 17:12:17 -0600
  • 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. Video 2022-11-14 11:41:38 -0700
  • 550ff492ee Resolves FS-339 by aggressively rewriting /list and removing ancient unused code Video 2022-11-14 10:54:59 -0700
  • 88914632f5 Resolves FS-321 by aggressively rewriting /plugincontrol Video 2022-11-14 00:38:42 -0700
  • 47445933f3 Resolves FS-320 and fixes FS-471 Video 2022-11-13 23:20:46 -0700
  • 94d6f0a872 Attempts to resolve FS-311 and mitigates FS-396 Video 2022-11-13 20:53:50 -0700
  • 3d67c83ea4 Resolves FS-322 Video 2022-11-13 07:01:30 -0700
  • 22161b2e90 Resolves FS-331 Video 2022-11-13 06:55:17 -0700
  • b1f08c3b7f God fucking dammit Video 2022-11-13 06:49:32 -0700
  • 466745d51f Resolves FS-348 Video 2022-11-13 06:46:48 -0700
  • 98921b975f Resolves FS-340 and improves some surrounding code a bit Video 2022-11-13 06:44:56 -0700
  • 35d53ece4e Resolves FS-338 Video 2022-11-13 06:40:36 -0700
  • 33146fa161 Resolves FS-337 Video 2022-11-13 06:35:44 -0700
  • d7fddc3765 Resolves FS-333 Video 2022-11-13 06:31:45 -0700
  • 0db765af43
    Merge branch 'development' into FS-454 Ryan 2022-11-13 13:31:33 +0000
  • f4cb736c17 Resolves FS-325 Video 2022-11-13 06:28:53 -0700
  • 3763e0728d Resolves FS-341 Video 2022-11-13 06:25:56 -0700
  • af18299613 Resolves FS-318 by rewriting the /mute command This has the fortunate side-effect of also fixing several bugs present in the original command. Video 2022-11-13 06:19:10 -0700
  • f0d6549eec Resolves FS-316 by aggressively rewriting /blockedit Disclaimer: I did this whilst sleep deprvied. I didn't know how the fuck NPath is calculated so to play it safe I aggressively rewrote the command. I also took the opportunity to make some of the command's messages more consistent with eachother (using restrict/restore instead of block/unblock). Video 2022-11-13 04:49:58 -0700
  • 1032ec6070
    Merge branch 'FS-233' of https://github.com/AtlasMediaGroup/TotalFreedomMod into FS-233 Focusvity 2022-11-09 21:10:31 +1100
  • 5f75b1ad26
    Create a variable for API instead of calling method every time Focusvity 2022-11-09 21:09:53 +1100
  • 9e605d76c2
    Merge branch 'development' of https://github.com/AtlasMediaGroup/TotalFreedomMod into FS-233 Focusvity 2022-11-09 21:09:06 +1100
  • 3b61ba408f Fixes FS-314 Video 2022-11-04 22:58:36 -0600
  • af710edc88 Fixes FS-323 by rewriting ride modes to make sense Video 2022-11-04 22:26:19 -0600
  • 459a11e638 Fixes FS-349 Video 2022-11-04 21:32:23 -0600
  • 2e41414358 Fixes FS-343 Video 2022-11-04 21:30:28 -0600
  • a3d7fe19a0
    Bump codacy/codacy-analysis-cli-action from 4.1.0 to 4.2.0 (#269) dependabot[bot] 2022-11-03 12:20:56 +0000
  • 56d1649b85
    Merge remote-tracking branch 'origin/dependabot/maven/development/org.apache.maven.plugins-maven-shade-plugin-3.4.1' into update-squash Allink 2022-11-01 04:51:34 +0000
  • d21a0a6005
    Merge remote-tracking branch 'origin/development' into update-squash Allink 2022-11-01 04:49:27 +0000
  • 3548daa3e5
    Merge branch 'development' into dependabot/maven/development/org.apache.maven.plugins-maven-shade-plugin-3.4.1 dependabot/maven/development/org.apache.maven.plugins-maven-shade-plugin-3.4.1 Ryan 2022-10-29 18:29:12 +0100
  • 5c2bea30fc
    Merge branch 'development' into dependabot/github_actions/development/codacy/codacy-analysis-cli-action-4.2.0 Ryan 2022-10-29 18:27:36 +0100
  • 7f4000aff9
    Remove indefinite wording for bans with expiry Focusvity 2022-10-29 22:09:58 +1100
  • d2884f007b
    Remove ParseException from IConfig Focusvity 2022-10-29 21:36:05 +1100
  • 58b1890183
    Add expiry to indefinite bans Focusvity 2022-10-29 21:33:00 +1100
  • e92183fd91
    Merge branch 'development' into FS-233 Nathan Curran 2022-10-29 20:56:43 +1100
  • e5a9d78fdf
    Merge branch 'development' into FS-458 Video 2022-10-29 01:52:15 -0600
  • 8317b1f881
    Remove unused imports, variables and other minor oversights in the Discord bridge (#280) Allink 2022-10-28 13:46:16 +0100
  • 214dacd33f
    Bump codacy/codacy-analysis-cli-action from 4.1.0 to 4.2.0 dependabot[bot] 2022-10-28 12:27:01 +0000
  • fc796bd340
    Bump maven-shade-plugin from 3.3.0 to 3.4.1 dependabot[bot] 2022-10-28 12:26:57 +0000
  • 2eebe335ae
    Merge branch 'development' into discord-bridge-improvement Ryan 2022-10-28 13:26:12 +0100
  • 706e9540ce
    Remove Broken Downstream Merge Action (#281) Ryan 2022-10-28 13:25:59 +0100
  • 93636999a0
    Merge branch 'development' into Wild1145-patch-1 Ryan 2022-10-28 12:35:41 +0100
  • 8dd3b85d1b
    Add logging to ro command - FS-233 Focusvity 2022-10-27 18:26:25 +1100
  • 112ce9287e
    Bump maven-shade-plugin from 3.3.0 to 3.4.0 dependabot[bot] 2022-10-24 23:32:46 +0000
  • ac00d36dc6
    Bump actions/setup-java from 3.5.1 to 3.6.0 (#279) dependabot[bot] 2022-10-25 00:32:07 +0100
  • 8aed021b9d
    Remove Broken Downstream Merge Action Ryan 2022-10-25 00:31:11 +0100
  • 01fe87e615
    Merge branch 'development' into discord-bridge-improvement Allink 2022-10-19 19:22:43 +0100
  • 192daecf9b
    Fix possible NPEs Allink 2022-10-19 12:18:04 +0100
  • 4dfca1ab9d
    Update JDA plugin warning repository URL Allink 2022-10-19 12:14:05 +0100
  • ae5db0b3a6
    Clarify comment Allink 2022-10-19 11:54:57 +0100
  • 7dfa362e4c
    Rectify usage of deprecated methods Allink 2022-10-19 11:51:39 +0100
  • ee6f4f358b
    Remove unused imports and variables Allink 2022-10-19 11:50:34 +0100
  • 81e614f87b
    Fix player names not being deformatted Allink 2022-10-19 11:49:35 +0100
  • 2237711fc7
    Merge remote-tracking branch 'origin/dependabot/github_actions/development/actions/setup-java-3.6.0' into update-squash Allink 2022-10-19 06:44:45 +0100
  • e7285a2f9a
    Bump actions/setup-java from 3.5.1 to 3.6.0 dependabot[bot] 2022-10-19 01:18:25 +0000
  • 698e55bf2b
    Merge branch 'development' into update-squash Allink 2022-10-18 01:13:27 +0100
  • 75d5452473
    Merge branch 'development' into FS-458 Allink 2022-10-18 01:13:22 +0100
  • a2133369d2
    Merge pull request #276 from AtlasMediaGroup/FS-460-remove-sit-command-from-tfm Video 2022-10-17 11:32:36 -0600
  • 48728c9524
    Merge branch 'development' into FS-460-remove-sit-command-from-tfm Video 2022-10-17 09:51:09 -0600
  • d343bbc3d7
    Merge pull request #268 from AtlasMediaGroup/FS-452-not-fucked Video 2022-10-16 20:14:26 -0600
  • 5b591e010b
    Merge remote-tracking branch 'origin/dependabot/github_actions/development/codacy/codacy-analysis-cli-action-4.2.0' into update-squash Allink 2022-10-14 23:49:37 +0100
  • 67b24c4246
    Merge remote-tracking branch 'origin/dependabot/github_actions/development/actions/checkout-3' into update-squash Allink 2022-10-14 23:49:32 +0100
  • 849f6bea5e
    Merge remote-tracking branch 'origin/dependabot/maven/development/org.junit.jupiter-junit-jupiter-5.9.1' into update-squash Allink 2022-10-14 23:47:44 +0100
  • 70ce3d01b5
    Merge remote-tracking branch 'origin/dependabot/maven/development/org.javassist-javassist-3.29.2-GA' into update-squash Allink 2022-10-14 23:47:42 +0100
  • bbafe69092
    Merge remote-tracking branch 'origin/dependabot/maven/development/org.apache.maven.plugins-maven-shade-plugin-3.4.0' into update-squash Allink 2022-10-14 23:47:41 +0100
  • 9e48271e0c
    Merge remote-tracking branch 'origin/dependabot/maven/development/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0' into update-squash Allink 2022-10-14 23:47:39 +0100
  • 433dcf4b15
    Bump actions/checkout from 2 to 3 dependabot[bot] 2022-10-14 01:12:59 +0000
  • 2c357d1d49
    Remove /sit command Allink 2022-10-13 19:53:04 +0100
  • 1a338a037d
    Add configuration option for disabling books Allink 2022-10-13 19:31:15 +0100
  • bd23e6c866
    Bump junit-jupiter from 5.9.0 to 5.9.1 dependabot[bot] 2022-10-12 20:37:34 +0000
  • 6bdc9486b5
    Bump javassist from 3.29.1-GA to 3.29.2-GA dependabot[bot] 2022-10-12 20:37:27 +0000
  • e2d1be5491
    Bump codacy/codacy-analysis-cli-action from 4.1.0 to 4.2.0 dependabot[bot] 2022-10-12 20:37:26 +0000
  • b1b04a77b5
    Bump maven-shade-plugin from 3.3.0 to 3.4.0 dependabot[bot] 2022-10-12 20:37:26 +0000
  • f13f5a710b
    Bump EssentialsX from 2.19.4 to 2.19.7 dependabot[bot] 2022-10-12 20:37:26 +0000
  • 5de8547830
    Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 dependabot[bot] 2022-10-12 20:37:26 +0000
  • 5246639608
    Merge branch 'development' into FS-452-not-fucked Ryan 2022-10-12 21:37:18 +0100
  • 7fb4a477dc
    Removes TFGuilds integration (#264) Video 2022-10-12 14:36:49 -0600
  • 814541fec1
    Merge branch 'development' into remove-tfguilds Ryan 2022-10-12 17:44:19 +0100
  • 612499ff0a
    Merge pull request #274 from AtlasMediaGroup/main Ryan 2022-10-12 17:41:40 +0100
  • edb3dbfdbe
    Merge pull request #273 from AtlasMediaGroup/RELEASE-2022.06 Ryan 2022-10-12 17:37:09 +0100
  • a332ecfbea
    Merge pull request #272 from AtlasMediaGroup/fix-interact-blocking Paldiu 2022-10-12 11:29:00 -0500
  • 7f78549f9d
    Merge branch 'development' into fix-interact-blocking Paldiu 2022-10-09 15:15:57 -0500
  • fd6f8a2d17
    Merge branch 'main' into RELEASE-2022.06 Ryan 2022-10-08 15:08:52 +0100
  • 21c84d76d3
    Bump actions/setup-java from 3.3.0 to 3.5.1 (#271) dependabot[bot] 2022-10-08 15:06:56 +0100
  • 88f53c05b9
    Remove guard clause causing unintended side effects Allink 2022-10-05 08:55:34 +0100
  • f7e2da6ec0
    Bump actions/setup-java from 3.3.0 to 3.5.1 dependabot[bot] 2022-09-27 01:14:19 +0000
  • 51cc527697 Removes /nh and code associated with it (except this time its based on the right branch) Video 2022-09-14 19:24:58 -0600
  • ae5038ef0f
    Uplifts pom version to release 2022.06 Video 2022-09-13 21:54:42 -0600
  • b51126fdca
    Merge branch 'development' into remove-tfguilds Allink 2022-09-13 19:41:32 +0100