Advertisement
Guest User

Untitled

a guest
May 10th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. # ==== Parkour Config ==== #
  2. DefaultBlocks:
  3. Enabled: true
  4. Death:
  5. Material: SMOOTH_BRICK
  6. Finish:
  7. Material: HUGE_MUSHROOM_2
  8. Climb:
  9. Material: BRICK
  10. Strength: 0.4
  11. Launch:
  12. Material: EMERALD_BLOCK
  13. Strength: 1.2
  14. Bounce:
  15. Material: MOSSY_COBBLESTONE
  16. Strength: 3
  17. Duration: 200
  18. Speed:
  19. Material: OBSIDIAN
  20. Strength: 5
  21. Duration: 200
  22. Repulse:
  23. Material: ENDER_STONE
  24. Strength: 0.4
  25. NoRun:
  26. Material: GOLD_BLOCK
  27. NoPotion:
  28. Material: HUGE_MUSHROOM_1
  29. OnJoin:
  30. SetGamemode: 0
  31. EnforceWorld: false
  32. EnforceFinished: true
  33. AllowViaCommand: true
  34. FillHealth: true
  35. Item:
  36. LastCheckpoint:
  37. Material: Clock
  38. HideAll:
  39. Material: Paper
  40. Leave:
  41. Material: Bone
  42. OnCourse:
  43. DieInLiquid: false
  44. EnforceParkourCommands:
  45. Enabled: true
  46. Whitelist:
  47. - login
  48. EnforceParkourSigns: true
  49. DisablePlayerDamage: false
  50. MaxFallTicks: 80
  51. AllowTrails: false
  52. DisableItemDrop: false
  53. PreventPlateStick: true
  54. AttemptLessChecks: false
  55. DisplayLiveTime: false
  56. DisableFly: true
  57. OnFinish:
  58. EnforceCompletion: true
  59. TeleportToLobby: true
  60. SetGamemode: 0
  61. BroadcastLevel: 3
  62. Prize:
  63. Enabled: true
  64. DefaultPrize:
  65. Material: DIAMOND
  66. Amount: 1
  67. XP: 0
  68. TeleportDelay: 0
  69. DisplayStats: true
  70. OnDie:
  71. SetXPBarToDeathCount: false
  72. ResetTimeWithNoCheckpoint: false
  73. OnLeaveServer:
  74. LeaveCourse: false
  75. TeleportToLastCheckpoint: false
  76. ParkourModes:
  77. Challenge:
  78. HidePlayers: true
  79. DisplayTitle:
  80. JoinCourse: true
  81. Checkpoint: true
  82. RewardLevel: true
  83. Death: true
  84. Leave: true
  85. Finish: true
  86. Other:
  87. Economy:
  88. Enabled: false
  89. BountifulAPI:
  90. Enabled: true
  91. CheckForUpdates: true
  92. LogToFile: true
  93. Parkour:
  94. ChatRankPrefix: false
  95. SignProtection: true
  96. InventoryManagement: true
  97. SignPermissions: false
  98. CommandPermissions: false
  99. Display:
  100. JoinWelcomeMessage: true
  101. CourseNotFinished: true
  102. LevelReward: true
  103. TitleOnJoin: true
  104. MySQL:
  105. Use: false
  106. Host: Host
  107. Port: 3306
  108. User: Username
  109. Password: Password
  110. Database: Database
  111. Table: Table
  112. Version: 4.0
  113. Lobby:
  114. Set: true
  115. easy:
  116. World: world
  117. X: -537.0509462872133
  118. Y: 120.0
  119. Z: -508.03541436727124
  120. Pitch: 18.733372
  121. Yaw: -93.83269
  122. main:
  123. World: world
  124. X: -35.31284961462143
  125. Y: 189.0
  126. Z: -140.5837306766706
  127. Pitch: 3.2319312
  128. Yaw: 0.45216292
  129. ParkourBlocks:
  130. easy:
  131. Death:
  132. Material: COAL_BLOCK
  133. Finish:
  134. Material: EMERALD_BLOCK
  135. Climb:
  136. Material: BEDROCK
  137. Launch:
  138. Material: GLASS
  139. Speed:
  140. Material: OBSIDIAN
  141. Repulse:
  142. Material: SPONGE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement