Get Arrays-list<> content

Discussion in 'Plugin Development' started by 0x001, May 15, 2020.

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

    0x001

    Hi !
    I would like to make a plugin for arena PVP (with 4 teams) I have stored the players in an ArraysList <> and I would like to retrieve the content as a variable:
    Code:
    String Team = "Red Team Player";
    Then to teleport them to their spawns.
    Because these are different

    Do you have an idea ?
     
  2. Offline

    timtower Administrator Administrator Moderator

    @0x001 Loop over the list
     
Thread Status:
Not open for further replies.

Share This Page