Thread: Help? 667 tiznex

Results 1 to 5 of 5
  1. #1 Help? 667 tiznex 
    Registered Member
    Join Date
    Apr 2015
    Posts
    170
    Thanks given
    30
    Thanks received
    5
    Rep Power
    15
    i was looking the server up ...

    i just noticed when i delete "luke" account , and to make new account with same name "luke"

    no rights , nothing ?...



    whats the password for "Luke" if anyone knows


    Sorry for bad english
    Reply With Quote  
     

  2. #2  
    Respected Member


    Kris's Avatar
    Join Date
    Jun 2016
    Age
    26
    Posts
    3,638
    Thanks given
    820
    Thanks received
    2,642
    Rep Power
    5000
    It's the end of the world, am I right..?

    What exactly tells you that it's the password that gives you the rights (lol)?
    Either just open the Player.java file, find the place where it initiates the player upon login and add an if-sentence in the form of:
    Code:
    if (player.getUsername().toLowerCase().equals("luke"))
    player.setRights(2);
    or just write a command in the appropriate rights section of the Commands.java file in the form of
    Code:
    case "owner":
    if (player.getUsername().toLowerCase().equals("luke")) {
    player.setRights(2);//assuming 2 stands for owner rights, of course.
    player.sendMessage("You have just been granted owner rights.");
    }
    return true;
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2015
    Posts
    170
    Thanks given
    30
    Thanks received
    5
    Rep Power
    15
    Quote Originally Posted by Eldritch View Post
    It's the end of the world, am I right..?

    What exactly tells you that it's the password that gives you the rights (lol)?
    Either just open the Player.java file, find the place where it initiates the player upon login and add an if-sentence in the form of:
    Code:
    if (player.getUsername().toLowerCase().equals("luke"))
    player.setRights(2);
    or just write a command in the appropriate rights section of the Commands.java file in the form of
    Code:
    case "owner":
    if (player.getUsername().toLowerCase().equals("luke")) {
    player.setRights(2);//assuming 2 stands for owner rights, of course.
    player.sendMessage("You have just been granted owner rights.");
    }
    return true;
    Can you do it for me , and see my problem?
    Reply With Quote  
     

  4. #4  
    Respected Member


    Kris's Avatar
    Join Date
    Jun 2016
    Age
    26
    Posts
    3,638
    Thanks given
    820
    Thanks received
    2,642
    Rep Power
    5000
    Quote Originally Posted by LAITHABBADI View Post
    Can you do it for me , and see my problem?
    Oh god. Fine.
    PM me your Skype.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Apr 2015
    Posts
    170
    Thanks given
    30
    Thanks received
    5
    Rep Power
    15
    Quote Originally Posted by Eldritch View Post
    Oh god. Fine.
    PM me your Skype.
    PMED you bro
    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. Donator & GFX icon help (667)
    By Beta in forum Help
    Replies: 7
    Last Post: 07-25-2012, 06:05 PM
  2. help.. 667 getting error
    By Nelly in forum Help
    Replies: 2
    Last Post: 06-13-2012, 11:48 PM
  3. Dicing Help? [667 loading 711]
    By Isaiah in forum Help
    Replies: 0
    Last Post: 06-13-2012, 02:34 AM
  4. Donator ::bank command help (667)
    By dannyboiii in forum Help
    Replies: 11
    Last Post: 05-25-2012, 06:17 AM
  5. Checking for upates-1% help 667
    By samuelclark in forum Help
    Replies: 6
    Last Post: 04-01-2012, 09:54 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
  •