Posted February 19, 20232 yr Here is my trouble. There is a bukkit-forge mixed server core (arclight), but the bukkit overwrited CommandDispatcher, that I can't use BaseCommandBlock to raise my command and result output. So I tried to use server's RCON. How can I connect RCON session in my mod? I founded that some GitHub repo provide a library jar file to simply use RCON session, such as this one: jobfeikens/rcon: Minimal RCON client in Java (github.com) and this one: Glavo/rcon-java (github.com) If I use these RCON lib, how to modify my gradle file to add these jar file to my mod's library? If not so, is there any better way to execute my command and get output on Bukkit server? Edited February 19, 20232 yr by Chai Sam
February 19, 20232 yr 7 hours ago, Chai Sam said: If I use these RCON lib, how to modify my gradle file to add these jar file to my mod's library? If not so, is there any better way to execute my command and get output on Bukkit server? We are not bukkit, you should probably ask them for help as they probably have more insight into whether you need to do this or not.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.