1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-30 19:57:46 +00:00
kawari/resources/scripts/commands/debug
Joshua Goins 198a8a3e2c Make !reload command always available, add !finishevent
The reload command was previously implemented in Lua, but this
is a little dangerous as it could itself have an error and is
unable to work in the first place. I moved this to Rust to
ensure it's always available. I left the reload_scripts() API
in Lua as someone could still find that useful!

Additionally, I added a !finishevent debug command to forcefully
end the current event you're in. This can be useful if your script
is incomplete or has an error, as your client gets stuck very
easily.
2025-06-22 08:49:06 -04:00
..
ChangeTerritory.lua Reimplement several commands in Lua (#37) 2025-06-21 13:30:52 -04:00
ClassJob.lua Overhaul the Lua permissions: 2025-06-20 14:02:46 -04:00
Festival.lua Overhaul the Lua permissions: 2025-06-20 14:02:46 -04:00
Nudge.lua Overhaul the Lua permissions: 2025-06-20 14:02:46 -04:00
PermissionTest.lua Overhaul the Lua permissions: 2025-06-20 14:02:46 -04:00
SetPos.lua Overhaul the Lua permissions: 2025-06-20 14:02:46 -04:00
SetSpeed.lua Reimplement several commands in Lua (#37) 2025-06-21 13:30:52 -04:00
ToggleInvisibility.lua Reimplement several commands in Lua (#37) 2025-06-21 13:30:52 -04:00
ToggleWireframe.lua Reimplement several commands in Lua (#37) 2025-06-21 13:30:52 -04:00
UnlockAction.lua Reimplement several commands in Lua (#37) 2025-06-21 13:30:52 -04:00
UnlockAetheryte.lua Implement several actors/entities (#49) 2025-06-22 08:46:11 -04:00