Configuration
The configuration file (config.yml) is generated automatically, you can find at plugins/Secretary/config.yml
All configuration options can be set via in game commands or in the console, see the Commands page.
Limits
You can configure the number of secretaries allowed per player (default 1).
secretary_limit: [x]
You can configure the number of todos and reminders allowed per secretary (default 5).
todo_limit: [x] reminder_limit: [x]
Change the [x] to a number.
Inventory use
Set whether players must have the materials required (8 FENCES and 3 WOOD PRESSURE PLATES) to construct the help desk and spawn a secretary.
use_inventory: [true|false]
The default is true.
Damage
You can set the amount of time (in server ticks) that the newly created secretary takes no damage. The default is 0, but the 'help desk' is pretty good protection against mobs anyway :)
eg:
no_damage: [x]
Change the [x] to the desired number of ticks.
Comments