Advertisement
hotmonsta

MCMyAdmin Config File

Jun 11th, 2013
617
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. #McMyAdmin Configuration File
  2. ################################
  3. #DO NOT EDIT WHILE MCMYADMIN IS RUNNING
  4. ################################
  5.  
  6. ################################
  7. # Security
  8. ################################
  9. Security.AuthMethod=internal
  10. Security.AllowExec=False
  11. Security.BannedPlugins=
  12. Security.LDAPDomain=localdomain
  13. Security.ExecPath=Exec
  14. Security.ClusterOrigin=*
  15. Security.MinimumPasswordGrade=3
  16.  
  17. ################################
  18. # Webserver
  19. ################################
  20. Webserver.Port=8080
  21. Webserver.IPBinding=192.168.1.28
  22. Webserver.MaxQueueLength=8
  23. Webserver.useHTTPS=False
  24. Webserver.CertificatePath=
  25. Webserver.CertificatePassword=
  26.  
  27. ################################
  28. # Java
  29. ################################
  30. Java.Path=detect
  31. Java.Memory=1024
  32. Java.VM=client
  33. Java.GC=default
  34. Java.useIKVM=False
  35. Java.IKVMpath=
  36. Java.CustomOpts=
  37.  
  38. ################################
  39. # Monitoring
  40. ################################
  41. Monitoring.UseMulticoreCPUCalc=True
  42. Monitoring.SevereRestart=False
  43. Monitoring.TitleSuffix=
  44. Monitoring.LogLevel=-1
  45. Monitoring.EnableConsoleColoring=True
  46.  
  47. ################################
  48. # Notices
  49. ################################
  50. Notices.ShowPermissionsError=False
  51. Notices.AnnouncePlayers=True
  52. Notices.SaveWarning=True
  53. Notices.AnnounceGroupChange=False
  54. Notices.WhitelistMessage=You are not on the whitelist.
  55.  
  56. ################################
  57. # McMyAdmin
  58. ################################
  59. McMyAdmin.ScheduleOffset=0
  60. McMyAdmin.BackupsPath=Backups
  61. McMyAdmin.BannerTemplate=BannerTemplate
  62. McMyAdmin.LicenceKey=CAPItjzR6FxnAdPH0DDCWHRWn6lT9UwIyQ6HSG0lHdlIsPuPzZWmtQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==
  63. McMyAdmin.FirstStart=False
  64. McMyAdmin.LoadExtensions=
  65. McMyAdmin.ClusterMember=False
  66. McMyAdmin.ClusterGroup=Default
  67. McMyAdmin.ShutdownProperly=False
  68. McMyAdmin.BackupConfigExtensions=yml,txt,cfg,conf,yaml,json,ini
  69. McMyAdmin.BackupOverflowMode=DeleteOldest
  70.  
  71. ################################
  72. # Provider
  73. ################################
  74. Provider.Name=Provider name not set
  75. Provider.URL=http://www.example.com/
  76. Provider.SupportURL=http://www.example.com/support
  77.  
  78. ################################
  79. # Server
  80. ################################
  81. Server.Name=Tanrıların
  82. Server.Address=localhost:8080
  83. Server.UseBukkitBeta=False
  84. Server.ServerType=Official
  85. Server.MinecraftPath=../Minecraft Server - Prod/
  86. Server.ForceSetting=
  87. Server.StatusImage=True
  88. Server.SaveOnStop=True
  89. Server.SleepDelayMinutes=5
  90. Server.SleepWhenEmpty=True
  91. Server.SleepOnFirstStart=False
  92. Server.ForceSleepMode=False
  93. Server.ServerSleepMessage=Server starting, please reconnect
  94. Server.UseUTF8Mode=True
  95.  
  96. ################################
  97. # Widget
  98. ################################
  99. Widget.Background=#5F8EAE
  100. Widget.TextColor=white
  101. Widget.FontFamily=Verdana, sans-serif
  102.  
  103. ################################
  104. # Export
  105. ################################
  106. Export.GMType=None
  107. Export.mchatFormat=<+prefix+dname+suffix&f> +message
  108.  
  109. ################################
  110. # Limits
  111. ################################
  112. Limits.MaxPlayers=10
  113. Limits.MaxBackups=7
  114. Limits.MaxBackupsTotalSizeMB=4096
  115. Limits.MaxFailures=5
  116. Limits.MinMinutesSinceLastBackup=0
  117.  
  118. ################################
  119. # Login
  120. ################################
  121. Login.Username=admin
  122. Login.PasswordMD5=8df772a42a5f557b67778c9bd5c02237
  123. Login.PasswordHash=
  124. Login.PasswordSalt=
  125. Login.EMCPasswordMD5=#
  126. Login.EMCPasswordHash=
  127. Login.EMCPasswordSalt=
  128.  
  129. ################################
  130. # Game
  131. ################################
  132. Game.MOTD=Hey there, %p!\nWelcome to %s
  133. Game.Public=False
  134. Game.Whitelist=None
  135. Game.WhitelistGroup=Everyone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement