Advertisement
MrLetsplay2003

Config.yml (OUTDATED)

May 25th, 2017
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.87 KB | None | 0 0
  1. minebay:
  2.   prefix: '&8[&6Mine&bBay&8]'
  3.   mbstring: '&6Mine&bBay'
  4.   info:
  5.     purchase:
  6.    
  7.       # Message sent to buyer when item was bought
  8.       success: '%prefix% &aYou successfully bought &6%amount% %type% &afrom &6%seller%
  9.         &afor &6%price% %currency%'
  10.        
  11.       # Purchase error message
  12.       error: '&cError: %error%'
  13.      
  14.       seller:
  15.      
  16.         # Message sent to seller when item was bought
  17.         success: '%prefix% &6%buyer% &ahas bought &6%amount% %type% &afor &6%price%
  18.           %currency% &afrom you on %mbstring% &7(You get %price2% %currency%)'
  19.          
  20.       room-owner:
  21.        
  22.         # Message sent to room owner when item was bought (Only if tax > 0%)
  23.         success: '%prefix% &6%buyer% &ahas bought &6%amount% %type% &afor &6%price%
  24.           %currency% &ain your room on %mbstring% &7(You get %price2% %currency%)'
  25.          
  26.     sell:
  27.      
  28.       # Message sent to seller when item was put for sale
  29.       success: '%prefix% &aSuccessfully put &6%amount% %type% &afor &6%price% %currency%
  30.         &afor sale on %mbstring%'
  31.        
  32.       # Sell error messages
  33.       error:
  34.      
  35.         # Message sent when user doesn't hold an item in their hand
  36.         noitem: '%prefix% &cYou need to hold an item in your hand'
  37.        
  38.         # Sent when user tries to set a price below 0
  39.         toocheap: '%prefix% &cYou need to set a price higher than 0'
  40.        
  41.         # Sent when user tries to sell in a fully occupied room
  42.         no-slots: '%prefix% &cAll slots are already occupied'
  43.        
  44.         # Sent when user tries to sell item when he's already sold more than the maximum amount of items per slot (minebay.user-rooms.offers-per-slot)
  45.         too-many-sold: '%prefix% &cYou have already sold too many items in that room'
  46.        
  47.     # Sent when user wants to change the name
  48.     newname: '%prefix% &aType in a new name (Max. %maxchars% Characters)'
  49.    
  50.     # Sent to a user when the new name was applied
  51.     newname-applied: '%prefix% &aName changed to: %newname%'
  52.    
  53.     error:
  54.      
  55.       # Message sent when user tries to set a name longer than the set value (minebay.user-rooms.max-name-length)
  56.       name-too-long: '%prefix% &cMaximum name length: %maxchars%'
  57.      
  58.     # Sent to a user when new room icon was applied
  59.     newblock-applied: '%prefix% &aBlock changed to: %type%'
  60.    
  61.     # Sent to a user when they create a new room
  62.     room-created: '%prefix% &aRoom &6"%name%" &acreated! &7(Properties: Tax: %taxshare%%,
  63.       Slots: %slots%, Icon Material: %iconmaterial%, ID: %roomid%)'
  64.      
  65.     room-create:
  66.       error:
  67.        # Sent when user tries to create more rooms than the maximum allowed (without any special permissions: minebay.user-rooms.max-rooms)
  68.         too-many-rooms: '%prefix% &cYou have already reached the room limit!'
  69.        
  70.     slot-buy:
  71.    
  72.       # Sent when user buys one slot
  73.       success: '%prefix% &aBought one slot for %slotprice% %currency%'
  74.      
  75.       # Sent when an error occurs when user tries to buy a new slot
  76.       error: '%prefix% &cError: %error%'
  77.      
  78.       # Sent when user tries to buy more slots than the maximum allowed (minebay.user-rooms.max-slots)
  79.       toomanyslots: '%prefix% &cYou already have reached the maximum amount of slots'
  80.     slot-sell:
  81.    
  82.       # Sent when user sells a slot
  83.       success: '%prefix% &aSold one slot for %slotprice% %currency%'
  84.      
  85.       # Sent when user tries to sell a slot when all slots are occupied
  86.       all-slots-occupied: '%prefix% &cAll slots are currently occupied'
  87.      
  88.       # Sent when an error occurs when user tries to sell a slot
  89.       error: '%prefix% &cError: %error%'
  90.      
  91.       # Sent when user tries to sell more slots than the default minimum (minebay.user-rooms.default-slot-number)
  92.       notenoughslots: '%prefix% &cYou already have reached the minimum amount of slots'
  93.     tax:
  94.    
  95.       # Sent when user increases tax
  96.       success: '%prefix% &aChanged the tax to %newtax%%'
  97.      
  98.       # Sent when user tries to set tax higher than the maximum allowed (minebay.user-rooms.max-tax-percent)
  99.       toohigh: '%prefix% &cYou already have reached the maximum tax'
  100.      
  101.       # Sent when user tries to set tax lower than 0
  102.       toolow: '%prefix% &cYou can''t set the tax below 0%'
  103.     sell-room:
  104.    
  105.       # Sent when user sells their room
  106.       success: '%prefix% &aSuccessfully sold your room for %price% %currency%'
  107.      
  108.       # Sent when user tries to sell room when there are still pending offers
  109.       not-empty: '%prefix% &cThere are still offers in your room'
  110.      
  111.       # Sent when an error occurs when user tries to sell their room
  112.       error: '%prefix% &cError: %error%'
  113.     retract-sale:
  114.    
  115.       # Sent when user retracts a sale
  116.       success: '%prefix% &aSuccessfully retracted your sale'
  117.      
  118.     # Sent when user tries to create a room while it's disabled
  119.     user-rooms-disabled: '%prefix% &cUser rooms are disabled!'
  120.    
  121.     # Sent when reload was completed
  122.     reload-complete: '%prefix% &aReload complete'
  123.    
  124.     # Sent when user tries to reload when they don't have the permission (minebay.reload)
  125.     reload-no-permission: '%prefix% &cNo permission'
  126.    
  127.   # Default settings for user rooms
  128.   user-rooms:
  129.     enable: true
  130.     room-price: 1000
  131.     slot-price: 100
  132.     default-tax-percent: 5
  133.     max-tax-percent: 50
  134.     default-slot-number: 5
  135.     max-slots: 50
  136.     offers-per-slot: 5
  137.     max-name-length: 20
  138.     max-rooms: 3
  139.     default-icon-material: GRASS
  140.  
  141.   # Settings for the default auction room
  142.   default-auction-room:
  143.     slots: -1
  144.     taxshare: 5
  145.     name: Super Auction Room
  146.     icon-material: STONE
  147.     applySettings: false
  148.    
  149. # Custom permissions to use
  150. room-perms:
  151. - user.premium
  152. - user.donator
  153.  
  154. # Settings for custom permissions
  155. room-perm:
  156.   user:
  157.     premium:
  158.       max-rooms: 5
  159.     donator:
  160.       max-rooms: 7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement