Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 497 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 497 Bytes

Example usage of SpockBotMC

Functionality

  • Connecting to the server
  • Creating a plugin
  • Receiving chat messages
  • Sending chat commands
  • Using inventory
  • Moving to location
  • Triggering a periodic event using a timer
  • Registering for an event upon startup
  • Placing blocks
  • Reading blocks

Usage

  • Add your credentials and server information to example.py
  • Review the layout and methods in example_plugin.py
  • Run python example.py to test the client and plugin