Commit Graph

281 Commits

Author SHA1 Message Date
Artemis-the-gr8
e158b4480d Made ConfigHandler, LanguageKeyHandler, OfflinePlayerHandler and EnumHandler into singletons, merged RequestProcessor into RequestManager and wrote TabComplete logic (#88) 2022-10-21 17:34:08 +02:00
Artemis-the-gr8
6c9e8b2b9d Fixed StringUtils bug (#125) 2022-10-21 12:37:53 +02:00
Artemis-the-gr8
fc759da100 Added TabCompleter for ExcludeCommand, moved command initializing to its own method in Main, and fixed bug where commandsender wasn't set for internal StatRequests (#88) 2022-10-20 15:58:30 +02:00
Artemis-the-gr8
51a9140a9a Added ExcludeCommand and added methods for excluding players/checking exclude status in OfflinePlayerHandler (#88) 2022-10-19 13:17:02 +02:00
Artemis-the-gr8
ca63eca1a0 Gathered the request-rewrite and pre-work for excluding players into new branch for v2.0 2022-10-18 14:41:55 +02:00
Artemis-the-gr8
eca25980e5 Moved implementation of the API interface to the Main class 2022-10-16 15:39:28 +02:00
Artemis-the-gr8
abf85b3948 Separated request-generating from request-executing to keep all execute-logic within the statistic package (#114) 2022-10-16 15:23:13 +02:00
Artemis-the-gr8
03efe136b0 Moved all arg-analyzing to StatCommand and got rid of InternalStatRequest (#114) 2022-10-15 17:34:52 +02:00
Artemis-the-gr8
b1c015e156 Started to move arg-processing to StatCommand after testing (feedback is no longer working with the increased StatRequest conditions of what settings are accepted) 2022-10-14 16:40:39 +02:00
Artemis-the-gr8
d16e6db036 Separated responsibility of OutputManager and ShareManager and made the RequestProcessor handle the StatRequest executing (#114) 2022-10-12 16:23:06 +02:00
Artemis-the-gr8
31713007f5 Reworked InternalStatRequest and the other classes dealing with StatRequests (#114) 2022-10-11 13:08:11 +02:00
Artemis-the-gr8
b46a25d23f Merged different StatResult classes into one typed record 2022-10-07 19:48:37 +02:00
Artemis-the-gr8
e4fca5a0c8 Rewrote StatCommand logic, got rid of RequestSettings and RequestHandler and instead made InternalStatRequest to mirror the other StatRequest classes 2022-10-07 17:45:56 +02:00
Artemis-the-gr8
56dc30830a Started a rewrite to make the request-business more clear and better organized 2022-10-05 17:24:51 +02:00
Artemis-the-gr8
e30bc5efd2 Removed unnecessary method from BukkitConsoleComponentFactory, minor annotation improvements 2022-10-05 14:20:12 +02:00
Artemis-the-gr8
2c7717a20c Fixed language bugs (#123), improved LanguageKeyHandler, ComponentUtils and StringUtils 2022-10-04 16:48:09 +02:00
Artemis-the-gr8
9ac77a365b Separated initial plugin set-up from reloading and organized responsibilities better for the OfflinePlayerHandler, ThreadManager and the classes implementing FileHandler 2022-10-03 15:40:45 +02:00
Artemis-the-gr8
3417233dec Started working on exclude file (#88) and made file-reloading/updating more organized with an abstract FileHandler 2022-10-02 15:19:51 +02:00
Elise
6678778e8f
Merge pull request #122 from itHotL/1.8
1.8
2022-10-01 13:24:02 +02:00
Artemis-the-gr8
63740aae47 Reverted folder structure change to keep backwards compatibility with the placeholder-expansion 2022-09-15 17:04:53 +02:00
Artemis-the-gr8
9942d6fea5 Fixed stat-name for Deaths (#121) 2022-08-28 17:04:14 +02:00
Artemis-the-gr8
667d695c75 Small documentation fix 2022-08-28 16:32:53 +02:00
Artemis-the-gr8
d1cb3d37c9 Improved documentation, (#120) 2022-08-28 15:17:16 +02:00
Artemis-the-gr8
c713879312 Added #getVersion() for reflection, moved lib folder (#120) 2022-08-22 21:21:33 +02:00
Artemis-the-gr8
86ef019371 Merge remote-tracking branch 'origin/main' 2022-08-22 21:13:26 +02:00
Elise
80e0349e4d
Update README.md 2022-08-22 14:56:42 +02:00
Artemis-the-gr8
386270ef52 Updated maven compiler plugin 2022-08-22 01:55:20 +02:00
Elise
30d39cca7f
Update README.md 2022-08-22 00:29:22 +02:00
Artemis-the-gr8
db8a0349cd Release v1.7.2 2022-08-20 21:48:52 +02:00
Elise
2c3f71c8a5
Merge pull request #119 from itHotL/api
Added another formatting method to the API (v1.7.2)
2022-08-20 21:19:27 +02:00
Artemis-the-gr8
928aae3173 Added another formatting method to the API 2022-08-20 21:17:14 +02:00
Artemis-the-gr8
73c7fd8445 Small bug fix (API didn't follow config-settings for use-dots) 2022-08-19 18:43:30 +02:00
Artemis-the-gr8
329bc8fb10 Fixed package-name in plugin.yml, getting ready for release v1.7! (#83) 2022-08-17 17:22:59 +02:00
Artemis-the-gr8
ff37999ccb v1.7-SNAPSHOT! 2022-08-17 14:09:47 +02:00
Artemis-the-gr8
320e6a6c22 Merge branch 'api'
# Conflicts:
#	src/main/java/com/artemis/the/gr8/playerstats/enums/Unit.java
#	src/main/java/com/artemis/the/gr8/playerstats/msg/msgutils/NumberFormatter.java
2022-08-17 13:14:46 +02:00
Artemis-the-gr8
23814313a3 Api-branch is ready to be merged! 2022-08-17 13:10:04 +02:00
Elise
13a557e8e9
Merge pull request #118 from itHotL/time-unit-fixes
Made the time formatting a bit more simple and dynamic
2022-08-17 12:49:27 +02:00
Artemis-the-gr8
d22938982b Added maven gpg plugin for artifact-signing (#101) 2022-08-17 11:34:46 +02:00
Artemis-the-gr8
7e2a105b71 Added finishing touches to javadoc comments and started preparing for 1.7 release (#100) 2022-08-17 00:27:25 +02:00
Artemis-the-gr8
7c9f03038f Added javadoc configuration and improved documentation (#100) 2022-08-16 17:14:22 +02:00
Artemis-the-gr8
93b44da8c7 Reworked all javadoc comments to follow official guidelines (#100) 2022-08-16 15:16:57 +02:00
Robin
f238221511 Made the time formatting a bit more simple and dynamic 2022-08-15 23:22:17 +02:00
Artemis-the-gr8
5eb4a1705c Added more documentation (#100) 2022-08-15 23:20:25 +02:00
Artemis-the-gr8
20fa697eab Improved POM and changed package name and groupId to an appropriate domain (#101) 2022-08-15 22:40:54 +02:00
Artemis-the-gr8
4dc5fe86e0 Fixed bug with time-number-formatting (#116), removed api test method (#115) 2022-08-15 16:57:45 +02:00
Artemis-the-gr8
a456c1aa14 Added new chart to bstats to see placeholder-usage (#110) 2022-08-15 13:51:02 +02:00
Artemis-the-gr8
8924e02bba Added language file to properly translate stat-keys into Minecraft text (#113, #79) 2022-08-15 01:01:59 +02:00
Artemis-the-gr8
b57d8af335 Finished extra formatting methods for the API and merged the ApiOutputManager into the MessageBuilder 2022-08-12 20:52:37 +02:00
Artemis-the-gr8
cc2e061ae3 Made ApiFormatter use the same settings for TranslatableComponents as the InternalFormatter 2022-08-12 12:48:21 +02:00
Artemis-the-gr8
7c3b6d0ef0 Fixed heart-unit not displaying in APIFormatter 2022-08-12 01:44:19 +02:00