GuiShop Recoded
This plugin adds to your server shop with gui.
There is only one command in plugin. This command is /shop
This command will open a clickable GUI with the shop on top and your inventory on the bottom.
Simply navigate to the item you want, and click on it to buy or sell it.
This plugin - remake old, but there is already a lot of my ideas
Features
- Sub-ID supporting
- Enchanting opportunity
- It is possible to add an empty slot
- It is possible to add spawners and monster eggs
- It is possible to add dyed armor
- Ability to turn on|turn off the sale of in-game
- Logging (you can disable\enable it in config)
If you have intresting idea, just post it in issue tracker with tag "Idea"
Permissions
- shop.use: Gives acces to command /shop
- shop.gamemode: Allow you to use shop in creative mode
- shop.reload: Gives acces to command /shop reload
- shop.buy: Allow you to use buy-menu in shop
- shop.sell: Allow you to use sell-menu in shop
- shop.tab.<tabPerm>: Gives acces to tabs with this permmission
- shop.tab.*: Gives acces to all tabs in buy\sell menu
- shop.vip.<vipPerm>: Gives acces to vip menu with this permission
- shop.vip.*: Gives acces to all vip tabs
- shop.setsale: allows you to set a sale in tab. (added in version 1.3)
Commands
/shop: Opens Gui Shop
/shop reload: Reloads configuration
/shop setsale <tab name> <discount in percentages> [sale reason]: adds sale to selected tab. (this command added in version 1.3)
You should use "_" istead space.
You can choose option "all" - it sets sale in all tabs.
To disable sale, just set discount to zero.
Images



Please leave the information on bugs in the issue tracker with tag "Bag"
-
View User Profile
-
Send Message
Posted Apr 16, 2017In reply to Forge_User_69953305:
-
View User Profile
-
Send Message
Posted Feb 22, 2017I'm having a problem where I download a plugin with GUI (Including this plugin) and when the GUI menu opens, I cant click on the item to open a new menu. What happens is the items can be picked up and put into my inventory. I haven't been able to use any plugin with GUI and its killing my server. Please help
-Thanks
-
View User Profile
-
Send Message
Posted Feb 23, 2017I think this is due to the fact that you are using is not the right server core. The plugin works only on Bukkit and spigot.
If you have a good core, the problem in some plugin. In this case, please send me a list of plugins installed on your server
-
View User Profile
-
Send Message
Posted Feb 24, 2017So I have CraftBukkit 1.10 and my plugins include:
-Vault
-Iconomy
-GUIShop Recoded
-Essentials Recoded
I went to the bare minimum to run your plugin and yet still when I go to click on the "Sell Menu" Diamond Ore it doesnt transfer me, it picks up the item as if a normal item.. Maybe theres something missing on my server...im not sure
-
View User Profile
-
Send Message
Posted Feb 25, 2017Thank you, I have found a bug.
In the next update I'll try to fix it.
P.S. With your server all right
-
View User Profile
-
Send Message
Posted Feb 12, 2017How do I put more items in each tab? For example I need more combat gear in the combat tab.
-
View User Profile
-
Send Message
Posted Feb 12, 2017Look at this: https://dev.bukkit.org/projects/guishop-recoded/pages/configuration
-
View User Profile
-
Send Message
Posted Feb 13, 2017Where do I find the item settings or where do I put them?
-
View User Profile
-
Send Message
Posted Feb 13, 2017go to "plugins\GuiShopRecoded\tabs" then choose the file with needed tab name (for example "combat.yml")

So in file you can see this
So, just put your item where you need.
Items in tab will shown in the same order in which they appear in the file
-
View User Profile
-
Send Message
Posted Feb 11, 2017Every time I try to use any of the options in the menu I just take the item, please help
-
View User Profile
-
Send Message
Posted Jan 21, 2017Your a lifesaver :P
-
View User Profile
-
Send Message
Posted Jan 17, 2017I'm pretty close to losing my mind now. This plugin just broke all economy on all my servers!
On a 1.11.2 server when a player uses the 1.11.2 client he / she can take an item from their inventory and place it in their left hand with [F]. Then enter the shop and sell that item all you wish or have time for. You won't lose the item and you can just sell all you want. Infinite money!!!!
-
View User Profile
-
Send Message
Posted Jan 17, 2017That's cool!!
I have run multiple copies of money!
(I will fix this bug)
fixed-
View User Profile
-
Send Message
Posted Jan 8, 2017ive tried both this and the old guishop and i keep getting the same error:
(this is from the old one but the pass event.... is the problem in both)
left in only the important things due to max characters
it seems like something could be wrong with bukkit?
[11:03:22] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-d5e7885 (MC: 1.11.2) (Implementing API version 1.11.2-R0.1-SNAPSHOT)
[11:03:23] [Server thread/INFO]: [GUIShop] Loading GUIShop v5.9
[11:03:23] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.00-b3547
[11:03:23] [Server thread/ERROR]: [mcMMO] There was an error while enabling mcMMO!
[11:03:23] [Server thread/WARN]: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
[11:03:23] [Server thread/WARN]: at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:163)
[11:03:23] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271)
[11:03:23] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:329)
[11:03:23] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404)
[11:03:23] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:361)
[11:03:23] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:323)
[11:03:23] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.<init>(CraftServer.java:261)
[11:03:23] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.PlayerList.<init>(PlayerList.java:73)
[11:03:23] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.DedicatedPlayerList.<init>(SourceFile:14)
[11:03:23] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:185)
[11:03:23] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:521)
[11:03:23] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
[11:03:23] [Server thread/INFO]: [mcMMO] Disabling mcMMO v1.5.00-b3547
[11:03:23] [Server thread/ERROR]: Error occurred while disabling mcMMO v1.5.00-b3547 (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
at com.gmail.nossr50.util.player.UserManager.saveAll(UserManager.java:53) ~[?:?]
at com.gmail.nossr50.mcMMO.onDisable(mcMMO.java:204) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:273) ~[craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:353) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:423) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:193) [mcMMO.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:329) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:361) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:323) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at org.bukkit.craftbukkit.v1_11_R1.CraftServer.<init>(CraftServer.java:261) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at net.minecraft.server.v1_11_R1.PlayerList.<init>(PlayerList.java:73) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at net.minecraft.server.v1_11_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:185) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:521) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
[11:03:26] [Server thread/INFO]: [GUIShop] Enabling GUIShop v5.9
[11:03:26] [Server thread/INFO]: ItemDEF: [{slot=0}, {id=17}, {buy-price=850}]
[11:03:26] [Server thread/INFO]: ItemDEF: [{slot=1}, {id=1:2}, {buy-price=100}]
[11:03:26] [Server thread/INFO]: ItemDEF: [{slot=2}, {id=1:3}, {buy-price=100}, {sell-price=50}]
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:03:26] [Server thread/INFO]: ItemDEF: null
[11:04:29] [Server thread/INFO]: Osumunbro issued server command: /shop
[11:04:31] [Server thread/ERROR]: Could not pass event InventoryClickEvent to GUIShop v5.9
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1770) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at net.minecraft.server.v1_11_R1.PacketPlayInWindowClick.a(SourceFile:33) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at net.minecraft.server.v1_11_R1.PacketPlayInWindowClick.a(SourceFile:10) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_101]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_101]
at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:695) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:360) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:650) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:554) [craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
Caused by: java.lang.NoSuchMethodError: org.bukkit.event.inventory.InventoryClickEvent.getClickedInventory()Lorg/bukkit/inventory/Inventory;
at com.pablo67340.shop.listener.PlayerListener.onShopClick(PlayerListener.java:128) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:296) ~[craftbukkit-1.11.2.jar:git-Bukkit-d5e7885]
... 15 more
[11:04:36] [Server thread/INFO]: Skip one didnt have player, removing
-
View User Profile
-
Send Message
Posted Jan 8, 2017found that bukkit was the issue.... spigot works fine
-
View User Profile
-
Send Message
Posted Jan 8, 2017it's guishop issue. Not guishop recoded. I haven't acces to guishop code, so i don't know how to help you
(in error there is a hint to the author where in the code it happened, so it would not be bad if you still sent me an error with my plugin)
-
View User Profile
-
Send Message
Posted Jan 6, 2017I use the silkspawner plugin and this plugin but after I added the spawners in the 'spawner' sell file. buy a spawner and place one I get a message that says that the spawner is invalid. I hope you have a solution for this.
-
View User Profile
-
Send Message
Posted Jan 6, 2017NVM fixed it
-
View User Profile
-
Send Message
Posted Jan 3, 2017This plugin works so good! Just one thing so I want to add the IronGolem Spawner but when I copy how you did it? Could you tell me what I would be doing wrong?
-
View User Profile
-
Send Message
Posted Jan 3, 2017Thank you.
As for your question:
The trick is that the names of mobs that we use are slightly different from the names used in the minecraft code. For example a horse in the code is written as EntityHorse
Golem is written in the code as a VillagerGolem, so you enough in the "Monster" enter "VillagerGolem"