Skip to content

Latest commit

 

History

History
 
 

basic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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