Advertisement
Guest User

Untitled

a guest
Apr 29th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. # Version 3.3.5
  2. # by technisat and inik0
  3.  
  4. Enable_Economy: true
  5. Logging: true
  6.  
  7. Statistics_Enabled: true
  8.  
  9. # Possible languages: en, ge, fr, pl
  10. Language: en
  11.  
  12. Statistics_Limit_Mode: false
  13.  
  14. #use statistics (rented, selled region conunt; per player info...)
  15. Statistics_Enabled: true
  16.  
  17. # Remove region from market list when bought...
  18. Auto_Removing_Regions: sell,bid
  19.  
  20. # Can players extend rent region
  21. Can_Extend: true
  22. # Here can be value in two formats, time (5d - 5 days) or amount (4 - 4 times)
  23. Max_Rent_Extend: -1
  24.  
  25. Show_Auto_Expand_Message: true
  26.  
  27. # Show to player warning message when his region will expire, in minutes (0 - disabled)
  28. Show_Warning_Rent_Expire: 0
  29.  
  30. # Remove LWC protections when region expire, example: rent,let
  31. Remove_LWC_On_Expire: none
  32.  
  33. # Rollback bolocks when region expire (and save when region went buy), example: rent,let
  34. Rollback_On_Expire: none
  35.  
  36. # If player line is empty... true: use sign creator name, false: use Default_Economy_Account
  37. Player_Line_Empty: true
  38.  
  39. # Economy account to send moneys if line 'player' will be empty
  40. Default_Economy_Account: '<admin>'
  41.  
  42. # Teleport: Player will teleport to his buyed Region
  43. Teleport_To_Region: true
  44. # Where do you want teleport, possible: minCorner, centerHighest, centerByLight
  45. Teleport_Where: centerHighest
  46.  
  47. # True: find region with highest priority, False: use first region
  48. Hight_Priority_Region: true
  49. # Try to find region with that name in other worlds.
  50. Use_Other_World_Regions: false
  51.  
  52. # Protect plugin from fast clicking (in miliseconds)
  53. Clicking_Limit: 1200
  54.  
  55. Let_Statistics_Template: '&playerFrom& >> &playerTo&: &price&/&time&'
  56. Regions_List_Template: '&region& (&tokenType&): &price&&time&'
  57. Entries_Per_List_Page: 10
  58.  
  59. # Main colors of generated signs (color per line can be set in templates.yml)
  60. Output_Color: '&f'
  61. Taken_Color: '&f'
  62.  
  63. # Show buyable regions on dynmap
  64. Enable_dynmap: true
  65. Markerset_Name: Simple region market
  66. Dynmap_Icon_Free: sign
  67. Dynmap_Icon_Taken: basket
  68. Dynmap_Show_On_Region_Loc: true
  69. Show_bid: true
  70. Show_let: true
  71. Show_rent: true
  72. Show_sell: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement