mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-04 21:29:21 +02:00
add last_kills_limit + move shop
This commit is contained in:
parent
b92b642078
commit
81adeef01d
@ -83,9 +83,6 @@ $config = array(
|
|||||||
//'Some Quest Two' => 456,
|
//'Some Quest Two' => 456,
|
||||||
), // quests list (displayed in character view), name => storage
|
), // quests list (displayed in character view), name => storage
|
||||||
|
|
||||||
// last kills
|
|
||||||
'last_kills_limit' => 50, // max. number of deaths shown on the last kills page
|
|
||||||
|
|
||||||
// other
|
// other
|
||||||
'email_lai_sec_interval' => 60, // time in seconds between e-mails to one account from lost account interface, block spam
|
'email_lai_sec_interval' => 60, // time in seconds between e-mails to one account from lost account interface, block spam
|
||||||
'google_analytics_id' => '', // e.g.: UA-XXXXXXX-X
|
'google_analytics_id' => '', // e.g.: UA-XXXXXXX-X
|
||||||
|
@ -968,13 +968,13 @@ Sent by MyAAC,<br/>
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
'type' => 'section',
|
'type' => 'section',
|
||||||
'title' => 'Gifts/shop system'
|
'title' => 'Last Kills Page'
|
||||||
],
|
],
|
||||||
'gifts_system' => [
|
'last_kills_limit' => [
|
||||||
'name' => 'Enable gifts system',
|
'name' => 'Last Kills Limit',
|
||||||
'desc' => 'Plugin needs to be installed',
|
'type' => 'number',
|
||||||
'type' => 'boolean',
|
'desc' => 'Max. number of kills shown on the last kills page',
|
||||||
'default' => false,
|
'default' => 50,
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'type' => 'section',
|
'type' => 'section',
|
||||||
@ -1199,6 +1199,20 @@ Sent by MyAAC,<br/>
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'type' => 'category',
|
||||||
|
'title' => 'Shop',
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'type' => 'section',
|
||||||
|
'title' => 'Gifts/shop system'
|
||||||
|
],
|
||||||
|
'gifts_system' => [
|
||||||
|
'name' => 'Enable gifts system',
|
||||||
|
'desc' => 'Plugin needs to be installed',
|
||||||
|
'type' => 'boolean',
|
||||||
|
'default' => false,
|
||||||
|
],
|
||||||
],
|
],
|
||||||
'callbacks' => [
|
'callbacks' => [
|
||||||
'beforeSave' => function(&$settings, &$values) {
|
'beforeSave' => function(&$settings, &$values) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user