Commit Graph

275 Commits

Author SHA1 Message Date
William
c70d4892a5
Ensure players on other servers are added as TabListEntries 2023-02-25 12:27:28 +00:00
dependabot[bot]
96fbe94ae2
Bump de.themoep:minedown-adventure from 1.7.1-SNAPSHOT to 1.7.2-SNAPSHOT (#4)
Bumps de.themoep:minedown-adventure from 1.7.1-SNAPSHOT to 1.7.2-SNAPSHOT.

---
updated-dependencies:
- dependency-name: de.themoep:minedown-adventure
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-24 23:08:38 +00:00
dependabot[bot]
a6cfdd27af
Bump io.netty:netty-codec-http from 4.1.86.Final to 4.1.89.Final (#5)
Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.86.Final to 4.1.89.Final.
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](https://github.com/netty/netty/compare/netty-4.1.86.Final...netty-4.1.89.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-codec-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-24 23:08:30 +00:00
William
23f8313f6a
Make gradlew executable 2023-02-24 22:22:40 +00:00
William
615e45049a
Add GH workflow actions 2023-02-24 22:20:08 +00:00
William
b30bbafaba
Add README and banner 2023-02-24 22:10:50 +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
f7d19869b9
Add LICENSE and README 2023-02-19 01:36:08 +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