Solved Get player from arraylist

Discussion in 'Plugin Development' started by RFUDEO9EH, Mar 26, 2020.

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

    RFUDEO9EH

    code : https://pastebin.com/BiDLQqun

    I want to get the player from the arraylist and hide all of them. Can you tell me how I can get player ????
     
  2. Offline

    bowlerguy66

    @RFUDEO9EH Pretty simple:
    Code:
    if(TEST.contains(p)) {
    //hide here
    }
     
  3. Offline

    CraftCreeper6

    @RFUDEO9EH
    Do not store the player in the list, store their UUID.
     
  4. Offline

    RFUDEO9EH

    It's not What I want.
     
  5. Offline

    timtower Administrator Administrator Moderator

  6. Offline

    RFUDEO9EH

    Last edited by a moderator: Mar 27, 2020
  7. Offline

    timtower Administrator Administrator Moderator

  8. Offline

    RFUDEO9EH

    solved ty
     
Thread Status:
Not open for further replies.

Share This Page