Profiles

Setting Profiles

Profiles use the permissions system of your choice to allow for different limits on each player.

The permission looks like this

traders.profile.someprofilename

and the profiles.yml should look like this:

profiles:
  default:
    trader-limit: 1
    chest-limit: 0
  shopkeep:
    trader-limit: 5
    chest-limit: 2
  businessman:
    trader-limit: 10
    chest-limit: 5
  ceo:
    trader-limit: 20
    chest-limit: 10

so if you wanted to assign a player the CEO profile and allow 20 traders and a linked chest limit of 10, it would look like this in your permissions:

traders.profile.ceo

Profile Settings

A break down of the setting currently in profiles:

trader-limit
This is a limit to the number of traders a player can own.
chest-limit
This is the total number of chests that a player can link to NPCs, this is a total for ALL chest, not a per NPC limit.

Comments

Posts Quoted:
Reply
Clear All Quotes