Good afternoon. Thank you for your plugin processor. I wanted to ask, would you like to consider possibly adding the possibility of buying a processor for internal currency? For example, for Economic from Wulf. For example, if a player has a permission to craft a processor, then he can buy it for a certain amount of currency.
I would be grateful if you would consider this possibility.
Are you considering an update? :)Not An Issue
Hi,
dont know but perhaps this helps. I use extended recycler too and sell it in GUIShop. Can craft permission false and in guishop config
"Recycler": {
"DisplayName": "Recycler",
"CraftAsDisplayName": false,
"Shortname": "recycler_static",
"ItemId": 0,
"MakeBlueprint": false,
"AllowSellOfUsedItems": false,
"Condition": 0.0,
"EnableBuy": true,
"EnableSell": false,
"Image": "https://i.postimg.cc/DyZJXvZS/recycler.png",
"SellPrice": 1.0,
"BuyPrice": 5000.0,
"BuyCooldown": 0,
"SellCooldown": 0,
"BuyQuantity": [],
"SellQuantity": [],
"BuyLimit": 5,
"BuyLimitResetCoolDown": 2246400,
"SwapLimitToQuantityBuyLimit": false,
"SellLimit": 0,
"SellLimitResetCoolDown": 0,
"SwapLimitToQuantitySoldLimit": false,
"KitName": "",
"Command": [
"recycler.give $player.id"
],
"RunCommandAndCustomShopItem": false,
"GeneTypes": [],
"SkinId": 0
},
Yeah, that'll work for GUIShop. If you use a different shop type let me know, and I'll see if I can drop a snippet for that shop in there. Adding new features not in the plan for me, I'm just keeping the engine running after it ended up curatorless.
{
"Enabled": true,
"Title": "Items",
"Permission": "",
"Items": [
{
"Type": "Command",
"ID": 4354345,
"Image": "https://i.imgur.com/bwYNu3F.png",
"Title": "",
"Description": null,
"Command (%steamid%)": "recycler.give %steamid%",
"Kit": null,
"Plugin": {
"Hook": "Withdraw",
"Plugin Name": "Economics",
"Amount": 0
},
"DisplayName (empty - default)": "Recycler",
"ShortName": "Recycler",
"Skin": 0,
"Amount": 1,
"Price": 1000.0,
"Sell Price": 0.0,
"Buy Cooldown (0 - disable)": 0.0,
"Sell Cooldown (0 - disable)": 0.0,
"Discount (%)": {
"shop.default": 0,
"shop.vip": 10
},
"Sell Limits (0 - no limit)": {
"shop.default": 0,
"shop.vip": 0
},
"Buy Limits (0 - no limit)": {
"shop.default": 0,
"shop.vip": 0
},
"Daily Buy Limits (0 - no limit)": {},
"Daily Sell Limits (0 - no limit)": {},
"Max Buy Amount (0 - disable)": 0,
"Max Sell Amount (0 - disable)": 0
},
Hope this also helps