Jump to content

copcopekcro

Creator
  • Posts

    461
  • Joined

  • Last visited

Everything posted by copcopekcro

  1. Hello ! So in config : "Cost Configuration": { "Economy Type [Item, Plugin]": "Item", //// here you chose will it be item or plugin "Plugin Cost Type [CustomCurrency, Economics, ServerRewards]": "CustomCurrency", ////// if plugin ,what plugin ? "Item Shortname (if using Item-based)": "scrap", ///// if you use item cost , then you need to have shortname ... here you need to add that "bleach" "Item Skin ID (if using Item-based)": 0, //// if is some custom or skined item add skinID "Item Display Name (if using Item-based)": "" //// if that item have some custom name add it here ... }, So like this you shoud do if you wanna use item bleach: "Cost Configuration": { "Economy Type [Item, Plugin]": "Item", "Plugin Cost Type [CustomCurrency, Economics, ServerRewards]": "CustomCurrency", "Item Shortname (if using Item-based)": "bleach", "Item Skin ID (if using Item-based)": 0, "Item Display Name (if using Item-based)": "" }, EXAMPLE : { "Perm/Group Title": "God Mode", "Image URL": "https://www.dropbox.com/scl/fi/18yy55g7bfcz8tj4yhnkr/5e2c4da074770.png?rlkey=24zmukgzu3rll382s6wpkbd65&st=e1bi9i7k&dl=1", "Description": "Allows you to become truly invisible", "What Perm/Group": "vanish.allow", //// this is perm what player will get , so he can use that option (for vanish he need to use chat command /vanish) but you need to have that plugin on your server! "Cost Amount": 700, ///// how much will cost player to buy thise perm , in this example 700 bleach .. "Timed Permission/Group": false, ///// timer or not .. in this case false , they will have always that perm ,until you revoke it ! "Duration in Seconds": 800 },
  2. copcopekcro

    custom map

    Iam only using custom maps.. And this plugin is runing non stop correctly.. With at least 4 place where event is. So what map are You using that doesnt mater at all.. You can use what ever map.. Only important thing is how You make your zones(in zone mamager) . And to make correct config file. Correct spawn points.. So yea, check those things. Map isnt problem. Edit : did you added Island on map true rust edit by yourself? It You did maybe You didnt made it correct.. Just make sure that place is not ocean topology, Rest doesnt matter.
  3. Changed Status from Pending to Not a Bug
  4. wait..for real ?
  5. Hey.. So first of all default craft and my craft are separate things .. To open my craft ,use chat command /q , or if you changed it to something else .. Permissions: "craftsystem.research" - without this perm player cant see UI for research. "craftsystem.craft" - without this perm player cant open Craft Ui . ///// you need this perm Bind is working , but lets focus for start on chat command and items ... Example Lr300 : "rifle.lr300": { "0": { "AllSkins": true, "IsResearched": false, ///// if true this item will be researched without need to player research it "ResearchInCustomCrafting": true, /////where item will be researched (some items cant be researched in default crafting) "ResearchInDefaultCrafting": false, //// where item will be researched , in this case if true in custom craft "IsResearchable": true, ////// if true you can research item true custom UI with custom cost "VisibleUnresearchedItem": true, ///// if IsResearchable true, IsResearched flase , and this is true , item will we show in custom craft as locked . "DisplayName": null, "Description": null, "ResearchCost": [ { "Shortname": "scrap", "Amount": 500, "SkinID": 0, "DisplayName": null } ], "RequiredCraftWBLevel": 3, "CraftTime": 60.0, "CraftCost": [ { "Shortname": "metal.refined", "Amount": 50, "SkinID": 0, "DisplayName": null }, { "Shortname": "wood", "Amount": 200, "SkinID": 0, "DisplayName": null }, { "Shortname": "riflebody", "Amount": 1, "SkinID": 0, "DisplayName": null }, { "Shortname": "metalspring", "Amount": 4, "SkinID": 0, "DisplayName": null } ], "Category": "Weaponary", "CraftOutputQuantity": 1 } },
  6. Hahahahha yea
  7. Yea i saw it rn .. One more question .. Maybe one day , will you add that those bots can raid ?
  8. Not using any pve plugin ,iam on test sever ... only few plugins .. But yea probably case is in NpcSpawn plugin ... Can you tell me do you have any api in your plugin what shoud i call in that npcspawn plugin ,so i can make that they can deal dmg ?
  9. Hello ... Is there any way to make that bots from botrespawn can damage bots from npcspawn ? They attack them , but they dont deal any dmg to them ..
  10. nvm my bad !
  11. copcopekcro

    error?

    Well i dont know, iam not using Carbon, and never did.. But one Day, who knows.
  12. copcopekcro

    error?

    You can move from Carbon to Oxide haha, joking.. No, not rly. Thats Carbon thing. Without carbon reference in my plugin, that log Will be there.
  13. It is fixed in last version . That problem with xp is something else ..
  14. Iam aware of that "bug or not bug " that you cant open stacked item , you need to move it to another slot from stacked so you can normaly open it ... Its not perfect solution , that was only to handle exploit opening one chest more times .. You can just put stack size 1 , and you will handle your problem .. Iam still looking for the best way about this ! And yea , i dont know what XP plugin, thats from another plugin ...So not sure how that plugin works . I make now update for stacked items , so you will not have that problem ... You will be able to normaly open stacked chest(with safe triger for exploiting , opening same chest more times , getting xp for not opened chest) ! Iam testing it now with skill tree ..if all goes fine i update ! Not sure what plugin u use ?
  15. copcopekcro

    Getting this in console

    Changed Status from Pending to Can't Reproduce
  16. copcopekcro

    Getting this in console

    Hey ... You didnt read last support post ? Where you also put that log ? Its bcs of carbon ... My plugin doesnt support carbon ,bcs that you get those errors ! Plugin is working fine ,even on carbon , but you will get that error if you are using carbon .
  17. copcopekcro

    error?

    Well for now that is only option yea ... Maybe i will update to cover carbon also .
  18. copcopekcro

    error?

    Changed Status from Pending to Can't Reproduce
  19. copcopekcro

    error?

    OK Great then ! Iam felling like config file didnt load up correcty , maybe of unloading reloading something , wiping , restarting ... Dont know ..
  20. copcopekcro

    error?

    ok ... I tryed to reproduce that error now on many ways ..didnt get it at all .. So not sure why did you get it ... So after reload all working fine ?
  21. copcopekcro

    error?

    Oke... When you press that buy button does it open buy panel ? Did you try to reload plugin ?
  22. copcopekcro

    error?

    OK ..so you didnt change your config .. You didnt change anything in code of plugin? That OpenBuyUI shoud open buy panel list ... Just try to press that button again ,and say do you get again that error
  23. copcopekcro

    error?

    Hey... You cant just send error , you need to tell when you got that ? did you get it before ? Was you adding items in config in your blacklist items ? On first i think your config is corupted , yours : "BlacklistedItems": [ { "ItemId": 550753330, "SkinId": 0 } ], Send me your config
  24. copcopekcro

    please

    Yea there was patch about that spoiling food .. Will see what can i do with that ....
  25. copcopekcro

    error?

    Well yea bcs that you got that error !
1.9m

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

134.8k

Files Sold

Total number of files sold.

2.8m

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.