1. Thank you for help.
     
  2. every body lose there invintory size of 120 when i restart the server ... that normal ??
     
  3. /inv size all 100 is not working, any ideas?

    update: Worked after a server restart, once all the steamIDs were out of the PlayerInventorySizes.json file.

    {
    "0": 100
    }

    is what shows now, however when ever a new person/group joins I need to do it individually, /inv size all 100 will not work unless I reload the mod.

    While I'm here, I'd like to give mods permissions to spawn items for people, but have a restricted list of items they could give out. Any possibility?
     
    Last edited by a moderator: Jan 17, 2016
    • inventorymanager.admin
    • inventorymanager.clear.self
    • inventorymanager.clear.others
    • inventorymanager.copy
    • inventorymanager.give.self
    • inventorymanager.give.others
    • inventorymanager.view
    • inventorymanager.search
    • inventorymanager.size.self
    • inventorymanager.size.others
    • inventorymanager.size.all
    • inventorymanager.update

    ADMIN: inventorymanager.admin
    PLAYERS:
    • inventorymanager.clear.self
    • inventorymanager.clear.others
    • inventorymanager.copy
    • inventorymanager.give.self
    • inventorymanager.give.others
    • inventorymanager.view
    • inventorymanager.search
    • inventorymanager.size.self
    • inventorymanager.size.others
    • inventorymanager.size.all
    • inventorymanager.update


    Please explain to me the correct permissions. Help me friend. Please help me.
     
  4. /deleted because i was wrong :)
     
    Last edited by a moderator: Jan 17, 2016
  5. Those are the Permissions to use the inventorymanager. Not the commands you use.

    If you are an admin. Or for your other admins. You can use: /grant user PlayerNameHere inventorymanager.admin

    Or you can alternatively give permissions to each of the individual features with the other permissions you have listed.

    To use the plugin you use chat commands in game (the same as the /grant command) but instead you use /inv

    To view a players inventory you use: /inv view PlayerName
    To stop viewing you can use the command again. If you want to make changes to their inventory, once you have made those changes you need to use: /inv update PlayerName

    A list of the available commands are shown when you use /inv
     
  6. My horse is not its meaning.

    /inv size all <size> - Sets all players inventory sizes.

    The commands that can affect the user
    Set the user privileges
     
  7. After Server restart some players inv sizes returns to normal size.(looks random but could be last added person)
     
  8. All players on my server lose the extended inventory, and /inv size all 100 only does the people currently online. Anyone after needs to be done by name, and not /inv size all
     
  9. Inventory Manager allows

    Code:
    /inv size [name] [size]
    However this setting resets every server reset. Anyone know how to make it so when any player connects they get a bag with an amount of slots set by their rank Admin/Mod/VIP/Player?
     
  10. I fixed the plugin overwriting the player inventory sizes file after a server restart. There still hasn't been an official update to fix this so here you guys go! For those curious, when LoadData is called (only once when the server starts the plugin) he basically had it overwriting the inventory sizes file with the players file which is always empty, so I simply commented out that line of code.
     
  11. When comparing the files, I'm not seeing what was changed, did you comment out the LoadData(); and IF statement?
     
  12. I commented out the if statement in the LoadData method and call to SaveData inside of it, nothing else. Otherwise when it checks if persistantSize is not null after setting it to the players file, it will always be true since there is '{}' in the file and then it will overwrite the save file with what is in persistantSize (In this case '{}'). We don't want that and we want it to set persistantSize to the playerInventories file instead which is what was in the else part of the statement. That's honestly the only line needed right now in LoadData unless there's a future update that does more with the method.
     
  13. I have a question, how do I give myself the permissions?
     
  14. Is it possible in the futur to raise the inventory on specific countainer ?
     
  15. I would like to give a bigger Backpack-Size to my VIP-Group. Actually i give it to every VIP by my own and after every restart again and again...thats a mess.

    I beg u to implemtate 2 things...
    1. Give rights to a group
    2. save Configuration to a file.

    Thanks alot.
     
  16. when i write comman on my server its write no permission but i have admin what i do wrong ?
    [DOUBLEPOST=1455215658][/DOUBLEPOST]
    i have same problem u have answers ?
     
  17. Is there a way to give everyone on the server my inventory?
     
  18. Hi,

    It is possible to known when i do /inv search 90 name of player please ??
     
    Last edited by a moderator: Jun 28, 2016
  19. This plugin is no longer working at latest Game/Oxide relase.After Players Death Inventory Size is getting back to default

    Is there any quick fix ?