Creates a plugin whose hooks are written in GDScript.
mix gamend.gdscript.new my_gameProduces a directory that already compiles and loads:
my_game/
scripts/my_game.gd # write hooks here
gen/ # generated Elixir, committed
mix.exs # hooks_module already wired
.formatter.exs
.gitignoreThen:
cd my_game
mix deps.get
mix bundleand copy the directory into the server's plugin directory (modules/plugins/
by default, or wherever GAMEND_CONTENT_PLUGINS_DIR points).