2piradians / Minewatch

The mod can be downloaded on CurseForge at the following link:
https://minecraft.curseforge.com/projects/minewatch
Other
8 stars 8 forks source link

Player cannot shoot or use specials when playing on Server #25

Closed dhry closed 5 years ago

dhry commented 5 years ago

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?

Furgl commented 5 years ago

Sounds like Minewatch isn't installed on the server

dhry commented 5 years ago

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?

dhry commented 5 years ago

image

dhry commented 5 years ago

image

Furgl commented 5 years ago

Send the full log from starting up the server

dhry commented 5 years ago

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.

Furgl commented 5 years ago

I figured it was something like that, didn't see any mention of FML in the console screenshot.

Glad you could figure it out.