7. Members {{ currentPage ? currentPage.title : "" }}

Now if a Guild got some Members you can do following with them:

  • Change the Role of a Member

    • Need the ChangeMemberRole Permission

    • The old and the new Role Order must be higher then the owning Role.

  • Remove a Member from the Guild

    • Need the Kick Permission

    • The Role of the Member must be higher then the owning Role.

Of course Members can leave the Guild on their own as well.

To Leave the Guild, you can not be the Owner of the Guild.

Look into SP8_WBP_Guild inside the Directory RPG_Essentials / Example / Widgets to see how the Guild Widget could be made.

{{{ content }}}