addPermission

@NotNull
abstract fun addPermission(@NotNull permission: @NotNull String): @NotNull ServerActivation.Builder

Adds a permission to the activation.

Return

The builder instance.

Parameters

permission

The permission to add.