1. Hey. There are some Durability Plugins, but no Plugin which let me set what tools will have no durability.

    I want to disable dura for the stone (or for self setted items in an config file)


    I hope anybody can help me

    greez
    Saixo
     
  2. I can do that, give me a day or so. Might get it done today. Will let you know.

    EDIT: Also want to ask, do you want durability disabled on an item for everyone, or just people with a permission?
     
  3. hey :) cool thank you
    for everyone......permission i don't need but maybe some other people would like that more
     
  4. ItemConfig will allow you to do this btw...
     
  5. Yeah but i don' want to run an endless plugin. I only want to change dura for 1 or 2 tools
     
  6. Endless? ItemConfig lasts a little less than 2 seconds on load and doesn't do anything past that.
     
  7. ItemConfig, if I am remembering correctly, requires you to reset the values every update, which to me is a HUGE pain. It's the reason I stopped using it.
     
  8. I have a program I made to help with that. It parses the config and changes values in it. This way you configure your changes in the parser and can simply reapply them to a default config. I'd publish it here but there isnt a category for tools.
     
  9. Wulf

    Wulf Community Admin

    586e062473eabfa07c6af749bd8129fe.png
     
  10. Oh.. didn't think to look at forums hehe I'll post it later tonight
    [DOUBLEPOST=1435629725][/DOUBLEPOST]Sup,

    I don't feel like spending the time to clean up the code and make it generic so I won't post it in the tools section, I don't feel it's presentable enough for this but I made a zip of the project. It's a very early version of LIME, a mod I'm working on. My first idea was to make a program that would configure existing plugins to achieve what I wanted with my server, rather than writing a complete plugin. I since changed my strategy so this code is old, incomplete, but it will give you enough information to make a small program that modifies any json config for any mod out there so you don't have to redo your configs manually each time a new version comes out. ItemConfig, ConstructionConfig, BlueprintManager for instance reset each time a new version comes out and new values can be added or removed, etc. The code for my program is not full proof, but it should withstand most minor changes and any additions the game throws at it, for the most part.

    I don't know what the policy is for posting non-approved apps or code, so I'll PM anyone who wants a copy.. Unless Wulf or some other admin tells me it's OK to link a ZIP file containing the project right in here.
     
  11. Pretty simple Id like to be able to disable or increase the durability for certain items. There are durability plugins I've seen but none seem to do what I want. I didn't notice this thread but it was from a year ago and didn't have a solution Request - No durability for select items | Oxide . I pretty much want the same thing.