Skip to content

Commit 72a9b03

Browse files
committed
chore: CHANGELOG.md
1 parent f264fd0 commit 72a9b03

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
well this is a big version jump because it has major rewrites to support
2-
a second backend. what do I mean by that? CommandBridge was(or still is)
3-
being powered by Websockets. but some users asked for the feature to implement
4-
redis. So here it is:
1+
this version brings some nice additions mostly around target-required
2+
and player tracking across proxies. the wiki has been fully rewritten for this version so make sure to check that out.
53

6-
- full redis support as transport layer
7-
- you can either use websockets or redis depends on what you select in the config
4+
so whats new:
85

9-
so big version because the config has major changes and the plugin architecture
6+
- target-required per command option. this makes sure the player is actually on the target server before dispatching the command. also works when a proxy is in client mode so it checks across all connected proxies not just the local one
7+
- per-command cooldowns, the old pipeline cooldown stage is gone
8+
- player presence tracking. backends and client mode proxies now sync their player lists to the proxy. the full list only gets sent once on auth and after that only join/leave deltas get sent so you dont have to worry about huge packets even with like 30k players
9+
- added PLAYERS argument type for velocity
10+
- scripts now require version 3
11+
12+
breaking changes:
13+
- removed Server.timeout from the config
14+
- removed some unused config values
15+
- script version 3 is now required, older versions wont work anymore
1016

0 commit comments

Comments
 (0)