double
fun double(name: String, min: Double = -Double.MAX_VALUE, max: Double = Double.MAX_VALUE, creator: CommandCreator<RequiredArgumentBuilder<CommandSourceStack, Double>>.() -> Unit = {}): CommandCreator<T>
Adds a double argument to the command.
Adds a double argument to the command.