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