- 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
- Add your credentials and server information to
example.py - Review the layout and methods in
example_plugin.py - Run
python example.pyto test the client and plugin