----------------------------------------------------------------------------------
Leaked by XDhunterXD (me) with love.
Hope you guys enjoy this resource!
If you do feel free to give this resource a 5 stars.
If you have any questions or problems please do NOT
post them in the rating section, Instead DM me on
BSMC or on discord.
>
If you guys need an update please let me know.
My discord username is XDhunterXD#9838. You can
also find me in the official blackspigot discord.
>
This resource was not given to me, I purchased it for the
full price. If you feel like donating, Every dollar is very
appreciated. Paypal > https://www.paypal.me/XDhunterXD Hope you
enjoy ~ XDhunterXD
------------------------------------------------------------------------------------
[for more info on how to change the language scroll down to language section]-[for more info on the A.P.I please scroll to near the bottom end].
[for more screenshots and gifs as well as the video scroll down. ] -[Trade isn't included in the gif above to see an example look at the first gif in the Screenshots section] .
overview : With this plugin you will give your players the ability to buy and sell items through a beautiful g.u.i that you yourself can design and not just this ,(almost forgot to mention the amazing Auction House) yeah we really mean it you get a shop and an auction house for the price of one plugin{And now on top of all that you have got a nice trading system to satsify all you needs} , also; you've got tons of useful features that will make the experience that you get from here quiet different and unique not to mention that this plugin support every single item in minecraft from normal items to even potions which most shop plugins lack.
Features :
Videos :
Test server :
Commands :
Items input methods :
main format :[ item id : amount : BuyPrice : SellPrice : itemLevel].
the second format :[ItemID: Durability : Amount : BuyPrice : SellPrice].
the third format :[ItemID : Amount : BuyPrice : SellPrice : enchant:enchantmentENUM:level : lore:Your custom lore : name:Your custom name!].
the main format :[SLOT : ItemID : Amount].
the second format :[SLOT : ItemID: Durability : Amount].
the third format:[SLOT : ItemID : Amount : enchant:enchantmentENUM:level : name:Your custom name : lore:Your custom lore]
Shop-Modes:
{how does it work? config-->search for Shop-Mode -->change it depending on the mode you want}
Screen-shots :
[the languages used in the gif are English- Spanish and Albanian ]
Language Settings:
A.P.I :
to use this A.P.I in your project please contact me to get more info.
How TO Use :
add this to your Main class:
Code (Text):
public static boolean AdvancedShoploaded;
//this should be in your on-enable :
setupAdvancedShopAPI();
if(!setupAdvancedShopAPI()){
Bukkit.getConsoleSender().sendMessage("The plugin AdvancedShop isn't in your plugin's file");
}
private boolean setupAdvancedShopAPI()
{
if (getServer().getPluginManager().getPlugin("AdvancedShop") == null) {
return false;
}
return AdvancedShoploaded = true;
}
// when you use it you must check if the boolean AdvancedShoploaded is true.
//Simple enough I guess
Code (Text):
package me.abood.advancedshop;
import java.util.ArrayList;
import org.bukkit.entity.Player;
import org.bukkit.inventory.ItemStack;
import org.bukkit.plugin.Plugin;
public class AdvancedShopAPI {
static Plugin plugin;
public AdvancedShopAPI(AdvancedShop plg) {
plugin = plg;
}
public static ArrayList<String> BlockedFromTradeList = new ArrayList<String>();
public static ArrayList<String> BlockedShopEnteranceList = new ArrayList<String>();
public static void Sell(ItemStack is,int price,int Bid,int time,Player p ) {[/B][/B][/B][/B][/B][/B]
Leaked by XDhunterXD (me) with love.
Hope you guys enjoy this resource!
If you do feel free to give this resource a 5 stars.
If you have any questions or problems please do NOT
post them in the rating section, Instead DM me on
BSMC or on discord.
>
If you guys need an update please let me know.
My discord username is XDhunterXD#9838. You can
also find me in the official blackspigot discord.
>
This resource was not given to me, I purchased it for the
full price. If you feel like donating, Every dollar is very
appreciated. Paypal > https://www.paypal.me/XDhunterXD Hope you
enjoy ~ XDhunterXD
------------------------------------------------------------------------------------
[for more info on how to change the language scroll down to language section]-[for more info on the A.P.I please scroll to near the bottom end].
[for more screenshots and gifs as well as the video scroll down. ] -[Trade isn't included in the gif above to see an example look at the first gif in the Screenshots section] .
overview : With this plugin you will give your players the ability to buy and sell items through a beautiful g.u.i that you yourself can design and not just this ,(almost forgot to mention the amazing Auction House) yeah we really mean it you get a shop and an auction house for the price of one plugin{And now on top of all that you have got a nice trading system to satsify all you needs} , also; you've got tons of useful features that will make the experience that you get from here quiet different and unique not to mention that this plugin support every single item in minecraft from normal items to even potions which most shop plugins lack.
Features :
Videos :
Test server :
- 1st Test Server : play.diamondcart.net
- 2nd testesting server: play.dirtcraftnl.eu {DUTCH} .
Commands :
Items input methods :
- config-->look for items the add or edit
main format :[ item id : amount : BuyPrice : SellPrice : itemLevel].
the second format :[ItemID: Durability : Amount : BuyPrice : SellPrice].
the third format :[ItemID : Amount : BuyPrice : SellPrice : enchant:enchantmentENUM:level : lore:Your custom lore : name:Your custom name!].
- using the commands : [/additem and /addhanditem].
- config--> head to shops-design
the main format :[SLOT : ItemID : Amount].
the second format :[SLOT : ItemID: Durability : Amount].
the third format:[SLOT : ItemID : Amount : enchant:enchantmentENUM:level : name:Your custom name : lore:Your custom lore]
Shop-Modes:
{how does it work? config-->search for Shop-Mode -->change it depending on the mode you want}
- First one is the basic mode the will allow all the features of this plug-in to work so that means all commands ,sign features items level, etc..... will work.
- The second mode is command-free mode this will limit how players access the shop basically they will only be able to get to the shop through a sign.
- The Third mode will turn off the items level system .
Screen-shots :
[the languages used in the gif are English- Spanish and Albanian ]
Language Settings:
- to change the language of this plugin you'll need to edit two config files the fist is called "config" and the second is called "chat&language settings" the later modifies the Buy-price/level/Sell-Price info for every single item ,and the main config file modifies the messages that are sent to the players .
A.P.I :
to use this A.P.I in your project please contact me to get more info.
How TO Use :
add this to your Main class:
Code (Text):
public static boolean AdvancedShoploaded;
//this should be in your on-enable :
setupAdvancedShopAPI();
if(!setupAdvancedShopAPI()){
Bukkit.getConsoleSender().sendMessage("The plugin AdvancedShop isn't in your plugin's file");
}
private boolean setupAdvancedShopAPI()
{
if (getServer().getPluginManager().getPlugin("AdvancedShop") == null) {
return false;
}
return AdvancedShoploaded = true;
}
// when you use it you must check if the boolean AdvancedShoploaded is true.
//Simple enough I guess
Code (Text):
package me.abood.advancedshop;
import java.util.ArrayList;
import org.bukkit.entity.Player;
import org.bukkit.inventory.ItemStack;
import org.bukkit.plugin.Plugin;
public class AdvancedShopAPI {
static Plugin plugin;
public AdvancedShopAPI(AdvancedShop plg) {
plugin = plg;
}
public static ArrayList<String> BlockedFromTradeList = new ArrayList<String>();
public static ArrayList<String> BlockedShopEnteranceList = new ArrayList<String>();
public static void Sell(ItemStack is,int price,int Bid,int time,Player p ) {[/B][/B][/B][/B][/B][/B]