SignArtist

Moved

Total Downloads: 39,211 - First Release: Apr 29, 2015 - Last Update: Jan 19, 2018

4.88966/5, 145 likes
  1. Wulf

    Wulf Community Admin

    Did you check the oxide.groups.json file to see if it was added correctly? There is no inheritance right now either, so in order for you to use it, you'd need to be in that group too or the permission in your group.
     
  2. I see, did not know there was no inheritance. this solved my issue thanks
     
  3. So I set the permissions for admins (oxide.grant group admin cancustomimage in console) and went to add a test image but when I typed /sil http://i.imgur.com/QNLY5yK.png nothing happened. No message in chat, nothing.

    Further, I can't type anything else in chat - no comments, no commands, nothing works - and eventually get kicked for being unresponsive.

    I have to fully close the game and reload to be able to chat/use commands again (and stop it kicking me for being unresponsive).
     
    Last edited by a moderator: May 4, 2015
  4. Wulf

    Wulf Community Admin

    "cancustomimage" is not used anymore. See the Overview for the correct permissions. The "unresponsive" issue is not something this plugin would cause, and instead sounds like a client issue.
     
  5. i cant find the right groupname in the overview...
     
  6. Wulf

    Wulf Community Admin

    player, moderator, and admin are the default Oxide groups.
     
  7. yeah.
    {
    "admin": {
    "Title": "admin",
    "Rank": 0,
    "Perms": [
    "cancustomimage"
    ]
    },

    i still get error "you dont have permission" since update to sign artist
     
  8. Wulf

    Wulf Community Admin

    cancustomimage is not a permission anymore. See the Overview for the correct ones.
     
  9. Code:
      },
      "admins": {
        "Title": "",
        "Rank": 0,
        "Perms": [
        "sil_storage"
        "sil_url"
        "sil_owner"
        "sil_cd"
        "canwolf"
        ]
      }
    Doesnt work, tried everything to get the permissions even consolecommands
     
  10. Wulf

    Wulf Community Admin

    Is your user in the "admins" group? The "admins" group is not the same as the default "admin" group.
     
  11. Yea we are in the correct group
     
  12. Wulf

    Wulf Community Admin

    Please upload both permission files.
     
  13. Okay, set admin group for all the changed permissions (sil_url, sil_storage, sil_owner, and sil_cd ), and again, when I tried it in game, looking at a sign and typing /sil http://i.imgur.com/QNLY5yK.png nothing happened. No messages, nothing.

    And once again, it made me go unresponsive to the point where the game kicked me for unresponsiveness and I had to exit the client and reload before I could type in chat again.

    It absolutely IS this plugin causing the unresponsiveness. No other plugins are causing this, and everything works fine when I'm not trying to use this plugin.
     
  14. Thats the group file

    Code:
    {
      "admin": {
        "Title": "admin",
        "Rank": 0,
        "Perms": [
        "sil_storage"
        "sil_url"
        "sil_owner"
        "sil_cd"
        "canwolf"
        "canchicken"
        "canbear"
        "canboar"
        "cannpc"
        "canstag"
       ]
      },
      "moderator": {
        "Title": "moderator",
        "Rank": 1,
        "Perms": []
      },
      "player": {
        "Title": "player",
        "Rank": 2,
        "Perms": [
        "canchicken"
        "canbear"
        "canboar"
        "cannpc"
        "canstag"]
      },
      "vip": {
        "Title": "V.I.P.",
        "Rank": 0,
        "Perms": [
          "color_vip"
        ]
      },
      "admins": {
        "Title": "",
        "Rank": 0,
        "Perms": [
        "sil_storage"
        "sil_url"
        "sil_owner"
        "sil_cd"
        "canwolf"
        "canchicken"
        "canbear"
        "canboar"
        "cannpc"
        "canstag"
        ]
      }
    And following is the user file
     

    Attached Files:

  15. Hi,

    thanx for the update.
    How about an addition which logs the user, the arguments and maybe the texture-id from a request? That would be great - thx keep it up!
     
  16. I have noticed that the plugin stops working after a server restart (or over time), but once I reload it it works fine.
    I have a similar issue with my vipname plugin, not sure why. Once reloaded all back to normal.

    Any ideas?
     
  17. Wulf

    Wulf Community Admin

    Did you check your log for errors?
     
  18. Oh. Sure, i will add it
     
  19. So I've been going at this for a couple days and to no end can get it working.

    So I'm trying to use SignArtist and it requires to add permissions to groups.

    So doing so after adding it

    oxide.grant group admin cancustomimage

    It does nothing and looking into oxide.groups it shows that this permission did not go through even though on rusty and console it says permission has been added.

    help would be great!