Commit Graph

65 Commits

Author SHA1 Message Date
ironboundred
7712eaaf15
Check against offline users during permission recalc TAB update (#43) 2023-04-17 16:28:03 +01:00
William
1e3f163f2d
Bump minimessage, fix empty string used for concatenation 2023-04-17 16:06:57 +01:00
William
c6603da50a
Add license header, tweak build scripts 2023-04-17 16:04:53 +01:00
ironboundred
dad64098b2
More checkes for offline players (#42) 2023-04-14 17:36:33 +01:00
FreeMonoid
99ce4e3f54
Handle ProtocolizePlayer absence before sending packets (#40) 2023-04-11 00:27:10 +01:00
FreeMonoid
3c7187cca0
Support legacy RGB color codes (#37) 2023-04-06 18:11:00 +01:00
Adrian
82ffd265a7
Improved Velocitab command using native Brigadier (#34) 2023-04-02 00:40:22 +01:00
ironboundred
b653d568f5
Reload when proxy reload event is fired (#33) 2023-04-02 00:39:54 +01:00
ironboundred
88d1c4f6cf
Reload and About Commands (#32) 2023-04-01 00:46:56 +01:00
William278
8cbaa6f70f Tweak header/footer index incrementation order 2023-03-31 15:09:05 +01:00
William278
18086fffa4 Track header/footer index per-player, clarify configuration, fix #29 2023-03-31 14:43:35 +01:00
William278
4c10d27b6b Cleanup unneccessary annotations 2023-03-31 14:22:00 +01:00
FreeMonoid
ef7e07c59d
Allow setting display name for servers (#30) 2023-03-31 14:21:17 +01:00
ironboundred
f14a92b432
Fix failed Dispatch Packet on server disconnect (#28) 2023-03-30 20:40:22 +01:00
William
95bc4669a8
Merge remote-tracking branch 'origin/master' 2023-03-23 22:15:40 +00:00
William
dbf5509a9a
Add only_list_players_in_same_group option (true by default) 2023-03-23 22:14:31 +00:00
ironboundred
10c8102e59
Add support for header and footer animations (#25) 2023-03-22 18:47:20 +00:00
William278
c144f79caa Fix compatibility with 1.19.4 2023-03-22 16:21:19 +00:00
William
6007cdddb3
Fix LuckPerms role update not updating actual user in TAB list 2023-03-16 21:11:53 +00:00
William
8a4651fb5f
Fix parsing of enums in sortable element list in config file 2023-03-16 20:00:49 +00:00
William278
28c5398c6b Add sorting by server name, customise sort element order 2023-03-14 14:19:59 +00:00
William
1b4587bf0b
Tweak unset header/footer values to work with MiniMessage by default 2023-03-12 19:26:36 +00:00
William
ee820967de
Fix double underscore escaping still happening with MiniMessage, refactor formatter 2023-03-12 19:23:48 +00:00
William
fb66fb44ff
Merge remote-tracking branch 'origin/master' 2023-03-12 18:15:22 +00:00
William
da1ead367a
Better handling for nullable collision rules 2023-03-12 18:14:57 +00:00
William278
36fa0e2625 Move formatting logic into enum function 2023-03-12 13:35:42 +00:00
William
6df397b77a
Periodic updates: Also update header/footer, fix extra delay 2023-03-11 20:29:10 +00:00
William
b431ee2165
Add optional support for MiniMessage and hook for MiniPlaceholders (#18) 2023-03-11 20:23:47 +00:00
William278
2730778ef9 Bump to 1.1.1, update build script, stop shading lombok 2023-03-10 12:47:04 +00:00
William278
a7d512e6fe Support 1.16.5 through 1.19.3, add more protocol mappings 2023-03-10 12:27:43 +00:00
William278
c062fe2d14 [ci-skip] config: Add comment for update_rate 2023-03-08 12:56:29 +00:00
William278
10ec3831d4 [ci-skip] config: Minor comment tweak 2023-03-08 12:55:43 +00:00
William278
7abf085734 [ci-skip] style: Remove double brackets on update_rate @YamlKey 2023-03-08 12:51:37 +00:00
Emibergo02
f0c5ebe5a8
Server groups, formatting based on server groups (#6) 2023-03-08 12:22:15 +00:00
William
f790378182
Add support for PlaceholderAPI placeholders via PAPIProxyBridge (#17)
* Start PAPI hook work

* Finish adding PlaceholderAPI support
2023-03-07 11:39:47 +00:00
ironboundred
7d85ed6cfe
Setup a repeating task (#12)
* Setup a repeating task

Task will repeat to a configured time in milliseconds. setting the time to 0 will cause the task to not be scheduled.

* Update Settings.java

* requested changes
2023-03-04 19:01:43 +00:00
ironboundred
80bb9ab627
Fix player names with underscores having formatting applied (#10) 2023-03-01 00:51:43 +00:00
William
10e02233f3
Fix wrong team names being sent in packets to joining players 2023-02-26 20:34:21 +00:00
William
6cea56364e
Ensure roleMappings are updated when team is made 2023-02-26 20:00:02 +00:00
William
0a39899705
Reduce number of packets being sent, adjust logic 2023-02-26 19:54:12 +00:00
William
de747bf3eb
Add additional handling to ensure entities is not null when written 2023-02-25 12:55:40 +00:00
William
39b196b647
Clarify / simplify packet logic 2023-02-25 12:52:51 +00:00
William
ad99b1655c
Always display latency as 0 where unknown 2023-02-25 12:46:58 +00:00
William
fb0be16fd7
Use byte instead of int for packet update mode 2023-02-25 12:40:25 +00:00
William
3e4f036171
Fix exception reading update teams packet 2023-02-25 12:35:47 +00:00
William
fcdcdc80dc
Specify TabList when creating new player entry 2023-02-25 12:29:06 +00:00
William
c70d4892a5
Ensure players on other servers are added as TabListEntries 2023-02-25 12:27:28 +00:00
William
a50837dcb4
Add function to exclude servers 2023-02-24 19:00:06 +00:00
William
a968fc32fc
Improve error handling 2023-02-24 18:42:02 +00:00
William
0fb1a3146a
Tweak concurrency handling 2023-02-24 18:29:35 +00:00