Advertisement
HogensHero

mcmyadmin.conf

Nov 26th, 2013
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.57 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 - Enterprise only - setting to 'ldap' allows authentication via an LDAP server
  10. Security.AuthMethod=internal
  11. Security.AllowExec=False
  12. Security.BannedPlugins=
  13. # Security.LDAPDomain - Enterprise only - domain to use for LDAP authentication
  14. Security.LDAPDomain=localdomain
  15. Security.ExecPath=Exec
  16. Security.ClusterOrigin=*
  17. # Security.MinimumPasswordGrade - The higher this value (Max 7) the higher the requirements for a password to be considered valid
  18. Security.MinimumPasswordGrade=3
  19. Security.AllowConcurrentSessions=False
  20.  
  21. ################################
  22. # Webserver
  23. ################################
  24. Webserver.Port=4521
  25. Webserver.IPBinding=+
  26. # Webserver.MaxQueueLength - The number of requests to permit the webserver to handle at any given time
  27. Webserver.MaxQueueLength=8
  28. Webserver.useHTTPS=False
  29. Webserver.CertificatePath=
  30. Webserver.CertificatePassword=
  31.  
  32. ################################
  33. # Java
  34. ################################
  35. Java.Path=detect
  36. Java.Memory=6144
  37. # Java.VM - Changing to 'server' permits use of the server JVM which improves performance, but is not installed by default (JDK is required)
  38. Java.VM=server
  39. Java.GC=default
  40. Java.useIKVM=False
  41. Java.IKVMpath=
  42. # Java.CustomOpts - Extra arguments to pass to Java when starting the Minecraft server.
  43. Java.CustomOpts=
  44.  
  45. ################################
  46. # Monitoring
  47. ################################
  48. # Monitoring.UseMulticoreCPUCalc - When true, MCMA takes into account the number of CPU cores when calculating total CPU usage. If false, it calculates assuming 1 core
  49. Monitoring.UseMulticoreCPUCalc=True
  50. Monitoring.SevereRestart=True
  51. # Monitoring.TitleSuffix - Suffix to append to the terminal title
  52. Monitoring.TitleSuffix=
  53. Monitoring.LogLevel=2
  54. Monitoring.EnableConsoleColoring=True
  55.  
  56. ################################
  57. # Notices
  58. ################################
  59. Notices.ShowPermissionsError=False
  60. Notices.AnnouncePlayers=True
  61. Notices.SaveWarning=True
  62. Notices.AnnounceGroupChange=False
  63. Notices.WhitelistMessage=You are not on the whitelist.
  64.  
  65. ################################
  66. # McMyAdmin
  67. ################################
  68. McMyAdmin.ScheduleOffset=0
  69. McMyAdmin.BackupsPath=Backups
  70. McMyAdmin.BannerTemplate=BannerTemplate
  71. McMyAdmin.LicenceKey=N+eqQPAHuEBLH6gEGLEh1ag0fMmqgJRxS9amleVEhgPm32/VUOtiHcBBPyzgaOpLlXV96GyfjVYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==
  72. McMyAdmin.FirstStart=False
  73. McMyAdmin.LoadExtensions=
  74. # McMyAdmin.ClusterMember - Not currently in use
  75. McMyAdmin.ClusterMember=False
  76. # McMyAdmin.ClusterGroup - Not currently in use
  77. McMyAdmin.ClusterGroup=Default
  78. McMyAdmin.ShutdownProperly=False
  79. # McMyAdmin.BackupConfigExtensions - Comma-separated list of extensions to include for backup when including plugin configuration.
  80. McMyAdmin.BackupConfigExtensions=yml,txt,cfg,conf,yaml,json,ini
  81. McMyAdmin.BackupOverflowMode=DeleteOldest
  82.  
  83. ################################
  84. # Provider
  85. ################################
  86. Provider.Name=Provider name not set
  87. Provider.URL=http://www.example.com/
  88. Provider.SupportURL=http://www.example.com/support
  89.  
  90. ################################
  91. # Server
  92. ################################
  93. Server.Name=Drug1nc
  94. Server.Address=71.49.108.136:25565
  95. Server.UseBukkitBeta=False
  96. Server.ServerType=Spigot
  97. Server.MinecraftPath=./Minecraft/
  98. # Server.MinecraftRAMDiskStore - Not currently in use
  99. Server.MinecraftRAMDiskStore=./RDSTORE/
  100. # Server.UseRAMDisk - Not currently in use
  101. Server.UseRAMDisk=False
  102. # Server.ForceSetting - Enterprise only - semicolon delimited list of server.properties key:value pairs to force upon the Minecraft server.
  103. Server.ForceSetting=
  104. Server.StatusImage=False
  105. Server.SaveOnStop=True
  106. Server.SleepDelayMinutes=5
  107. Server.SleepWhenEmpty=False
  108. Server.SleepOnFirstStart=False
  109. # Server.ForceSleepMode - Enterprise only - force server sleeping despite SleepWhenEmpty setting
  110. Server.ForceSleepMode=False
  111. Server.ServerSleepMessage=Server was sleeping :D, Please rejoin !
  112. # Server.UseUTF8Mode - UTF8 mode allows the use of accented characters for the in-game chat. This may require that existing ANSI encoded configuration files are converted to UTF8
  113. Server.UseUTF8Mode=True
  114.  
  115. ################################
  116. # Widget
  117. ################################
  118. Widget.Background=#5F8EAE
  119. Widget.TextColor=white
  120. Widget.FontFamily=Verdana, sans-serif
  121.  
  122. ################################
  123. # Export
  124. ################################
  125. Export.GMType=None
  126. Export.mchatFormat=<+prefix+dname+suffix&f> +message
  127.  
  128. ################################
  129. # Limits
  130. ################################
  131. Limits.MaxPlayers=1024
  132. Limits.MaxBackups=7
  133. Limits.MaxBackupsTotalSizeMB=4096
  134. Limits.MaxFailures=5
  135. # Limits.MinMinutesSinceLastBackup - Enterprise only - the number of minutes that must have passed between backups being created
  136. Limits.MinMinutesSinceLastBackup=0
  137.  
  138. ################################
  139. # Login
  140. ################################
  141. Login.Username=admin
  142. Login.PasswordHash=ntcGoEdgMwpNdDyfCHEVvFDKF4mO9gFr7R0PXluSw3s=
  143. Login.PasswordSalt=iuMeTdqzHs7CF6qXZs35
  144.  
  145. ################################
  146. # Game
  147. ################################
  148. Game.MOTD=Hey there, %p!\nWelcome to %s
  149. Game.Public=True
  150. Game.Whitelist=None
  151. Game.WhitelistGroup=Everyone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement