Permissions for commands can be turned on in the commandManager section in the settings.yml
commandManager:friend:enabled:truecommand:'/friend'# this means that the commands starts with /friendpermissionNeeded:false# If enabled, you will need 'friendsystem.commands.friend' permissionaliases:'/friends'msg:enabled:truecommand:'/msg'permissionNeeded:false# If enabled, you will need 'friendsystem.commands.msg' permissionaliases:'/message, /tell'r:enabled:truecommand:'/r'permissionNeeded:false# permission: friendsystem.commands.raliases:'/reply'party:enabled:truecommand:'/party'permissionNeeded:false# permission: friendsystem.commands.partyaliases:''p:enabled:truecommand:'/p'permissionNeeded:false# permission: friendsystem.commands.paliases:''
Friend & Party Limit Permission
If you want a group (for example premiums) to be able to have more friends or create bigger parties, you have to enable permissions and create a permission in the settings.yml.
permissions:friendsLimit:true# if disabled, then you can have unlimited friends.# You can create as many maxfriends groups as you want below# and give them 'friendsystem.group.<group>' permissionmaxFriends:default:5premium:25premium_plus:50youtuber:100moderator:500partySizeLimit:true# if disabled, then a party can have unlimited members.# You can create as many maxParty groups as you want below# and give them 'friendsystem.group.<group>' permissionmaxPartySize:default:3premium:5premium_plus:10youtuber:50moderator:100