[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

    jorisk322

    I don't think that's possible at the moment, but you could buy multiple months at a time. That way you will have to pat less often.
     
  3. Offline

    revels21

    Paying for multiple months at a time also costs less per month, than paying for each month individually. :)
     
    jorisk322 likes this.
  4. Offline

    zaino60

    Hello, I'm a server owner and I've been using Buycraft for over a year. But I had been having some troubles to see the earning of each month. So could you please add a graphic showing the earnings of each month?
    Thank You.
     
  5. Offline

    midnightfang22

    There is a box showing you total for each month and you can set that line graph at the top to only show the days of the month you want.
     
  6. Offline

    Kainzo

    thanks! <3 <3 <3
     

  7. Its released (Buycraft 5.8) :)
     
    Jade likes this.
  8. Offline

    ID13

    Since I started using the heads feature when it was released, Buycraft seems to be causing a bit of lag according to my timings report.
     

  9. Could you possibly send me the reports? Might need to do some performance improvements.
     
  10. Offline

    ID13

    Sent a PM.
     
  11. Offline

    kajar9

    How is this coming along?
     
  12. Offline

    ID13

    Just realized this and it looks like it could be a bug. When people checkout with multiple items in the cart, the recent donations module with price show them individually with all the same price as the total. Instead, it should the individual prices paid as if they didn't buy it together or keep them in the same line with a comma between the items.
     
  13. Offline

    Godleydemon

    Looks as though for some reason in the css when editing the .footer I'm getting different results depending on the page I go to. In sections where I have to scroll down I see where the footer should be. In sections where I don't have to scroll down it seems to be slightly to the left and to far down. I'm not sure what is causing this issue as my css seems to be smack dab on. When editing the css to fit pages that you don't have to scroll down on, I receive errors on the other pages on where you do need to. As in the foot seems to be half way up the page behind content. I also noticed if I set this onto my bigger screen the footer ends up WAY off of the page. Also for some reason margin: 0 auto; does not work in the css to align something to the center of the screen. Which is probably why all of these issues are occurring in the first place. I've had to try and manually adjust the margins to make everything fit correctly.

    Code:
    body {
        background-image:url('http://img.photobucket.com/albums/v252/godley_demon/bg_zpse144daaa.png');
    }
     
    /*is to make sure the text logo doesn't appear*/
    .logo {
        display:none;
    }
     
    /*positioning the website to the logo*/
    div.container.box {
        background-color:transparent;
        padding-top: 80px;
        border: 0px;
        width: 960px;
    }
     
    /*Nixium Logo*/
    .box {
        background-image:url(http://img.photobucket.com/albums/v252/godley_demon/LowerThird_zps453ab803.png);
        background-position:left top;
        background-repeat:no-repeat;
    }
     
    /*Controlling the Content Headers like "Welcome"*/
    .box-container .header {
        color: Black;
        height: 20px;
        padding-top: 15px;
        border: 1px solid #B2B2B2;
        background-color: #D9D9D9;
    }
     
    /*for the menu its freaking nuts*/
    .navbar .nav > li > a {
        float: none;
        padding: 10px 15px 10px;
        color: white;
        text-decoration: none;
        font-weight: bold;
        text-shadow: 0 1px 0 #000;
    }
     
    .navbar .nav > li > a:focus,
    .navbar .nav > li > a:hover {
        color: white;
        text-decoration: none;
        background-color: #0099FF;
    }
     
    .navbar .nav > .active > a,
    .navbar .nav > .active > a:focus {
        color: #black;
        text-decoration: none;
        background-color: white;
        text-shadow: 0px 0px #ffffff;
    }
     
    .navbar {
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
     
    .navbar-inner {
        background: url(http://img.photobucket.com/albums/v252/godley_demon/gradientbg_zps36a85aa1.png);
    }
     
    /*main center box that holds the content*/
    .span7 {
        background-color: white;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin: -20px 0 0 20px;
        padding: 10px 160px 10px;
        width: 640px;
    }
     
    .footer {
        background: url(http://img.photobucket.com/albums/v252/godley_demon/gradientbg_zps36a85aa1.png);
        -moz-border-radius: 4px;
        border-radius: 4px;
        height: 20px;
        width: 961px;
        padding-top: 10px;
        padding-bottom: 5px;
        margin: -20px 0 0 23px;
        text-decoration: none;
        color: white;
    }
     
    .footer a:hover {
        color: white;
        text-decoration: none;
    }
     
    .footer a:link {
        color: white;
        text-decoration: none;
    }
     
    .footer a:visited {
        color: white;
        text-decoration: none;
    }
     
  14. Offline

    ID13

  15. Offline

    zreed


    I was somewhat skeptical when I clicked your link, Bootstrap being Bootstrap & all. But I did notice a few smaller things were identical, things I would change. "Expiry" to "Expiration" for example. There's a whole lot more to Buycraft than the interface so what might appear to be ripping-off might just be poor reverse-engineering (eg. the designer of their interface is familiar with Buycraft's.) In general it does remind me of Buycraft when I look at it. In my opinion they could have done more to differentiate themselves.
     
  16. Offline

    alex_markey

    Going through all payments for taxes, i am finding that a lot of my chargebacks are showing up as error_price in the export excel feature.
    Any reason for this?
     
  17. Offline

    Kainzo

    What is the "heads" feature?
     
  18. Offline

    ID13

    Where recent donors show up on signs with their heads.
     

  19. Mainly because we had some issues with payment logging a few months ago.
     
  20. Offline

    kcmartz

    Reoccurring donations would be nice, automatic recurring donations!
     

  21. Shall be coming soon after we release our more requested features :)
     
  22. Offline

    maroselis

    I have a quick feature request if it's at all possible.
    For Buysigns, it'd be awesome if we could filter out payments under a certain amount. For example, filter out all $0.00 payments. I do several giveaways on my server and I run those store credits through as actual payments (so that it doesn't mess up rank upgrades for them in the future, etc). So, on my Buysigns it shows the recent $0.00 packages. I can't filter out those packages because there are other people that legitimately purchased those same packages.
    It's not a top priority, I just figured it would be nice so that the customers actually paying money were more recognized for a longer period of time.
    Thanks for all that you do, guys!
     
  23. Offline

    alex_markey

    Alright, also getting some paypal chargebacks appearing as "Error"
    http://gyazo.com/f0e437f5ff5a0360cab1c636ca0ad968
    Not counting as a chargeback on Buycraft, and the user was able to simply purchase an account unban from my webstore (And i am at fear that another chargeback shall occur now)

    This issue is occuring to almost every chargeback that i receive (At the present time)

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

  24. I shall take a closer look at this, we attempted to fix a few weeks ago however it seems to have not done that much good. Shall keep you updated.
     
  25. Offline

    everystat13

    You are saying in the OP that you support PaySafeCard, yet I can't find it in the payment options on the panel. How do I add this option? Thanks in advance.
     
  26. Offline

    revels21

    I don't think they mean they support it directly. I know Paymentwall, at least, provide a medium for purchasing through the store with a PaySafe card. I'm not sure whether any of the other gateways do, but I think they mean they support it through one of the gateways they allow, if you see what I mean..?
    Hope that helps.
     
  27. Offline

    Toodo

    Feature Suggestion:
    can you make a setting so if you bought vip+, you can not buy vip
     
  28. Offline

    chaseoes

    Any status on shipping information being included? Other people would like it as well.
     
  29. Offline

    alex_markey

    Much appreaciated.
     
  30. Offline

    everystat13

    Point is I much rather would like direct payment via PaySafeCard through the panel, since I don't want my players to need an account on Paymentwall. lmc maybe you can look into this?
     
  31. We are aware of this request, and It will be added soon.



    PaySafeCard have tight restrictions on merchant accounts, so this wont happen im afraid.
     

Share This Page