Noodles0711

Untitled

Jul 12th, 2020
581
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.81 KB | None | 0 0
  1. #Which menu should /punish <player> open?
  2. Command: "{openmenu:main-menu}"
  3. #Should the console run the punishment command?
  4. ConsoleRunsCommands: false
  5. #Toggle update checks
  6. CheckForUpdates: true
  7. #Menus
  8. menus:
  9. #main-menu is the default menu, to create more just copy and paste the same format.
  10. main-menu:
  11. #You're using this name to access to this menu from anywhere in the configuration where you have action option
  12. #Just use for action {openmenu:menu-name}
  13. name: "main-menu"
  14. menu-title: "&c&lElectrode MC Punishment GUI"
  15. menu-size: 53
  16. fill-menu:
  17. enabled: true
  18. fill-data: 15
  19. material: "STAINED_GLASS_PANE"
  20. items:
  21. ClientModOffensesItem:
  22. name: "&a&lClient Mod Offenses"
  23. material: "IRON_SWORD"
  24. durability: 0
  25. slot: 14
  26. message:
  27. enabled: false
  28. text: "&eHello &b<player>!"
  29. command:
  30. enabled: false
  31. #Put command without /
  32. execute: ""
  33. action: ""
  34. lore:
  35. - ""
  36. - '&7X-Ray, Forcefield, Speed, Fly Ect.'
  37. - ""
  38. GeneralOffensesItem:
  39. name: "&a&lGeneral Offenses"
  40. material: "HOPPER"
  41. durability: 0
  42. slot: 12
  43. message:
  44. enabled: false
  45. text: "&eHello &b<player>!"
  46. command:
  47. enabled: false
  48. #Put command without /
  49. execute: ""
  50. action: ""
  51. lore:
  52. - ""
  53. - '&7Command/Map/Class/Skill Exploits, etc'
  54. - ""
  55. ChatOffensesItem:
  56. name: "&a&lChat Offenses"
  57. material: "BOOK_AND_QUILL"
  58. durability: 0
  59. slot: 0
  60. message:
  61. enabled: false
  62. text: "&eHello &b<player>!"
  63. command:
  64. enabled: false
  65. #Put command without /
  66. execute: ""
  67. action: ""
  68. lore:
  69. - ""
  70. - '&7Verbal Abuse, Spam, Harassment, Trolling, etc'
  71. - ""
  72. WarningItem:
  73. name: "&a&lWarnings"
  74. material: "ANVIL"
  75. durability: 0
  76. slot: 43
  77. message:
  78. enabled: false
  79. text: "&eHello &b<player>!"
  80. command:
  81. enabled: true
  82. #Put command without /
  83. execute: "warn {target} Spam/Hack Accusation/Trolling -s"
  84. action: ""
  85. lore:
  86. - ' '
  87. - '&7Example Warning Input:'
  88. - '&fSpam - Repeatedly writing MEOW'
  89. - '&fHack Accusation - Accused Tomp13 of hacking'
  90. - '&fTrolling - was trying to make bob angry in chat '
  91. - ' '
  92. PermanentMuteItem:
  93. name: "&a&lPermanent Mute"
  94. material: "PAPER"
  95. durability: 0
  96. slot: 25
  97. message:
  98. enabled: false
  99. text: "&eHello &b<player>!"
  100. command:
  101. enabled: true
  102. #Put command without /
  103. execute: "mute {target} Severe Advertising/Other Severe Offense -s"
  104. action: ""
  105. lore:
  106. - '&fMute Duration: &ePermanent'
  107. - ' '
  108. - '&7Severe Advertising'
  109. - '&fJOIN MINECADE! THIS SERVER IS TRASH'
  110. - ' '
  111. - '&7Other Severe Offense'
  112. - '&fDDOS Threats/Death Threats ETC'
  113. - ' '
  114. Severity1MuteItem:
  115. name: "&a&lNormal Severity"
  116. material: "IRON_INGOT"
  117. durability: 0
  118. slot: 9
  119. message:
  120. enabled: false
  121. text: "&eHello &b<player>!"
  122. command:
  123. enabled: true
  124. #Put command without /
  125. execute: "mute {target} 1h Light Spam/Light Advertising/Light Abuse-Harassment/Hackusations -s"
  126. action: ""
  127. lore:
  128. - '&fMute Duration: &e1 Hour'
  129. - ' '
  130. - '&7Light Spam'
  131. - '&fSending the same message 2-7 times'
  132. - ' '
  133. - '&7Light Advertising'
  134. - '&fanyone want to play on Hypixel?'
  135. - ' '
  136. - '&7Light Abuse/Harassment'
  137. - '&fomg do you even know how to play this game you idiot'
  138. - ' '
  139. - '&7Hackusations'
  140. - '&fyYour a hacker, ban him'
  141. - ' '
  142. Severity2MuteItem:
  143. name: "&a&lmedium Severity"
  144. material: "GOLD_INGOT"
  145. durability: 0
  146. slot: 18
  147. message:
  148. enabled: false
  149. text: "&eHello &b<player>!"
  150. command:
  151. enabled: true
  152. #Put command without /
  153. execute: "mute {target} 1w Medium Spam/Medium Advertising/Medium Abuse-Harassment/Avoiding Chat Filter"
  154. action: ""
  155. lore:
  156. - '&fMute Duration: &e1 Week'
  157. - ' '
  158. - '&7Medium Spam'
  159. - '&fSending the same message 6-15 times'
  160. - ' '
  161. - '&7Medium Advertising'
  162. - '&fjoin trash.server.net'
  163. - ' '
  164. - '&7Medium Abuse/Harassment'
  165. - '&fYour so fucking bad'
  166. - '&fFuck off you stupid newb'
  167. - ' '
  168. - '&7Avoiding Chat Filter'
  169. - '&f|_|<S YOU'
  170. - ' '
  171. Severity3MuteItem:
  172. name: "&a&lHigh Severity"
  173. material: "DIAMOND"
  174. durability: 0
  175. slot: 27
  176. message:
  177. enabled: false
  178. text: "&eHello &b<player>!"
  179. command:
  180. enabled: true
  181. #Put command without /
  182. execute: "mute {target} 1m Severe Spam/Severe Abuse-Harassment -s"
  183. action: ""
  184. lore:
  185. - '&fMute Duration: &e1 Month'
  186. - ' '
  187. - '&7Severe Spam'
  188. - '&fSending the same message 15+ times'
  189. - '&fSpam Bot'
  190. - ' '
  191. - '&7Severe Abuse/Harassment'
  192. - '&fGO KILL YOURSELF'
  193. - ' '
  194. PermanentBanItem:
  195. name: "&a&lPermanent Ban"
  196. material: "REDSTONE_BLOCK"
  197. durability: 0
  198. slot: 34
  199. message:
  200. enabled: false
  201. text: "&eHello &b<player>!"
  202. command:
  203. enabled: true
  204. #Put command without /
  205. execute: "ban {target} Severe Threats -s"
  206. action: ""
  207. lore:
  208. - '&fBan Duration: &ePermanent'
  209. - ' '
  210. - '&7Severe Threats'
  211. - '&fKILL THEM ALL WERE GOING TO HACK THE SERVER'
  212. - ' '
  213. Severity1GeneralBanItem:
  214. name: "&a&lSeverity 1"
  215. material: "INK_SACK"
  216. durability: 0
  217. slot: 21
  218. message:
  219. enabled: false
  220. text: "&eHello &b<player>!"
  221. command:
  222. enabled: true
  223. #Put command without /
  224. execute: "ban {target} 1h Team Killing/Trolling(Gameplay)/Map-Bug Exploiting -s"
  225. action: ""
  226. lore:
  227. - '&fBan Duration: &e1 Hour'
  228. - ' '
  229. - '&7Team Killing'
  230. - '&fIntentionally killing your team'
  231. - ' '
  232. - '&7Trolling (Gameplay)'
  233. - '&fUsing abilities to trap players in spawn'
  234. - ' '
  235. - '&7Map/Bug Exploiting'
  236. - '&fAbusing an exploit to gain an advantage'
  237. - ' '
  238. Severity1ClientBanItem:
  239. name: "&a&lSeverity 1"
  240. material: "INK_SACK"
  241. durability: 0
  242. slot: 23
  243. message:
  244. enabled: false
  245. text: "&eHello &b<player>!"
  246. command:
  247. enabled: true
  248. #Put command without /
  249. execute: "ban {target} 1d Damage Indicators/Player Radar -s"
  250. action: ""
  251. lore:
  252. - '&fBan Duration: &e1 Day'
  253. - ' '
  254. - '&7Examples'
  255. - '&fDamage Indicators'
  256. - '&fPlayer Radar'
  257. - ' '
  258. Severity2ClientBanItem:
  259. name: "&a&lSeverity 2"
  260. material: "INK_SACK"
  261. durability: 0
  262. slot: 32
  263. message:
  264. enabled: false
  265. text: "&eHello &b<player>!"
  266. command:
  267. enabled: true
  268. #Put command without /
  269. execute: "ban {target} 1w Forcefield/Speed Hack/Reach Hack/Other Hack (First Offense) -s"
  270. action: ""
  271. lore:
  272. - '&fBan Duration: &e1 Week'
  273. - ' '
  274. - '&7Examples'
  275. - '&fForcefield'
  276. - '&fSpeed Hack'
  277. - '&fReach Hack'
  278. - '&fOther Hack'
  279. - '&cFirst Offense Only!'
  280. - ' '
  281. Severity3ClientBanItem:
  282. name: "&a&lSeverity 3"
  283. material: "INK_SACK"
  284. durability: 0
  285. slot: 41
  286. message:
  287. enabled: false
  288. text: "&eHello &b<player>!"
  289. command:
  290. enabled: true
  291. #Put command without /
  292. execute: "ban {target} 1m Forcefield/Speed Hack/Reach Hack/Fly Hack/Other Hack (Second Offence) -s"
  293. action: ""
  294. lore:
  295. - '&fBan Duration: &e1 Month'
  296. - ' '
  297. - '&7Examples'
  298. - '&fForcefield'
  299. - '&fSpeed Hack'
  300. - '&fReach Hack'
  301. - '&fFly Hack'
  302. - '&fOther Hack'
  303. - '&cAlso for second offenders!'
  304. - ' '
  305. IPMuteItem:
  306. name: "&a&lIP Mute"
  307. material: "TNT"
  308. durability: 0
  309. slot: 7
  310. message:
  311. enabled: false
  312. text: "&eHello &b<player>!"
  313. command:
  314. enabled: true
  315. #Put command without /
  316. execute: "ipmute {target} IPMUTE -s"
  317. action: ""
  318. lore:
  319. - ' '
  320. - '&fMute Duration: &eForever'
  321. - '&cIP MUTE'
  322. - ' '
  323. IPBanItem:
  324. name: "&a&lIP BAN"
  325. material: "TNT"
  326. durability: 0
  327. slot: 7
  328. message:
  329. enabled: false
  330. text: "&eHello &b<player>!"
  331. command:
  332. enabled: true
  333. #Put command without /
  334. execute: "ipban {target} IPBAN -s"
  335. action: ""
  336. lore:
  337. - ' '
  338. - '&fBan Duration: &eForever'
  339. - '&cIP BAN'
  340. - ' '
Add Comment
Please, Sign In to add comment