MinecraftSolutions

Untitled

Oct 3rd, 2022 (edited)
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. # If you don't have an option that you want to be configurable, you can suggest
  2. # Permission: miningvip to earn better pickaxe
  3. MySQL:
  4. IP: 'localhost'
  5. Porta: 3306
  6. Usuario: 'root'
  7. Senha: ''
  8. DataBase: 'factions'
  9.  
  10. Items:
  11. COAL_ORE: 0.085
  12. REDSTONE_ORE: 0.08
  13. LAPIS_ORE: 0.075
  14. IRON_ORE: 0.04
  15. GOLD_ORE: 0.03
  16. DIAMOND_ORE: 0.02
  17. EMERALD_ORE: 0.01
  18.  
  19. Prices:
  20. COAL_ORE: 3.0
  21. REDSTONE_ORE: 3.0
  22. LAPIS_ORE: 3.0
  23. IRON_ORE: 25.0
  24. GOLD_ORE: 28.0
  25. DIAMOND_ORE: 50.0
  26. EMERALD_ORE: 60.0
  27.  
  28. ScoreBoard:
  29. - ''
  30. - ' &eCoins: &f{money}'
  31. - ''
  32. - ' &cUtilize /vender'
  33. - ''
  34. - ' &ebit.ly/minecraftsolutions'
  35.  
  36. server:
  37.  
  38. # name of the mining server that you put in the config.yml of the bungeecord
  39. mine: 'mine'
  40.  
  41. world:
  42.  
  43. # Distance the player will be teleported when entering the mining world
  44. radius-teleport: 100
  45.  
  46. # List of effects that will be applied when entering the mining world
  47. - 'FAST_DIGGING;1'
  48. - 'NIGHT_VISION;1'
Add Comment
Please, Sign In to add comment