* 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
* 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>
* 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
Added onlyListPlayersInSameServer inside groups
Removed onlyListPlayersInSameGroup from config
Fixed problems with regex for servers
Fixed other problems
* 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
* feat: use StringArgumentType#greedyString in name-command argument to allow for special characters
* feat: handle name-command if no argument is given
* 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
* 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>
* 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.
Added PlayerAddedToTabEvent, improved PlayerTabList performance and added the possibility to reload the plugin without breaking the tab list. This is only for dev purposes. Bumped version to 1.5.2
Fixed a few problems.
* Added support for VanishIntegration
* Merged
* Added API and improved vanish system
* Fixed problem with API
* Fixed import problem
* Commit with requested changes
* first test
* Added NotNull missing annotations
* Fixed all requested changes
* Fixed logic problem
* Revert "first test"
This reverts commit 1be3c47d9c.
* Hide nametag if the prefix & suffix are empty.
* Fixes for conversations.
* Added missing @NotNull
* Adjust repo order; use `elytrium` over `exceptionflug`
---------
Co-authored-by: William <will27528@gmail.com>
* Added SortingManager.
* Fixed initialization problem + added cache for team name
* Improved code readability
* Commit with the requested changes.
* Update src/main/java/net/william278/velocitab/Velocitab.java
Co-authored-by: William <will27528@gmail.com>
---------
Co-authored-by: William <will27528@gmail.com>