Table of Contents

Class Group

Namespace
Exiled.Permissions.Features
Assembly
Exiled.Permissions.dll

Represents a player's group.

public class Group
Inheritance
Group
Inherited Members
Extension Methods

Properties

CombinedPermissions

Gets the combined permissions of the group plus all inherited groups.

[YamlIgnore]
public List<string> CombinedPermissions { get; }

Property Value

List<string>

Inheritance

Gets or sets the group inheritance.

public List<string> Inheritance { get; set; }

Property Value

List<string>

IsDefault

Gets or sets a value indicating whether group is the default.

[YamlMember(Alias = "default")]
public bool IsDefault { get; set; }

Property Value

bool

Permissions

Gets or sets the group permissions.

public List<string> Permissions { get; set; }

Property Value

List<string>