Commit graph

166 commits

Author SHA1 Message Date
Ryan 6073712fdf
Bump Version
Bump Version to 2021.04-RC01
2021-04-26 20:46:11 +01:00
Nathan Curran 27dfd71b2e
Update JDA version and location (FS-145) 2021-04-09 21:20:33 +10:00
Ryan 27f5f18962
FS-143 Resolution (#42)
* Bump to patch version.

* Fixes FS-143

Various changes to make it work better with logging and things like that.
2021-04-06 07:11:12 +10:00
Ryan Wild 89ad934aa6
Bump version to 2021.02 Release 2021-03-18 19:18:11 +00:00
Ryan Wild 2fb8f224e7
Bump release to 2021.02-RC03 2021-03-06 23:38:46 +00:00
Ryan Wild d4be858c46
2021.02-RC02 Release Bump
Version bump with some Netbeans Config updates to use Java 11 as we should have been.
2021-03-05 21:44:38 +00:00
Paldiu a4ead85701 add annotations dependency 2021-03-01 23:03:49 -06:00
Ryan Wild 96d1c53ede
First release candidate
Bumping version and build code name for the first release candidate of the 2021.02 release.
2021-02-26 16:53:00 +00:00
Ivan 0367d9fd3a my end of the bargain 2021-02-25 16:42:30 -05:00
Ryan fd725ca6c5
Merge branch 'development' into paldiu-local 2020-12-28 22:51:44 +00:00
speed 5b8cf2798e Update pom.xml 2020-12-28 17:05:52 -05:00
speed 98158e0f27 mojangson update 2020-12-28 17:04:14 -05:00
Paldiu 5c0f77c7c5 Removal of Lombok
Lombok implementation removal.

I have also gone through and replaced things with inline methods and variables, lambdas, and simplified loops down, removed unnecessary guard clauses, and overall cleaned up every single class. This took a long time, please do remember to follow proper naming conventions, don't include unnecessary guard clauses, follow exception rules and comment rules, and please PLEASE remember to use the DIAMOND OPERATOR rather than just inferring RAW TYPES!!!

Thank you!!
2020-12-25 14:46:43 -05:00
Ryan fb314170c1
Moved Repo's to HTTPS 2020-12-24 22:52:35 +00:00
speed de496970d9 remove reddit system
jraw free 🦀🦀🦀
2020-12-24 13:09:42 -05:00
speed 293ea04c56 staff -> admins
* rename everything containing staff back to admin (as requested by ryan i've renamed commands like slconfig to saconfig but left "slconfig" as an alias)
* format almost every file correctly
* a few other improvements
2020-12-03 19:28:53 -05:00
Telesphoreo 43c2df58c7 knew there'd be a nms update 2020-11-02 23:33:04 -06:00
Telesphoreo 7d93050ff9 I assume 1.16.4 will have an NMS update 2020-10-29 18:59:54 -05:00
Telesphoreo fadcb9ad5d TotalFreedomMod 2020.11 2020-10-29 18:47:53 -05:00
Telesphoreo 2ecfd9610f br 2020-10-19 19:07:44 -05:00
Telesphoreo bb33778fc9 [Maven] FAWE 2020-10-16 22:33:33 -05:00
Telesphoreo 55522e8191 quick bump for the october 2020 update 2020-09-25 20:36:58 -05:00
Telesphoreo 9cb96e81ac Fix all the bugs 2020-09-11 22:27:26 -05:00
Telesphoreo 43b266f17d Update NMS + Use PaperLib for teleportAsync 2020-08-30 19:13:46 -05:00
Telesphoreo c61f7e78fd Update for 1.16.2 2020-08-30 14:39:07 -05:00
Telesphoreo f4007a7c9d Fix long standing bug with player notes 2020-08-17 23:53:21 -05:00
Telesphoreo 04a7b633a4 it compiles now 2020-08-15 17:58:48 -05:00
Telesphoreo 53038ca3b2 fuck intellij 2020-08-15 17:42:46 -05:00
Telesphoreo e77d92407c Revert "forgot to pull"
This reverts commit e4c9ea656e.
2020-08-15 17:41:26 -05:00
Telesphoreo da80f1b69e Revert "Merge branch 'development' of https://github.com/TFPatches/TotalFreedomMod into development"
This reverts commit 4407e9e6ec, reversing
changes made to e4c9ea656e.
2020-08-15 17:41:23 -05:00
Telesphoreo 4407e9e6ec Merge branch 'development' of https://github.com/TFPatches/TotalFreedomMod into development 2020-08-15 17:09:03 -05:00
Telesphoreo e4c9ea656e forgot to pull 2020-08-15 17:08:39 -05:00
Seth f5b5fcd5ef
Admins are now known as staff
To other developers: If you find places where staff are refered to as only admins pls fix it for me.
2020-08-14 23:44:57 -07:00
Telesphoreo 541abb1ba8 whoever commented the shit out in the pom.xml: i hope both sides of your pillow are warm tonight 2020-08-12 22:07:15 -05:00
Seth 81df3103b6
Some updates
- Added Reddit flair sync
- Removed magical saddle because the stacking potato does the same thing
- Some internal improvements
- Fixed bug where if a service throws an error while starting or stopping it breaks the entire plugin
2020-08-04 15:16:11 -07:00
Telesphoreo 4555a7e3f2 [WIP / DO NOT USE ON PRODUCTION!!] Begin implementing support for SuperVanish and fix bugs
- Update dependencies in pom.xml
- Replace TotalFreedomMod's vanish system with SuperVanish. It's widely supported by many major plugins and does a better job vanishing players
- Fixed a typo in the SQL command for creating admin tables, where the table would not be created on a clean install of TFM
- Update bStats Metrics to latest version
- Remove the VanishHandler
- Sync the permissions.yml from whats on the server. Entries for Essentials and SuperVanish will be added soon

KNOWN BUG:
- Plugins override TFM commands (e.g. Essentials takes over /list instead of giving it to TFM). I noticed that there is a semicolon before every TFM command. (:/ban, :/list), which is the actual TFM command. I have no idea where / how this bug came from. Urgently needs to be fixed.
2020-08-04 01:31:26 -05:00
Telesphoreo 1a7c14ad3e Formatting fixes and bump up the versions on the pom.xml 2020-08-02 20:59:47 -05:00
Seth 12a4f4da84
Seeing if this will fix the compiling issue 2020-08-02 13:26:21 -07:00
Seth 76bb2d08ac
Split gcmd sub cmds out n other stuff 2020-07-31 21:10:44 -07:00
speedxx 2bf78bcccf fix guildchat being sent to discord 2020-07-21 15:21:51 -04:00
Seth 7a08152c14
Some adjustments 2020-07-15 01:22:32 -07:00
Seth c7c567a14f
Version change & hot update so I can restore shop data
also fuck cbtool
2020-07-11 23:53:11 -07:00
Seth d74eeec113
Guess I had to modify LibsDisguises after all 2020-07-07 01:36:29 -07:00
Seth 19ed60d407
Bossbar reactions and stacking potato 2020-07-02 01:42:27 -07:00
Super_ baf5fd42f6 remove silly plugin 2020-06-30 21:53:00 -04:00
Super_ 9d71a7f4ae removal of aero 2020-06-30 21:51:06 -04:00
Seth eb58419a3a
1.16, overhaul of player data 2020-06-30 00:25:38 -07:00
ZeroEpoch1969 abbadb55ee
revert shop to names, next up mysql 2020-04-29 16:29:43 -07:00
ZeroEpoch1969 bc8ff3cd7f
permission system 2020-04-13 23:40:22 -07:00
ZeroEpoch1969 e23bfa7f87
sometimes I fucking hate people 2020-04-08 20:08:37 -07:00
ZeroEpoch1969 af935cb824
shops stuffs 2020-04-07 19:20:01 -07:00
ZeroEpoch1969 a37d8ecb31
yeah 2020-01-24 23:27:16 -07:00
Robinson Gallego 5b0ba0917c fffffffff 2020-01-15 18:10:00 -05:00
Robinson Gallego 8c0391f050 https://jfrog.com/jcenter-http/ 2020-01-15 17:53:22 -05:00
ZeroEpoch1969 93a9885477
forgot to do this 2020-01-11 20:55:18 -07:00
ZeroEpoch1969 5641d0d504
oops 2020-01-11 19:59:12 -07:00
ZeroEpoch1969 7cffdac400
1.15 2019-12-14 13:39:57 -07:00
ZeroEpoch1969 93e6361148
ok retard 2019-12-01 16:37:19 -07:00
ZeroEpoch1969 0ab0ca2c66
solved forever 2019-11-28 02:28:48 -07:00
ZeroEpoch1969 4ca89c6bf2
probably broke something 2019-11-28 02:08:36 -07:00
ZeroEpoch1969 5c1c06afa0
asot 2019-11-12 19:50:53 -07:00
Robinson Gallego 233632eaf1 this is what happens when you force push 2019-11-03 17:40:58 -05:00
Robinson Gallego db42985743 update to essentialsx 2019-11-03 17:00:58 -05:00
ZeroEpoch1969 b525e53348
cubev3.com 2019-11-03 14:40:05 -07:00
Ivan 7d0ea0837e Fixes, added /hub, removed CONSOLE restrictions on some commands 2019-08-18 21:06:47 -04:00
ZeroEpoch1969 fb0bfb847f
sorry marco 2019-08-03 12:46:40 -07:00
ZeroEpoch1969 9cb4bd7822
this is how you properly silence bells 2019-07-30 21:35:41 -07:00
ZeroEpoch1969 c7e0a7a288
resonance freqency of a cow 2019-07-17 12:35:36 -07:00
ZeroEpoch1969 591b8644cb
fuck you super there is development 2019-07-10 19:13:57 -07:00
ZeroEpoch1969 59ee519955
More stuff for discord and mb changes 2019-04-23 00:36:51 -07:00
ZeroEpoch1969 8f097c7454
. 2019-03-15 16:36:44 -07:00
ZeroEpoch1969 59cbc05a4a
chee 2019-02-22 16:16:08 -07:00
ZeroEpoch1969 3d7d363e30
yay more things 2019-01-27 18:49:07 -07:00
Lemon 7c6c407f78 add ssh support 2019-01-18 18:08:20 +05:00
ZeroEpoch1969 72db71b3cf
yay done 2018-12-29 12:41:48 -07:00
Model 3 7a43f991e3 Fix bat spawning and POM updates (#121)
* Fix bat spawning and POM updates

- Update POM for latest versions available
- Fix bats and giants bypassing spawn rules
- Update usages for /invis from /invis (clear) to /invis [clear]
- Add /mob as an alias to /spawnmob
- Remove redundant variables from POM
2018-10-06 12:44:58 -06:00
Model 3 322ed77232 Force Metrics to submit to TFM even if the plugin is renamed (#119) 2018-09-18 07:56:24 -06:00
ZeroEpoch1969 d58ee9f590
1.13.1 2018-08-30 23:33:10 -07:00
ZeroEpoch1969 968a36b216
:xdd: 2018-08-08 14:51:40 -07:00
ZeroEpoch1969 47565ece6b
Add a temp WorldEdit jar for CoreProtect. 2018-08-08 14:37:48 -07:00
Telesphoreo 94d91bbb31 -1 file (#117)
* hippity hoppity git no longer has properties

* for some reason it has to be there

* Build properties wont refresh?
2018-08-08 14:05:57 -06:00
Telesphoreo f3baf37279 merge /verifyplayer into /verify (#113)
* Spelling error and addition of forgotten checks

* Fix tag nyan

* this is what happens when you don't sleep for 2 days

* d

* Merge /verifyplayer into /verify
2018-07-31 22:58:38 -07:00
Telesphoreo 519b456807 Update CoreProtect and masterbuilder restrictions (#100)
* Update CoreProtect and masterbuilder restrictions

* intellij is gay shit
2018-07-27 02:08:48 +05:00
Telesphoreo fb7c17aff7 TFM is now lib free! (#98)
- Remove lib folder
- Add a WorldEdit redo for future usage
2018-07-26 00:35:31 -07:00
Telesphoreo 3c46df0082 Compile against 1.13 (#97) 2018-07-25 21:37:34 -07:00
Telesphoreo 7278176143 asdf (#91) 2018-07-24 19:44:00 -07:00
ZeroEpoch1969 6275fd8bcb
the more commits the better right? right? anyone? 2018-07-24 17:28:22 -07:00
ZeroEpoch1969 d29f192a36
Change hosts 2018-07-24 17:16:04 -07:00
Telesphoreo 22c6cf014c Overhaul build proccess (#89)
- Now only requires CoreProtect in /lib
- WorldEditListener and LibsDisguiseBridge updated
- Releaseparrots will now check if there are any parrots
- Fix some red lines in playerdata
2018-07-24 17:06:58 -07:00
ZeroEpoch1969 cae068a151
Begin the process of updating to 1.13 2018-07-21 22:51:43 -07:00
Telesphoreo 7026423e8e TotalFreedomMod 5.2 God (#69) 2018-06-02 01:18:28 -07:00
ZeroEpoch1969 b8f4119924
Bring changes from the official repo over to here 2018-06-01 22:36:37 -07:00
Lemon 0551337e8b Implement #22 and fix pom.xml.
Signed-off-by: Lemon <minecraftoxlemonxo@gmail.com>
2018-02-22 17:55:04 +05:00
ZeroEpoch1969 2bffcef9a9
Myadmin tags and misc improvements 2018-02-21 18:22:13 -07:00
Lemon 8b425967a4 Fix #25 and #23 with other misc. fixes.
Signed-off-by: Lemon <minecraftoxlemonxo@gmail.com>
2018-02-09 13:21:44 +05:00
Seth 9b6394c8c6 Fixed pom, added tprandom, admins can now kick other admins (#21)
* Fixed pom, added tprandom, admins can now kick other admins

* went too fast

* im mental
2018-01-15 02:53:05 +05:00
Seth 6a09b23331 Added discord support (#11) 2017-12-30 02:12:47 +08:00
Lemon 4011ecd7e7 Add files via upload 2017-10-14 18:33:53 +05:00
StevenLawson 655d7471dc Removed dependency to Craftbukkit and Spigot server code.
This breaks whitelist and onlinemode toggle.
2017-07-25 21:07:22 -04:00
Ryan Wild e16714ea6c Resolved dependency issues - Building correctly 2017-07-25 10:20:36 +01:00