# GetData

TIP

  • getData(<file_name>)
  • Retrieve the data that has been saved using saveData().

# Parameters

  • <file_name> The name of the file to get the data as string

# Example

1: $players$ = getData("op_players")
2: sendMessage($player$, "OP players are: " + join($players$, ", "))