Rustcord

Moved

Total Downloads: 557 - First Release: May 24, 2018 - Last Update: May 24, 2018

5/5, 8 likes
  1. Remove bot's permission to use everyone pings.
     
  2. Is the botid the Number of my Application or the Name of the Bot User e.x. MyDiscordBot#1234 (Username) or under general information the ClientID?
    -Solved

    But what means the roleid? i want that a user can run a command with a command what i have to do or how to eidt the plugin?
     
    Last edited by a moderator: Aug 11, 2018
  3. Thanks... IDK why I didn't think of that. (Blonde moments)
    Other than that, great work! :)
     
  4. can someone pls help me cuz i dont know what i neet to do to get the deadnotes to work ill appreciate it alot
     
  5. Kiro has nearly everything completed from the list of upcoming changes I mentioned. He's still working on getting the chat filter to work, then it's just some cleanup of how the config file generates default and we should be good to go.

    If you are still having problems setting up, wait for the update. The way channels get configured is drastically changing and you're going to need to delete old configs anyway.

    Version 1.1.0 will be released on the Umod site. I will post a message here when that happens with a link until Wulf gets the redirect page setup.

    Best guess ETA: Sometime this week.

    If I can get him to sneak it in this update, there might also be PM and/or Clan chat logging support. If not, plan on that in 1.2.0
     
  6. It's just an Update, correct?
    Not something entirely new?
    Like, will the setup process remain the same?
    I ask because I've just created a tutorial video on how to set up this plugin.
     
  7. Sorry, but you're video won't help after 1.1.0.
     
  8. I've sent you a private message on the matter.
     
  9. What does "command": "roleid" means in the config file? What can i do with it?
     
  10. Will be implemented next update.
     
  11. how to see chat messages?
    [DOUBLEPOST=1534249696][/DOUBLEPOST]can the list of commands
     
  12. After a speciefic time the Bot goes Offline and type Messages while offline.. somebody have a solution?

    Same Issue as:
    But no solution? the Extension is Up to date.. download from AppVoyer
     
    Last edited by a moderator: Aug 14, 2018
  13. Here's a workaround I've come up with until the next rendition of Rustcord.

    • Download a plugin called Startup Commands which can be found at uMod - Startup Commands by Wulf
    • Put that into your server, and edit it's config file like so...
    Code:
    {
      "Commands": [
        "oxide.reload Rustcord"
      ]
    }
    • Then download a plugin called Smooth Restarter which can be found at uMod - Smooth Restarter by FuJiCuRa
    • Set the bottom section of it's config file to something like this...
    Code:
      "Timers": {
        "RebootTimes": {
          "03:00": "60"
        },
        "useTimers": true
      }
    • That will reset the server at 3AM every 24 hours with a 1hr notice for the players.
    Right now, this is the only solution I've been able to come up with that resolves this issue.
    I imagine that the next version of this plugin will fix this issue, if I read correctly.
     
  14. The server restart every morning at 06:00am but thanks i think i know how to "fix" it :)

    Timed Execution should work for this :)
     
  15. Can someone throw off your config?
     
  16. Error while compiling: Rustcord.cs(54,80): error CS0029: Cannot implicitly convert type `long' to `string'
     
  17. Everything is working fine except the join/disconnect messages, rust to discord chat is a kindv'e slow
    Code:
     Failed to call hook 'OnPlayerDisconnected' on plugin 'Rustcord v1.0.1' (InvalidOperationException: Collection was modified; enumeration operation may not execute.)
      at System.ThrowHelper.ThrowInvalidOperationException (System.ExceptionResource resource) [0x0000b] in <e1a80661d61443feb3dbdaac88eeb776>:0
      at System.Collections.Generic.List`1[T].ForEach (System.Action`1[T] action) [0x00053] in <e1a80661d61443feb3dbdaac88eeb776>:0
      at Oxide.Ext.Discord.REST.RESTHandler.BucketRequest (Oxide.Ext.Discord.REST.Request request, System.Action`1[T] callback) [0x0000e] in <c70faa7e50854fe0b707ce4ec3a240ad>:0
      at Oxide.Ext.Discord.REST.RESTHandler.CreateRequest (Oxide.Ext.Discord.REST.RequestMethod method, System.String url, System.Collections.Generic.Dictionary`2[TKey,TValue] headers, System.Object data, System.Action`1[T] callback) [0x0007b] in <c70faa7e50854fe0b707ce4ec3a240ad>:0
      at Oxide.Ext.Discord.REST.RESTHandler.DoRequest[T] (System.String url, Oxide.Ext.Discord.REST.RequestMethod method, System.Object data, System.Action`1[T] callback) [0x0000f] in <c70faa7e50854fe0b707ce4ec3a240ad>:0
      at Oxide.Ext.Discord.DiscordObjects.Channel.GetChannel (Oxide.Ext.Discord.DiscordClient client, System.String channelID, System.Action`1[T] callback) [0x0001f] in <c70faa7e50854fe0b707ce4ec3a240ad>:0
      at Oxide.Plugins.Rustcord+<OnPlayerDisconnected>c__AnonStorey3.<>m__0 (Oxide.Plugins.Rustcord+Settings+Channel ch) [0x00011] in <2b1a4ef3bfe04901b8328c2cc13c6edd>:0
      at System.Collections.Generic.List`1[T].ForEach (System.Action`1[T] action) [0x00024] in <e1a80661d61443feb3dbdaac88eeb776>:0
      at Oxide.Plugins.Rustcord.OnPlayerDisconnected (BasePlayer player, System.String reason) [0x0004d] in <2b1a4ef3bfe04901b8328c2cc13c6edd>:0
      at Oxide.Plugins.Rustcord.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x001a6] in <2b1a4ef3bfe04901b8328c2cc13c6edd>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0
     
  18. Rustcord 1.1.0 is finished and is doing final test runs while we wait for umod's site to catch up.
     
  19. Sir, im eagerly waiting for the new rustcord and the discord extension. any ETA yet? im building a new server and would like to implement the new files instead of the old ones. Thanks and love you for all your work! its priceless to say the least.