Config

How to configure DeathPackage plugin

Basic config

There should be a config.yml generated in the DeathPackage folder, open this in something like notepad++ (you can use notepad but I don't recommend it). There is a diagram in there of the layout of the inventory, simpy add/create.change groups, and the slots inside the groups. For example:

protected-slots:
  default:
  - 17
  Pro:
  - 0
  - 1
  - 2
  VIP:
  - 0
  - 1
  - 2
  - 3
  - 4
  - 5
  - 6
  - 7
  - 8

This would save the slot 17 for players with deathpackage.default; slots 0,1,2 for players with deathpackage.pro; and slots 0,1,2,3,4,5,6,7,8,9 for players with the deathpackage.vip permission. The plugin chooses the group with the most saved slots, and you can give a player deathpackage.all to let them have all the deathpackages (only the biggest will be used).

The permission for any group is "deathpackage.groupname" (where groupname is the header in the config, eg. default, VIP, and Pro in the example above.

Individual User Slots

As of version 1.2.1a (in release cycle) You can give players or groups the permission

deathpackage.slot.[number]

The number is the inventory slot, given by the same layout as above.


Comments

Posts Quoted:
Reply
Clear All Quotes