1. Stop talking about other plugins in here please. I don't care what it has or what it doesn't have, my intention was never to add all items in config because i wanted people to make their own lists, with their own configurations. If you can't simple understand that the capacity must be equal to the item's count, there is nothing anyone can do, also it is pretty much impossible to crash now with the maintenance system.

    OT: I've been working in the commands for configs, atm you can add/remove/set a loot type, add/remove items from each loot type. If anyone want command to other configs let me know.
     
  2. Just answering your reply there bud. No need to get pissy! The easier it is to use, the more popular it will be. I'll move on and send my support to dev's that appreciate feedback and constructive criticism and financial backing. Have a great day.
     
  3. Saying a plugin is better than mine or saying it has something i don't isn't constructive criticism. I'm not pissed or mad or what ever you mean by "pissy", i just dislike this kind of comments, thats all.
     
  4. WolfsDarker updated Airdrop Organizer with a new update entry:

    1.3.3

     
  5. Nice update, will you need to type "oxide.reload AirdropOrganzier" to update the plugin after you have added a item by the consol command or will it update the config without a reload?
     
  6. If any change is done in the config, it will update itself :p
     
  7. What about coordinates of drop? Are you planning to add it ?
     
  8. Added in the todo list :)
     
  9. /toggleairdrop 'You don't have access to that command.'. oxide permission?
     
  10. Auth level >= 2 :p
     
  11. This maybe can be useful:

    - add Time when supply crate will be removed if it's not looted by a player. :)

    Like "airdrop_staytime"
     
  12. That's what I thought, so to change this, I'd have to do it in the plugin code, I'm assuming?

    Nevermind this, I got it, thanks :)
     
    Last edited by a moderator: Aug 12, 2015
  13. WolfsDarker updated Airdrop Organizer with a new update entry:

    1.3.4

     
  14. I don't know what to do with this:
    Code:
    "permissions": {
          "toggleairdrop": "organizer.toggle",
          "callairdrop": "organizer.calldrop"
    I've tried oxide-granting 'toggleairdrop' and 'callairdrop' aswell as 'organizer.toggle' and 'organizer.calldrop' to no avail, how do I use this?
     
  15. The first one("toggleairdrop"), is the key, you don't touch in that, thats how i grab the info for plugin. What you do change, if you wish, is the value("organizer.toggle").
     
  16. So, what values should be put in there, and what do I do with that value, then?
    Any example of usage? Let's say I want to give myself permission and I have an auth level of 1. What would I have to do, then?
    Sorry, I'm just trying to wrap my head around this method, as most of the plugins I've used, use a different way of handling permissions.
     
  17. This has nothing to do with auth level anymore. It is oxide's permission system. To give permission to certain group do: "oxide.grant group groupname organizer.toggle" in your console (without the "").
     
  18. I see, I should've thought of that, forgot about the group permission system >.>
    Thanks
     
    Last edited by a moderator: Oct 4, 2016
  19. I would greatly appreciate it if someone could look at my config. For some reason the drops have only the attire and weapons in the first two rows (same stuff every time), then the last row is random. I can't find the mistake...

    Here is a screenshot.
    http://steamcommunity.com/sharedfiles/filedetails/?id=499494100
     

    Attached Files:

  20. First off, you have set the capacity to 21. A airdrop only have 18 boxes and can only hold 18 items. So you have set the capacity to 3 items more than the airdrop can hold. You have also choosed to drop ALL items you have in the config file, are you sure you want to do that? I have updated you config with the settings that you need to have. It should work now.

    In the loot_list you have all the categories (weapons, blueprint, attire etc). You also have a "count" for each category. That number you type in "count" tells how many items from that category should be in the airdrop. Also remember that you can't have the total "count" of all catergories higher than 18, since the airdrop can't contain more than 18 items. So lets say you have a total "count" of 15. The capacity need to be "15".

    But try this one.
     

    Attached Files:

    Last edited by a moderator: Aug 14, 2015