-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
github-actions[bot] edited this page Jul 4, 2026
·
4 revisions
Let's create a plugin.
Plugins directory locations:
- Linux: If
$XDG_DATA_DIRenvironment set:$XDG_DATA_DIR/crogue/plugins, if not set defaults to$HOME/.local/share/crogue/plugins - Windows:
%APPDATA%\crogue\plugins
Create a new directory with your plugin name inside plugins directory.
Then create a new file called init.lua.
Then start writing your code!
Look at First Plugin to see an example.
You can also use require to create a modular plugin.
-
Getting Started
-
Metadata
-
Variable Types and Variables
-
Game Status
-
TUI