Delegate Minecraft clients to take screenshots of observation locations. Grades the images and observation text using AI.
Refer to the WHIMC-Photographer Client README for client setup.
More information on the website at https://whimc.github.io/MineObserver-2.0/.
Compile a jar from the command line via Maven:
$ mvn install
It should show up in the target directory. Make sure to update your version number.
| Command | Description |
|---|---|
/photographer clients |
lists currently active clients |
/photographer disconnect-all |
disconnects all currently connected clients |
/photographer collect <uuid> |
become a photographer |
/photographer stop-collecting |
un-registers player as photographer |
/photographer disconnect |
disconnects client with provided UUID |
/photographer send <uuid> <msg> |
sends a message to the client with provided UUID |
| Key | Type | Description |
|---|---|---|
host |
string |
the websocket host |
port |
string |
the websocket port |
Example:
websocket:
host: 0.0.0.0
port: 8234