Commit Graph

  • 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
  • 45b6ef83c8 Included missing screenshot Artemis-the-gr8 2022-07-05 17:11:41 +0200
  • e4a5aa69fc Added heart unicode symbol for Unit.HEART, tried and abandoned darker time-units, added screenshot for release v1.5 Artemis-the-gr8 2022-07-05 17:05:17 +0200
  • 52ad16f40b Fixed bug where time-unit sometimes has too many spaces once again (#81) Artemis-the-gr8 2022-07-05 11:51:56 +0200
  • 1d05a6d0af Fixed time-unit-rounding bug Artemis-the-gr8 2022-07-04 23:27:15 +0200
  • 3213580efa Adjusted a screenshot Artemis-the-gr8 2022-07-04 22:34:59 +0200
  • 5093fc6398 Changed banlist-check for player-is-banned check if LiteBans is present (#77), release v1.5! Artemis-the-gr8 2022-07-04 22:26:36 +0200
  • 98d9f94544
    Merge pull request #82 from itHotL/stat-formatting Elise 2022-07-04 22:00:11 +0200
  • 6a040a9e82 Added feature to automatically detect the best unit to use (#80), improved MyLogger Artemis-the-gr8 2022-07-04 21:59:45 +0200
  • 31df67bc12 Fixed spaces in time-unit (#81) Artemis-the-gr8 2022-07-04 12:50:59 +0200
  • 7e9f7ee549 Fixed time-based statistics unit configurability Artemis-the-gr8 2022-07-04 02:17:31 +0200
  • 5b96f0b292 Reworked all languagekey-business to MessageWriter, fixed all statUnit-getting Artemis-the-gr8 2022-07-03 21:18:28 +0200
  • f22fc6a7ed Added config support to configure time units, made min and max time unit options, took String-to-Unit converting out of ConfigHandler and put it in Unit instead Artemis-the-gr8 2022-07-03 15:47:51 +0200
  • cde80fa9d2 Implemented hoverComponents with dynamic color, proper formatting and proper unit for damage and distance-based statistics! Artemis-the-gr8 2022-07-03 02:29:05 +0200
  • f723a657e7 started working with Unit.Type as a sub-enum Artemis-the-gr8 2022-07-02 22:01:47 +0200
  • a05a97617b Made hoverText with the full statNumber, with dynamic color, added config support for distance- and damage-units, started on adding unit to hoverText as well Artemis-the-gr8 2022-07-02 15:48:29 +0200
  • 77808da3a3 Moved all space-creating to MessageWriter where possible and fixed duplicate/missing spaces, properly rounded formatted numbers, and some more minor bug fixing Artemis-the-gr8 2022-07-02 13:48:04 +0200
  • 3ad7e337aa Moved all space-creating to MessageWriter where possible and fixed duplicate/missing spaces, and some minor bug fixing Artemis-the-gr8 2022-07-02 12:08:35 +0200
  • 772d59941d Rewrote ComponentFactory again, added ExampleMessage and HelpMessage as their own class Artemis-the-gr8 2022-07-01 20:44:27 +0200
  • bf571cb750 Removed isValid from StatRequest, turned some Components into Builders to reduce amount of redundant Component-making, added unit for distance-based stats (#75) Artemis-the-gr8 2022-07-01 11:13:21 +0200
  • 5cf477614f Gave distance-, time- and damage-based statistics their own formatting (#75, #74, #73) Artemis-the-gr8 2022-06-30 15:10:52 +0200
  • 054c8b6d7c
    Merge pull request #76 from itHotL/message-factory-rework Elise 2022-06-29 21:36:01 +0200
  • 9949da4384 Improved reload process, excluded unnecessary files in pom.xml and deleted some unnecessary error throwing Artemis-the-gr8 2022-06-29 21:30:25 +0200
  • 9ca234975b Made LanguageKeyHandler static, improved MyLogger, added a while statement in StatThread in an attempt to enable ReloadThread to kill it (#64), Re-enabled PrideComponentFactory Artemis-the-gr8 2022-06-29 17:11:43 +0200
  • 82a0196214 Added PluginColor enum, rewrote help message (previous commit), messed with color scheme slightly, reworked isConsoleSender to be more Bukkit-specific Artemis-the-gr8 2022-06-29 14:09:19 +0200
  • b2bc509933 Finished rewrite of MessageWriter and ComponentFactory Artemis-the-gr8 2022-06-28 22:31:57 +0200
  • 97b653a67a Started splitting MessageFactory into a MessageWriter and ComponentFactory Artemis-the-gr8 2022-06-28 17:39:53 +0200
  • 6ddc543bd0 Moved subStatNameComponent method in MessageFactory up to be more consistent Artemis-the-gr8 2022-06-27 19:12:45 +0200
  • 54c2f73e76 Removed double subStatName-check in MessageFactory (in missingSubStatName and wrongSubStatName) Artemis-the-gr8 2022-06-27 14:36:14 +0200
  • 9a4ed4c3f6 Removed trailing enters Artemis-the-gr8 2022-06-27 14:21:35 +0200
  • 6253627846 Reworked MessageFactory to work with a StatRequest, and reworked LanguageKeyHandler to only work with Enums. Now the only place a String is converted into an Enum is inside the StatCommand. Also added method isValid to StatRequest and changed selection to SERVER for "me" in console Artemis-the-gr8 2022-06-27 13:54:14 +0200
  • fcb5283982 Reworked everything to work with the statEnum instead of statName to limit the amount of string-to-enum/string-to-type actions, improved StatCommand (separated patching-request from validating-request and worked in immediate feedback instead of checking twice), renamed Query to Target and limited its method to only getters and setters, reduced amount of error-throwing-methods, cleaned up EnumHandler, switched to MyLogger in various places Artemis-the-gr8 2022-06-27 11:56:08 +0200
  • 8ca928df57 Fixed negative number issue for real now (#71) and abstracted a method in TabCompleter Artemis-the-gr8 2022-06-25 20:52:50 +0200
  • 529be1c337
    Update README.md Elise 2022-06-25 10:52:15 +0200
  • 7a0bafdac1
    Update README.md Elise 2022-06-25 10:50:14 +0200
  • d8f1766ae8 Added screenshot of new number formatting Artemis-the-gr8 2022-06-24 16:59:30 +0200
  • 5a8e638189 Added screenshot of translated text Artemis-the-gr8 2022-06-24 16:39:50 +0200
  • 3926ddcceb Added config migration (#69), and upgraded version numbers for release v1.4! v1.4 Artemis-the-gr8 2022-06-23 21:29:41 +0200
  • e8f17afa8f Added number formatting to display big numbers with commas (#70) Artemis-the-gr8 2022-06-23 20:31:40 +0200
  • b6be510462 Resolved styling issue (#67) and fixed server stat becoming negative (#66) Artemis-the-gr8 2022-06-23 19:24:43 +0200
  • 8e0666bceb Put brackets around subStatNames (#65), made nicer default color scheme, fixed entityNames appearing twice (#68), half-fixed Style issues with stat/subStat Components (#67) Artemis-the-gr8 2022-06-23 17:30:52 +0200
  • d225b1e235 Finished toggle for TranslatableComponents (#57), rewrote non-translated stat/block/item/entity names and added more debug logging Artemis-the-gr8 2022-06-23 15:45:54 +0200
  • 3e968232c6 Improved loading-speed for loading offlinePlayers (#63), fixed ban-list-filtering taking a long time (#61), started implementing MyLogger for more advanced debugging (#62) Artemis-the-gr8 2022-06-23 12:14:57 +0200
  • 523fd589fb Removed "unknown" from list of entities (#58), added config options to keep the rainbow formatting and support for disabling translatable text (#56, #57) Artemis-the-gr8 2022-06-22 14:14:02 +0200
  • c70bbce0f8
    Merge pull request #55 from itHotL/multiple-language-support Elise 2022-06-22 11:40:24 +0200
  • 304f4219c2 Everything is translatable now! (#54, #43) Artemis-the-gr8 2022-06-21 21:02:55 +0200
  • f1cda8a7dd Set up translatableComponents for all items, blocks, entities and custom statNames, and started working on killed/killed_by solution (#54, #43) Artemis-the-gr8 2022-06-21 17:35:46 +0200
  • effe7e5523 Experimented with NameSpacedKeys for entity/block/item/stat-names, got TranslatableComponents to work for everything except statNames Artemis-the-gr8 2022-06-21 10:49:07 +0200
  • 1bf8acf6ee Made "/stat help" also display the usage explanation Artemis-the-gr8 2022-06-20 16:54:15 +0200
  • b316d6f3a5 Release v1.3! v1.3 Artemis-the-gr8 2022-06-17 12:40:34 +0200
  • 5790c697a3 More color experimentations Artemis-the-gr8 2022-06-16 22:51:04 +0200
  • f26a9d24b1 Started implementing more subtle rainbow decorations Artemis-the-gr8 2022-06-16 16:40:25 +0200
  • fc57f33e17 Started implementing more subtle rainbow decorations Artemis-the-gr8 2022-06-16 12:56:11 +0200
  • 022fb7a519 Improved annotations and method descriptions, fixed some formatting bugs, added time-limiter for festive formatting, improved OfflinePlayerHandler's player-counting method, and set API version to 1.13 to increase compatibility (#50, #47, #40) Artemis-the-gr8 2022-06-15 15:32:56 +0200
  • 1cd458732f Merge remote-tracking branch 'origin/main' Artemis-the-gr8 2022-06-15 01:08:31 +0200
  • 7ef2094e79 Improved annotations and method names, experimented with MessageFactory related reload settings, looked into ways to improve config updates, and implemented ConfigUpdater (#48) Artemis-the-gr8 2022-06-15 01:08:00 +0200
  • 61b9407fd4
    Update README.md Artemis-the-gr8 2022-06-14 12:34:53 +0200
  • 10ff9880ea
    Update README.md Artemis-the-gr8 2022-06-14 12:30:15 +0200
  • 8b34457f8b Added darker logo versions Artemis-the-gr8 2022-06-14 12:28:27 +0200
  • 6674fc5395 Updated the logo, updated Adventure, and started implementing festive formatting Artemis-the-gr8 2022-06-14 12:09:59 +0200
  • cd960443af Updated a screenshot Artemis-the-gr8 2022-06-08 22:00:52 +0200
  • 85dce32ba8
    Merge pull request #46 from itHotL/1.19 v1.2 Artemis-the-gr8 2022-06-08 21:06:14 +0200
  • 1484ebb912 Release v1.2.1! Set hover-text to false by default for 1.19-R01-SNAPSHOT and true for other versions Artemis-the-gr8 2022-06-08 21:05:24 +0200
  • bf3feda8cc Reworked usage-message to account for lack of hover text Artemis-the-gr8 2022-06-08 17:21:42 +0200
  • 28da2e95cb Small config change Artemis-the-gr8 2022-06-08 01:39:39 +0200
  • aa4c53b5ba Release v1.2! Artemis-the-gr8 2022-06-08 01:35:08 +0200
  • b117c2b88a
    Merge pull request #45 from itHotL/performance Artemis-the-gr8 2022-06-07 16:04:26 +0200
  • e2aa7374a3 Renamed CommandOption to Query, reworked StatRequest to work with the new Query-enum, and minor bug-fixes Artemis-the-gr8 2022-06-07 16:03:55 +0200
  • 6f43c03b8c Finished overhaul of MessageFactory and ConfigHandler, and added custom enum for CommandOptions Artemis-the-gr8 2022-06-07 01:06:55 +0200
  • 8233fde53f Started reworking ConfigHandler and MessageFactory to account for the new category (server-top) Artemis-the-gr8 2022-06-06 17:16:34 +0200
  • 772127426b Pinned down the ConcurrentModificationException, reworked some of the error throwing-and-catching (#44), and implemented total-for-server feature (#42) Artemis-the-gr8 2022-06-06 02:15:19 +0200
  • 5d0333b823 Caught the ConcurrentModificationException and added a bunch of logging-statements for testing Artemis-the-gr8 2022-06-04 22:03:57 +0200
  • 2fed00fc57 Made code a lot faster and tried (unsuccessfully) to solve ConcurrentModificationException Artemis-the-gr8 2022-06-04 02:17:04 +0200
  • 3c060848c8 Some minor changes and clean-up Artemis-the-gr8 2022-06-03 01:19:47 +0200
  • 229da074f8 Started using the ForkJoinPool to increase performance (#14) Artemis-the-gr8 2022-06-02 21:29:01 +0200
  • 1122944c7d
    Update README.md v1.1 Artemis-the-gr8 2022-06-01 01:28:15 +0200
  • bdb2f961a0
    Update README.md Artemis-the-gr8 2022-06-01 00:13:05 +0200
  • 14974b3016
    Update README.md Artemis-the-gr8 2022-06-01 00:11:52 +0200
  • 04d08e368b
    Update README.md Artemis-the-gr8 2022-05-31 23:47:21 +0200
  • 896dcec82c Fixed last screenshot Artemis-the-gr8 2022-05-31 23:41:42 +0200
  • de55ed5c25 Added one more screenshot Artemis-the-gr8 2022-05-31 23:36:47 +0200
  • 3950aeb5b8
    Update README.md Artemis-the-gr8 2022-05-31 21:50:09 +0200
  • ed373d1532
    Update README.md Artemis-the-gr8 2022-05-31 21:49:39 +0200
  • ef51b22705
    Update README.md Artemis-the-gr8 2022-05-31 21:49:00 +0200
  • b8a0b7c9a5
    Update README.md Artemis-the-gr8 2022-05-31 21:48:08 +0200
  • b3b01f6136
    Update README.md Artemis-the-gr8 2022-05-31 21:45:30 +0200
  • 714aa04bd3 Added one more screenshot Artemis-the-gr8 2022-05-31 21:43:46 +0200
  • 67ce2380be
    Update README.md Artemis-the-gr8 2022-05-31 21:42:50 +0200
  • 9f340926b9
    Update README.md Artemis-the-gr8 2022-05-31 21:40:28 +0200
  • 771fd5ef4e Merge remote-tracking branch 'origin/main' Artemis-the-gr8 2022-05-31 21:38:29 +0200
  • 1f5e54900e Added a licence, wrote out README.md and added screenshots (#36, #37) Artemis-the-gr8 2022-05-31 21:37:57 +0200