Advertisement
Guest User

PMC Tutorial

a guest
Feb 2nd, 2014
2,005
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. // Under "worlds:" should be another line of code called "PlotMe:" That is your world name. Change it to whatever you want. Just remember it.
  2.  
  3. worlds:
  4. PlotMe:
  5. PlotAutoLimit: 1000
  6. PathWidth: 7
  7. PlotSize: 75
  8. BottomBlockId: '7'
  9. WallBlockId: '44:1'
  10. PlotFloorBlockId: '2'
  11. PlotFillingBlockId: '3'
  12. RoadMainBlockId: '173'
  13. RoadStripeBlockId: '41'
  14. RoadHeight: 64
  15. DaysToExpiration: 7
  16. ProtectedBlocks:
  17. - 54
  18. - 61
  19. - 62
  20. - 120
  21. - 94
  22. - 93
  23. - 84
  24. - 25
  25. - 355
  26. - 118
  27. - 117
  28. - 138
  29. - 140
  30. - 145
  31. PreventedItems:
  32. - '351:15'
  33. - '259'
  34. - '328'
  35. - '343'
  36. - '342'
  37. - '333'
  38. ProtectedWallBlockId: '44:4'
  39. ForSaleWallBlockId: '44:1'
  40. AuctionWallBlockId: '44:1'
  41. AutoLinkPlots: true
  42. DisableExplosion: true
  43. DisableIgnition: true
  44. economy:
  45. UseEconomy: false
  46. CanPutOnSale: false
  47. CanSellToBank: false
  48. RefundClaimPriceOnReset: false
  49. RefundClaimPriceOnSetOwner: false
  50. ClaimPrice: 0.0
  51. ClearPrice: 0.0
  52. AddPlayerPrice: 0.0
  53. DenyPlayerPrice: 0.0
  54. RemovePlayerPrice: 0.0
  55. UndenyPlayerPrice: 0.0
  56. PlotHomePrice: 0.0
  57. CanCustomizeSellPrice: false
  58. SellToPlayerPrice: 0.0
  59. SellToBankPrice: 0.0
  60. BuyFromBankPrice: 0.0
  61. AddCommentPrice: 0.0
  62. BiomeChangePrice: 0.0
  63. ProtectPrice: 0.0
  64. DisposePrice: 0.0
  65. usemySQL: false
  66. mySQLconn: jdbc:mysql://localhost:3306/minecraft
  67. mySQLuname: root
  68. mySQLpass: password
  69. globalUseEconomy: false
  70. AdvancedLogging: false
  71. Language: english
  72. allowWorldTeleport: true
  73. defaultWEAnywhere: false
  74. auto-update: false
  75. allowToDeny: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement