This is RemoteAdminPlusConnector, a sync plugin for RemoteAdminPlus, and kind of a sample implementation, it syncs bans and players, and allows a user to link their acc to a player I have published a release at https://github.com/laraproto/RemoteAdminPlusConnector/releases/tag/v1.0.0 using it in SL Is a bit rough around the edges with errors not being handled properly due to uninitialised config, so you'll have to run it once, it will fail to load because of a missing apiUrl and then type in an apiUrl in the form of http(s)://(panel\_location)/api/rpc/ Final slash is mandatory due to HttpClient oddities! apiKey also needs to be generated from admin settings, the form says placeholder because that's not where the token generation is meant to be
This is RemoteAdminPlusConnector, a sync plugin for RemoteAdminPlus, and kind of a sample implementation, it syncs bans and players, and allows a user to link their acc to a player I have published a release at https://github.com/laraproto/RemoteAdminPlusConnector/releases/tag/v1.0.0 using it in SL Is a bit rough around the edges with errors not being handled properly due to uninitialised config, so you'll have to run it once, it will fail to load because of a missing apiUrl and then type in an apiUrl in the form of http(s)://(panel\_location)/api/rpc/ Final slash is mandatory due to HttpClient oddities! apiKey also needs to be generated from admin settings, the form says placeholder because that's not where the token generation is meant to be