* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0 */ return [ /* |-------------------------------------------------------------------------- | Enabled |-------------------------------------------------------------------------- | | Graveyard On/Off | */ 'enabled' => true, /* |-------------------------------------------------------------------------- | Seedtime |-------------------------------------------------------------------------- | | Time In Seconds Needed For Successful Resurrection (Default: 2592000seconds / 30days) | */ 'time' => '2592000', /* |-------------------------------------------------------------------------- | Reward Amount |-------------------------------------------------------------------------- | | Amount of Freeleech tokens one is required for a successful resurrection | */ 'reward' => '5', ];