SignArtist

Moved

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

4.88966/5, 145 likes
  1. Right after todays rust update i get the following compiler errors:

    SignArtist.cs(296,14) warning CS0114 `Oxide.Plugins.SignArtist.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    SignArtist.cs(296,14) warning CS0114 `Oxide.Plugins.SignArtist.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
     
  2. Wulf

    Wulf Community Admin

    Those aren't errors and won't cause the plugin to not load.
     
  3. Same response as previous... warnings mean something and should be fixed.
     
  4. Yes they mean something. Most likely to the developer. Warnings are just most likely a notice to the developer about something where he MIGHT have done something he didn't originally want to. And if there are any warnings which actually tell the developer about something he didn't want like that, he'
    d likely fix it.
    Compiler Warnings are definitly not an eye-candy. But "fixing" warnings is definitly not such a high priority as the warnings themselves do not harm at all.
     
  5. "You don't have permission to use this command!" Im the owner, did i miss something, i also couldnt see something about that on the overview, can someone assist me please?
     
  6. So I was looking arround and didnt find any Question or responce (maybe I looked wrong but checked 2x), so is there any copy command in Sil? ex. I have some images trough copy/paste plugin on my buildings, but cant find the url of those pictures, so is there a way to copy those images and paste sil them somewhere else? If not can we @Nogrod get it in next version? something like /sil copy with permission signartist.copy
     
  7. Wulf

    Wulf Community Admin

    grant group default signartist.url

    Swap out "default" for any other group if desired.
     
  8. U need t
    o use permissions, it doesnt mean that you are owner you can do what ever ;) use in console (RCON)
    grant group admin signartist.url
     
  9. Thank you both for the quick answer, once more. How can I disable the cooldown of 3 mns?
     
  10. permission signartist.cd and also there is a config file where you can modify the time (cd)

    from overview page:
    • signartist.url -- To use /sil <URL>
    • signartist.owner -- To ignore owner check
    • signartist.cd -- To ignore cooldown check
    • signartist.raw -- To ignore jpg compression
     
  11. Is it at all possible to add the ability to see what people have pasted somehow? I am having the issue where people are pasting porn onto signs. This is a serious problem for the streamers on my server. Because of twitches stupid rules, if someone has even an ankle on a sign the streamer will get banned and thus will not be able to/ will not want to play on the server.

    For now i will have to fly into peoples bases and check their signs,
    people wont like it but it has to be done.
     
  12. There is option in config to make logs or you can use other plugins such as spyon and have it to log those commands ;) That way you can control what somebody pasted, not sure how to get coords, but if you know nick and what he signed, you can tp to his base and search for it ;)
     
  13. it wont let me give it to the default group it says players doesn't exist
    [DOUBLEPOST=1469676031][/DOUBLEPOST]it says group player doesn't exist
     
  14. Wulf

    Wulf Community Admin

    grant group default PERMISSIONNAME

    The default group has been default for the past few months.
     
  15. thank you
     
  16. can u explain how to pls? cant get it to work it seems :S ty
     
  17. Wulf

    Wulf Community Admin

    That was an old post you quoted, but the way now would be 'grant group default signartist.url' and such.
     
  18. trying to add for certain groups. like
    oxide.grant group donator sil_url
    [Oxide] 22:33 [Info] Permission 'sil_url' doesn't exist
     
  19. Wulf

    Wulf Community Admin

    It hasn't been that for a year now, the correct permissions are on the Overview.
     
  20. Hey guys, hope this helps someone... Do this:
    oxide.grant group admin signartist.url

    As Wulf mentioned somewhere earlier; there is default groups of Admin and Moderator. You can add more groups using:
    group add GROUPNAME
    Than adding users to the groups:
    usergroup add USERNAME GROUPNAME

    I think the problem here is that this plugin's overview doesn't assume you are new to rust commands, and like me you hate reading manuals :)
    CHECK THIS OUT regarding permissions: Using Oxide's permission system | Oxide