Added /ctpy reload command
Introduced a new administrative command to reload Python scripts at runtime without restarting the server.
/ctpy reload
Event registration system updated
The previous on_... function-based event handlers have been replaced with a decorator-based system:
@mc.event(event_name, priority=...)
Added
Basic CraftingTable.py functions
on_player_join
on_player_leave
on_chat
on_item_use
mc.log
mc.cmd



