Commit Graph

257 Commits

Author SHA1 Message Date
Daniel dad057825c Added Note To Self 2022-10-06 20:46:35 -04:00
Daniel 540bf968cc Deleted Mockito and a few other things 2022-10-06 20:36:50 -04:00
Daniel 825413fcc3 Added Mocking System for the Plugin allowing for null resource tests 2022-10-06 20:30:28 -04:00
Daniel 9f4fbead7f Remove all CLIs 2022-10-05 19:07:07 -04:00
Daniel 2425752d1b Merge remote-tracking branch 'origin/master' into Rewrite 2022-10-05 19:05:57 -04:00
Daniel 0c47de7a3e Small Update to TabComplete 2022-10-05 19:05:39 -04:00
trainerlord b1e9724a5c
Delete gradle.yml 2022-10-05 19:02:58 -04:00
trainerlord f0a7edcd61
Create maven.yml 2022-10-05 19:02:43 -04:00
Daniel 95304d2e53 Added the Tab Complete System 2022-10-05 17:31:15 -04:00
Daniel 19e61e2ae0 Completed Command Framework
The Command Framework is done and has been tested via JUnit Testing and via in game testing.
Along with that the project can properly be build into a valid plugin
2022-10-05 16:28:18 -04:00
Daniel 7b9942d5cc Finished the Config System 2022-10-04 23:46:51 -04:00
Daniel f039c04e08 Change the name of Cord Classes 2022-10-04 10:09:09 -04:00
Daniel 2402b7a412 Added Part of the New Config & Temp removed old Code 2022-09-29 13:49:39 -04:00
Daniel 2c9f8dd51a Added Config Getters
because the tests wont run cause the plugin is complaining
2022-09-16 18:56:03 -04:00
Daniel f8126979f1 Merge remote-tracking branch 'origin/master' 2022-09-16 17:55:42 -04:00
Daniel b9f54ca6ed Created new ConfigSystem
Note this Config Merges Settings & Config together to prevent people getting confused *Mostly Me*
2022-09-16 17:55:34 -04:00
Daniel caf5521f9a Created new ConfigSystem
Note this Config Merges Settings & Config together to prevent people getting confused
2022-09-16 17:55:18 -04:00
trainerlord 6f922651da
Delete src\TestFiles\ExistingPopulatedFileInit.json 2022-09-16 16:09:04 -04:00
Daniel 2905e4fb1f Added Comments to the New Tests and Object Files 2022-09-16 12:41:42 -04:00
Daniel 6db97df7b8 Added Tests For the data objects
Along with fixing some bugs in them Woo!
2022-09-16 12:28:17 -04:00
Daniel ecaa9f2569 Changed RuntimeException to a todo 2022-09-15 19:43:54 -04:00
Daniel ed2cc1479e added some comment stubs 2022-09-15 19:28:19 -04:00
Daniel c2c8dd2e5c Developed Initiation from WorldSystemDatabase
added initiation functionality for the replacement to the dependence config.
2022-09-15 19:06:07 -04:00
Daniel 4b8b90d6e8 Added MockBucket
Added MockBucket to allow for new Tests to be written for each Class planned to be overhauled
2022-09-15 17:02:07 -04:00
Daniel cd43b51329 Minor Class Refactoring 2022-09-08 10:30:29 -04:00
trainerlord 8dd3b47798
Merge pull request #218 from Argantiu/master 2022-09-08 09:01:21 -04:00
CrazyCloudCraft | Argantiu e0b8c229ca
Update codeql.yml 2022-09-08 10:34:20 +02:00
CrazyCloudCraft | Argantiu 1668759265
Create codeql.yml 2022-09-08 10:01:40 +02:00
CrazyCloudCraft | Argantiu 28af2d5c94
Update README.md 2022-09-08 07:28:36 +02:00
trainerlord 2f3f7f4d9f
Merge pull request #217 from Argantiu/master
Patch 2 Updated pom.xml
2022-09-07 15:19:24 -04:00
trainerlord 7819fd8327
Merge pull request #215 from CrazyCloudCraft/patch-1
Patch 1 Readme.md
2022-09-07 15:19:14 -04:00
CrazyCloudCraft | Argantiu ea1798e4e3
Update pom.xml 2022-09-07 17:08:21 +02:00
CrazyCloudCraft | Argantiu 38b65b1c0e
Update VersionUtil.java 2022-09-07 17:01:56 +02:00
CrazyCloudCraft | Argantiu dd12d5f282
Update README.md 2022-09-07 16:41:57 +02:00
CrazyCloudCraft | Argantiu a409203cba
Added new Readme 2022-09-07 16:38:36 +02:00
Daniel f15114b0a4 Updated Readme 2022-09-07 10:37:07 -04:00
Daniel d85e632fc7 Returned Project to Maven && Disabled Async World Generation 2022-09-07 10:27:38 -04:00
Daniel 57c7d2a61f 1.18 update 2021-12-14 19:34:28 -05:00
trainerlord b9f6e07a25
Merge pull request #103 from Peda1996/dependency
Extreme Sync Worldgen Speedup by disabling chunk preloading
2021-01-01 13:36:31 -05:00
Peda 1d454fea00 fixed messages kinda? 2020-12-29 15:08:48 +01:00
Peda cdda7436db added day night time, storm, rain, sun commands 2020-12-29 14:55:22 +01:00
Peda 32f5619fe9 additional sql query fix 2020-12-29 12:50:25 +01:00
Peda 42c43c41b6 World gamerules etc. are now only updated on world load 2020-12-29 12:44:04 +01:00
Peda e97c827ddc fix -> tried to update on wrong table 2020-12-29 11:51:35 +01:00
Peda 07d1e3803f Changed some imports 2020-12-28 16:31:27 +01:00
Peda 52b9468b8f + /wa reload zum Neuladen der Templates 2020-12-28 03:33:08 +01:00
Peda bb589757ee removed worldedit from dependency list 2020-12-28 01:32:12 +01:00
Peda 0e180a0d50 + added player uuid caching
+ added extreme paper speedup on sync mode, by disabling the chunk loading
2020-12-28 01:30:59 +01:00
Peda 27b90b7343 possible fix for getOfflinePlayer running in timeouts due to mojang 2020-12-27 23:07:01 +01:00
Peda 5b69c58bbb some fiddeling to make use of fawe worldgen 2020-12-27 20:00:36 +01:00