Weird request, but a "DiscordSRV" clone that works for Minecraft 1.7.3 server would be nice

Discussion in 'Plugin Requests' started by ioi_xd, Mar 6, 2019.

Thread Status:
Not open for further replies.
  1. Offline

    ioi_xd

    Basically that plugin syncs a Discord server channel with a Minecraft server so that the Minecraft chat gets posted in that channel, and vice versa. I recently started a 1.7.3 server for my Discord and it'd be nice to have something like that.
     
  2. Online

    timtower Administrator Administrator Moderator

    @ioi_xd Did you try one of the earlier versions already? Or the current one.
     
    Last edited: Mar 7, 2019
  3. Offline

    ioi_xd

    Earliest one I could get my hands on was 1.0, listed here.
    Code:
    20:06:56 [SEVERE] Error occurred while enabling DiscordSRV v1.0 (Is it up to date?): com.scarsz.discordsrv.Discor
    dSRV.saveResource(Ljava/lang/String;Z)V
    java.lang.NoSuchMethodError: com.scarsz.discordsrv.DiscordSRV.saveResource(Ljava/lang/String;Z)V
      at com.scarsz.discordsrv.DiscordSRV.onEnable(DiscordSRV.java:34)
      at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
      at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
      at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
      at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
      at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
      at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
      at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
      at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
      at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    The newest version does not work either.
     
  4. Offline

    ItzDerock

    What you are asking may not be possible for someone to do for free. It would require hosting a Discord Bot, which isn't free.

    People would have to:
    -log every time someone says something by server
    -Use SQL to upload the message (which also needs hosting)
    -Have a discord bot check the SQL database every second for new messages.

    So:
    -Create a SQL server
    -Create a discord bot (uses an entirely different language)
    -Create a jar plugin
    -Get hosting

    All for free.
     
  5. Online

    timtower Administrator Administrator Moderator

    @ItzDerock And why not do it the same way the existing plugin is doing it then,
    Nobody says that the developer also has to host everything.
     
Thread Status:
Not open for further replies.

Share This Page