PySpigot Resources¶
External Resources¶
Here are some excellent resources you should check out for help with writing PySpigot scripts:
- Spigot/Bukkit JavaDocs
- Java API Specification
- Jython
- Jython Documentation
- There are several publicly-available online Python syntax checkers, here are a few:
If you're working with ProtocolLib, here are some useful resources:
- ProtocolLib Plugin Page
- ProtocolLib GitHub (brief documentation here)
- ProtocolLib JavaDocs
- Brief tutorial on using ProtocolLib
If you're working with PlaceholderAPI, here are some useful resources:
Discord¶
PySpigot has its very own Discord server! Join the Discord if you're stuck and need help and/or you want to stay in the loop about updates/changes.
New to Python? Check out these great tutorials to get started:¶
- https://www.learnpython.org/
- https://www.w3schools.com/python/
- The Python Wiki also has a list of great tutorials to learn.