Advertisement
cgrunwald

Untitled

Nov 4th, 2010
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. #Minecraft server properties
  2. #Sat Sep 11 18:15:52 EDT 2010
  3.  
  4. #Settings
  5. # * data-source - Can be flatfile or mysql. If set to mysql, it will generate a mysql.properties for you to configure.
  6. # * alloweditems - A whitelist of allowed items for use in /item
  7. # * disalloweditems - A blacklist of disallowed items for use in /item
  8. # * itemspawnblacklist - A blacklist of items that can't be spawned (IE. Things like bedrock, lava, water, etc). Add IDs seperated by a comma.
  9. # * motd - The motd of the server. Seperate new lines with @
  10. # * max-players - The player limit. Defaults to 20.
  11. # * save-homes - If set to false it will no longer save homes.
  12. # * itemstxtlocation - The location of items.txt
  13. # * homelocation - The location of homes.txt
  14. # * kitstxtlocation - The location of kits.txt
  15. # * admintxtlocation - The location of users.txt (Was admins.txt before)
  16. # * homelocation - Location to save homes
  17. # * warplocation - Location to save warps
  18. # * group-txt-location - Location to read groups from
  19. # * whitelist-txt-location - Location to read/write the player whitelist
  20. # * reservelist-txt-location - Location to read/write the reserve list
  21. # * spawn-protection-size - Sets the spawn protection size
  22. # * reload-interval - The interval that the server reloads configuration files
  23. # * save-interval - The interval that the server save-alls (Default half-hour)
  24.  
  25. verify-names=false
  26. spawn-protection-size=16
  27. level-name=world
  28. disalloweditems=
  29. reload-interval=30000
  30. alloweditems=
  31. itemstxtlocation=items.txt
  32. server-port=25565
  33. group-txt-location=groups.txt
  34. homelocation=homes.txt
  35. kitstxtlocation=kits.txt
  36. server-ip=
  37. whitelist-txt-location=whitelist.txt
  38. itemspawnblacklist=
  39. save-interval=1800000
  40. warplocation=warps.txt
  41. reservelist-txt-location=reservelist.txt
  42. online-mode=false
  43. monsters=true
  44. save-homes=true
  45. admintxtlocation=users.txt
  46. max-players=20
  47. data-source=flatfile
  48. motd=Type /help for a list of commands.
  49.  
  50.  
  51. I believe this is what you wanted me to do
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement