SoniaK

AreaShop Default

Dec 2nd, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.62 KB | None | 0 0
  1. # ╔════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
  2. # ║ default.yml file of the AreaShop plugin created by NLThijs48, Github can be found at https://github.com/NLthijs48/AreaShop.║
  3. # ║ All settings below are default settings and can be overridden by group settings or individual region settings. ║
  4. # ║ More information and tutorials can be found on the wiki: https://github.com/NLthijs48/AreaShop/wiki ║
  5. # ╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
  6. # ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
  7. # │ GENERAL: Options for all regions. │
  8. # └────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
  9. general:
  10. ## Set to true to enable saving/restoring for regions as specified in the profile below, which is specified in the config.
  11. enableRestore: true
  12. ## The schematic profile from the 'schematicProfiles' section in the config.
  13. schematicProfile: 'default'
  14. ## The event commands profile from the 'eventCommandProfiles' section in the config.
  15. eventCommandProfile: 'default'
  16. ## The profile for the format of the sign from the 'signProfiles' section in the config.
  17. signProfile: 'default'
  18. ## The profile for the WorldGuard flags from the 'flagProfiles' section in the config.
  19. flagProfile: 'default'
  20. ## The y location within the region to start searching for safe teleport spots (x and z will be in the middle of the region).
  21. ## Possible values: bottom, middle, top, integer.
  22. teleportLocationY: bottom
  23. ## If true the teleportation algorithm only allows telportation to inside the region, otherwise it will expand
  24. ## a cube from the starting point to check for safe spots (then it could end outside of the region).
  25. teleportIntoRegion: true
  26. ## Same as above, but then for when you teleport to the sign of a region instead of the region itself.
  27. teleportToSignIntoRegion: false
  28. ## Set where the '/as find' command should teleport the player to, set to true for the first sign of the region and set to
  29. ## false to teleport to the location set by '/as settp' or the default location (if not set).
  30. findTeleportToSign: true
  31. ## Restricts the '/as buy' and '/as rent' commands to the world of the region.
  32. restrictedToWorld: false
  33. ## Restricts the '/as buy' and '/as rent' commands to the region itself (player needs to be inside).
  34. restrictedToRegion: false
  35. ## The UUID of the landlord, this player will receive all money from rents/buys (but not reselling with '/as resell').
  36. landlord: ''
  37. ## Name of the landlord, if the landlord UUID setting is not provided then the name will be used instead
  38. landlordName: ''
  39.  
  40. # ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
  41. # │ RENT: Options for rent regions. │
  42. # └────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
  43. rent:
  44. ## The default price of a rental region.
  45. price: 1000
  46. ## The default duration of a rental region, you can find all time indicators in config.yml below the RENTING header.
  47. duration: '1 day'
  48. ## The percentage of the rent price you get back if you unrent the region (price of time left will be multiplied by this/100).
  49. moneyBack: 100
  50. ## Maximum number of extends a player can do (-1 for infinite, 0 for no extending), if they are at this number then
  51. ## they are force to let their rent run out (and can rent it again at that point).
  52. maxExtends: -1
  53. ## The Maximum time they can have the region rented in advance (use times like '1 day' etc, or 'unlimited' for no limit).
  54. ## This can prevent players from renting their region for a year, and to ensure they periodically have to extend their rent.
  55. maxRentTime: 'unlimited'
  56. ## Automatically unrent the region after the specified time between the last login time of the renter and the current time.
  57. ## Use times like '1 day' etc, or 'disabled' for never.
  58. inactiveTimeUntilUnrent: 'disabled'
  59. ## If a region of a player has less then this time left when he joins the server he will get a notice about his region.
  60. ## Use '' to disable.
  61. warningOnLoginTime: '1 day'
  62. ## The profile for the expiration warnings from the 'expirationWarningProfiles' section in the config.
  63. expirationWarningProfile: 'default'
  64. ## If renting the region would go above 'maxRentTIme', then extend to the maximum instead of cancelling the rent.
  65. extendToFullWhenAboveMaxRentTime: true
  66.  
  67.  
  68. # ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
  69. # │ BUY: Options for buy regions. │
  70. # └────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
  71. buy:
  72. ## The default price of a buy region.
  73. price: 1000
  74. ## The percentage of the price you get back if you sell the region.
  75. moneyBack: 100
  76. ## Automatically sell the region after the specified number of minutes between the last login time of the buyer and the current time
  77. ## Use times like '1 day' etc, or 'disabled' for never.
  78. inactiveTimeUntilSell: 'disabled'
Advertisement
Add Comment
Please, Sign In to add comment