You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run this plugin in spigot at my vps. But when I use mc = Minecraft.create(address='(my server host)', port=4712) connect to it, it told me my remote server droped this connect. So how can I solve this problem?
The text was updated successfully, but these errors were encountered:
Did you check if the port number is correct? The default port for the python API is 4711 for bukkit and 4712 for forge as documented here. Are you using a hostname or an ip address?
Do you see the connection attempt in the server console or log?
I run this plugin in spigot at my vps. But when I use
mc = Minecraft.create(address='(my server host)', port=4712)
connect to it, it told me my remote server droped this connect. So how can I solve this problem?The text was updated successfully, but these errors were encountered: