Commit Graph
7 Commits
Author SHA1 Message Date
Joo200andGitHub ec793a9fdb Log console command executions (#1137) 2025-09-24 00:50:05 -05:00
Joo200andGitHub 8891faa52c Added event when a command is executed from Velocity (#984)
* feat: added event for command invocation

This event is called when a command invocation attempt on the proxy occurs

* Fix javadoc issue
2024-03-05 10:11:17 -05:00
Joo200andGitHub 0d9a097a59 Fix unsigned commands detected as signed (#1082)
* fix: commands flagged as signed without signed arguments

* feat: improve error message for illegal protocol state.
2023-10-12 15:51:19 +01:00
Joo200andGitHub 9be0bca3c4 Catch throwables when loading plugins (#1098) 2023-10-11 16:24:35 +01:00
JOO200andGitHub 97770cd1a6 Reduce Spam from the TabList by not sending every package multiple times (#902)
* Reduce Spam from the TabList by not sending every package multiple times

VelocityTabList#processUpsert called entry.setX which will create a package and send it to the client.
BackendPlaySessionHandler doesn't return true for those packages, therefore the package for tab list updates will be send two times.

* Cleanup TabList#buildEntry, added listed status to Entry builder
2022-12-09 13:40:30 -05:00
JOO200andGitHub 8214fe30fe Specify the unit for getPing to milliseconds. (#676) 2022-04-03 15:29:34 -04:00
JOO200andGitHub 308acd86ec Adventure: Bump version to 4.10.1 (#669) 2022-03-31 22:10:43 -04:00