Advertisement
Maybe_c

config.yml

Dec 26th, 2024
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. default_values:
  2. display_particles:
  3. list_of_particles:
  4. particle1:
  5. particle: FLAME
  6. speed: 0.01
  7. offset_y: 0.8
  8. enabled: true
  9. speed: 5
  10. default_actions:
  11. find_chat_message:
  12. - '{centered}&7&m '
  13. - ''
  14. - '{centered}&a你找到了 &e&lHidden Treasure&a! &7(&e%current%&8/&e%total%&7)'
  15. - ''
  16. - '{centered}&7&m '
  17. find_title_message:
  18. title: '&eHidden Treasure Found!'
  19. subtitle: '&7(&b%current%&8/&b%total%&7)'
  20. fadeIn: 20
  21. stay: 40
  22. fadeOut: 20
  23. find_sound: BLOCK_NOTE_BLOCK_PLING;10;1.8
  24. find_effects:
  25. - 'firework: colors:RED,WHITE type:BALL offsetY:0.8 fade:GREEN'
  26. last_actions:
  27. find_chat_message:
  28. - '{centered}&7&m '
  29. - ''
  30. - '{centered}&c&l恭喜!'
  31. - '{centered}&aYou have discovered all the &e&lHidden Treasures'
  32. - '{centered}&ain the lobby!'
  33. - '{centered}&7奖励: &a$10.000'
  34. - ''
  35. - '{centered}&7&m '
  36. find_title_message:
  37. title: '&eAll Hidden Treasures Found!'
  38. subtitle: '&aCongrats!'
  39. fadeIn: 20
  40. stay: 40
  41. fadeOut: 20
  42. find_sound: ENTITY_PLAYER_LEVELUP;10;1
  43. find_effects:
  44. - 'firework: colors:RED,WHITE type:BALL offsetY:0.8 fade:GREEN'
  45. find_commands:
  46. - eco give %player% 10000
  47. fix_teleport: true
  48. mysql_database:
  49. enabled: false
  50. host: localhost
  51. port: 3306
  52. username: root
  53. password: root
  54. database: database
  55. update_notification: true
  56. ignore_cancelled_events: false
  57.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement