Player cannot shoot or use specials when playing on Server
dhry opened this issue ยท 7 comments
Playing MC 1.12.2, latest server, latest Forge and latest Minewatch mod. When playing singleplayer it all works fine. Play multiplayer on server, and everything works (can see new MW tabs, items etc) except player cannot shoot gun or use special eg grappling hook. Is there a special entry in server.properties that needs to be configured to allow this? Are we doing something wrong?
Absolutely sure it's installed. I ran the Forge installer, installed it to a brand new directory, it downloaded the MC server, installed libraries and the forge jar. Copied in a /mods folder with Minewatch. Started server. Server starts fine. What am I missing?
I figured it out. I was trying to run the server jar directly, which of course starts up the server, but doesn't load forge. Kept doubleclicking on the forge.jar, didn't do a thing. Dropped to a command prompt and ran java -jar forgexxx.jar and lo and behold, it started up the server with mods. Had to go through many Google pages before I found that.