Roles.yml

Roles.yml

  • This page will help you configure the roles.yml file
  • It is highly recommended that you leave this file as is

By default the roles.yml file should look like so:

############################################################
# +------------------------------------------------------+ #
# |                   ClansPlus Roles                    | #
# +------------------------------------------------------+ #
############################################################
# "*" is a wildcard which means everything.
# Highly recommended to leave this config alone
Admin:
 - "*"

Mod:
 - sethome
 - invite
 - kick
 inherit: Member
 
Member:
 - home
 - info
 - claim

This is basically the build-in ClanPlus permission system. This allows you to assign permissions for Admin, mod and member.

The available permissions are:

  1. "*" - This will grant every permission
  2. Sethome - Will allow you to set the clans home
  3. Invite - Will allow you to invite players to your clan
  4. Kick - Will allow you to kick a player from the clan
  5. Info - Will allow you to view info about your clan
  6. Claim - Will allow you to claim land
  7. Edit - Will allow you to edit the clan name
  8. Delete - Will allow you to disband the clan
  9. Unclaim - Will allow you to unclaim clan land
  10. ff - Will allow you to toggle friendly-fire
  11. setrole - Will allow you to set clan roles for e.g Admin/Mod

NOTE! Do not touch the inherit option or it will break this config


Comments

Posts Quoted:
Reply
Clear All Quotes