

- #Chest shop iconomy video how to#
- #Chest shop iconomy video mac os x#
- #Chest shop iconomy video zip#
Why does it say "You can't buy/sell here"?
#Chest shop iconomy video zip#
zip opening program), open plugin.yml and change ALL "default: true" to "default: op" If bPermissions: "^"Īlternatively, you can open ChestShop.jar with WinRAR/7Zip (or any other. You need to negate them (refer to your perm plugin's documentation) Well, it's a superperms (system that Bukkit uses) feature - those are default permissions. Why can my players buy/sell/create shops even if they lack the necessary permissions? Why does the plugin say "Shop out of stock" even if it's not?Ĭheck if the item you are selling is equal to the item on sign. (You need permission, you can also give your players ChestShop.shop.* permission that allows them to buy, sell things and create shops) You need to set up your permissions correctly. When I try to create a shop it says "You can't create this type of shop!" Due to the way Minecraft has changed, it no longer sends packets when trying to place blocks in impossible places (since you're pressing the block against the sign, you're standing in its way).Īlso, spawn protection might prevent you from left-clicking signs, in this case, either move the shop out of the spawn or disable spawn protection.

Make sure that you're not right-clicking the sign and holding a block in your hand. Some people reported having success installing Oracle's Java, but you can also press backspace a few times before writing on every line of the sign.
#Chest shop iconomy video mac os x#
If that's the case, Apple's included a weird version of Java in Mac OS X since Mavericks - it adds "garbage", invisible unicode characters to the sign. If that doesn't work, try turning off processor-heavy options - mainly "LOG_TO_DATABASE" and "GENERATE_STATISTICS_PAGE", but also "LOG_TO_CONSOLE" - Java's logging is slow, it might be the culprit in your case.Īfter creating a shop sign it does nothing, not even display a message in the chat It's set to 1/10th of the second by default, however if your server can't process transactions that often, change it to, for example, 0.5 second - that means that you need to set it to "500". In the config, you can see "SHOP_INTERACTION_INTERVAL". Your economy plugin was coded in such a way that it lags the server when someone tries to make a transaction.ĬhestShop has built-in anti-lag measures, though. Disable IGNORE_CREATIVE_MODE in your config if you want to allow them to trade with shops.Īdventure mode makes problems with sign interaction too (the client doesn't send interact packets to the server for these) so unfortunately Adventure mode isn't supported at all at this time. If you want people who have access to shops to still trade with them then you can disable IGNORE_ACCESS_PERMS in your config.Īlso make sure that you are not in Creative mode, by default players with in Creative mode will not be able to trade with shops.
#Chest shop iconomy video how to#
WorldGuard or GriefPrevention, you'll have to read these plugin's documentation for figuring out how to give access)Īnother issue could be that you are trying to trade with a shop that you have access to, either because you are the owner or because you have the permissions to access the shop content which OPs are granted by default. After successfully creating a shop trading isn't possible!įirst please make sure that your Shop isn't inside the spawn protection or inside another region where the player can't access signs/shops.
