[ADMN/WEB] [BukkitDev] Buycraft -The most advanced Donation Plugin.

Discussion in 'Archived: Plugin Releases' started by lmc, Aug 16, 2011.

  1. [​IMG]
    Over 100,000 servers have used Buycraft over the last 2 years.
    What is Buycraft, and why does my Minecraft server need it?
    Buycraft enables you to sell in game items/memberships to your community, allowing yourself to fund your server bills to keep your Minecraft server alive. Buycraft is basically an online shopping cart system for your own server!​
    How will my players use Buycraft?
    After you have created a Buycraft account, you are given an online webstore which you can use to promote your items for sale. Your players will visit this website and be able to purchase the items that they want, be it a collection of armour, or a monthly VIP membership.​
    What can I sell to my users, and how?
    Buycraft enables you to sell ANYTHING to your users, from a collection of armour upgrades, to monthly VIP memberships. When a player purchases a product, it is automatically processed on your Minecraft server, and removes all hassle of managing payments by yourself. All these different options will take the worry out of funding your Minecraft server.​
    Some of the awesome features available:
    • Create donation packages which can reward your players with anything you imagine.
    • Setup advanced packages for memberships ranks, with support for automatic Paypal subscriptions.
    • Many Payment gateways supported! (Paypal, Stripe, Google Wallet, Paymentwall, 2Checkout, Onebip, Paygol, Payza, and Coinbase.)
    • Coupon codes to offer discounts to your players.
    • Run promotional sales to gain attention to certain donation packages.
    • Cumulative ranking to enable your players to upgrade their ranks.
    • Custom variables to offer advanced customisation of your packages.
    • Detailed donation statistics to see how well your server is performing.
    • Multiple webstores per account, with the ability to create sub accounts for your other moderators/administrators on your server.
    • Advanced fraud protection to prevent chargebacks.
    • Webstores available in over 8 languages.
    • You can change your webstore theme and even integrate it into your own website.
    • Everything is hosted by us, resulting in a hassle free and inexpensive way to run your own webstore! The Buycraft platform is updated regularly with many new features added each month.
    Have a feature suggestion? Post it below!

     
  2. Offline

    ID13

    Any chance on the update getting released today? Or this week?
     
  3. Offline

    revels21

    Paymentwall supports the use of Buycraft, which has an option to use a Paymentwall gateway :)
     

  4. IT will be this week. We've had some requests that we need to get done before hand. Dont worry, its a really feature rich update.

    Website features released

    • Package expiry periods now accept minutes and hours.
    • When creating a server you now have the option to automatically assign it to package(s).
    • Free users can now create a single category.
    • The require online option is now specific to commands instead of being specific to the package the commands reside in.
    • Global commands and sale commands now have the same interface and features as package commands.
    • You can now change the username for payments, this will also update the pending commands.
    • Webstores now check if the player has a Premium copy of Minecraft - this option can be disabled for offline-servers.
    • Commands can now be set to require the user to have a specific amount of inventory space before they are executed.
    • You can now set a spending limit for players, e.g. a player can only donate up to a maximum of 50 USD a month.
    • You can now set a minimum value for a basket before the player can checkout.
    • Coupons now have the option to set a start date (Just like sales).
    • You can now set a limit on how many coupons can be redeemed on a basket.
    • An option is now available to only allow players to purchase one package from a category.
    • Players are now sent an email 48 hours before their package is about to expire. This is great for reminding players to extend their membership.
    • You can now request the user to enter their Full name, Email address and Billing address before checking out. (CC chaseoes)
    • You can now include a message/note on customer receipt emails.
    Bug fixes

    • Recent payments module now displays the correct time and does not display duplicate payments.
    • Chargeback and refunds are now correctly logged with Paypal.
    • Coinbase should now process payments correctly.
    • Sales now have a correctly formatted start date.
    • Date picker now appears for exporting payments & command edit popup.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  5. Offline

    jorisk322

    It might be useful to add that new update-info will be placed on the blog from now on.
     
  6. Offline

    ID13

    Guess the variable update is coming later?
     
  7. Offline

    flyingtacoz

    They don't support having a webpage for each server, making this whole 'multiple server' thing they have going completely useless. (unless you have a bungee server but that's still technically classified as one server)

    To add onto this, can Buycraft please consider making it so we can assign a buycraft webpage to other servers we add? Even if it comes with a fee to do so. I am tired of signing into 4 accounts per day just to check my earnings, would appreciate it. Thanks.
     
  8. Don't worry, we've got something coming soon that will help you out on this. Can't say when, I imagine a few weeks
     
  9. Offline

    creativetux

    Feature Request, posted here as suggested by Harry via Email Support.

    Improvement for the heads, to filter display not only to a product Id but also a category id.

    Thanks for an awesome plugin!
     
  10. Offline

    AlwaysSmile

    Hey, I started having issues with Direct payments today. They were working before but now it says "You do not have any packages in your basket. Please browse our webstore to find a package you would like to purchase." I had been using this code on my website all the time before:
    Code:
    <form method="post" action="http://store.*/checkout/pay">
    <input type="hidden" name="direct" value="true"><input type="hidden" name="agreement" value="true">
    <hr>
    <b>In-Game Name</b>
    <input type="text" name="ign">
    <hr>
    <b>Payment Method</b>
    <input type="radio" name="gateway" value="paypal"> PayPal
    <input type="radio" name="gateway" value="paygol"> PayGol <i>(Mobile, Taxes may apply)</i>
    <hr>
    <b>Choose Package</b>
    <input type="radio" name="package" value="*"> Test Pack
    <input type="radio" name="package" value="*"> VIP Lifetime
    <hr>
    <input type="submit" value="Checkout">
    </form>
    I also tried this code but it threw our players to Basket page while I want them to completely bypass the website.
    Code:
    <form method="get" action="http://store.*/checkout/packages">
    <input type="hidden" name="direct" value="true">
    <input type="hidden" name="agreement" value="true">
    <input type="hidden" name="action" value="add">
    <hr>
    <b>In-Game Name</b>
    <input type="text" name="ign">
    <hr>
    <b>Payment Method</b>
    <input type="radio" name="gateway" value="paypal"> PayPal
    <input type="radio" name="gateway" value="paygol"> PayGol <i>(Mobile, Taxes may apply)</i>
    <hr>
    <b>Choose Package</b>
    <input type="radio" name="package" value="*"> Test Pack
    <input type="radio" name="package" value="*"> VIP Lifetime
    <hr>
    <input type="submit" value="Checkout">
    </form>
    Can you explain what's wrong and what should I add to make it throw players directly to PayPal? (or another selected method, or at least that buycraft "redirecting to gateway" window as it was before?)
     
  11. We have discontinued the direct pay. You should use the buy now button, it is the same however it just confirms the basket before hand.
     
  12. Offline

    AlwaysSmile


    Ffs... Please add direct pay back or a way to create multiple sites on one account/hide directories (but not unexclude them).
     

  13. The reason Direct pay was added was because it was limiting us on what we could do with certain aspects of the site. The current implementation of direct pay is just as good, and it provides a better interface for customers to checkout with.

    Variables will be added when the user visits the page, you cant add this option through the form fields unfortunately. We'll add a "preview" option for webstores that will allow you to view the webstore without saving changes.


    Paypal don't offer this feature im afraid.



    You cant really split money into multiple admin accounts unfortunately.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2019
  14. Offline

    irRedemption

    Ever thought about integrating Paypal a little like Stripe is? Stripe feels so much smoother just clicking the stripe payout method and it popping up with a simple and quick checkout!
     
  15. Offline

    ID13

    Is there any custom css documentation? What to name everything and such.

    With the current website integration, is it possible to have a textbox where they enter their username instead of logging on at buycraft.net?
     
  16. No CSS doc is available, look at the source code. Yes, you can pass an "ign" feild.
     
  17. Offline

    ID13

    Ah okay. So that means I'll have to experiment. Is there any way to view my custom css changes without having it go live?

    What other valid field choices are there? Any for variables?
     
    jorisk322 likes this.
  18. Offline

    i_pyrex_i

    I would be nice to add a commission feature. Say one of your admins gets someone to donate. The user can put in the referring admin, and say that admin gets like 10% of the donation.
     
  19. Offline

    TNTUP

    Is there a way to change minotar's source image in my webstone to mine? My websites uses my own minotar service and I would like to change it to https://tntup.me/helm/{name}/32.png ? Thanks
     

  20. I dont really see the requirement for this, it really be used by many.
     
  21. Offline

    TNTUP


    Aw :( It doesn't show helmets... It can be done with CSS custom? Also sometimes the faces aren't loading... this is the only thing I cant change avatar source.
     

  22. We'll change it to include helmets at some point. This isnt of high priority at the moment though.
     
  23. Offline

    ID13

    Don't you just have to replace /avatar/ with /helm/? I'd like this too.
     
  24. Offline

    TNTUP


    Im quite sad I can't change the image source though...
     
  25. Offline

    ID13

    Idea for the site. Could we see a list of current unexpired payments?
     
  26. Offline

    SwiftSwamp

    I have a bug to report , not sure if you could fix this but if two people purchase something at the same time and coupon only has one use left...they both get the purchased item for the coupons marked value;
    Example:
    I have a coupon code LUCKY with one more use on it for 50% off.
    Two people go to purchase something with that code at the same time , they'll both get 50% off.

    EDIT: Suggestion , I have two buycrafts that are now one. Any way I can import the old buycraft payments to the new one so I can search payments and things in-game for myself and other admins instead of just me?
     

  27. We're aware of this bug, going to fix it soon. We dont offer payment importing/exporting across accounts, sorry.
     
  28. Offline

    303i

    Would like the ability to use quotation marks in variables, its required for titles with spaces for PermissionsEX.
     
  29. Offline

    jorisk322

    Can't you just put quotation marks around the variable in the command?
     
  30. Would it be possible to add that they have to be in a world or atleast check there gamemode. Our server has a separate creative world that has a separate inventory.
     
  31. Offline

    coco7798

    Im having a TERRIBLE problem, whenever someone on my server tries to donate with a credit/debit card, it always says "credit card holder denied this payment" this has happened to many players, i am using the PayPal gateway, and i do have the premier account. PLEASE HELP!
     

Share This Page