mirror of
https://github.com/elyby/accounts.git
synced 2024-11-10 07:22:00 +05:30
13 lines
233 B
PHP
13 lines
233 B
PHP
<?php
|
|
return [
|
|
'minecraft_server_session' => [
|
|
'id' => 'minecraft_server_session',
|
|
],
|
|
'change_skin' => [
|
|
'id' => 'change_skin',
|
|
],
|
|
'offline_access' => [
|
|
'id' => 'offline_access',
|
|
],
|
|
];
|