PermUserCommand

public class PermUserCommand extends AbstractCommandCollection

Command for permuse operations. Registered with the command system and callable by players.

java.lang.Object > AbstractCommandCollection > PermUserCommand

Field Summary

uuid

final UUID uuid

Field uuid.

header

final Message header

Field header.

userPermissions

final Set userPermissions

Field userPermissions.

permissions

final HashSet permissions

Field permissions.

groups

final Set groups

Field groups.

group

final String group

Field group.

Method Detail

PermUserCommand

public public PermUserCommand ()

Method PermUserCommand.

PermUserListCommand

public new PermUserListCommand ()

Method PermUserListCommand.

PermUserAddCommand

public new PermUserAddCommand ()

Method PermUserAddCommand.

PermUserRemoveCommand

public new PermUserRemoveCommand ()

Method PermUserRemoveCommand.

PermUserGroupCommand

public new PermUserGroupCommand ()

Method PermUserGroupCommand.

executeSync

protected void executeSync (@Nonnull final CommandContext context)

Method executeSync.

Parameters:
@Nonnull final CommandContext context

PermUserGroupListCommand

public new PermUserGroupListCommand ()

Method PermUserGroupListCommand.

PermUserGroupAddCommand

public new PermUserGroupAddCommand ()

Method PermUserGroupAddCommand.

PermUserGroupRemoveCommand

public new PermUserGroupRemoveCommand ()

Method PermUserGroupRemoveCommand.