Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. mysql:
  2. host: "127.0.0.1"
  3. port: 3306
  4. user: "root"
  5. password: ""
  6. database: "dailyevents"
  7.  
  8. event_start_hour: 18
  9.  
  10. targetPlacedBlocksFirstEvent:
  11. - 1
  12. - 2
  13. - 3
  14.  
  15. targetPlacedBlocksSecondEvent:
  16. - 4
  17. - 5
  18. - 6
  19.  
  20. targetKilledMobsEvent: # Name from: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
  21. - 'SKELETON'
  22. - 'ZOMBIE'
  23. - 'SLIME'
  24. - 'COW'
  25.  
  26. gui:
  27. canDrag: true
  28. canEnterItems: true
  29. enterableItems:
  30. - GOLD_PICKAXE
  31. gui:
  32. title: '&2&lDrop'
  33. actions:
  34. # action ID on slot 0 etc.
  35. 0: on_click_action_0
  36. 1: on_click_action_1
  37. 2: on_click_action_2
  38. 3: on_click_action_3
  39. 4: on_click_action_4
  40. 5: on_click_action_5
  41. inventory:
  42. - slot: 0
  43. item:
  44. material: DIAMOND
  45. amount: 1
  46. durability: 0
  47. name: null
  48. lore: null
  49. - slot: 1
  50. item:
  51. material: GOLDEN_APPLE
  52. amount: 1
  53. durability: 1
  54. name: null
  55. lore: null
  56. - slot: 2
  57. item:
  58. material: COAL
  59. amount: 48
  60. durability: 0
  61. name: null
  62. lore: null
  63. - slot: 3
  64. item:
  65. material: CHORUS_FLOWER
  66. amount: 1
  67. durability: 0
  68. name: null
  69. lore:
  70. - Hi!
  71. - Boi!
  72. - slot: 4
  73. item:
  74. material: JACK_O_LANTERN
  75. amount: 1
  76. durability: 0
  77. name: '&6Hello!'
  78. lore: null
  79. - slot: 5
  80. item:
  81. material: LAPIS_BLOCK
  82. amount: 1
  83. durability: 0
  84. name: null
  85. lore: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement