1. Wulf

    Wulf Community Admin

    Are you having an issue with it?
     
  2. hello friend
    I would like to add these objects
    but it does not work me

    burlap shirt
    burlap shoes
    burlap trousers
    wooden spear
    stone hatchet
    stone pick ax
    wood
    stones

    sorry my English is low: P
    bye! ;)
     
  3. Wulf

    Wulf Community Admin

    Please show me your config file.
     
  4. Code:
    {
      "Messages": {
        "GiftsGiven": "Welcome gift(s) given to {player}",
        "GiftsReceived": "Enjoy your welcome gift(s) {player}!",
        "InvalidItem": "{itemname} is not a valid item!"
      },
      "Settings": {
        "Gifts": {
          "apple": 5,
          "burlap_gloves": 1,
          "burlap_shoes": 1,
          "burlap_shirt": 1,
          "wooden_spear": 1,
          "stone_hatchet": 1,
          "stone_pick_axe": 1,
          "wood": 5000,
          "stones": 5000,
          "apple": 5,
          "bandage": 3,
          "can_tuna": 3
        }
      }
    }
     
    Last edited by a moderator: May 8, 2015
  5. Wulf

    Wulf Community Admin

    Are you getting any errors in your Oxide logs?
     
  6. Trying to use this code, but dont undestand - who can see messages and why players cant get all items from list
    Code:
    {
      "Messages": {
        "GiftsGiven": "Welcome gift(s) given to {player}",
        "GiftsReceived": "Enjoy your welcome gift(s) {player}!",
        "InvalidItem": "{itemname} is not a valid item!"
      },
      "Settings": {
        "Gifts": {
          "apple": 5,
          "bandage": 3,
          "burlap_gloves": 1,
          "burlap_shirt": 1,
          "burlap_shoes": 1,
          "can_tuna": 3,
          "stone_hatchet": 1,
          "stone_pick_axe": 1,
          "stones": 5000,
          "wood": 5000,
          "wooden_spear": 1
        }
      }
    }
     
  7. Wulf

    Wulf Community Admin

    I'm not quite understanding what you are asking, but all items you add to the gift list are given to players. If an item isn't given, it's because that item doesn't exist.
     
  8. ok)
    who can see this message?
    Code:
    "GiftsGiven": "Welcome gift(s) given to {player}"
    and this?
    Code:
    "GiftsReceived": "Enjoy your welcome gift(s) {player}!"
    i cant see any in chat
     
  9. Wulf

    Wulf Community Admin

    GiftsGiven is logged to the server log. GiftsReceived is shown the player who received the item on first join.
     
  10. Is this plugin up to date? There comes messages like calling Hook etc.
     
  11. Wulf

    Wulf Community Admin

    Could you post your log please? If you're referring to the "Call hook" warnings, those are generally because of servers being slow.
     
  12. Code:
    {
      "Messages": {
        "GiftsGiven": "Welcome gift(s) given to {player}",
        "GiftsReceived": "Enjoy your welcome gift(s) {player}!",
        "InvalidItem": "{itemname} is not a valid item!"
      },
      "Settings": {
        "Gifts": {
          "box_wooden_large BP": 1,
          "lock.code BP": 1
        }
      }
    }
    sorry new here....is that right??
     
  13. Wulf

    Wulf Community Admin

    Yes, but right JSON doesn't like periods in the keys, so I may need to find a different config setup.
     
  14. not working......valid item
     
  15. Wulf

    Wulf Community Admin

    As I said, any item with periods has issues because of JSON.
     
  16. ok thanks...
     
  17. O K I'M new and useless plugin works fine, im using filezilla to upload and edit plugins, i cannot find the file to edit for this i simply want to give a new player a code lock blueprint, sorry to bother you guys instructions for a dummy please
     
  18. How can I reset the List of players who already got a Welcome gift?

    I reinstalled the Plugin and the config file and deleted the data file.
     
  19. Wulf

    Wulf Community Admin

    You'd need to delete the data file while the server is shutdown.