Constant Field Values

Contents

dev.plex.*

  • dev.plex.cache.SQLPlayerData
    Modifier and Type
    Constant Field
    Value
    private final String
    "INSERT INTO `players` (`uuid`, `name`, `login_msg`, `prefix`, `rank`, `ips`, `coins`, `vanished`, `commandspy`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?);"
    private final String
    "SELECT * FROM `players` WHERE uuid=?"
    private final String
    "UPDATE `players` SET name=?, login_msg=?, prefix=?, rank=?, ips=?, coins=?, vanished=?, commandspy=? WHERE uuid=?"