Inspect the Lua state and run custom scripts
Find a file
Image Joshua Goins 08fdc1d0b5
All checks were successful
Build / Build (push) Successful in 1m14s
Use Dalamud 14.0.1
2025-12-21 18:07:25 -05:00
.forgejo/workflows Add CI to build plugin 2025-08-10 10:39:37 -04:00
Scripter Use Dalamud 14.0.1 2025-12-21 18:07:25 -05:00
.editorconfig Add initial files 2025-03-27 18:51:43 -04:00
.gitignore Add initial files 2025-03-27 18:51:43 -04:00
LICENSE.md Add initial files 2025-03-27 18:51:43 -04:00
README.md Mention the new scripts tab in the README 2025-07-16 21:43:13 -04:00
Scripter.sln Add initial files 2025-03-27 18:51:43 -04:00

Scripter

A Dalamud plugin to inspect the game's Lua state and run custom Lua code.

Features

  • Inspect globals and explore the various table structures of the game's internal Lua state.
  • Run arbitrary Lua snippets.
  • Redirect the normally hidden Lua print output to the Dalamud log window.
  • See which the client-side Lua scripts that each event corresponds to.

Download

This plugin is currently available in my personal Dalamud repository.

Credits

Thanks to Haselnussbomber for the Lua inspector code from HaselDebug.

License

This project is licensed under the GNU AFFERO General Public License 3. Some code or assets may be licensed differently.