Asteroid Proxy
G-List Injection
General Settings
If you are using bungeecord then you are able to not use Redis
to synchronize all the fake players (fake player count) across the server. With this new feature you can implement them to act beside as fake players on a server, but as ProxiedPlayer
, meaning that %bungee_total%
and %online_players%
work without using the placeholders "pinger"
and "javascript"
. To make it, use the following config:
enabled
: Set totrue
to enable the proxytype
: Choose the proxy's type, it can be either bungee(BungeeCord) or velo(Velocity)local_name
: This name MUST be the exact same as your server, e.g. "lobby"storage
: The selected database for the injection of your fake players. The options are: redis, lettuce or mysqlredis -> uri
: Redis uri connection detailsdebug
: Set totrue
for debug mode
Now, to make the injection fully work, you'll need to set up MySQL
or a Redis DB
.
Last updated