cgrunwald

Untitled

Nov 4th, 2010
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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-name=My Minecraft Server
  33. server-port=25565
  34. group-txt-location=groups.txt
  35. whitelist=false
  36. homelocation=homes.txt
  37. logging=true
  38. kitstxtlocation=kits.txt
  39. hellworld=true
  40. server-ip=
  41. whitelist-txt-location=whitelist.txt
  42. itemspawnblacklist=
  43. save-interval=1800000
  44. plugins=
  45. warplocation=warps.txt
  46. reservelist-txt-location=reservelist.txt
  47. online-mode=false
  48. public=false
  49. monsters=true
  50. show-unknown-command=true
  51. save-homes=true
  52. admintxtlocation=users.txt
  53. max-players=20
  54. data-source=flatfile
  55. motd=Type /help for a list of commands.
Add Comment
Please, Sign In to add comment