Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. #################################
  2. ## Minecraft server properties ##
  3. #################################
  4.  
  5. ###########################
  6. ## You can change these! ##
  7. ###########################
  8.  
  9. # Allows tree's to grow
  10. grow-trees=true
  11.  
  12. # Spawn protection size
  13. spawn-protection-size=0
  14.  
  15. # True = Monsters spawn @ night
  16. monsters=true
  17. spawn-monsters=true
  18. natural-monsters=Spider,Zombie,Skeleton,Creeper,Slime
  19.  
  20. # Allow Player Damage
  21. pvp=false
  22.  
  23. # Spawn Animals
  24. spawn-animals=true
  25.  
  26. # Please note: Since the Halloween update, monsters cause
  27. # the server to lag quite a lot :(
  28.  
  29. # Show in the server list
  30. public=true
  31.  
  32. # Will check the name match with Minecraft.net
  33. verify-names=true
  34.  
  35. # Message of the day
  36. motd=Välkommen, ta portalen till byggplatsen och bygg där eller ngt.
  37.  
  38. # Allow Ops to join when server is full
  39. admin-slot=false
  40.  
  41. # Max number of connects from same ip (1-3)
  42. # Higher than 3 will reset to 3
  43. max-connections=3
  44.  
  45. # Make your world hell?
  46. hellworld=false
  47.  
  48. # Name of the level, would normally be left as world
  49. level-name=world
  50.  
  51. # This Should be set to true
  52. online-mode=true
  53.  
  54. # When to save your world (in seconds)
  55.  
  56. # Whitelisting
  57. whitelist=true
  58. whitelist-txt-location=whitelist.txt
  59.  
  60. # AuthCraft
  61. register-offline=true
  62.  
  63. # Session protect
  64. kick-multi-clients=false
  65.  
  66. ######################
  67. ## Set on Basic Tab ##
  68. ######################
  69.  
  70. # Max number of players
  71. max-players=$$max_players$$
  72.  
  73. # Server name
  74. server-name=$$name$$
  75.  
  76. ####################
  77. ## Clanforge Sets ##
  78. ####################
  79.  
  80. # The servers IP Address / Port :)
  81. server-ip=$$ip$$
  82. server-port=$$port$$
  83.  
  84. rcon-port=$$admin_port$$
  85. rcon-password=$$admin_passwd$$
  86. query-port=$$query_port$$
  87.  
  88. # Last line will always be plugins
  89. save-interval=0
  90. mobileadmin-username=$$admin_name$$
  91. mobileadmin-password=$$admin_passwd$$
  92. mobileadmin-port=$$port15$$
  93. plugins=AuthCraft,BigBrother,BlockDoor,Cleaner,CraftBook,CreeperNerf,DalaJail,DalaSetHome,Daylight,DeathNotify,GriefAlert,LWC,MagicCarpet,MagicSpells,MinecartMania,MobileAdmin,MultiplayAdmin,RedeemCodes,SpawnControl,Stargate,WorldEdit,WorldGuard
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement