dependabot[bot]
39aaae2f30
deps: bump com.github.Exlll.ConfigLib:configlib-yaml ( #168 )
...
Bumps [com.github.Exlll.ConfigLib:configlib-yaml](https://github.com/Exlll/ConfigLib ) from v4.4.0 to v4.5.0.
- [Release notes](https://github.com/Exlll/ConfigLib/releases )
- [Commits](https://github.com/Exlll/ConfigLib/compare/v4.4.0...v4.5.0 )
---
updated-dependencies:
- dependency-name: com.github.Exlll.ConfigLib:configlib-yaml
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-27 13:53:22 +00:00
dependabot[bot]
e90a8df5c7
deps: bump net.kyori:adventure-nbt from 4.15.0 to 4.16.0 ( #167 )
...
Bumps [net.kyori:adventure-nbt](https://github.com/KyoriPowered/adventure ) from 4.15.0 to 4.16.0.
- [Release notes](https://github.com/KyoriPowered/adventure/releases )
- [Commits](https://github.com/KyoriPowered/adventure/compare/v4.15.0...v4.16.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-02-27 13:53:15 +00:00
William
6a3d2abb8c
docs: add Plugin Message API Examples to sidebar
2024-02-19 18:04:18 +00:00
dependabot[bot]
763acb9f28
deps: bump io.netty:netty-codec-http from 4.1.106.Final to 4.1.107.Final ( #163 )
...
Bumps [io.netty:netty-codec-http](https://github.com/netty/netty ) from 4.1.106.Final to 4.1.107.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.106.Final...netty-4.1.107.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-02-19 18:02:27 +00:00
William
58742eb2a1
build: use gradle 8.6
2024-02-19 14:08:39 +00:00
William
86b5e3a374
build: bump to 1.6.3
2024-02-19 14:04:49 +00:00
AlexDev_
3d744ccefe
Added skip for compatibility check ( #162 )
2024-02-19 14:55:13 +01:00
dependabot[bot]
47296961e2
deps: bump it.unimi.dsi:fastutil from 8.5.12 to 8.5.13 ( #158 )
...
Bumps [it.unimi.dsi:fastutil](https://github.com/vigna/fastutil ) from 8.5.12 to 8.5.13.
- [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES )
- [Commits](https://github.com/vigna/fastutil/commits )
---
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-02-16 17:03:50 +00:00
AlexDev_
4efc5797b3
feat: add plugin message api, GROUP_PLAYERS_ONLINE placeholder ( #157 )
...
* Added plugin message api & added LOCAL_GROUP_PLAYERS_ONLINE placeholders
* Fixed conversations, added placeholders to docs and fixed a few bugs
* Solved conversation
* Fixed possible charset problem and moved channels to a map instead of a set
* Changed docs
* Fixed kick issue and fixed problem header/footer on join
2024-02-09 23:58:15 +00:00
dependabot[bot]
a5940e0315
deps: bump xyz.jpenilla.run-velocity from 2.2.2 to 2.2.3 ( #155 )
...
Bumps xyz.jpenilla.run-velocity from 2.2.2 to 2.2.3.
---
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-02-08 15:10:51 +00:00
William278
345ce7fa8a
refactor: require PPB for PAPI placeholder fallback, add setting
2024-02-04 14:26:17 +00:00
dependabot[bot]
65e93781eb
ci: bump gradle/gradle-build-action from 2 to 3 ( #150 )
...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action ) from 2 to 3.
- [Release notes](https://github.com/gradle/gradle-build-action/releases )
- [Commits](https://github.com/gradle/gradle-build-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-03 13:00:50 +00:00
Boy0000
f47f5fc2fd
refactor: Improve /velocitab name
( #154 )
...
* feat: use StringArgumentType#greedyString in name-command argument to allow for special characters
* feat: handle name-command if no argument is given
2024-02-03 12:59:22 +00:00
Boy0000
65abbc1646
fix: let LuckPerms-Meta placeholder pass if Proxy returns blank ( #153 )
...
* fix: let LuckPerms-Meta placeholder pass if Proxy returns blank
* fix: let unset prefix & suffix also pass to bridge
* refactor: remove unnecessary sorting warning
2024-02-03 12:03:38 +00:00
AlexDev_
7caa185fc1
Improve config validator, add team collision rule setting ( #152 )
...
* Fixed tab problem on not handled servers
* Fixed config validator and added collisions parameter
* Fixed conversations
2024-02-01 23:03:40 +00:00
William
63ed22527b
build: bump ConfigLib to 4.4.0, fix file encoding
2024-01-26 21:08:35 +00:00
dependabot[bot]
fc605ce6d7
deps: bump io.netty:netty-codec-http from 4.1.105.Final to 4.1.106.Final ( #147 )
...
Bumps [io.netty:netty-codec-http](https://github.com/netty/netty ) from 4.1.105.Final to 4.1.106.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.105.Final...netty-4.1.106.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-01-24 22:47:02 +00:00
AlexDev_
e19d06ee18
Fixed some problems: ( #149 )
...
- kick problem
- missing permission to name subcommand
- check before clearing header & footer on not handled servers
2024-01-24 22:13:29 +01:00
dependabot[bot]
dda537662e
deps: bump net.william278:PAPIProxyBridge from 1.4.2 to 1.5 ( #148 )
...
Bumps net.william278:PAPIProxyBridge from 1.4.2 to 1.5.
---
updated-dependencies:
- dependency-name: net.william278:PAPIProxyBridge
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-01-24 19:38:46 +00:00
William278
e5406051bf
refactor: Slightly tweak ScoreboardManager registration error
2024-01-24 19:37:15 +00:00
William278
384137a67c
feat: Add Velocity version compatibility checking
2024-01-24 19:36:59 +00:00
AlexDev_
c4a07e1997
Fix regex problem ( #146 )
2024-01-21 14:31:13 +01:00
William278
7bd0ac3e0c
[ci skip] docs: fixup wrong @since
tags in API
2024-01-19 20:24:39 +00:00
William278
7b347bb43e
refactor: optimize imports
2024-01-19 18:05:43 +00:00
William278
fec29dd057
refactor: slight compressNumber refactor
2024-01-19 17:16:04 +00:00
William278
247fc68a4a
refactor: lastDiplayname -> lastDisplayName
2024-01-19 17:12:55 +00:00
William278
8bace563b4
build: bump to 1.6.1
2024-01-19 16:40:27 +00:00
William278
f66483fdb1
build: bump adventure-nbt
2024-01-19 16:38:34 +00:00
AlexDev_
f3ec35f8e9
Updated gradle wrapper version
2024-01-19 14:28:13 +01:00
AlexDev_
8cc6df6fc2
Updated packet class
2024-01-19 13:01:59 +01:00
AlexDev_
9e60fc0daa
Fix for https://github.com/WiIIiam278/Velocitab/issues/144
2024-01-18 16:58:06 +01:00
AlexDev_
e496c99a52
Fixed rare problem while joining
2024-01-16 22:51:23 +01:00
William
b37c760033
build: update wiki action to use v4
2024-01-16 21:38:45 +00:00
dependabot[bot]
0b98eff66e
deps: bump io.netty:netty-codec-http to 4.1.105.Final ( #141 )
...
Bumps [io.netty:netty-codec-http](https://github.com/netty/netty ) from 4.1.103.Final to 4.1.105.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.103.Final...netty-4.1.105.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-01-16 21:37:59 +00:00
AlexDev_
89a1f7add3
refactor: internals refactor, fix logic, new configs, spectator fix ( #138 )
...
* Started refactor
* more work
* Bug fixes and more work
* Fixed task problem
* More work on providers + fixed relocation problem
* Added providers + relocated snakeyaml
* Fixed relocation problem + removed org.json
* maps instantiation refactored
* Fixed reload problem
* Fixed logic problem
* More work on refactoring PlayerTabList
* Using lombok for procteded values
* More work
* Fixed cache problem + more work on refactor
* Fix for https://github.com/WiIIiam278/Velocitab/issues/35
* fixed conversations
* Code refactor
* Fixed problem while using minimessage
* Added more javadocs and removed kick handling as velocity fixed that problem
* Added username_lower placeholder and removed useless libraries
* Updated docs
* Added option to remove spectator effect in tablist
2024-01-16 21:09:46 +00:00
William278
08501e84b8
build: Add run-velocity
, use velocity-proxy from william278
2024-01-11 17:01:19 +00:00
dependabot[bot]
53bdeee74b
ci: bump actions/upload-artifact from 3 to 4 ( #129 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-14 23:17:44 +00:00
William
d5622bb90d
docs: Use wiki-action v3
for now
2023-12-14 23:07:58 +00:00
William
f16dd54a7f
feat: Add support for Minecraft 1.20.3/1.20.4 ( #126 )
...
* docs: Minor comment tweak
* Prepare 1.20.3 support pending Velocity
* 1.20.3/1.20.4 & java 17 (#128 )
* Improved PacketAdapter system + added support for 1.20.3/1.20.4
* Changed java version to 17, updated velocity dependencies, improved packet adapters & added support for 1.20.3/4.
* Fixed compile error with adventure
* deps: Bump `netty-codec-http` to 4.1.103
* ci: Upgrade dependabot config
* ci: Update CI & Docs with new requirements
* refactor: Rename `LUCK_PERMS_META` -> `LUCKPERMS_META`
* docs: Document `%luckperms_meta_(key)%`
---------
Co-authored-by: AlexDev_ <56083016+alexdev03@users.noreply.github.com>
2023-12-14 23:00:04 +00:00
AlexDev_
d72ad289ec
feat: Improve placeholder system, add luck_perms_meta
placeholder ( #125 )
2023-12-14 22:41:00 +00:00
dependabot[bot]
4355dc064d
build(deps): bump io.netty:netty-codec-http ( #127 )
...
Bumps [io.netty:netty-codec-http](https://github.com/netty/netty ) from 4.1.101.Final to 4.1.103.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.101.Final...netty-4.1.103.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-12-13 18:18:36 +00:00
AlexDev_
3b1be4142f
Improved serializer system for packet adapters & fixed bugs with nametags ( #123 )
2023-11-30 15:15:18 +00:00
William
4d6621c3c1
Tidy up bits of logic, use class for Nametags ( #122 )
...
* Tidy up bits of logic, use record for Nametags
* Few more bits of cleanup
* Some feedback
* More feedback
* Fix `#prefix()` and `#suffix()` record calls
* Fixup logical error
* `nameTag` -> `nametag`
* Make TabPlayer#getNametag returns TabPlayer.Nametag
---------
Co-authored-by: AlexDev_ <alessandrodalfovo2003@gmail.com>
2023-11-20 14:36:04 +00:00
AlexDev_
2becf43845
Fix for various problems ( #119 )
...
* Fixed logic problems with vanish + added tab recalculate system when luckperms fires UserDataRecalculateEvent
* Fix for https://github.com/WiIIiam278/Velocitab/issues/120 .
Fix for rgb nametags with legacy formatter.
Fix for players with escape characters in their name.
Fix for when a player is kicked from a server while staying online, tablist wasn't updated for that player.
Fix for vanish, wrong variable used.
Fix for negative values as input for tab sorting, min value is now 0.
2023-11-14 16:58:33 +00:00
dependabot[bot]
e4df93ca3f
build(deps): bump io.netty:netty-codec-http ( #118 )
...
Bumps [io.netty:netty-codec-http](https://github.com/netty/netty ) from 4.1.100.Final to 4.1.101.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.100.Final...netty-4.1.101.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-11-10 10:58:46 +00:00
William
2e5bf0f74d
docs: Minor ref formatting updates
2023-11-09 15:55:00 +00:00
AlexDev_
b8698075de
Added missing key to Config-File.md
2023-11-09 16:27:16 +01:00
AlexDev_
7eb8f2dbd1
Fix wrong access modifier
2023-11-09 16:16:51 +01:00
AlexDev_
3d3f3a3bfa
Changed PlayerAddedToTabEvent from record to normal class ( #117 )
2023-11-09 12:04:42 +01:00
AlexDev_
938ce9e077
Added VelocitabAPI#getServerGroup and fixed problem while un-vanishing
2023-11-08 16:59:40 +01:00