Commit Graph

35 Commits

Author SHA1 Message Date
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
William
be1756fa9b
Fix CME 2023-02-24 18:21:16 +00:00
William
22972281e2
Tweak role sort order 2023-02-24 17:58:23 +00:00
William
dbccc21706
Fix ConcurrentModificationException; make players immutable 2023-02-24 17:35:30 +00:00
William
c16fbf40ab
Simplify string comparable weight logic to fix issues with low weight diffs 2023-02-24 17:28:11 +00:00
William
f616a5e08a
Fix weight sort order, team color, CME when updating players, players not updating via LP 2023-02-20 02:23:25 +00:00
William
54928f597a
Add protocol mappings for 1.19 versions, Add DEBUG_TEAM_NAME placeholder, weight sort logic tweaks 2023-02-19 23:51:45 +00:00
William
51c7853b7b
Move to using Protocolize for scoreboard team handling using fake scoreboard teams 2023-02-19 23:08:17 +00:00
William
8ad443f4fc
Fix role sort order 2023-02-19 13:05:02 +00:00
William
60baf597fd
Fix missing annotation 2023-02-19 12:54:44 +00:00
William
d73530c903
Reverse role comparable sort order 2023-02-19 12:47:58 +00:00
William
f5f8708686
Reverse role comparable sort order 2023-02-19 12:47:49 +00:00
ironboundred
d9a33587b9
Fix issue when clearing immutable list (#1) 2023-02-19 12:46:06 +00:00
ironboundred
1ec41b9942
Remove players when switching worlds (#2) 2023-02-19 12:45:29 +00:00
William
500c647ecc
Delayed "real" player removing, spoofed user fixes, sort by server 2023-02-19 01:30:46 +00:00
William
6caf720b5d
Initial commit 2023-02-19 00:02:50 +00:00