deletePlayer

public boolean deletePlayer(UUID uniqueId)

Delete a BBUPlayer from cache based on the uuid

Return

if it was successful

Parameters

uniqueId

uniqueId of the player


public boolean deletePlayer(String name)

Delete a BBUPlayer from cache based on the name

Return

if it was successful

Parameters

name

name of the player