Asteroid Proxy
G-List Injection
General Settings
If you are using BungeeCord/Velocity, you can now synchronize fake players across your network without requiring Redis. This new feature allows fake players to function both as server-specific entities and as ProxiedPlayer
entities, ensuring they're counted in metrics like %bungee_total%
and %online_players%
.
IMPORTANT: You need to put Asteroid & AsteroidLibs on the proxy (only put libs on proxy if you use Velocity), and put the credentials in there as well.
To enable this functionality, use the following configuration:
enabled
: Set totrue
to enable proxy functionalityserver_name
: This MUST match exactly the server name as configured in your proxy (formerly calledlocal_name
)storage
: Database type for synchronizing fake players across the network. Options are:redis
,lettuce
, ormysql
redis -> uri
: Connection details for Redis in URI format
For the proxy synchronization to work properly, you must set up either a MySQL database or Redis. This allows the plugin to inject and track fake players across your entire network.
Last updated