Slack

Moved

Total Downloads: 1,323 - First Release: Jun 7, 2016 - Last Update: Dec 7, 2016

5/5, 6 likes
  1. Can act as a rcon console?
     
  2. Wulf

    Wulf Community Admin

    No, it only sends messages to Slack.
     
  3. Any way to send tickets to slack
     
  4. Wulf

    Wulf Community Admin

    Use the SlackReport plugin. If you want another plugin to support it, it'd need to add support.
     
  5. Already on it, thank you <3
     
  6. Nice one, didn't even see this. Can you connect this to Hydras ticket system? It'd be pretty decent if you could and it bypasses using third-party tools like Mandrill.
     
  7. Wulf

    Wulf Community Admin

    That plugin would need to integrate it.
     
  8. @Wulf, can I call these functions from within a Rust plugin using BasePlayer? or is there a way to convert BasePlayer to IPlayer?
     
  9. Wulf

    Wulf Community Admin

    You'd need to get the IPlayer:
    Code:
    covalence.Players.GetPlayer(string id)
     
  10. You sir are a gentleman and a scholar ;)
     
  11. Wulf

    Wulf Community Admin

    Wulf updated Slack with a new update entry:

    0.1.4

     
  12. Wulf

    Wulf Community Admin

    Wulf updated Slack with a new update entry:

    0.1.5

     
  13. Wulf

    Wulf Community Admin

    Wulf updated Slack with a new update entry:

    0.1.6

     
  14. Doesn't work for rust legacy
    (20:01:51) | [Oxide] 10:02 PM [Error] Slack plugin failed to compile!

    (20:01:51) | [Oxide] 10:02 PM [Error] Slack.cs(172,50): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayer' does not contain a definition for `Name' and no extension method `Name' of type `Oxide.Core.Libraries.Covalence.IPlayer' could be found. Are you missing an assembly reference?
     
  15. Wulf

    Wulf Community Admin

    You'd need to update Oxide, that change was made about a month or so ago.
     
  16. Not getting any error, but no longer getting message into slack. Nothing changed other than coping over most recent version of the plugin. Tried setting up from scratch still same issue.

    No console errors
    /report "message"

    Nothing on console, no error, or anything.
     
  17. Wulf

    Wulf Community Admin

    The update would not stop it from working, the only thing that changed was one line for getting a player's position.
     
  18. I dunno, ive had alot of issues in the past i think its likely something on my server, its a pitty i loved this addon. Ive got another solution thats abit more clunky but does the job :(
     
  19. Wulf

    Wulf Community Admin

    Could I see your config file for both plugins please?