Infinity Store
Tebex StoreDiscord
  • CFX Auth
  • Resources
    • Scoreboard
      • Installation
      • Configuration
      • Robbery Integration
      • Exports
    • Squad system
      • Installation
      • Configuration
      • Exports
    • Mortar
      • Configuration
      • Installiation
    • Notification
      • Configuration
      • Exports
    • Dashboard
      • Configuration
      • Webhooks
      • Exports
    • Job choice
      • Configuration
    • Pausemenu
      • Configuration
    • Playtime Shop
      • Configuration
      • Exports
      • Client events
      • SQL
    • Report System
      • Configuration
    • Identity
      • Configuration
    • Keyguide
      • Configuration
Powered by GitBook
On this page

Was this helpful?

  1. Resources
  2. Playtime Shop

SQL

If you not found inside the script:

CREATE TABLE IF NOT EXISTS `playtimeshop` (
  `identifier` longtext,
  `allminutes` int DEFAULT '0',
  `minutes` int DEFAULT '0',
  `name` longtext
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
PreviousClient eventsNextReport System

Last updated 9 months ago

Was this helpful?