Commit Graph

321 Commits

Author SHA1 Message Date
AlexDev_
cf7c92e28f
Fixed compilation problem 2024-10-02 12:42:26 +02:00
AlexDev_
cc548b19fa Updated papiproxybridge version
Added a check to correctly remove old entries after a player left a server
Fixed problem where PlayerChannelHandler couldn't be able to handle tablist entries before the creation of TabPlayer object.
2024-10-02 12:09:06 +02:00
JerryLin
4f2fe1ef3f
fix: tablist continuesly shows on tablist disabled server (#218) 2024-10-01 22:39:44 +02:00
AlexDev_
3865387b80
Update Config-File.md 2024-09-14 23:42:04 +02:00
AlexDev_
852c3e830c Changed Animations docs
Fixed condition problem
2024-08-23 21:32:08 +02:00
AlexDev_
5470d19378 Removed unused dependency 2024-08-21 11:45:18 +02:00
dependabot[bot]
43d05b73d7
deps: bump xyz.jpenilla.run-velocity from 2.3.0 to 2.3.1 (#211)
Bumps xyz.jpenilla.run-velocity from 2.3.0 to 2.3.1.

---
updated-dependencies:
- dependency-name: xyz.jpenilla.run-velocity
  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>
2024-08-21 10:37:52 +01:00
dependabot[bot]
e59cbe6ff0
deps: bump org.bstats:bstats-velocity from 3.0.2 to 3.0.3 (#213)
Bumps [org.bstats:bstats-velocity](https://github.com/Bastian/bStats-Metrics) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/Bastian/bStats-Metrics/releases)
- [Commits](https://github.com/Bastian/bStats-Metrics/compare/v3.0.2...v3.0.3)

---
updated-dependencies:
- dependency-name: org.bstats:bstats-velocity
  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>
2024-08-21 10:37:44 +01:00
AlexDev_
59c8b08290 Fixed tablist problem for some mods 2024-08-21 11:22:35 +02:00
AlexDev_
b4746dd483
Fixed regex problem (#209) 2024-08-11 15:53:15 +02:00
William
642e18b618
[ci skip] build: mark as compatible with 1.21.1 2024-08-11 13:33:48 +01:00
William
4d7ffd75db
Merge remote-tracking branch 'origin/master' 2024-08-11 13:32:20 +01:00
William
20370a34aa
build: bump to 1.7.1 2024-08-11 13:31:59 +01:00
AlexDev_
fc39861f33
refactor: Make MiniMessage the default formatter, fix bugs (#208)
* Fixed some problems
Changed default formatter to MINIMESAGE

* Removed debug message
2024-08-11 13:31:56 +01:00
William
77254f9228
build: use tokenMap in build 2024-08-11 13:23:48 +01:00
William
3a3f42f489
build: improve resiliency on uncloned build 2024-08-11 13:19:21 +01:00
William
9c04513ee9
Merge remote-tracking branch 'origin/master' 2024-08-11 13:17:05 +01:00
William
a0fd9e0d1e
docs: move multi-line string docs, remove extra header 2024-08-11 13:15:53 +01:00
dependabot[bot]
64060edcbd
deps: bump it.unimi.dsi:fastutil from 8.5.13 to 8.5.14 (#207)
Bumps [it.unimi.dsi:fastutil](https://github.com/vigna/fastutil) from 8.5.13 to 8.5.14.
- [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES)
- [Commits](https://github.com/vigna/fastutil/commits/8.5.14)

---
updated-dependencies:
- dependency-name: it.unimi.dsi:fastutil
  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>
2024-08-11 13:10:20 +01:00
dependabot[bot]
5ae32291a9
deps: bump org.projectlombok:lombok from 1.18.32 to 1.18.34 (#203)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.32 to 1.18.34.
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.32...v1.18.34)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  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>
2024-07-25 12:27:20 +01:00
dependabot[bot]
3f42c332f7
deps: bump io.netty:netty-codec-http from 4.1.110.Final to 4.1.112.Final (#206)
Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.110.Final to 4.1.112.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.110.Final...netty-4.1.112.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>
2024-07-25 12:26:20 +01:00
William
06fce2218b
ci: add bones publishing to CI 2024-07-25 12:10:56 +01:00
AlexDev_
ace3644111
feat: Add conditional & relational MiniPlaceholders support (#197)
* Added relational mini placeholders support
Fixed some problems
Removed 300ms delay after joining a server
Code refactor

* Updated MiniPlacehodlers dependency
Removed max team length for 1.18+ clients
Fixed problem of backend sending team packets for online players and added a warning message

* Added docs
Added more time/date placeholders

* Added mini condition system

* Fixed problem due to adventure string quoting

* Fixed problem in a rare use case

* Removed debug message

* Fixed conversations
Fixed packet unregistration problem

* Added docs
Fixed a problem

* Added yaml multi-line docs

* Changed docs

* Added papi support for conditions

* Cone clenaup

* Fixed placeholders in conditions

* Fixed conversations

* Fixed problems

* Fixed problems while using minedown or legacy
Added check for team packets tracker

* Fixed problems
Added support for hex colors in legacy formatter

* Fixed problems

* Fixed problem with header & footer

* Resolved conversations
2024-06-29 13:32:29 +01:00
William
06268521cf
docs: document command, update sidebar 2024-06-19 10:57:33 +01:00
William
1d05a1b34e
fix: wrong /velocitab permission node 2024-06-19 10:57:13 +01:00
William
84ae7a9437
feat: Add configuration for server links (#201)
* feat: add server URLs

* refactor: cleanup imports

* fix: only send server links to 1.21 clients

* feat: update server links on reload

* refactor: minor cleanup

* docs: add docs for server links

* fix: protocol version check issue

* Improved ServerUrl#resolve

---------

Co-authored-by: AlexDev_ <56083016+alexdev03@users.noreply.github.com>
2024-06-18 22:42:50 +01:00
dependabot[bot]
6f909fbec1
deps: bump io.netty:netty-codec-http from 4.1.110.Final to 4.1.111.Final (#200)
Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.110.Final to 4.1.111.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.110.Final...netty-4.1.111.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>
2024-06-18 16:07:47 +01:00
William
53c9acb322
[ci skip] build: update MC versions 2024-06-14 12:54:15 +01:00
William
2dba7f2852
feat: support Minecraft 1.21 2024-06-13 12:18:18 +01:00
William
c13d30b29a
refactor: improve /velocitab command messages 2024-06-09 14:04:03 +01:00
dependabot[bot]
1f54cf7ba4
deps: bump io.netty:netty-codec-http from 4.1.109.Final to 4.1.110.Final (#194)
Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.109.Final to 4.1.110.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.109.Final...netty-4.1.110.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>
2024-05-27 23:29:55 +01:00
William
fac0ccdcbb
docs: Polymer by Patbox is not compatible
I'm not sure why tbh.
2024-05-15 13:54:13 +01:00
dependabot[bot]
68c3199379
deps: bump net.kyori:adventure-nbt from 4.16.0 to 4.17.0 (#192)
Bumps [net.kyori:adventure-nbt](https://github.com/KyoriPowered/adventure) from 4.16.0 to 4.17.0.
- [Release notes](https://github.com/KyoriPowered/adventure/releases)
- [Commits](https://github.com/KyoriPowered/adventure/compare/v4.16.0...v4.17.0)

---
updated-dependencies:
- dependency-name: net.kyori:adventure-nbt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 21:33:21 +01:00
AlexDev_
4770567a98
fix: duplicate entity ID issues with offline accounts (#190) 2024-05-07 11:13:42 +01:00
dependabot[bot]
b4dd2f4d8b
deps: bump xyz.jpenilla.run-velocity from 2.2.4 to 2.3.0 (#191)
Bumps xyz.jpenilla.run-velocity from 2.2.4 to 2.3.0.

---
updated-dependencies:
- dependency-name: xyz.jpenilla.run-velocity
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 18:52:14 +01:00
dependabot[bot]
d441d6f5e7
deps: bump xyz.jpenilla.run-velocity from 2.2.3 to 2.2.4 (#189)
Bumps xyz.jpenilla.run-velocity from 2.2.3 to 2.2.4.

---
updated-dependencies:
- dependency-name: xyz.jpenilla.run-velocity
  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>
2024-05-01 16:57:05 +01:00
William
5f7f5a64be
docs: document Vanilla pet nametags functionality/workaround 2024-04-26 16:33:35 +01:00
Connor W
720fca942f
docs: document regex servers being supported (#187) 2024-04-25 01:29:21 +01:00
William278
8c02dfa296
docs: further improve Nametags docs 2024-04-24 10:40:11 +01:00
William278
4d98b24c02
docs: clarify Nametag limitations 2024-04-24 10:32:10 +01:00
William
cf9175297f
build: update CI pipelines for 1.20.5 2024-04-23 16:24:53 +01:00
William
c23fdd1ff6
feat: Add support for Minecraft 1.20.5 (#186)
* feat: support Minecraft 1.20.5

* build: bump to 1.6.5

* refactor: optimize imports

* docs: update about menu author credits

* docs: update velocity meta author credits

* docs: update URL

* refactor: use Minedown from new repo

* docs: shorten name of Plugin Message API docs page

* deps: bump minimum Velocity version to 380
2024-04-23 16:23:36 +01:00
dependabot[bot]
88dc2996e4
deps: bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 (#185)
Bumps org.apache.commons:commons-text from 1.11.0 to 1.12.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 12:59:30 +01:00
dependabot[bot]
d6e71766a1
deps: bump io.netty:netty-codec-http from 4.1.108.Final to 4.1.109.Final (#184)
Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.108.Final to 4.1.109.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.108.Final...netty-4.1.109.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>
2024-04-18 22:32:17 +01:00
dependabot[bot]
ced1b5e4f0
deps: bump org.projectlombok:lombok from 1.18.30 to 1.18.32 (#181)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.30 to 1.18.32.
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.30...v1.18.32)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  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>
2024-03-29 23:27:39 +00:00
dependabot[bot]
bc6c0c41b5
deps: bump io.netty:netty-codec-http from 4.1.107.Final to 4.1.108.Final (#182)
Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.107.Final to 4.1.108.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.107.Final...netty-4.1.108.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>
2024-03-29 23:25:46 +00:00
AlexDev_
b7c353a0ec
feat: add show_all_players_from_all_groups config option (#183)
Code refactor
Improved system that handles latency
2024-03-29 23:25:38 +00:00
William
5b5e40e7f8
deps: ConfigLib now versioned without the v 2024-03-16 19:55:21 +00:00
William
b118a8c134
deps: Target ConfigLib via Maven Central 2024-03-16 19:54:30 +00:00
AlexDev_
48b3b2af48
fix: inconsistencies when players kicked/redirected on servers (#180)
Added onlyListPlayersInSameServer inside groups
Removed onlyListPlayersInSameGroup from config
Fixed problems with regex for servers
Fixed other problems
2024-03-14 22:08:02 +00:00