Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.65 KB | None | 0 0
  1. ### Name of the AutoMine Room
  2. name: 'AutoMiner #1'
  3.  
  4. ### Displayname of the AutoMine Room. (shown in gui)
  5. displayname: '%name%'
  6.  
  7. ### Slot for mine in GUI
  8. slot: 0
  9.  
  10. ### Type of AutoMine (0 = normal, 1 = donator)  
  11. ### type: 1 requires miner.donor permission.
  12. type: 0
  13.  
  14. ### Is the AutoMine Vacant? (true/false) Leave it as true.
  15. vacant: true
  16.  
  17. ### Can multiple people access the mine at the same time?
  18. allow-multiple-players: false
  19.  
  20. ### Is the AutoMine open to the public? Set to false to remove mine from gui.
  21. open: true
  22.  
  23. ### AutoMine Region Settings
  24. region:
  25.   ## Default Region
  26.   default: automine-0
  27.  
  28.   ## Group dependant region
  29.   group:
  30.    ## Region used for players in the 'default' group.
  31.     default: automine-1
  32.  
  33. ### Whether to use the players own pickaxe or a regular diamond pick. (true/false)
  34. usePlayerPickaxe: true
  35.  
  36. ### Permission Required to use the mine. (seperate from miner.donor permission.)
  37. permission: null
  38.  
  39. ### No Miner Time Settings
  40. notime:
  41.  ## Material to replace the mine item with.
  42.   material: BARRIER
  43.  
  44.   ## Displayname of replaced item.
  45.   displayname: '&cYou have no time'
  46.  
  47.   ## Lore of replaced item.
  48.   lore:
  49.  - '&cPlease try again when you have more time!'
  50.  
  51. ### HolographicDisplays Lines if location has been set.
  52. hololines:
  53. - '&b%amname%'
  54. - '&cOccupied By: &a%amoccupant%'
  55. - '&cBlocks Mined: &a%amblocksbroken%'
  56. - '&cMoney Earned: &a%ammoneymade%'
  57. - '&cTime Left: &a%amtimeleft%'
  58.  
  59. ### AutoSell settings
  60. autosell:
  61.   ## Setting this to true will allow the plugin to automatically sell items
  62.   ## if you have the "AutoSell" plugin installed. Ignores permissions for autoselling.
  63.   enabled: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement