Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.82 KB | None | 0 0
  1. #=====================================================================================
  2. #= = ShotEmDown v 1.0 = = = ShotEmDown v 1.0 = =
  3. #= = created by: kickme = = = created by: kickme = =
  4. #= = ONLY for spigot 1.12.x = = = ONLY for spigot 1.12.x = =
  5. #= SUPPORT: janezvod0000@gmail.com (my private e-mail) =
  6. #=====================================================================================
  7. #= = Permissions = = = Commands = =
  8. #= = - ShotEmDown.teleport = = - /sedarena sed.arena.* =
  9. #= = - ShotEmDown.play = = - /sedhelp sed.help. =
  10. #= = - ShotEmDown.changeGamemode = = - /sedplayers sed.players.* =
  11. #= = - ShotEmDown. = = - /sedsettings(GUI) sed.gui.* =
  12. #= = - ShotEmDown.GUI = = - /sedinfo sed.info.* =
  13. #= = - ShotEmDown.PickTeam = = - /sedversion sed.version. =
  14. #= = - ShotEmDown.join = = - /sedreload sedreload. =
  15. #= = - ShotEmDown.exit = = - /sedstart sed.start. =
  16. #= = - ShotEmDown.kill.player = = - /sedstop sed.stop =
  17. #= = - ShotEmDown.all.* = = - /sedtoggle sed.toggle =
  18. #= = - = = - /sedholo sed.holo =
  19. #= = - ===========================================
  20. #= = - =
  21. #= = - =
  22. #= = - =
  23. #= = - =
  24. #= = - =
  25. #= = - =
  26. #= = - =
  27. #= = - =
  28. #===========================================
  29. # Do not touch this:
  30. PluginVersion: 1.0
  31. #
  32. # REQUILED PLUGINS:
  33. # https://www.spigotmc.org/resources/vault.41918/ Vault
  34. # https://dev.bukkit.org/projects/holographic-displays Holographic Displays
  35. #
  36. #
  37. # ShotEmDown <> main configuration
  38. # Here you can change settings, edit them as you want
  39. # Plugin is fully customizable,
  40. # = = = = = = = = = = = = = = = = = = = = =
  41. # Change this to enable multi-world support:
  42. # Default is "false"
  43. EnableMultiWorld: false
  44. # = = = = = = = = = = = = = = = = = = = = =
  45. # BungeeCordSupport::
  46. # Default is "false"
  47. BungeeCord: false
  48. # = = = = = = = = = = = = = = = = = = = = =
  49. # This setting allows plugin to teleport players to specific loactions:
  50. # Default is "true"
  51. AllowTeleportation: true
  52. # = = = = = = = = = = = = = = = = = = = = =
  53. # If you set it to true, plugin can change player gamemode
  54. # Default is "true"
  55. AllowGamemode: true
  56. # = = = = = = = = = = = = = = = = = = = = =
  57. # Be carefully!
  58. # Default is "false"
  59. AllowMySQL: false
  60. MySQL:
  61. Offline: false
  62. Host: localhost
  63. Port: 3306
  64. Database: test.net.kickme
  65. User: <username>
  66. Password: <password>
  67. # = = = = = = = = = = = = = = = = = = = = =
  68. # Allow players to talk in chat while in Spectator mode:
  69. # Default is "true"
  70. AllowInGameChat: true
  71. # = = = = = = = = = = = = = = = = = = = = =
  72. # Allow players to use specific commands, permisions while in game:
  73. # You can add more manually
  74. # Players will be able to use only these commands while joined
  75. # Default is "true"
  76. Permissions:
  77. - ShotEmDown.teleport
  78. - ShotEmDown.play
  79. - ShotEmDown.changeGamemode
  80. - ShotEmDown.kill.player
  81. - essentials.tpa
  82. - essentials.tpaccept
  83. - essentials.msg
  84. - essentials.hat
  85. - essentials.kits.*
  86. - essentials.balance
  87. - essentials.pay
  88. - essentials.ignore
  89. - essentials.suicide
  90. - essentials.invsee
  91. - essentials.signs.use.buy
  92. # = = = = = = = = = = = = = = = = = = = = =
  93. # MAIN SETTINGS!
  94. # Build, destroying blocks while joined in game (arena)
  95. AllowBlockBreak: false
  96. AllowBlockPlace: false
  97. AllowItemPick: false
  98. AllowItemDrop: false
  99. AllowItemDropOnDeath: false
  100. AllowItemDropOnFall: false
  101. AllowVoidDeath: false
  102. # = = = = = = = = = = = = = = = = = = = = =
  103. # Prefixes in game - Only while joined (colors are supported; &2, &5, &c, &a..)
  104. # Enable prefixes:
  105. # Default is "false"
  106. EnableInGamePrefixes: false
  107. #
  108. PrefixesList:
  109. # You can add prefixes manually if you wish
  110. #>
  111. - Survivor: "[CustomizeMe]"
  112. - Requiles "0" kills.
  113. #>
  114. - Assassin: "&2[CustomizeMe1]"
  115. - Requiles "0" kills.
  116. #>
  117. - Spectator: "&2[CustomizeMe2]"
  118. - Requiles "0" kills.
  119.  
  120. # Disable Fall-damage
  121. # Default is "false"
  122. AntiFallDmg: false
  123. # GameTeams (per single server)
  124. # Default is "true"
  125. EnableTeams: true
  126. MaxTeams: 3
  127. MinTeams: 1
  128. # = = = = = = = = = = = = = = = = = = = = =
  129. # Change this to true if you want to add effects to a game (text, firework)
  130. # Change this to true to enable effects.
  131. # Default is "false"
  132. EnableTextInChat: false
  133. # Massanges supports colors!
  134. TextSettings:
  135. # At the end - if player wins:
  136. - "Congratz!"
  137. # At the end - if player loses:
  138. - "Batter luck next time!"
  139. # 1st player Text:
  140. - "example1"
  141. # 2st player Text:
  142. - "example2"
  143. # 3th player Text:
  144. - "example3"
  145. # At the start:
  146. - "default"
  147. FireWorkSettings:
  148. # AT THE START:
  149. # Put the "i" at the end (example: - square:i ) ("i" means interact, "GetPlayerStatus")
  150. # Types: square, BothSideUp, Magic, LeftSide, RightSide, InPlayer.
  151. # Default is "true"
  152. Enable: true
  153. PickFireworkType: square:i
  154. # (s = seconds)
  155. Duration: "4s"
  156. # (Avalible Colors: Blue, Red, Green, Purple, Black, White, Gray, Yellow,)
  157. FireWorkColor:
  158. # = = = = = = = = = = = = = = = = = = = = =
  159. # Redwards, prizes
  160. # Set this to true to enable this function
  161. # Default is "true"
  162. GiveItemsOnJoin: true
  163. # Items on join(item id / name):
  164. GiveItemsOnJoinList:
  165. Items:
  166. - "DIAMOND_SWORD"
  167. - ammount: 1
  168. - "IRON_HELMET"
  169. - ammount: 1
  170. - "GOLDEN_APPLE"
  171. - ammount: 3
  172. - "STONE"
  173. - ammount: 32
  174. GiveItemsOnWin:
  175. Items:
  176. - DIAMOND
  177. - ammount: 10
  178. - IRON_INGOT
  179. - ammount: 2
  180. - ConsoleCommands:
  181. 1st Win:
  182. - eco give %player% 100
  183. 2st Win:
  184. - eco give %player% 300
  185. 3st Win:
  186. - eco give %player% 500
  187. # You can customize that : "6" to any other number
  188. 4th - "6" Win:
  189. - eco give %player% 10
  190. # = = = = = = = = = = = = = = = = = = = = =
  191. # Announcer (colors are supported!)
  192. # Default is "true"
  193. EnableAnnouncer: true
  194. - msg: "&2[&7Warning&2]&cHacking is bannable! &c&lDo not &ccheat, you might get banned!"
  195. - msg: "example1"
  196. - msg: "example2"
  197. - msg: " &6[&3Support&6]&5Visit our webside:&a www.example.com"
  198. # = = = = = = = = = = = = = = = = = = = = =
  199.  
  200. .......
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement