Hello!
Is there any way I can do /lp networksync through the API.
Currently I use:
getServer().dispatchCommand(getServer().getConsoleSender(), "lp networksync");
LuckPermsApi api = ...;
api.runUpdateTask(); // "sync" the current server
api.getMessagingService().ifPresent(MessagingService::pushUpdate); // "sync" other servers
:)
Most helpful comment
:)