Displays available shop items on a monitor with payment commands. Shows access tiers, pricing, and renewal information on an external monitor. Optionally integrates with shopk_access extension for enhanced functionality.
View on GitHub →-- This extension is loaded automatically by TAC.
-- Configure in TAC shell:
-- > monitor config monitor_side top
-- > monitor config display_title "ACCESS SHOP"
-- > monitor start
-- > monitor stop
-- From another extension:
function MyExtension.init(tac)
local monitor = tac.require("shop_monitor")
if monitor then
-- Monitor extension provides display functionality
print("Shop monitor available")
end
end
ShopMonitorExtension.init(tac)Extension initialization
tac (table): - TAC instance