@@ -45,6 +45,8 @@ To setup your own project to build modules for the game server you can follow th
go mod init my-plugin-project
go get -u "github.com/heroiclabs/nakama-common@v1.1.1"
```
⚠️ __NOTE__: If you're working on Nakama's master branch drop the `@v1.1.1` from the above snippet.
4. Develop your plugin code (you can use the [minimal example](#minimal-example) as a starting point) and save it within your plugin project directory with the `.go` extension.