mirror of
				https://github.com/elyby/accounts.git
				synced 2025-05-31 14:11:46 +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',
 | 
						|
    ],
 | 
						|
];
 |