Advertisement
Guest User

Untitled

a guest
Jul 16th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.06 KB | None | 0 0
  1. ##############################################
  2. # config.yml of the AreaShop plugin #
  3. # This plugin has been created by NLThijs48 #
  4. # Check the server minecraft.go-craft.com #
  5. # and then the SurvivalNL server for a demo #
  6. ##############################################
  7.  
  8. ########## GENERAL ##########
  9. ## Chatprefix used for all messages in the chat
  10. chatPrefix: '&2[AreaShop]&r '
  11. ## The characters used for the prices of regions, will appear before the number, for the euro character use '%euro%'
  12. moneyCharacter: '$'
  13. ## The characters used after a currency number, '%euro%' will become the euro character
  14. moneyCharacterAfter: ''
  15. ## Enables / disables debug messages in the console, no need to change
  16. debug: false
  17. ## The .yml language file that should be used, provided by this plugin: EN, NL
  18. language: EN
  19. ## Maximum total amount of rents and buys together
  20. maximumTotal: 1
  21. ## Enable Schematic saving and restoring in general
  22. enableSchematics: true
  23. ## Maximum number of blocks to save to or restore from a .schemetic
  24. maximumBlocks: 1000000
  25. ## Enable sending stats to http://mcstats.org/ (Metrics plugin)
  26. sendStats: true
  27. ## Version of the config, do not change!
  28. version: 1.3.0
  29.  
  30. ########## RENTING ##########
  31. ## The tag you have to write on the sign for renting a region
  32. rentSign: '[rent]'
  33. ## The line that should be placed on the sign when the region is not rented
  34. signRentable: '&2&l[For Rent]'
  35. ## The line that should be placed on the sign when the region is rented
  36. signRented: '&4&l[Rented]'
  37. ## How much regions a player can rent at the same time, -1 for not limited
  38. maximumRents: 1
  39. ## The percentage of the renting price you get back if you unrent the region (price of time left will be multiplied by this/100)
  40. rentMoneyBack: 100
  41. ## How much seconds between checking if renting has expired (don't put this to low)
  42. checkDelay: 60
  43. ## Timeformat to use on the signs, default is like '30-06 14:52', US format: 'MM-dd KK:mm a'
  44. ## Search for 'java SimpleDateFormat' for more options and documentation
  45. timeFormatSign: 'dd-MM HH:mm'
  46. ## Timeformat used in the chat, default is like '30 june 2014 14:52', US format: 'MMMMMMMMMMMMMMMMM dd yyyy KK:mm a'
  47. ## Search for 'java SimpleDateFormat' for more options and documentation
  48. timeFormatChat: 'dd MMMMMMMMMMMMMMMMM yyyy HH:mm'
  49. ## Time indicators, used for specifing rent duration on the signs
  50. ## Be careful with deleting words, will break signs using those, adding is no problem
  51. minutes: [m, min, mins, minute, minutes, minuten, minuut]
  52. hours: [h, hour, hours, uur, uren]
  53. days: [d, day, days, dag, dagen]
  54. months: [M, month, months, maanden, maand]
  55. years: [y, year, years, jaar, jaren]
  56. ## Flags for the 'For Rent' regions, flags and options to apply when the region is not rented
  57. ## All region flags can be used + members, owners, priority and parent.
  58. flagsForRent:
  59. members: -%player%
  60. greeting: '%region% can be rented for %price% per %duration%'
  61. ## Flags for the 'Rented' regions, flags and options to apply when the region is rented
  62. ## All region flags can be used + members, owners, priority and parent.
  63. flagsRented:
  64. members: +%player%
  65. greeting: '%region% is rented by %player% until %until%'
  66.  
  67. ## Enable or disable saving and restoring for rents that don't have their individual option set
  68. useRentRestore: true
  69. ## For the following events you can specify if you want to restore or save the region to a schematic
  70. ## After 'save:' or 'restore:' you enter the name of the file, %region% will be replaced by the region name (.schematic will be added automatically)
  71. ## If your regions are all the same size you could use just 1 file as the restore file, just enter a name without %region%
  72. ## Be carefull with these options, it could crash your server or destroy (parts of) your world if used wrong!
  73. rentSchematicProfiles:
  74. default:
  75. created:
  76. save: 'rent-%region%'
  77. restore: ''
  78. deleted:
  79. save: ''
  80. restore: ''
  81. rented:
  82. save: ''
  83. restore: ''
  84. unrented:
  85. save: ''
  86. restore: 'Even'
  87. Even:
  88. created:
  89. save: ''
  90. restore: ''
  91. deleted:
  92. save: ''
  93. restore: ''
  94. rented:
  95. save: ''
  96. restore: ''
  97. unrented:
  98. save: ''
  99. restore: 'Even'
  100. ########## BUYING ##########
  101. ## The tag you have to write on the sign for renting a region
  102. buySign: '[buy]'
  103. ## The line that should be placed on the sign when the region is not sold
  104. signBuyable: '&2&l[For Sale]'
  105. ## The line that should be placed on the sign when the region is sold
  106. signBuyed: '&4&l[Sold]'
  107. ## How much regions a player can buy at the same time, -1 for not limited
  108. maximumBuys: 1
  109. ## The percentage of the buying price you get back if you sell the region
  110. buyMoneyBack: 100
  111. ## Flags for the 'For Sale' regions, flags and options to apply when the region is for sale
  112. ## All region flags can be used + members, owners, priority and parent.
  113. flagsForSale:
  114. members: -%player%
  115. greeting: '%region% can be bought for %price%'
  116. ## Flags for the 'Sold' regions, flags and options to apply when the region is rented
  117. ## All region flags can be used + members, owners, priority and parent.
  118. flagsSold:
  119. members: +%player%
  120. greeting: '%region% is bought by %player%'
  121.  
  122. ## Enable or disable saving and restoring for buys that don't have their individual option set
  123. useBuyRestore: false
  124. ## For the following events you can specify if you want to restore or save the region to a schematic
  125. ## After 'save:' or 'restore:' you enter the name of the file, %region% will be replaced by the region name (.schematic will be added automatically)
  126. ## If your regions are all the same size you could use just 1 file as the restore file, just enter a name without %region%
  127. ## Be carefull with these options, it could crash your server or destroy (parts of) your world if used wrong!
  128. ## ('bought' and 'sold' are from the players perspective)
  129. buySchematicProfiles:
  130. default:
  131. created:
  132. save: 'buy-%region%'
  133. restore: ''
  134. deleted:
  135. save: ''
  136. restore: 'buy-%region%'
  137. bought:
  138. save: ''
  139. restore: ''
  140. sold:
  141. save: ''
  142. restore: 'buy-%region%'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement