|
260eea0788
|
Added new client settings from 1.17+ in IOnlinePlayer
|
2022-02-01 20:26:46 +01:00 |
|
|
cb954f3d42
|
Compile now for MC 1.18
|
2022-01-30 23:08:22 +01:00 |
|
|
b7b89f3ea9
|
Reflect: classes are now generic and added Constructor reflection
|
2022-01-30 23:07:51 +01:00 |
|
|
c1219336b5
|
SQLPlayer.token is now a String instead of UUID
|
2022-01-23 16:18:59 +01:00 |
|
|
24d2ecfa33
|
generate random password in RandomUtil
|
2022-01-23 16:17:44 +01:00 |
|
|
3e360a1023
|
Refactor Reflect util class again
|
2022-01-22 20:48:12 +01:00 |
|
|
224d21a604
|
Chat class is now sealed and easier usage of special colors
|
2022-01-21 18:56:21 +01:00 |
|
|
6a2f14ae39
|
Added utility methods in IOffPlayer and IOnlinePlayer interfaces
|
2022-01-14 19:38:51 +01:00 |
|
|
783b6651b0
|
Added LocationUtil in PandalibPaper
|
2022-01-13 13:46:16 +01:00 |
|
|
f0b9905b9d
|
Added cron expression parser so we can have one-line scheduling config entries
|
2021-12-29 01:43:28 +01:00 |
|
|
2a6654746e
|
Initialize fieldCache and methodCache before unsafe instance in ReflectionUtil
|
2021-12-27 23:56:21 +01:00 |
|
|
a82820cc15
|
Refactor ReflectionUtil (renamed class + changed a lot of stuff inside) and added support for accessing filtered field and changing final fields
|
2021-12-27 17:53:17 +01:00 |
|
|
7fc419086d
|
Fix dependencies
|
2021-12-21 16:07:33 +01:00 |
|
|
5b97a32627
|
Table rendering in ChatUtil
|
2021-12-20 13:43:43 +01:00 |
|
|
6957ffcf0d
|
Update 1.18.1
|
2021-12-19 17:51:08 +01:00 |
|
|
f3da4f66bb
|
Java 17 and MC 1.18
|
2021-11-30 20:09:47 +01:00 |
|
|
638a15b31f
|
Update dependencies
|
2021-11-25 15:32:28 +01:00 |
|
|
0fef7cc152
|
Fix Bedrock form text button size
|
2021-11-25 11:55:55 +01:00 |
|
|
2a1080566a
|
bedrock form width in chatutil static values
|
2021-11-04 12:20:45 +01:00 |
|
|
ff98d4d859
|
Add asBlockIterable(World) in AABBBlock
|
2021-10-10 14:16:14 +02:00 |
|
|
fdccc4195b
|
Fix reversed values in TimeUtil
|
2021-10-10 01:16:12 +02:00 |
|
|
f183d1ebef
|
Fix ChatUtil maxWidth was ignored by centerText method
|
2021-10-03 16:10:18 +02:00 |
|
|
bb61819332
|
Updated some ChatUtil methods + some refactoring
|
2021-09-21 23:54:32 +02:00 |
|
|
152ae89024
|
Added method to quickly retrieve the prefix width in Chat API
|
2021-09-14 23:10:12 +02:00 |
|
|
f243a56af2
|
Fix initTable(SQLPlayerConfig)
|
2021-09-12 17:50:01 +02:00 |
|
|
904f5ea5d1
|
Added player config related methods in IOffPlayer
|
2021-09-12 17:38:52 +02:00 |
|
|
218010e910
|
Added Json util file to avoid multiple identical instances of Gson object
|
2021-09-09 23:31:54 +02:00 |
|
|
f2bd13a18d
|
Added floodgate API and alt account methods into player API
|
2021-09-09 17:24:02 +02:00 |
|
|
9391dcafbc
|
Scoreboard sidebar now supports Component (with RGB and stuff) + little improvement of Chat API
|
2021-09-05 20:06:07 +02:00 |
|
|
ea1cf90119
|
Improved TimeUtil + fix BukkitChatColorUtil
|
2021-09-02 14:27:03 +02:00 |
|
|
c8b626f655
|
Improved Chat API
|
2021-08-29 00:56:57 +02:00 |
|
|
e721642780
|
Cleanup ScoreboardUtil
|
2021-08-28 16:20:14 +02:00 |
|
|
2c933529f1
|
Fix infinite loop
|
2021-08-23 03:55:06 +02:00 |
|
|
cbdf37800a
|
Improved log related stuff
|
2021-08-23 03:23:16 +02:00 |
|
|
496a5df812
|
Added new method in RandomUtil + Added AABBBlockGroup to ease manipulation of collection of AABBBlocks
|
2021-08-23 02:24:34 +02:00 |
|
|
30bdc8478c
|
Improved CLI/standalone app related stuff
|
2021-08-23 02:23:01 +02:00 |
|
|
3bf4184fd2
|
Add CLI modules for standalone apps used in Pandacube (web api, launcher)
|
2021-08-20 01:48:49 +02:00 |
|
|
3dd2af7814
|
Small improvement in PlayerFinder
|
2021-08-20 01:47:52 +02:00 |
|
|
799cb78450
|
Support for longer and including dots player names
|
2021-08-17 00:00:00 +02:00 |
|
|
ac2df99994
|
Add support for true and false constants in permission expressions
|
2021-08-15 14:58:41 +02:00 |
|
|
2a3b32f489
|
Support for permission expression (complex permissions that looks like boolean expressions)
|
2021-08-15 03:26:50 +02:00 |
|
|
dcfafb92cb
|
Add configuration of custom Special Permissions
|
2021-08-15 03:24:56 +02:00 |
|
|
425527ddb2
|
Wrapper for lazy loaded values
|
2021-08-08 12:56:36 +02:00 |
|
|
7a19f543cc
|
Made FormatableChat final
|
2021-08-08 12:55:51 +02:00 |
|
|
9990ce3900
|
Full bump to Java 16
|
2021-08-08 12:54:32 +02:00 |
|
|
f7e4e42a47
|
Apparently no need for Class.forName(com.mysql.jdbc.Driver);
|
2021-07-25 20:14:30 +02:00 |
|
|
5eaaf8faa5
|
Add debug log for permission resolution + change api for Log debug
|
2021-07-25 20:14:06 +02:00 |
|
|
a62b990dbe
|
Internal fixes / optimizations in Chat API
|
2021-07-25 20:12:51 +02:00 |
|
|
ce4f756446
|
ServerPropertyFile now serializes with pretty printing
|
2021-07-24 19:37:51 +02:00 |
|
|
489b81e55f
|
Even more Chat API update
|
2021-07-24 19:37:04 +02:00 |
|