Minecraft Market

Login/Register | Twitter | Plugin Stats
What is MinecraftMarket?
MinecraftMarket is a web based shopping platform that allows you as a Minecraft server owner to sell collections of in-game commands to players.
How do I create a webstore?
In order to create your store you will need to register an account here: https://www.minecraftmarket.com after the registration process you will be prompted to create a fresh store which will have some examples pre enabled.
How do my players use my store once created?
Once you have created your MinecraftMarket store and setup various categories and items to sell, your players can visit your store and make purchases. You will then receive the money via gateways you have setup in our control panel.
What payment gateways do you currently support?
Right now we currently support 4 major payment gateways with many more in the pipeline:
- PayPal
- Paymentwall
- Stripe
- PayGol
We are also currently developing integrations for the following:
- G2A Pay
- Coinbase
Which platforms/Minecraft server jars do you support?
In our efforts to be as cross platform compatible as possible we currently support the following:
- Spigot
- Bukkit
- Nukkit
- BungeeCord
- Sponge
If you are using a platform that we don't support please open a ticket here: https://www.minecraftmarket.com/tickets/
Some of our features include:
- Multiple stores
- Team accounts with permissions
- Discount codes
- Sales
- Cumulative categories
- All-in-one Design/Store editor
- Multiple payment gateways
- Built in ticket system for account support
- Built in knowledge base
Commands:
- /MM help: Shows the help menu
- /MM apikey <key>: Change your api key
- /MM check: Manually check for new purchases
- /MM updateSigns: Updates plugin signs
- /MM reload: Reloads all the configs
- /MM version: Shows current plugin version
To use any of these commands you need to have the permission “minecraftmarket.use”.
Purchases:
Every 2 minutes by default the plugin will check for new purchases and execute them if they meet the required parameters. You can change the check frequency in the config or if you want you can run a manual check by using “/MM check”.
GUI:
GUI can only be used on Spigot and Bukkit servers! You can show all of your current Categories and Items thru a GUI by setting a command to be used in the config (default /Shop and /Buy).
The GUI is customizable you can edit all of it the layouts config.
Signs:
You can add a recent donor signs by placing a sign then typing "[RecentDonor]" on the first line and in the second line type the recent donor position, if there is no recent donor in that position it will display a waiting for purchase sign.
To remove a sign you can break it and it will get removed automatically. On Spigot servers after adding a sign you can set a head on top of the block where the sign is and it will display the recent donor player skin after you do "/MM updateSigns".
Signs are updated every 2 minutes by default but you can change this in the config or if you want you can update them manually by using "/MM updateSigns".
Check out our demo store: https://example.minecraftmarket.com
This account does not actively monitor private messages, for all support and inquiries please use one of the following:
- If you have a MinecraftMarket account please create a ticket here: https://www.minecraftmarket.com/tickets/
- If you do not have an account please use our contact page here: https://www.minecraftmarket.com/contact/
-
View User Profile
-
Send Message
Posted Apr 22, 2014@Robeatt
If i remember correctly the plugin is compiled against Java 7 and i run this plugin on a server that uses Java 7 so you still must be using a older version.
Thats what that error indicates.
-
View User Profile
-
Send Message
Posted Apr 22, 2014So now i have the newest Version of Java and thats the new Log in the Console I Use on my Computer Java 7 - Update 55
Did the Plugin is made for Java 6?
[17:05:30 ERROR]: Could not load 'plugins/MinecraftMarket.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/minecraftmarket/Market : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks] at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugins(CraftServer.java:357) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks] at org.bukkit.craftbukkit.v1_7_R3.CraftServer.<init>(CraftServer.java:319) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks] at net.minecraft.server.v1_7_R3.PlayerList.<init>(PlayerList.java:68) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks] at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks] at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks] at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks] at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks] Caused by: java.lang.UnsupportedClassVersionError: com/minecraftmarket/Market : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) [?:1.6.0_65] at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637) [?:1.6.0_65] at java.lang.ClassLoader.defineClass(ClassLoader.java:621) [?:1.6.0_65] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) [?:1.6.0_65] at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) [?:1.6.0_65] at java.net.URLClassLoader.access$000(URLClassLoader.java:58) [?:1.6.0_65] at java.net.URLClassLoader$1.run(URLClassLoader.java:197) [?:1.6.0_65] at java.security.AccessController.doPrivileged(Native Method) [?:1.6.0_65] at java.net.URLClassLoader.findClass(URLClassLoader.java:190) [?:1.6.0_65] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) [?:1.6.0_65] at java.lang.ClassLoader.loadClass(ClassLoader.java:247) [?:1.6.0_65] at java.lang.Class.forName0(Native Method) [?:1.6.0_65] at java.lang.Class.forName(Class.java:249) [?:1.6.0_65] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks] ... 9 more
-
View User Profile
-
Send Message
Posted Apr 22, 2014@Robeatt @PoopinSprinklez The reason why you are gettting this error for is because you are using a old version of java you need to update.
Not only will MM work but also you should improve the speed of you server more than likely.
-
View User Profile
-
Send Message
Posted Apr 21, 2014Doesn't Work for me. Im Using Bukkit 1.7.9 it is possible the Version of MinecraftMarket with 1.7.9?
Get the same Problem in Console that PoopinSprinklez have
Please help :S
-
View User Profile
-
Send Message
Posted Apr 21, 2014@ReeferX7
can you pass me the ip so i can test the module with it? as we now support all server versions and there should not be a problem at all.
-
View User Profile
-
Send Message
Posted Apr 21, 2014@lila135
It's already there ;)
-
View User Profile
-
Send Message
Posted Apr 21, 2014hey xXxKillDogxXx very good plugin, is there a way to integration the module server status in my website?
Edit: Server status dont work with Bungee Cord?
-
View User Profile
-
Send Message
Posted Apr 20, 2014When will you add PaysafeCard as a gateway?
-
View User Profile
-
Send Message
Posted Apr 19, 2014@parrothead1337
Okay i think we spoke over twitter about this issue, i will be looking into this dont worrie.
-
View User Profile
-
Send Message
Posted Apr 19, 2014@xXxKillDogxXx
I was editing themes in my market and when I clicked to delete a theme with no CSS content on it, it seems to have deleted my entire market. It should be viewable here (
-), but it is completely gone. I can't access the control panel either.-
View User Profile
-
Send Message
Posted Apr 19, 2014@Kevinzuman22
We are updating the query very soon, we have a new version which also supports SRV records.
@PoopinSprinklez
Ill pass this on to Dan and get you a diagnosis back.
-
View User Profile
-
Send Message
Posted Apr 19, 2014Could not load 'plugins/MinecraftMarket.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/minecraftmarket/Market : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:313) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:236) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:350) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:312) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] Caused by: java.lang.UnsupportedClassVersionError: com/minecraftmarket/Market : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) [?:1.6.0_65] at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637) [?:1.6.0_65] at java.lang.ClassLoader.defineClass(ClassLoader.java:621) [?:1.6.0_65] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) [?:1.6.0_65] at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) [?:1.6.0_65] at java.net.URLClassLoader.access$000(URLClassLoader.java:58) [?:1.6.0_65] at java.net.URLClassLoader$1.run(URLClassLoader.java:197) [?:1.6.0_65] at java.security.AccessController.doPrivileged(Native Method) [?:1.6.0_65] at java.net.URLClassLoader.findClass(URLClassLoader.java:190) [?:1.6.0_65] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) [?:1.6.0_65] at java.lang.ClassLoader.loadClass(ClassLoader.java:247) [?:1.6.0_65] at java.lang.Class.forName0(Native Method) [?:1.6.0_65] at java.lang.Class.forName(Class.java:249) [?:1.6.0_65] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] ... 9 more
this pops up and i downloaded the right plugin version and craftbukkit
-
View User Profile
-
Send Message
Posted Apr 18, 2014I got a real problem now, because when I enter my Minecraft server's IP in the Server Status module, and the IP is mc.apocacraft.net (works in Minecraft itself), but then I do not enter a port, and then in the module on the page it will show this:
My server is online, because I was on it at that moment. I cannot enter my server's port, because then it will show this:
How can I let it work without entering the port?
-
View User Profile
-
Send Message
Posted Apr 18, 2014@JDL484
there are default themes you can take a look at and edit to make your own custom theme.
-
View User Profile
-
Send Message
Posted Apr 17, 2014Could we have a CSS layout?
-
View User Profile
-
Send Message
Posted Apr 17, 2014@jamesironman
You need to create a category for the item to be placed in.
-
View User Profile
-
Send Message
Posted Apr 16, 2014I keep trying to create an item but I keep getting Itemcat: This field is required. How can I fix this?
-
View User Profile
-
Send Message
Posted Apr 15, 2014@TWSSYesterday
Cheers buddy!
-
View User Profile
-
Send Message
Posted Apr 15, 2014@Kevinzuman22
No worries, thats what we are here for!
-
View User Profile
-
Send Message
Posted Apr 15, 2014Oh, I totally forgot the dropdown! >_< Thanks for mentioning it, and sorry for wasting your time to answer my questions! But thanks alot!