placeBet

public static boolean placeBet(UUID uuid, double betAmount)

Places a bet for a player. This should be called BEFORE any visual animations. SAFETY: This method processes the bet immediately to prevent exploit-by-disconnect.

Return

true if the bet was successfully placed, false if they can't afford it

Parameters

uuid

The player's UUID

betAmount

The amount to bet