Discord Shop

Paid Discord Shop 1.6.7

No permission to buy (€24.99)
This resource is paid, and requires to be purchased
# Update 1.6.4:

  • Merge system revised and buttons system was replaced by select menu
  • added second license system
  • Info and Item Panel are now one panel ( Remove Both Panels in Config and Replace )
  • Command trade is now logged
  • a few fixes have been fixed

# ASE Shop and ASA Shop should now be the same. If you still have problems with ASE, please report them

licenseSystem: 'ngog', // ngog <--- Add this under Token or above

Code:
itempanel: {
    enabled: true,
    uniqueId: 'itemsPanel',
    channelid: "1300899307355897939",
    title: "Send Items",
    color: "#ff4500",
    description: [
        "This is the panel description.",
        "You can send items to different platforms."
    ],
    footer: "Contact an admin for more help.",
    thumbnailUrl: "",
    imageUrl: "",
    buttons: {
        linkButton: {
            enabled: false,
            label: "Link Account",
            style: "Primary"
        },
        infoButton: {
            enabled: true,
            label: "Info",
            style: "Success"
        },
        sendAllButton: {
            enabled: true,
            label: "Send All Items",
            style: "Primary"
        },
        sendItemButton: {
            enabled: false,
            label: "Send Specific Item",
            style: "Secondary"
        }
    }
},

# Update 1.6.5:

  • Fix some Functions
  • Fix Buy Button without Merge
  • Fix Info Button for Merge Panels

  • Add ShowsCase option in Config for Merge showcase : true, ( Check Config )
  • You can now select several items


## Update 1.6.7:

  • Update the Select Items
  • Update Voice Tracking for Points
  • Add Claim Panel ( Claiming with Button now and More dynamic )
  • Remove Claim Command
  • Update Cooldown Message. Add this variable {time}. cooldownMessage: 'You are still on cooldown. Please try in: \n## {time}.',
  • Enable function from which items now also work with merge


  • Important
    -If you use Discord Points, make a backup of the user table and then execute the two commands so that the user table is updated

    ALTER TABLE users ADD COLUMN lastVoiceActivity BIGINT NULL DEFAULT NULL;
    ALTER TABLE users ADD COLUMN cooldownData JSON DEFAULT NULL;


Panel for the Config:

Code:
claimPanel: {
    enabled: false,
    channelId: '1281929286965530634',
    uniqueId: 'claimPanel',
    title: 'Claim Your Rewards',
    description: 'Click a button to claim your points!',
    color: 0x00FF00,
    footer: 'Reward System',
    buttons: [
        {
            role: '80982339429086003',
            label: 'Claim Default Points',
            style: 'success',
            emoji: ':gift:', // Add a valid emojie. The CodeBlock removes it
            claimAmount: 100,
            cooldownMin: 1, // Cooldown in Minutes
            enabled: true,
        },
        {
            role: '1264617822709874769',
            label: 'Claim Default Points',
            style: 'success',
            emoji: ':gift:', // [B]Add a valid emojie. The CodeBlock removes it[/B]
            claimAmount: 100,
            cooldownMin: 1, // Cooldown in Minutes
            enabled: false,
        },
     // add more max 25 Buttons
    ],
},

Config is no longer included in the download. Please use the Gistlink to always download the current config

config link: https://gist.github.com/Tobeey1993/26f516608e1d33a8f99d544259ae1e5d

Attachments

  • Screenshot 2024-10-30 234026.png
    Screenshot 2024-10-30 234026.png
    131.5 KB · Views: 10
  • Screenshot 2024-10-30 234631.png
    Screenshot 2024-10-30 234631.png
    35.3 KB · Views: 9
Back
Top