Buycraft GUI - Increase server sales! Easy setup, full configurability

Status
This thread has been locked.

myokan

Computer science student and developer.
Premium
Feedback score
7
Posts
112
Reactions
76
Resources
0
Hey all,

I'm selling licenses to a Buycraft GUI plugin I made that allows you to create a custom /buy GUI.

Here's some screenshots of what you can do with the plugin:

upload_2019-11-28_8-25-33.png

upload_2019-11-28_8-25-48.png

(Note, the "Store Store" text is because of an error in configuration made in our demo server, you can easily change it)
upload_2019-11-28_8-25-9.png


Notable Features

  • Simple setup!
    • Because it interacts with the Tebex API, you input your Buycraft secret key and then get to setting up the plugin.
    • For each category, you set up the icon, default package icon (what each item within the category will look like by default), and the category ID that shows up in the Buycraft panel.
    • Then, each category will load in the GUI and will grab packages, pricing, discounts, etc. from your Buycraft website automatically.
    • You can also add in custom icons for any package IDs you wish (I recommend doing this with your top ranks/packages to incentivize to increase monetization).
  • Strong Buycraft API integration
    • Automatically fills up each category with packages in the webstore
    • Automatic basket URL generation: When you click on a package and are prompted to continue, it generates a unique URL. This means, unlike a custom GUI made with DeluxeMenus, the player will NOT need to enter in their username on the webstore when they click on the URL. You get the exact same functionality as the standard Buycraft plugin for checkout while being able to customize the UI exactly how you want!
  • Fully Configurable
    • You can customize the GUI and plugin exactly how you want.
    • Every aspect of the plugin is customizable, from titles, to item icons, etc.
    • Despite everything being customizable, it's not tedious! You only need to edit a few items to change the look of the entire plugin!
Example Configuration
This is an example config based on a demo Buycraft server I have created.
Code:
# QuadrexBuycraft Configuration
# This is the default configuration.
# Feel free to edit it to your liking.
Options:
  secretKey: "Redacted"
  Sound:
    mainMenuOpen:
      name: BAT_TAKEOFF
      volume: 1.0
      pitch: 0.5
    sectionMenuOpen:
      name: LEVEL_UP
      volume: 1.0
      pitch: 1.5
    sectionMenuClose:
      name: CHICKEN_EGG_POP
      volume: 1.0
      pitch: 1.5
    openLink:
      name: CLICK
      volume: 1.0
      pitch: 0.5
  Help:
    centered: true
    lines:
    - ""
    - "&b&lQuadrexBuycraft Commands"
    - ""
    - "&f/quadrexbuycraft help"
    - "&7Displays this help message."
    - ""
    - "&f/quadrexbuycraft"
    - "&7Opens the buy interface."
    - ""
    - ""
  PurchaseMessage:
    centered: true
    tooltip: "&d&l[!]&r&d Click to continue to checkout!"
    lines:
    - ""
    - "&d&lYour %name% is ready for purchase.&r"
    - "&7Click here to continue to checkout."
    - ""
MainMenu:
  size: 27
  title: "Server Store"
  Border:
    material: STAINED_GLASS_PANE:15
    name: " "
    amount: 1
  Categories:
    1221021:
      material: CHEST
      slot: 13
      name: "&b&lRanks"
      lore:
      - "&7Purchase a rank to unlock"
      - "&7realm-specific perks, kits, and more!"
      - ""
      - "&7&o(( Click to view all server ranks! ))"
      Format:
        price: "%price%"
        salePrice: "&m%price%&r &c%saleprice% &7(%discount%% off!)"
        Package:
          Description:
            material: PAPER
            name: "&d%name%"
            lore:
            - "&7%description%"
            - ""
            - "&5&l *&d Price &f%price%"
            - ""
            - "&7&o(( Click to purchase this item! ))"
          Descriptionless:
            material: PAPER
            name: "&d%name%"
            lore:
            - ""
            - "&5&l *&d Price &f%price%"
            - ""
            - "&7&o(( Click to purchase this item! ))"
CategoryMenu:
  title: "Store &l»&r %category%"
  Border:
    material: STAINED_GLASS_PANE:15
    name: " "
    amount: 1
Packages:
  3128750:
    material: SKULL_ITEM:3
    playerhead: Sethbling
    amount: 1
    name: "&c&lMario Rank"
    description: "The highest rank on the server."
    lore:
    - "&7%description%"
    - ""
    - "&4&l *&c Price &f%price%"
    - ""
    - "&a&lBEST VALUE!"
    - "&7&o(( Click to purchase this item! ))"

Demo Server - Try this out at luckysb.org!

Pricing: $19.99 per copy.
This plugin can help your store sales dramatically!

Contact me on PMs or discord myokan#3078 if you are interested in buying.

TOS: All sales are final. No resale, redistribution, decompilation, sharing, or leaking of this plugin is allowed. Any violations of these terms may result in a scam report or legal action.
 

Attachments

  • upload_2019-11-28_8-25-9.png
    upload_2019-11-28_8-25-9.png
    58.1 KB · Views: 1,620
  • upload_2019-11-28_8-25-33.png
    upload_2019-11-28_8-25-33.png
    71.5 KB · Views: 1,658
  • upload_2019-11-28_8-25-48.png
    upload_2019-11-28_8-25-48.png
    29.7 KB · Views: 1,642
  • upload_2019-11-28_8-26-11.png
    upload_2019-11-28_8-26-11.png
    29.7 KB · Views: 135
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Scalinq

Feedback score
10
Posts
299
Reactions
82
Resources
0
I actually put in a feature request to Tebex regarding this a few weeks ago. This looks super cool!
They replied with this:
https://gyazo.com/c383035653c8d94435664c65f867e97d

Hopefully they end up doing this as it looks very cool, but the only downfall of them doing this is that everyone has it, so it wouldn't really do what it is intended to do.
 

myokan

Computer science student and developer.
Premium
Feedback score
7
Posts
112
Reactions
76
Resources
0
I actually put in a feature request to Tebex regarding this a few weeks ago. This looks super cool!
They replied with this:
https://gyazo.com/c383035653c8d94435664c65f867e97d

Hopefully they end up doing this as it looks very cool, but the only downfall of them doing this is that everyone has it, so it wouldn't really do what it is intended to do.
Yeah, this is already a plugin that I wrote. I'm aware that Buycraft/Tebex has re-added support for custom icons, but it's unlikely to see this level of customization since they have no reason to add it since they basically have a monopoly on webstore systems for large networks (every large network uses Buycraft).
 

jackskate

Setups & Configuration Specialist
Supreme
Feedback score
51
Posts
2,857
Reactions
975
Resources
0
Vouch for myokan all us work is goated!
 
Status
This thread has been locked.
Top