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: 134
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Sentencings

cool professional words to sound professional :D
Premium
Feedback score
22
Posts
520
Reactions
407
Resources
0
Vouch for this man. He's an amazing developer and always provides quality work!
 

Vyzon

Premium
Feedback score
4
Posts
187
Reactions
108
Resources
0
Can vouch that this is worth the price and does help boost sales.
 

BrettPlays

YouTuber & MC Creator BrettPlayMC on Spigot
Premium
Feedback score
21
Posts
1,768
Reactions
768
Resources
4
Does this include the verify purchases thing like cosmic?
Also any sales soon...? :p
 

myokan

Computer science student and developer.
Premium
Feedback score
7
Posts
112
Reactions
76
Resources
0
Does this include the verify purchases thing like cosmic?
Also any sales soon...? :p
There's no purchase claiming feature as we still have purchases/basket queueing handled by the standard BuycraftX plugin (this is an addon).
 

myokan

Computer science student and developer.
Premium
Feedback score
7
Posts
112
Reactions
76
Resources
0
$20 :laugh:
If you laugh, it's because you're not the target audience.

This plugin has been tested to increase sales on servers it's deployed on. On my server, combined with strong monetization strategies, I saw up to 30% more purchases. Similar results have been reported from other large networks that have used the plugin.

Making up to 30% more in revenue is no laughing matter for these networks and makes the $20 purchase price unimportant.
 

Masons Monarch

Student
Deactivated
Feedback score
87
Posts
962
Reactions
737
Resources
0
Looks good, but does it supports multiple game modes? Like if you own a network, could you choose between 2 gamemodes for example "skyblock, prison.." in the GUI?

I would also like to know his. This seems like a neat plugin.
 

Vyzon

Premium
Feedback score
4
Posts
187
Reactions
108
Resources
0
Looks good, but does it supports multiple game modes? Like if you own a network, could you choose between 2 gamemodes for example "skyblock, prison.." in the GUI?
The way it works is per category. You copy the category id from buycraft and put it in the config and it will add all of the packages from it to the gui.
 

wild

Developer for SocialBot
Supreme
Feedback score
17
Posts
399
Reactions
155
Resources
0
The price is cappin harder than Kappa
 

myokan

Computer science student and developer.
Premium
Feedback score
7
Posts
112
Reactions
76
Resources
0
How does it get me more people to buy stuff?
Packages are presented more neatly. You have finer control over how you market items to players. You can organize and design your menu to present certain packages as better than others. The whole system is more intuitive to players.

People who are joking about the price are clearly not the intended market—most of the people who have bought the plugin (10 copies already!) are owners of larger servers who recognize the value of increasing monetization.[DOUBLEPOST=1575393174][/DOUBLEPOST]
Looks good, but does it supports multiple game modes? Like if you own a network, could you choose between 2 gamemodes for example "skyblock, prison.." in the GUI?

The advantage of this plugin is that you can have each server display packages that you want.

For example, if you have global categories (global ranks, global titles, etc) you get the advantage of displaying them from the main menu alongside server specific packages.

For a network, players don’t care about prison packages when they’re on skyblock and do /buy. This lets you cater each server’s buy interface to the players and make the experience that much better.
 
Last edited:
Status
This thread has been locked.
Top