Jump to content

copcopekcro

Creator
  • Posts

    349
  • Joined

  • Last visited

Everything posted by copcopekcro

  1. Hey ... Well yea now you can sell and buy full item ... Seller can chose will he sell 1 or 10 or 100 amount , lets say he is selling full stack of something ... But if seller split item ,then he can sell those amounts ... To be honest i like it this way ,,,but i will look on it .
  2. I dont understund those timers : "Workbench1UseTime": { "default": 240.0 }, "Workbench2UseTime": { "default": 240.0 }, "Workbench3UseTime": { "default": 240.0 }, I put 240 but after i do command ,wb acces disappear in 1 sec. So i need to type command few times ,then i have longer time wb acces. AAAA my bad .... There is conflict with another plugin . (Building Workbench)
  3. copcopekcro

    Craft UI

    Hey , Will check it little bit later ... It will be improved
  4. Great , You are a LEGEND ! Thank you!
  5. but that will be global
  6. Thank you
  7. Yea but then i got problem with broken armor ,they drop broken armor .
  8. Alright , Thank you ..
  9. Hey ,you mean on new map items ? You can fully change them ,names ,image of item(skin) . And you can add more map items !
  10. Hello , Is it possible that we can change defense on npc ,like dmg they take : 1.0 - they take normal dmg ,0.5 - they get only half dmg ?
  11. Version 1.0.1

    22 downloads

    ABOUT TRADE MACHINE : Allows players to Sell/Buy - Custom/Default items. Players need to assign vending machine what will they use for trading items. One assigned machine per player ,can be placed anywhere in TC range . There are 2 ways to interact with trade machine ,with command and with button when player opens container of a vending machine. With command player can sell/buy items from anywhere ,with button option only when he have opened container of assigned vendingmachine. Players need to put items in container of assigned vending machine to be able to sell them. If they remove item from vending container ,item will not be on sell anymore. When buying item, player need to have cost for that item in his inventory . On succeed buying item ,item will be transferred to buyers assigned vending machine . SELL ITEM : Player can only sell items what he have in container of assigned vending machine. When player press in UI on item what he will sell ,he will see Description and Cost . In Description he can add what ever text ,confirm it , that text will buyer see when he is buying item . in Cost he can add cost items for that item ,up to 6 items . They can use custom and default items for cost . There are categories for cost items ,like "All" , "Custom" , "Weapons" ,and so on . When they chose cost item/items ,they will need to type cost amount of that item. After all that ,when player press Sell Item , buyers will be able to see it in and buy it. When seller sell item to buyer he will see in chat that he sold item. BUY ITEM : When seller added item for sell ,buyer will see item, amount, description ,and cost of that item . Items will be in categories "All" , "Custom" , "Weapons" and so on . He will pay cost from his inventory ,and he will get item in his assigned vending machine. CUSTOM /BLACKLISTED ITEMS : In config file you can add Custom and Blacklisted items ,by itemID and SkinID . For custom items ,if you add them in config ,players will be able to put that custom items for cost items, and they will be able to sell/buy those custom items. For blacklisted items ,if you add them in config, you will block that items , so players cant put those items for cost ,and they will not be able to sell/buy them . PERMISSION SYSTEM/COMMANDS : trademachine.button - players will be able to see trade button when they open container of vendingmachine . trademachine.command - players will be able to use /trade command . Command /myvm - to assign vending machine . Console command - cleartrade , This will wipe selling items and assigned machines . DATA : In data file you will see owners of assigned vending machine and what items are selling . When you wipe it with console command "cleartrade" , all will be wiped ... So no more assigned machines and no more selling items. TRADE INFO TEXT FIELD : When player open UI of trade machine he will see text on left side ,you can edit that text to your needs . In config file can be edited . CONFIG : { //// Here you can edit text field . "TradeInfo": [ "You need to assaign vending machine", "with /myvm.", "You can have only one", "assaigned vending machine", "", "In selling item you can chose:", "Description - just type it and confirm it.", "Cost - up to 6 items. ", "", "In buying items:", "You will see descripton what seller make.", "You will see cost for that item." ], "CustomItems": [ { "ItemId": -1707425764, "SkinId": 3122790562, "DisplayName": "" } ], "BlacklistedItems": [ { "ItemId": 550753330, "SkinId": 0 } ],
    $15.00
  12. copcopekcro

    Upgrader

    Version 0.6.1

    135 downloads

    ABOUT UPGRADER : Allows players to upgrade various item categories, including weapons, armor, and tools, each with unique upgrade options. Extensive configuration options for server admins to adjust : What items will be upgradable (Only items what you chose to put in config will have upgrades ) What upgrades will item have ( you dont need to put all upgrades on item ,only what upgrades you chose for a item) Upgrade costs (you can put what ever custom/default item,and amount for cost) Levels (you can choose how much upgrade will have levels) Values of upgrades (you can choose value of each upgrade ,example "damage" Lv1 2% damage, Lv2 5%) There is a easy way to control your upgrades , all about items can be done in UI. Adding,removing items can be done by UI. You can modify items true UI : upgrade types, levels ,values ,cost . In chosing cost there is also custom category tab , you need to add those items in config at bottom of config file ! There is Inspection button where you can see stats of upgraded item in inventory. UPGRADES : Each category have their own upgrades : Wepons : Armor : Tools : Damage, Defense, GatherYield, MagazineSize, Durability, Durability, Durability, RadiationProtection, Deforestation, LifeSteal, ResurrectionChance InstantMine, CritChance, RestoreItems Smelting InstaReload Each category have RenameName of a item . HOW TO USE : Simple put Upgrader.cs to your plugin folder . Add/remove items from config or true UI . Chose upgrades for items (levels,cost,values) . In Game : Add permissions. When player put item in Repair Bench he will see Upgrade button . UI will open with upgrades. Inspection button is below belt inventory ,when player click on it it will open inspection mode ,so he will be able to see item upgrades in small UI. INFOPANEL : Admins can change text in config file for a ServerName and Info . For more explanations to player or what ever text you need . DIAMONDS : 4 custom items (diamonds) .They can be used for cost of upgrades. You can chose stacksize ,where they will spawn(lootboxes),chance to spawn in boxes ,and amount. You can change theirs DisplayName , SkinId . You can use them or not ,its a option . COMMANDS : Chat Command : /additem ( it opens Ui where you can modify upgrades ) Chat Command : /giveupgradeditem [playerID/name] <itemUID> ( when you upgrade item ,you can see his UID in DataFile ! ) Console Command : giveupgradeditem [playerID/name] <itemUID> Chat Command : /givediamond "name" "amount" Console Command - wipeupgradedata PERMISSION SYSTEM/COMMANDS : upgrader.button - allow to see button in repair bench for upgrade upgrader.weapon - allow weapon upgrades upgrader.armor - allow armor upgrades upgrader.tool - allow tool upgrades upgrader.bypasscost - free upgrades upgrader.diamondgive - allow to use command /givediamond "name" "amount" upgrader.additem - allow to use command /additem upgrader.giveitem - allow to use command /giveupgradeditem [playerID/name] <itemUID> console command - giveupgradeditem [playerID/name] <itemUID> CONFIG EXAMPLE : Upgrader.json DATA : There is data file what stores upgrades of items. You can delete data items with command in console . Console Command - wipeupgradedata API : [HookMethod("API_HasUpgrades")] public bool API_HasUpgrades(Item item) [HookMethod("API_GetUpgrades")] public Dictionary<string, int> API_GetUpgrades(Item item) [HookMethod("API_ApplyUpgrades")] public void API_ApplyUpgrades(Item item, Dictionary<string, int> upgrades)
    $20.00
  13. copcopekcro

    Shop

    Hello. I cant make that npc have only one category .. i did shop.setnpc cat Food on HumanNPC ,but when i interact on him i see all categories ... What iam doing wrong ?
  14. Hey ... will look on it !
  15. copcopekcro

    Craft UI

    Not for now...but its good idea to make it .. You can change title name and icon of that tab to something else,and put what ever items you like
  16. copcopekcro

    Craft UI

    Hey... Yes you can , you just need to add it in config ,you need to add shortname and skinID for it . "SpecialCraftRecipes": [ { "Identifier": 5, //// change this number to something else "DisplayName": "Green Chest", //// display name probably Recycler "Shortname": "xmas.present.large", //// shortname of recy "Amount": 1, "SkinID": 3038475567,/////// skinID of recy "IsVehicle": false, "VehiclePrefab": null, "SpawnDistance": 0.0, "Description": "", "Ingredients": [ { "Shortname": "rifle.ak", "Amount": 1, "SkinID": 3042995136, "DisplayName": "" }, { "Shortname": "metal.refined", "Amount": 5, "SkinID": 0, "DisplayName": "" } ] },
  17. I will see what can i do ,will try to fix that
  18. copcopekcro

    Craft UI

    I will DM you ..But no ,this is plugin where you can craft what ever item /vehicle with what ever cost of craft...
  19. Changed Status from Pending to Closed
  20. Changed Status from Pending to Closed
  21. Hey...So you are able to open and loot normaly your boxes ,but you are getting chat reply "no perm" ? Send me your config ,bcs i dont have that error ..
  22. Yes ,ofc
  23. send me your config in message ,that part where you put rock
  24. Did you put stone in config ?
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.5k

Files Sold

Total number of files sold.

2.4m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.