Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.13 KB | None | 0 0
  1. ; Add plugins to load.
  2. plugins.load[] = 'Freezone\Freezone'
  3. plugins.Freezone\Freezone.wsPassword = *******
  4. plugins.Freezone\Freezone.dbUser = *******
  5. plugins.Freezone\Freezone.dbPass = *******
  6. plugins.Freezone\Freezone.dbName = ********
  7.  
  8. plugins.load[] = 'Standard\PluginManager'
  9.  
  10. plugins.load[] = 'Standard\Profiler'
  11.  
  12. plugins.load[] = 'Standard\Menubar'
  13.  
  14. plugins.load[] = 'Standard\Dedimania'
  15. plugins.Standard\Dedimania.password = '****'
  16. plugins.Standard\Dedimania.notifications = 'On'
  17. plugins.Standard\Dedimania.notifyNewFirstRecord = '%player% drove new first Dedimania record with a time of %time%!'
  18. plugins.Standard\Dedimania.notifyNewRecord = '%player% just ranked %rank% on Dedimania with a time of %time%!'
  19. plugins.Standard\Dedimania.notifyImprovedFirstRecord = '%player% beat his own first Dedimania record with a time of %time%!'
  20. plugins.Standard\Dedimania.notifyImprovedRecord = '%player% moved on the %rank% Dedimania rank by finishing with a time of %time%!'
  21. plugins.Standard\Dedimania.notifyImprovedRecordTimeOnly = '%player% secured his %rank% Dedimania rank by driving a time of %time%!'
  22.  
  23. plugins.load[] = 'Standard\Admin'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement