Thread: Zenzie's PlayerControlPanel #1 -BeTa ReLease-

Page 1 of 6 123 ... LastLast
Results 1 to 10 of 54
  1. #1 Zenzie's PlayerControlPanel #1 -BeTa ReLease- 
    × Zenzie ×
    Guest
    Early X-Mas Present! Open Source!

    This is only a beta release to let people test this, Post feedback fo' sho'!
    If you wan't any updates POST THEM HERE! This is ontl 1/3 of my total serverConsole ... I need some updates for the main screen , and I need to start on the server restart panel.

    Picture of PlayerControlPanel:
    Under GNU-License: No selling, No leeching, No stealing.

    If you run your server and the panel is. a grey screen minilize it and maxilize it back.


    Features of it:
    • Kick
    • Getting few playerStats
    • Mute & Unmute (WORKS! 100%)
    PS:
    Ban doesn't work atm
    Is only BeTa will update recently If you guys post some idea's

    Download Link:
    http://s1.**********/d/M3TIJ7 (Open Source)

    Setup:

    Go to client.java
    search for
    public void initialize() {

    add in there

    [PHP]server.playercp.listModel.addElement(playerName)/PHP]

    -------------------------------------------------------------------------------
    Add this with your commands (Not sure if it really works 100%)
    Doesnt add newLine in the box but i'm fixing that

    [PHP]if(command.startsWith("contact") && command.length() > 8 && muted == 0) {
    String Message = command.substring(8);
    sendMessage("Succesfully sended message!");
    server.playercp.textArea.append("Player "+playerName+" : "+Message);
    }[/PHP]
    ------------------------------------------------------------------------------
    Search for whole Case4:
    replace it with

    [PHP]case 4: // regular chat
    if(muted == 0) {
    chatTextEffects = inStream.readUnsignedByteS();
    chatTextColor = inStream.readUnsignedByteS();
    chatTextSize = (byte)(packetSize-2);
    inStream.readBytes_reverseA(chatText, chatTextSize, 0);
    chatTextUpdateRequired = true;
    } else {
    chatTextUpdateRequired = false;
    }
    break/PHP]

    Don't forget to declare
    [PHP]public int muted = 0/PHP]
    ------------------------------------------------------------------------------
    add in server.java

    [PHP]playercp = new playercp()/PHP]
    &&
    [PHP]public static playercp playercp = null/PHP]
    -----------------------------------------------------------------------------


    Credits: Me?
     

  2. #2  
    Donator


    Join Date
    Feb 2007
    Posts
    1,578
    Thanks given
    0
    Thanks received
    0
    Rep Power
    473
    Nice wont add but ***+
     

  3. #3  
    Banned

    Join Date
    May 2007
    Posts
    2,690
    Thanks given
    115
    Thanks received
    45
    Rep Power
    0
    good job mate
     

  4. #4  
    × Zenzie ×
    Guest
    Thought more people were intrested in this.
     

  5. #5  
    ernisx
    Guest
    Looks hot rap+ .
     

  6. #6  
    Nite Of Sun
    Guest
    looks good ill try it out rap+
     

  7. #7  
    × Zenzie ×
    Guest
    Don't forget to post any updates that you wan't I created this to make it more easy to handle a Pserver as owner.
     

  8. #8  
    scriptscape
    Guest
    Nice work zenzie,
    Maybe you could add an additem and teleport function or maybe addexp..

    Players can contact the ControlPanel user but can the ControlPanel user tell things to the players?

    Greetz, Scripty
     

  9. #9  
    × Zenzie ×
    Guest
    I think i'm going to add some commands in the main ServerConsole. Else that part is so empty :O
     

  10. #10  
    Renown Programmer

    Sean's Avatar
    Join Date
    May 2007
    Age
    32
    Posts
    2,757
    Thanks given
    264
    Thanks received
    1,090
    Rep Power
    4393
    this is sweet, adding real java to servers , im gona test and see if any bugs are in it and il give u feed back on msn
     

Page 1 of 6 123 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •