Commit Graph

  • f238221511 Made the time formatting a bit more simple and dynamic Robin 2022-08-15 23:22:17 +0200
  • 5eb4a1705c Added more documentation (#100) Artemis-the-gr8 2022-08-15 23:20:25 +0200
  • 20fa697eab Improved POM and changed package name and groupId to an appropriate domain (#101) Artemis-the-gr8 2022-08-15 22:40:54 +0200
  • 4dc5fe86e0 Fixed bug with time-number-formatting (#116), removed api test method (#115) Artemis-the-gr8 2022-08-15 16:57:45 +0200
  • a456c1aa14 Added new chart to bstats to see placeholder-usage (#110) Artemis-the-gr8 2022-08-15 13:51:02 +0200
  • 8924e02bba Added language file to properly translate stat-keys into Minecraft text (#113, #79) Artemis-the-gr8 2022-08-15 01:01:59 +0200
  • b57d8af335 Finished extra formatting methods for the API and merged the ApiOutputManager into the MessageBuilder Artemis-the-gr8 2022-08-12 20:52:37 +0200
  • cc2e061ae3 Made ApiFormatter use the same settings for TranslatableComponents as the InternalFormatter Artemis-the-gr8 2022-08-12 12:48:21 +0200
  • 7c3b6d0ef0 Fixed heart-unit not displaying in APIFormatter Artemis-the-gr8 2022-08-12 01:44:19 +0200
  • d4a7587642 Made rainbow-prefix not random for APIformatter Artemis-the-gr8 2022-08-11 20:53:41 +0200
  • d7285f71de Improved MyLogger, added more formatting methods to the API Artemis-the-gr8 2022-08-11 17:23:02 +0200
  • 9c1298794d Fixed bug in entity/material-related Requests, added IllegalArgumentException for wrong player-name Artemis-the-gr8 2022-08-11 01:04:26 +0200
  • 86e9a7827e Fixed minor formatting bug, added 3 new formatting methods for server-stat and top-stat to the ApiFormatter Artemis-the-gr8 2022-08-10 13:50:38 +0200
  • 21dc6ef275 Started separating regular output from API-output and started creating more format methods for the API Artemis-the-gr8 2022-08-09 21:02:19 +0200
  • 3c9e454ad4 Improved consistency with StatRequest and StatResult Type parameters Artemis-the-gr8 2022-08-09 02:34:14 +0200
  • eeb164e194 Improved Request-business inside API Artemis-the-gr8 2022-08-08 17:24:22 +0200
  • 3a9eb86c1e Made an "execute" step in the API Artemis-the-gr8 2022-08-08 00:54:18 +0200
  • a34bf32c5a Expanded API sligtly Artemis-the-gr8 2022-08-07 21:18:11 +0200
  • 177effeae5 Updated to v1.6.1 for Minecraft 1.19.1 v1.6.1 Artemis-the-gr8 2022-08-04 15:25:56 +0200
  • 84ee9a86db
    Merge pull request #104 from itHotL/placeholder-api Elise 2022-08-04 15:16:35 +0200
  • d4e3463cea Updated Adventure-platform, removed some unnecessary logging from DebugLevel.LOW Artemis-the-gr8 2022-08-04 15:11:59 +0200
  • 992344b210 Added formatter to API Artemis-the-gr8 2022-08-03 20:06:14 +0200
  • f960bbd5a2 Started expanding the API, fixed minor bug in ConfigHandler for #playerNameIsBold Artemis-the-gr8 2022-08-03 15:24:29 +0200
  • 85ceb0b8c7 Made top-list-size configurable for API-requests, improved MessageBuilder Artemis-the-gr8 2022-08-02 22:30:18 +0200
  • f6e37de926 Added a lot more documentation, and made topListSize a parameter for API requests Artemis-the-gr8 2022-08-01 21:40:43 +0200
  • f988b96adf Added more documentation Artemis-the-gr8 2022-08-01 17:49:42 +0200
  • 9ad0f1eeca Finished API rework Artemis-the-gr8 2022-08-01 16:57:20 +0200
  • 3ff4458a3a Further messing with API Artemis-the-gr8 2022-08-01 13:16:03 +0200
  • 228f1f2d73 More API rework Artemis-the-gr8 2022-07-28 22:12:50 +0200
  • c3bf1e60fc Started attempt to make the API more user friendly Artemis-the-gr8 2022-07-28 19:44:21 +0200
  • a3c9f66fd8 Small javadoc changes Artemis-the-gr8 2022-07-28 03:08:12 +0200
  • f2b09198b0 Reworked the API again to make it more user-friendly, and I think I'm finally happy with the result! (#99, #98, #100) Artemis-the-gr8 2022-07-28 02:50:59 +0200
  • 2b73e4f183 Improved the StatResult by working with record hashCode instead of UUID Artemis-the-gr8 2022-07-28 00:55:58 +0200
  • 3a542ec72a Separated the API into 3 different interfaces: RequestGenerator, StatCalculator, and StatFormatter Artemis-the-gr8 2022-07-27 23:47:53 +0200
  • 81acf6b308 Finally managed to serialize all TranslatableComponents properly (#98, #99) Artemis-the-gr8 2022-07-27 17:21:06 +0200
  • 50b12921f3 Attempted to serialize the final TranslatableComponents into String, 95% there (entity ones are killing me) Artemis-the-gr8 2022-07-27 01:31:53 +0200
  • 9bf4e25750 Made EnumHandler not static, made update-settings-methods static to remove unnecessary classes in constructors Artemis-the-gr8 2022-07-26 16:13:11 +0200
  • b361918ca3 Generated sources for build Artemis-the-gr8 2022-07-26 13:20:13 +0200
  • 810c93c5bd Added bStats! Artemis-the-gr8 2022-07-26 01:17:33 +0200
  • fe4f5db12e Started experimenting with serializing my Components into String Artemis-the-gr8 2022-07-25 17:33:16 +0200
  • 8be8d7962a Found out ChatColor.of(java.awt.Color) is a thing. Having an existential crisis. Artemis-the-gr8 2022-07-25 01:09:03 +0200
  • b207622a24 Improved documentation Artemis-the-gr8 2022-07-24 20:04:49 +0200
  • 5368331441 The API is working! Artemis-the-gr8 2022-07-24 17:09:58 +0200
  • f6dca79c57 Finished reworking the API, now onto testing we go Artemis-the-gr8 2022-07-24 16:22:07 +0200
  • 096bb89607 Messing with API structure some more Artemis-the-gr8 2022-07-24 13:44:34 +0200
  • 9781cb4dec Added some more Eastereggs for my own server Artemis-the-gr8 2022-07-23 23:53:17 +0200
  • 7b796c15dc Rework of API design Artemis-the-gr8 2022-07-23 21:28:32 +0200
  • de150bfe51 Got rough version of API to work! Artemis-the-gr8 2022-07-23 16:08:35 +0200
  • 54040c4e3d Added more documentation (for future Javadoc-generating) Artemis-the-gr8 2022-07-23 13:20:58 +0200
  • ca7a1d3e67 Even more API experimentation Artemis-the-gr8 2022-07-23 03:00:02 +0200
  • 8136bce894 Further API experimentation Artemis-the-gr8 2022-07-22 21:20:29 +0200
  • a775def8f8 Experimented with Interfaces to create an API Artemis-the-gr8 2022-07-22 19:28:40 +0200
  • ca1a080e6b Merge remote-tracking branch 'origin/main' Artemis-the-gr8 2022-07-21 21:02:28 +0200
  • 3aa6be39f7 More internal improvements (made some classes final, minor clean-up) Artemis-the-gr8 2022-07-21 21:02:06 +0200
  • 3a3084978a Re-organized MessageWriter and ComponentFactory relationship (moved factory into their own package), improved method names Artemis-the-gr8 2022-07-21 17:30:10 +0200
  • ba75f40b5e
    Update README.md v1.6 Elise 2022-07-20 17:33:27 +0200
  • f760cd2fd5 Added screenshots Artemis-the-gr8 2022-07-20 17:29:37 +0200
  • e76e85020e Getting ready for release v1.6! Artemis-the-gr8 2022-07-20 17:16:06 +0200
  • 113a47772e
    Merge pull request #96 from itHotL/share-button Elise 2022-07-20 14:46:04 +0200
  • 9ba0a5bf0c Fixed OutputManager and MessageWriter structure Artemis-the-gr8 2022-07-20 13:20:46 +0200
  • b7d1171d83 Implemented random chance for backwards rainbow prefix, fixed several config setting bugs, started fixing the separate message system for console Artemis-the-gr8 2022-07-19 19:29:59 +0200
  • e23913e32e Fixed bug (#95), made enters configurable per stat-result Artemis-the-gr8 2022-07-19 13:34:53 +0200
  • 2bfbf3c73c Made enters configurable, improved indentation, found issue for ComponentFactory getting created twice (is normal) Artemis-the-gr8 2022-07-18 21:47:52 +0200
  • e06802c906 Minor fixes, added config options for enter-usage Artemis-the-gr8 2022-07-18 18:03:23 +0200
  • 1307196295 Finished stat-results in hover-text (#92, #52), moved random name colors to PrideComponentFactory, improved formatting Artemis-the-gr8 2022-07-18 17:36:28 +0200
  • 8ae089f222 Decided on formatting for shared stat-results in hover-text (#92, #52), added random name-colors for shared-by-player, improved ComponentFactory and MessageWriter (fixed gray brackets not being gray) Artemis-the-gr8 2022-07-18 13:01:25 +0200
  • 20a4743740 Easter egg yo Artemis-the-gr8 2022-07-18 10:53:18 +0200
  • 16b1350948 Finished stat-result feedback message and made it hover with actual stat-result for sharer Artemis-the-gr8 2022-07-17 16:34:29 +0200
  • 644a9c0e0b Added signed-by-player to shared results Artemis-the-gr8 2022-07-17 12:53:20 +0200
  • dcdb4293c0 Wrote sharedSignature, did more testing with Adventure Artemis-the-gr8 2022-07-15 20:33:57 +0200
  • 980fbcb43e Made share button work! Artemis-the-gr8 2022-07-15 17:56:53 +0200
  • 8054bd42b7 Reworked OutputManager more, improved share button Artemis-the-gr8 2022-07-14 23:52:21 +0200
  • 45ba10afe1 Started reimplementing share-button functionality Artemis-the-gr8 2022-07-14 18:48:54 +0200
  • d36cb3a574 Massive overhaul of message-system (made MessageSender to put all the message-sending in one place, created different componentFactories for different themes Artemis-the-gr8 2022-07-14 02:55:26 +0200
  • b91d16aec8 Improved rainbow prefix, because... focus, fixed default top-list colors not being the right shade of gold in the config.yml Artemis-the-gr8 2022-07-13 14:29:11 +0200
  • bf4a1aed03 Fixed some message bugs, tested ArrayBlockingQueue, turned order of checks in ShareCommand around Artemis-the-gr8 2022-07-13 02:43:36 +0200
  • 1c8d77e9cd Made ShareCommand more better, added feedback for no-share-allowed Artemis-the-gr8 2022-07-13 02:20:59 +0200
  • ce8b870560 Changed to jdk-16 and made it work with Minecraft 1.16.5 and 1.17.1 as well Artemis-the-gr8 2022-07-12 23:06:30 +0200
  • 2b2fa70eab Small annotation improvement Artemis-the-gr8 2022-07-12 16:37:45 +0200
  • 8619b0af4e Improved config explanations, improved shading and relocating for potential use on Minecraft 1.17 (#47), more minor improvements Artemis-the-gr8 2022-07-12 16:26:47 +0200
  • aa8f31c6fb Finished up tab-complete improvements, added "examples" at start of command (#72, #91), changed version number to 1.6 Artemis-the-gr8 2022-07-12 12:54:08 +0200
  • ec13ec51b8 Some more minor code improvements, made reload effective for ShareManager settings and added some logging Artemis-the-gr8 2022-07-12 01:07:15 +0200
  • 0356bc6df8 Updated config version for v1.6 (#86) Artemis-the-gr8 2022-07-12 00:33:41 +0200
  • bc0918c4f6 Loads of minor internal changes regarding static/final classes and variables (#89) Artemis-the-gr8 2022-07-12 00:29:41 +0200
  • 3fe8afe216 Merge branch 'main' into share-button Artemis-the-gr8 2022-07-11 20:34:12 +0200
  • 057145cd9a
    Merge pull request #90 from itHotL/tab-suggestions Elise 2022-07-11 19:00:30 +0200
  • dca4968a91 Split some utility methods into their own class (StringUtils and FontUtils), did some minor general code improvement Artemis-the-gr8 2022-07-11 18:59:13 +0200
  • 80a5f17079 Added armor_stand back on list with filtered entity-suggestions Artemis-the-gr8 2022-07-11 15:35:11 +0200
  • 608dfcc215 Added rough share-button for testing, sharing works! Artemis-the-gr8 2022-07-10 15:55:12 +0200
  • 347e59220c Made a ShareManager and designed methods to save/retrieve a statResult, save timestamp of sharing, and check waiting-time for players Artemis-the-gr8 2022-07-10 15:31:01 +0200
  • e44e0e7b0e Added config options for share button and made ShareQueue methods Artemis-the-gr8 2022-07-07 22:12:07 +0200
  • 3c3ae71389 Started implementing share button. Made ShareCommand, added permission and command to plugin.yml, and made ShareQueue Artemis-the-gr8 2022-07-07 16:38:03 +0200
  • 776862d396 Added filter for EntityType::isAlive Artemis-the-gr8 2022-07-07 12:58:47 +0200
  • 87e3d30eb1 Started implementing some more filters for the tab-suggestions Artemis-the-gr8 2022-07-07 01:20:33 +0200
  • 81a068051f
    Merge pull request #84 from itHotL/request-limiting Elise 2022-07-06 21:43:45 +0200
  • ce6a1d0dab Made it possible to disable stat-request-limiting in the config Artemis-the-gr8 2022-07-06 21:43:24 +0200
  • fac5ee0a6b Limited statRequests to one at a time per commandSender (#49) Artemis-the-gr8 2022-07-06 21:33:13 +0200
  • 3cf41c9cfa
    Update README.md v1.5 Elise 2022-07-05 17:28:25 +0200
  • 30cae35fe6
    Update README.md Elise 2022-07-05 17:26:05 +0200
  • 73806280c9 Fixed old screenshots Artemis-the-gr8 2022-07-05 17:24:32 +0200