Thread: 317 PI unmute command

Results 1 to 3 of 3
  1. #1 317 PI unmute command 
    Registered Member
    Join Date
    May 2013
    Posts
    156
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    hey, my ::unmute command dont work - simple as that.
    any help?
    Reply With Quote  
     

  2. #2  
    Moderator
    Ramenryoko's Avatar
    Join Date
    Jul 2006
    Posts
    174
    Thanks given
    4
    Thanks received
    6
    Rep Power
    36
    What does it currently look like
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2013
    Posts
    156
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Ramenryoko View Post
    What does it currently look like
    if (playerCommand.startsWith("unmute")) {
    try {
    String playerToBan = playerCommand.substring(7);
    Connection.unMuteUser(playerToBan);
    } catch (Exception e) {
    c.sendMessage("Player is probably offline.");
    }
    }
    }
    }
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. 317 [PI] ::Kick command Help!
    By Defective in forum Help
    Replies: 4
    Last Post: 01-12-2012, 12:28 PM
  2. 317 Pi couple commands.
    By walex80 in forum Help
    Replies: 3
    Last Post: 11-21-2011, 11:38 PM
  3. 317 pi backup command
    By walex80 in forum Help
    Replies: 5
    Last Post: 11-20-2011, 10:41 PM
  4. [PI] Unmute Command
    By JusticeHewitt in forum Help
    Replies: 4
    Last Post: 07-24-2011, 02:26 AM
  5. [PI] Unmute Command [PI]
    By Sillhouette in forum Help
    Replies: 2
    Last Post: 04-23-2011, 12:23 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •