[CHAT/ADMN/WEB] Runner v1.0.1 - Web Console Commands and Remote Chat[1060]

Discussion in 'Inactive/Unsupported Plugins' started by AJCStriker, Jul 22, 2011.

  1. Offline

    AJCStriker

  2. Offline

    mooman219

    Love it, Downloaded
     
  3. Offline

    Plague

    download cannot be hidden, tags in title should be in one group like [X/X]
     
  4. Offline

    AJCStriker

    Sorry about that couldn't find a way to space it right and the groups I just misread.
     
  5. Offline

    AJCStriker

    Version 0.2 released, now with web based console commands!
     
  6. Offline

    BHC_Freddiex

    Really love it, seems stable and looks to add a lot of functionality to server chat, well done, can anyone confirm whether the commands work well? ;)
     
  7. Offline

    AJCStriker

    All testing I've done seems to show they are stable. Please tell me any bugs?
     
  8. Offline

    BHC_Freddiex

    Well, it seems to work really well and it's genuinely useful to be able to moderate and help people when I'm not at my desktop or playing MC, really good job on that. :D
     
  9. Offline

    tha d0ctor

    interesting indeed too bad I already do this with IRC
     
  10. Offline

    AJCStriker

    Yes, They are very similar but with this you don't have to use IRC which I personally don't like.
     
  11. Offline

    tha d0ctor

    yea I see where ur coming from, I just use it for lack of anything better :/
     
  12. Offline

    AJCStriker

    Fair enough. Out of interest is there anything you would see added to this plugin to make it better?
     
  13. Offline

    tha d0ctor

    yes I do ;)

    1) does the remote console portion allow everyone to send commands or just one person you designate? it might need permissions or just a simple OP or not check

    2) Link it to specific herochat channels so it isn't global

    3) Make the usernames that you chat to mysql configurable so someone could make a php framework to keep adding people who want to chat to the server

    4) chat logging ;)

    5) keep up the good work and creativity, you have one of the only original plugins I have seen for quite some time!
     
  14. Offline

    AJCStriker

    As to one, do you mean relay things the console says back again. It already sends commands.

    Two, great idea I'll look into it.

    Three, I was looking at that, to clarify do you mean make some form of MySQL database that allows other users to be added by the server and external websites?

    Four, already coded in version 0.3 dev.

    Five, THANKS!
     
  15. Offline

    tha d0ctor

    1) I revised this cause I reread the OP and saw you already added this, but does the server send back confirmation of the command to gmail? also can anyone send commands or is that limited to a certain admin/email

    2) sweet!

    3)exactly, the mysql database would control the portion of the config that determines whose email accounts will be chatting with the server. this way people can sign up to talk to the server without you having to go in and configure stuff

    4)great!

    5) np, great job!
     
  16. Offline

    AJCStriker

    ok to sum up, I was looking into a line in the config of all people to connect to. Ill move that to MySQL. and there is an option in the config of Admin_Mode: this allows commands to be sent from the server. Ill add this to MySQL as well as a kind of permissions style thing.

    Version 0.3 released. Now with log files. The plugin can now be used as a chat log and will format the data with [Time] : Internet or Server Chat : Player/Gmail account : message

    Two new config lines to configure the log.
    LogModeOn: true
    LogFileName: chatterlog.chatlog

    both the file name and extension of LogFileName are open to customization but don't use an extension already used by an application on your PC. Whatever you call it, it should open and display nicely with notepad and notepad++.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  17. Offline

    AJCStriker

    I've been trying all day to work this into a single jar. At the moment, I can get past the NoClassDef errors but without the modified startup it just wont receive messages from the internet. I'm going to sideline that for the time being and try to have a release for tomorrow allowing for Multi-User chats however for the time being, its still complicated to setup.

    If any of you know how to, or would like to attempt to make this work without the extensions, I will provide you with the source code to attempt it and also credit you for it in the topic and plugin.
     
  18. Offline

    Markj2

    i think the smack file or something is corrupted cause i cant get my server to broadcast now and when i said stop it said Im sorry Dave i cant let u do that heres the file 'echo-off' is not recognized as an internal or external command,
    operable program or batch file.

    C:\Users\Admin\Desktop\minecraft_server>"C:\Program Files (x86)\Java\jre6\bin\ja
    va.exe" -Xms1024M -Xmx1024M -jar craftbukkit.jar
    151 recipes
    16 achievements
    18:29:05 [INFO] Starting minecraft server version Beta 1.7.3
    18:29:05 [INFO] Loading properties
    18:29:05 [INFO] Starting Minecraft server on *:25565
    18:29:05 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-980-
    g4ed23b1-b1060jnks (MC: 1.7.3)
    18:29:05 [INFO] Preparing level "world"
    >stop
    18:29:15 [SEVERE] java.lang.NullPointerException
    18:29:15 [SEVERE] at org.bukkit.craftbukkit.CraftServer.getWorld(CraftServ
    er.java:646)
    18:29:15 [SEVERE] at org.bukkit.craftbukkit.CraftServer.addWorld(CraftServ
    er.java:655)
    18:29:15 [SEVERE] at net.minecraft.server.World.<init>(World.java:154)
    18:29:15 [SEVERE] at net.minecraft.server.WorldServer.<init>(WorldServer.j
    ava:27)
    18:29:15 [SEVERE] at net.minecraft.server.SecondaryWorldServer.<init>(Seco
    ndaryWorldServer.java:8)
    18:29:15 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:211)
    18:29:15 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:149)
    18:29:15 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:337)
    18:29:15 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    18:29:15 [SEVERE] Unexpected exception
    java.lang.NullPointerException
    at org.bukkit.craftbukkit.CraftServer.getWorld(CraftServer.java:646)
    at org.bukkit.craftbukkit.CraftServer.addWorld(CraftServer.java:655)
    at net.minecraft.server.World.<init>(World.java:154)
    at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    at net.minecraft.server.SecondaryWorldServer.<init>(SecondaryWorldServer
    .java:8)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:211)
    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)
    18:29:15 [INFO] I'm sorry, Dave, but I cannot let you do that.
    >
     
  19. Offline

    AJCStriker

    Hi mark,

    Ive actually been working on a new version with a GUI, so I'll try and fix that up for you to use instead.

    Also your error message appears to suggest you are running on one of the 900 builds. Is this because you don't want to update?

    I haven't actually checked that build works.

    New one out. May still be some development code there so please tell me if there is. If you were using this for cross server. I should have that back by the end of the day.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  20. Offline

    imoneofthem

    wow you are working crazily hard on the development of your plugin and I commend you for such efforts :)

    I have a feature suggestion. How about the implementation of user groups like MCTelnet and users are categorised by their email address.

    Also this plugin has such potential:
    http://imgroups.net/

    Anyone from Yahoo, GTalk, MSN and Minecraft could theoretically speak to one another

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  21. Offline

    AJCStriker

    @imoneofthem Thanks for the praise! That IM group just solved 90% of my dev woes I think. Ill definitely look into using that as default.
     
  22. Offline

    BHC_Freddiex

    Wow, you've really improved on this, good job! If you can implement more messaging services and deliver on the GUI you mentioned, I think this could be a plugin on the same userbase level as Essentials or LWC.
    Amazing Job! <3
     
  23. Offline

    Robert Pendell

    I tried this plugin but I'm getting response error decoding packet whenever I try to send a command. Any help?

    There are no crashes in the server log from what I've seen.
     
  24. Offline

    AJCStriker

    What command are you trying to send and is the world file not the default World. I am working on the world thing as the console sender will currently only send commands to the default World world file - the one mine craft generates. If this isn't the reason, get back to me and we can investigate further...

    -EDIT-

    Rethinking this and reviewing the code, I can't see a reason for error in the actual command bar only the buttons. Could you tell me what command you were using, any of plugins and if the command works from the normal console. Any issues get back to me.
     
  25. Offline

    Robert Pendell

    @AJCStriker
    I'll go back and reinstall the plugin and try again.

    Update: This was with any command. Even basic ones like "version" and "plugins"

    Default world is currently named world. I have 3 other worlds though. world_nether, skyrealm, and creative. nether-access is disabled (if it matters).

    Plugins list:
    Update 2: Went back and loaded this on my local install. Disabled all the plugins for isolation and the issue is still present.
     
  26. Offline

    AJCStriker

    Ok, my best guess is that the command sender broke with the latest craftbukkit. I might not have internet for a couple of days, but i'll do my best to fix this.
     
  27. Offline

    spencer1194

    I don't quite get these installation instructions, they aren't quite clear, i have never used Google Talk so i don't really understand what your saying.
    The above seems a bit confusing.. just my opinion, Thanks for help in advance.
     
  28. Offline

    BHC_Freddiex

    Okay, so you have made an account for the server to receive messages on in step 1, and in step 2 you add the account you want to send messages to the server from on Google Talk as a friend. Hope this helps :p
     
  29. Offline

    AJCStriker

    @spencer1194 There was a video which I will repost, but I am making a new one with clearer more precise instructions. Although I can only really put hours into this on weekends so sorry if it takes that long.
     
  30. Offline

    spencer1194

    alright thanks, looking forward to it
     

Share This Page