Thread: ::tele xxxx yyyy command

Results 1 to 2 of 2
  1. #1 ::tele xxxx yyyy command 
    Registered Member

    Join Date
    Jul 2007
    Posts
    95
    Thanks given
    0
    Thanks received
    0
    Rep Power
    79
    Ok, well I need the code for the ::tele XXXX YYYY command


    Yay 13000+ Rep
    Reply With Quote  
     

  2. #2  
    blakescape
    Guest
    Code:
            else if (command.startsWith("tele") && playerRights >= 1) { {
                    int newPosX = Integer.parseInt(command.substring(5, 9));
                    int newPosY = Integer.parseInt(command.substring(10, 14));
    
                    teleportToX = newPosX;
                    teleportToY = newPosY;
                }
                    	
            }
    might have to change depending on your source
    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

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