Commit Graph

152 Commits

Author SHA1 Message Date
2e334af7a1
Improve chat API + removed old Player API 2021-07-19 01:27:50 +02:00
6b7098eacd
add playerNameComponent support in Chat API 2021-07-18 22:56:21 +02:00
316894dbe0
Additionnal methods in BukkitChatColorUtil for Adventure colors 2021-07-18 22:55:44 +02:00
88e1959229
Add methods to set field value in ReflexionUtil 2021-07-18 22:54:37 +02:00
1cf77452df
Add special event handler that ensure this is the last listener of the event 2021-07-18 13:36:26 +02:00
f4642e22a1
Update everything around chat component + some other improvement 2021-07-11 16:14:47 +02:00
304faa072e
Build Chat API over Adventure instead of Bungeecord-chat 2021-07-09 00:27:59 +02:00
80cc70a570
Added 1.17.1 in MinecraftVersion 2021-07-08 23:02:18 +02:00
3158fa73c5
Updated bungee version + removed dependency to Apache commons lang 2021-07-04 20:06:28 +02:00
807b7ce4ed
Trying improve logs in lib paper’s ThreadUtil 2021-07-04 18:20:33 +02:00
04148b88b3
Improved log in PlayerFinder 2021-07-04 18:19:53 +02:00
1c7f64595e
Fix some log stuff 2021-07-04 16:05:45 +02:00
611dd00c48
Add MC 1.17 version in enum 2021-07-04 16:04:30 +02:00
e9afbbe7b6
Fix Java 16 dependency not for every modules (because WebAPI still run with Java 11) 2021-07-04 16:03:21 +02:00
918ab59b69
Update to Java 16 + replace javatuples usage with records 2021-06-18 02:41:48 +02:00
29d036a13f
Better error handling for BrigadierCommand in bungee lib 2021-05-10 22:57:07 +02:00
0d7033d8c9
replaced google’s Preconditions.checkNotNull() with java.util.Objects.requireNonNull() 2021-05-08 12:38:40 +02:00
0f81fb82be
PluginMessage passthrough utility for bungeecord 2021-05-08 12:36:18 +02:00
3e7b5c6820
Add option to have compact of exaustive int/long suggestions 2021-05-01 18:47:54 +02:00
89db9b7a64 new AABBBlock constructor 2021-04-24 15:52:09 +02:00
1d72fea8c1 Bungee lib 2021-04-24 15:50:49 +02:00
c66321f3d3 Improve BiMap API 2021-04-24 15:48:54 +02:00
133b9917b4
Ability to list all effective permissions for a specific player or group 2021-04-17 00:06:21 +02:00
85964ed624
Cleaner and easier to use OfflineUUID CLI 2021-04-17 00:04:06 +02:00
ca0a4cdf02
Fix table names 2021-03-21 22:40:05 +01:00
5019788865
Refactoring 2021-03-21 20:17:31 +01:00
87f2bf0b19
Update POMs 2021-03-21 12:53:43 +01:00
4da86314c8
Folder structure for PandaLib 2021-03-21 12:41:43 +01:00
3c3ba8bca3
Add Tick util class 2021-03-06 16:51:53 +01:00
574ef6e4d0
Add MinecraftVersion#toStringAnd() and #toStringOr() 2021-02-11 18:33:13 +01:00
861a41f6e0
Add 1.16.5 in MinecraftVersion enum 2021-02-07 17:35:10 +01:00
c597cb85c9
Now compile with Java 11 2021-02-07 17:34:30 +01:00
96753f4a30 Java 11 + Fix SSL warning for DB connection 2020-12-27 01:35:49 +01:00
ac78be7efc
Filter null suggestions for tab completion (avoid potential NPE) 2020-11-30 23:27:29 +01:00
0a88c2d55f
Fix various NPE and other potential errors 2020-11-17 23:29:27 +01:00
45738ddbb8
Simple generic search engine 2020-11-15 00:58:52 +01:00
9a945c950e
Fix potential NPE when the input stream is closed too soon in the old network API 2020-11-12 00:03:57 +01:00
a73f428bc4
add ReflexionUtil.getAllSubclasses(Class) with 10 minutes cache (because it takes time to compute the result) 2020-11-07 15:00:47 +01:00
ea39a7a84a
Pretty big commit with lot of unrelated changes 2020-11-02 23:23:41 +01:00
34e015cb01 Aditionnal methods in DisplayUtil + some refactoring 2020-06-08 16:16:18 +02:00
e65c402684 Suggestions + BiMap improvement 2020-05-07 18:37:06 +02:00
b870095bea readd Suggestions.fromIntRange 2020-04-06 00:42:07 +02:00
057f5e8cfa Refactor Tab Suggestions code 2020-04-06 00:10:14 +02:00
0f8f190428 Fix deprecated methods 2020-03-31 02:15:26 +02:00
b38e0c7b60 improve MemoryUtil 2020-03-29 21:22:31 +02:00
cda196e377 Update project files 2020-03-10 17:08:24 +01:00
617afc9bfc Fix case 2020-03-07 16:07:35 +01:00
6023ec1946 Update pom 2020-03-07 16:01:38 +01:00
70ee5a6b39 Make SQLWhere and SQLOrderBy generic 2020-03-05 20:04:34 +01:00
f510099068 Update ORM API (makes usage less verbose) 2020-02-27 02:06:38 +01:00