Inactive [ADMIN] Crafty v0.7.6 - Server GUI [1240]

Discussion in 'Bukkit Tools' started by Timberjaw, Feb 3, 2011.

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

    furt

    Suggestion:
    the ability to add addition options to clicked players, example
    to add a new option
    optionbind; <buttonname>; <command>;
    say u want to add promote command from permissionsplus you would do
    optionbind; Promote; promote &p;

    &p would equal player clicked.
     
    Apasalic likes this.
  2. Offline

    macbookcore

    how do i do that on a mac
     
  3. Offline

    Apasalic

    This Suggestions Rox!!! ADD THIS! ;-D
     
  4. Offline

    Timberjaw

    Planned.

    I like the overall idea. I need to get the config stuff sorted out first though. :)

    Do what?

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

    Apasalic

    He means how he can launch it and stuff.
     
  6. Offline

    Celtic Minstrel

    Double-click the jar file... though that'll run it without the extra flags like incgc and such. Or make a shell script; that's basically the same as the .bat except with .sh on the end instead. It may even work to just rename crafty.bat to crafty.sh and double-click (depending on what's in there; I'd look, but I'd need to download it first).
     
  7. Offline

    macbookcore

    how do i get that gui on mac os x 10.6.7
     
  8. Offline

    Celtic Minstrel

    Double-click the jar file.
     
  9. Offline

    StalinEXE

    Your program is awesome.
    Will you add multilanguage in future? For interface and chat.
    If you will, I want to help with translating into Russian.
     
  10. Offline

    Timberjaw

    Good idea. So much to do!
     
  11. Offline

    furt

    Are you planning on releasing the source im sure some of us would gladly contribute if we can fork.
     
  12. Offline

    ra-ka

    Code:
     Exception in thread "main"  java.lang.UnsatisfiedLinkError: C:\Users\[USERNAME]\AppData\Local\Temp\jline_git-Bukkit-0_0_0-659-gc210f22-b684jnks.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(Unknown Source)
        at java.lang.ClassLoader.loadLibrary(Unknown Source)
        at java.lang.Runtime.load0(Unknown Source)
        at java.lang.System.load(Unknown Source)
        at jline.WindowsTerminal.loadLibrary(WindowsTerminal.java:315)
        at jline.WindowsTerminal.initializeTerminal(WindowsTerminal.java:240)
        at jline.Terminal.setupTerminal(Terminal.java:75)
        at jline.Terminal.getTerminal(Terminal.java:26)
        at jline.ConsoleReader.<init>(ConsoleReader.java:191)
        at jline.ConsoleReader.<init>(ConsoleReader.java:186)
        at jline.ConsoleReader.<init>(ConsoleReader.java:174)
        at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:65)
        at com.aranai.crafty.Crafty.startServer(Crafty.java:694)
        at com.aranai.crafty.Crafty.<init>(Crafty.java:377)
        at com.aranai.crafty.Crafty.main(Crafty.java:156)
    
    This Error come with Build #689 (MC 1.5_02)
     
  13. Offline

    Timberjaw

    Yes. Very soon.
     
  14. Offline

    Riley1994

    Hi,
    Your GUI is broken when used with 1.5_02 server (CB:689). I get this error on start up, then nothing happens [creeper]:
    Code:
     Exception in thread "main"  java.lang.NoSuchMethodError: net.minecraft.server.PropertyManager.a(Ljava/lang/String;I)I
        at com.aranai.crafty.Crafty.startServer(Crafty.java:664)
        at com.aranai.crafty.Crafty.<init>(Crafty.java:377)
        at com.aranai.crafty.Crafty.main(Crafty.java:156)
    
     
  15. Offline

    StalinEXE

    So, I can start working when you say)

    My Gmail/gTalk: [email protected]
     
  16. Offline

    Kebab

    This.

    Timbeeer, quick fix?

    Also little bug: Sometimes the program doesn't exit when you use the exit button. If you close the program with the x it's still running in the process window.
     
  17. Offline

    Timberjaw

    Updated! v0.7.3 is a minor update for Minecraft 1.5+. Built against CraftBukkit 705. Use at your own risk until a CraftBukkit Recommended Build is out!

    This version also adds auto-kick to the shutdown process, so it should now be safe to shut down a server full of players. No associated commands or customizable messages yet. When you shut down, all players are kicked with the message "Shutting down."

    Almost forgot! The source is now available at: https://github.com/Timberjaw/Crafty

    Feel free to fork and make your own improvements or additions. If you make additions you'd like to see in Crafty proper, think hard about whether they would make more sense as a plugin first, and whether the addition would be useful to most admins. I'd like to keep Crafty as trim as possible.

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

    Kebab

    Thanks, Timberjaw. :)
     
  19. Offline

    Firemars

    Hey man, i love you plugin! Thanks for all the good work :D
     
  20. Offline

    Simanova

    Is it possible to build a remote edition of Crafty?
    I configured my linux debian squeeze server without a graphical interface (desktop), because its not nessecary.
     
  21. Offline

    Amix13

    Is there something wrong with my computer, or does this not show people talking? I can see them talking if I run my server through the cmd, though. If it isn't a glitch, I would really enjoy to see this feature. Also, could there possibly be a conflict that is causing it not to show me people talking because I have the TextWrap mod installed?
     
  22. Offline

    Timberjaw

    Could be related to the mod. Try disabling TextWrap and see what happens.

    @loudambiance CB is starting within the same overall process as the GUI, so I think that should work, but I really don't know for sure.

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

    loudambiance

    I was previously using this BAT file to launch CraftBukkit:

    Code:
    @ECHO OFF
    start /abovenormal /B /I /affinity 0xC0 java -Xmx1024M -Xms1024M -jar craftbukkit.jar
    If I were to change the crafty.bat to use the "/abovenormal" and "/affinity 0xC0" switches, is this going to work as it did, or will it only set the gui to abovenormal and bound to cpu 6 and 7?

    Edit: Lol @Timberjaw, I deleted my original post because I tried to edit it and the FONT and CODE tags started breeding like rabbits and screwed it up. Thanks for the quick response, will give it a shot.
     
  24. Offline

    Amix13

    I did, and it worked. Thank you! By the way, why would I still be able to see the chat when in cmd?
     
  25. Offline

    Timberjaw

    To make a long story short(er), Crafty displays the server output via a slightly different method, by necessity. CraftBukkit outputs to both System.out and System.err as part of its recently-fancified output. One of them (System.out, I think) just outputs the '>' mark on the input line. If Crafty pulls both outputs, you get '>' marks interspersed throughout the rest of the output, which is super ugly.

    So if a plugin outputs to System.out, its output will disappear from Crafty. It should use a logger instead.

    Caveat: this information is based on the state of CB's output mechanism shortly after the fancy output was added. There may be a better workaround available, but I am not as of yet aware of it.
     
  26. Offline

    Killie01

    i always have to rename craftbukkit-0.0.1-SNAPSHOT.jar to craftbukkit.jar
    maybe support for both names?, would help alot here
     
  27. i get the exception in class main error also. CB 721, Crafty 0.7.3... any fix?
     
  28. Offline

    Timberjaw

    I don't know if it's possible to support both. The reference goes in the manifest, which is static.

    Did you rename craftbukkit-0.0.1-SNAPSHOT.jar to craftbukkit.jar?

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

    loudambiance

    It seems to work as expected. Thank you.
     
  30. yep. newest java.

    EDIT: i mean 6-u24...
    to start the server i am running a .sh with:
    java -Xincgc -Xmx3G -jar crafty.jar

    weird. it just worked. hmm

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 8, 2016
Thread Status:
Not open for further replies.

Share This Page