Commit Graph

306 Commits

Author SHA1 Message Date
Artemis-the-gr8
d8f1766ae8 Added screenshot of new number formatting 2022-06-24 16:59:30 +02:00
Artemis-the-gr8
5a8e638189 Added screenshot of translated text 2022-06-24 16:39:50 +02:00
Artemis-the-gr8
3926ddcceb Added config migration (#69), and upgraded version numbers for release v1.4! 2022-06-23 21:29:41 +02:00
Artemis-the-gr8
e8f17afa8f Added number formatting to display big numbers with commas (#70) 2022-06-23 20:31:40 +02:00
Artemis-the-gr8
b6be510462 Resolved styling issue (#67) and fixed server stat becoming negative (#66) 2022-06-23 19:24:43 +02:00
Artemis-the-gr8
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) 2022-06-23 17:30:52 +02:00
Artemis-the-gr8
d225b1e235 Finished toggle for TranslatableComponents (#57), rewrote non-translated stat/block/item/entity names and added more debug logging 2022-06-23 15:45:54 +02:00
Artemis-the-gr8
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) 2022-06-23 12:14:57 +02:00
Artemis-the-gr8
523fd589fb Removed "unknown" from list of entities (#58), added config options to keep the rainbow formatting and support for disabling translatable text (#56, #57) 2022-06-22 14:14:02 +02:00
Elise
c70bbce0f8
Merge pull request #55 from itHotL/multiple-language-support
Multiple language support
2022-06-22 11:40:24 +02:00
Artemis-the-gr8
304f4219c2 Everything is translatable now! (#54, #43) 2022-06-21 21:02:55 +02:00
Artemis-the-gr8
f1cda8a7dd Set up translatableComponents for all items, blocks, entities and custom statNames, and started working on killed/killed_by solution (#54, #43) 2022-06-21 17:35:46 +02:00
Artemis-the-gr8
effe7e5523 Experimented with NameSpacedKeys for entity/block/item/stat-names, got TranslatableComponents to work for everything except statNames 2022-06-21 10:49:07 +02:00
Artemis-the-gr8
1bf8acf6ee Made "/stat help" also display the usage explanation 2022-06-20 16:54:15 +02:00
Artemis-the-gr8
b316d6f3a5 Release v1.3! 2022-06-17 12:40:34 +02:00
Artemis-the-gr8
5790c697a3 More color experimentations 2022-06-16 22:51:04 +02:00
Artemis-the-gr8
f26a9d24b1 Started implementing more subtle rainbow decorations 2022-06-16 16:40:25 +02:00
Artemis-the-gr8
fc57f33e17 Started implementing more subtle rainbow decorations 2022-06-16 12:56:11 +02:00
Artemis-the-gr8
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) 2022-06-15 15:32:56 +02:00
Artemis-the-gr8
1cd458732f Merge remote-tracking branch 'origin/main' 2022-06-15 01:08:31 +02:00
Artemis-the-gr8
7ef2094e79 Improved annotations and method names, experimented with MessageFactory related reload settings, looked into ways to improve config updates, and implemented ConfigUpdater (#48) 2022-06-15 01:08:00 +02:00
Artemis-the-gr8
61b9407fd4
Update README.md 2022-06-14 12:34:53 +02:00
Artemis-the-gr8
10ff9880ea
Update README.md 2022-06-14 12:30:15 +02:00
Artemis-the-gr8
8b34457f8b Added darker logo versions 2022-06-14 12:28:27 +02:00
Artemis-the-gr8
6674fc5395 Updated the logo, updated Adventure, and started implementing festive formatting 2022-06-14 12:09:59 +02:00
Artemis-the-gr8
cd960443af Updated a screenshot 2022-06-08 22:00:52 +02:00
Artemis-the-gr8
85dce32ba8
Merge pull request #46 from itHotL/1.19
1.19
2022-06-08 21:06:14 +02:00
Artemis-the-gr8
1484ebb912 Release v1.2.1! Set hover-text to false by default for 1.19-R01-SNAPSHOT and true for other versions 2022-06-08 21:05:24 +02:00
Artemis-the-gr8
bf3feda8cc Reworked usage-message to account for lack of hover text 2022-06-08 17:21:42 +02:00
Artemis-the-gr8
28da2e95cb Small config change 2022-06-08 01:39:39 +02:00
Artemis-the-gr8
aa4c53b5ba Release v1.2! 2022-06-08 01:35:08 +02:00
Artemis-the-gr8
b117c2b88a
Merge pull request #45 from itHotL/performance
Performance
2022-06-07 16:04:26 +02:00
Artemis-the-gr8
e2aa7374a3 Renamed CommandOption to Query, reworked StatRequest to work with the new Query-enum, and minor bug-fixes 2022-06-07 16:03:55 +02:00
Artemis-the-gr8
6f43c03b8c Finished overhaul of MessageFactory and ConfigHandler, and added custom enum for CommandOptions 2022-06-07 01:06:55 +02:00
Artemis-the-gr8
8233fde53f Started reworking ConfigHandler and MessageFactory to account for the new category (server-top) 2022-06-06 17:16:34 +02:00
Artemis-the-gr8
772127426b Pinned down the ConcurrentModificationException, reworked some of the error throwing-and-catching (#44), and implemented total-for-server feature (#42) 2022-06-06 02:15:19 +02:00
Artemis-the-gr8
5d0333b823 Caught the ConcurrentModificationException and added a bunch of logging-statements for testing 2022-06-04 22:03:57 +02:00
Artemis-the-gr8
2fed00fc57 Made code a lot faster and tried (unsuccessfully) to solve ConcurrentModificationException 2022-06-04 02:17:04 +02:00
Artemis-the-gr8
3c060848c8 Some minor changes and clean-up 2022-06-03 01:19:47 +02:00
Artemis-the-gr8
229da074f8 Started using the ForkJoinPool to increase performance (#14) 2022-06-02 21:29:01 +02:00
Artemis-the-gr8
1122944c7d
Update README.md 2022-06-01 01:28:15 +02:00
Artemis-the-gr8
bdb2f961a0
Update README.md 2022-06-01 00:13:05 +02:00
Artemis-the-gr8
14974b3016
Update README.md 2022-06-01 00:11:52 +02:00
Artemis-the-gr8
04d08e368b
Update README.md 2022-05-31 23:47:21 +02:00
Artemis-the-gr8
896dcec82c Fixed last screenshot 2022-05-31 23:41:42 +02:00
Artemis-the-gr8
de55ed5c25 Added one more screenshot 2022-05-31 23:36:47 +02:00
Artemis-the-gr8
3950aeb5b8
Update README.md 2022-05-31 21:50:09 +02:00
Artemis-the-gr8
ed373d1532
Update README.md 2022-05-31 21:49:39 +02:00
Artemis-the-gr8
ef51b22705
Update README.md 2022-05-31 21:49:00 +02:00
Artemis-the-gr8
b8a0b7c9a5
Update README.md 2022-05-31 21:48:08 +02:00