Guest User

Untitled

a guest
Jul 12th, 2022
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.15 KB | None | 0 0
  1.  
  2. ################################################################
  3. # ____ _ #
  4. # __ __ / ___| (_) _ __ ___ _ __ #
  5. # \ \/ / \___ \ | | | '_ \ / _ \ | '_ \ #
  6. # > < ___) | | | | | | | | (_) | | | | | #
  7. # /_/\_\ |____/ |_| |_| |_| \___/ |_| |_| #
  8. # #
  9. ##################################################################
  10. #- *\ Created by Maazapan © /* -#
  11. ##################################################################
  12.  
  13. config:
  14.  
  15. # The prefix is used at the beginning of each plugin message,
  16. # you can remove it by leaving it empty between the quotes.
  17. prefix: " &8&8| &e&lxSinon &8: &r"
  18.  
  19. # It is the distance that the fake minerals are generated,
  20. # remember that this number is the maximum range number which will be random.
  21. fake-block-distance: 8
  22.  
  23. # The suspect will be removed from the list of suspects after a certain time that is placed below,
  24. # the time has to be in seconds, by default it is 10 minutes.
  25. remove-after: 600
  26.  
  27. # It is the layer after the anti-xray is applied, by default it comes in cape 30,
  28. # after that layer the anti-xray will start to work.
  29. y-checked: 30
  30.  
  31. # The warnings are something simple to understand, every time the player mines a fake block
  32. # a warning will be applied.
  33. warnings:
  34.  
  35. # This is the list of actions that will be executed depending on the warnings that the player has
  36. # In the "warnings" part, the action will be executed depending on the warnings that you put in that option
  37. # You can add more actions to this list by following the format.
  38. action-warnings:
  39. '1':
  40. warnings: 2
  41. # This action is executed when the player has 2 warnings
  42. # and will send an alert to the staff.
  43. actions:
  44. - '[STAFF]: %prefix% &9%player% &fis possible use &axRay.'
  45. - '[STAFF_SOUND]: ENTITY_EXPERIENCE_ORB_PICKUP;10;2'
  46. '2':
  47. warnings: 3
  48. actions:
  49. - "[CONSOLE]: kick %player% Suspicious xRay"
  50. - '[STAFF]: %prefix% &9%player% &fhas kicked, possible use &axRay.'
  51. '3':
  52. warnings: 4
  53. actions:
  54. - '[STAFF]: %prefix% &9%player% &fhas baned, reason &axRay.'
  55. - '[STAFF_SOUND]: BLOCK_ANVIL_USE;10;2'
  56. - "[CONSOLE]: ban %player% xRay"
  57.  
  58. # This list is all the minerals that will be checked when the player breaks them
  59. # you can add more to your liking.
  60. # More Blocks: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  61. verify-blocks:
  62. - 'DIAMOND_ORE:120'
  63. - 'GOLD_ORE:50'
  64. - 'DEEPSLATE_DIAMOND_ORE:120'
  65. - 'ANCIENT_DEBRIS:250'
  66.  
  67. # Anti xray only works on these worlds that are listed
  68. # make sure you have your world added to this list.
  69. enable-in-worlds:
  70. worlds:
  71. - 'world'
  72.  
  73. # Some permissions for server staff.
  74. permissions:
  75. staff-notify: "xsinon.staff.notify"
  76.  
  77. messages:
  78. no-permission: "&cYou don't have permission to use this command."
  79. teleport: "&fSuccess teleported at &9%target%"
  80. delete-inventory: "&fYou have deleted the &9%target%&f inventory"
  81. remove-warnings: "&fHas removed &a%amount%&f warnings to &9%target%"
  82. remove-minerals: "&fHas removed the fake minerals of the &9%target%&f amount &a%amount%"
  83.  
  84. inventory:
  85. options-gui:
  86. title: "&8xSinon - &nOptions"
  87. items:
  88. '1':
  89. id: DIAMOND_ORE
  90. slot: 20
  91. display_name: "&aOre Information "
  92. lore:
  93. - '&8Suspect Options'
  94. - ''
  95. - '&7See information about '
  96. - '&7the minerals have mined. '
  97. - ''
  98. - '&fNetherite: &e%mined-ANCIENT_DEBRIS-%'
  99. - '&fDiamonds: &b%mined-DIAMOND_ORE-%'
  100. - '&fEmeralds: &a%mined-EMERALD_ORE-%'
  101. - ''
  102. '2':
  103. id: PLAYER_HEAD
  104. slot: 4
  105. owner: "%player%"
  106. display_name: "&c&l✘ &c%player%'s Suspect"
  107. lore:
  108. - '&7Information about the possible '
  109. - '&7suspect, see the options available '
  110. - '&7in this menu.'
  111. '3':
  112. id: BARRIER
  113. slot: 49
  114. display_name: "&cClose Menu"
  115. actions:
  116. - '[SOUND]: BLOCK_LEVER_CLICK;1;10'
  117. - '[CLOSE]'
  118. '4':
  119. id: PLAYER_HEAD
  120. slot: 48
  121. texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmQ2OWUwNmU1ZGFkZmQ4NGU1ZjNkMWMyMTA2M2YyNTUzYjJmYTk0NWVlMWQ0ZDcxNTJmZGM1NDI1YmMxMmE5In19fQ=="
  122. display_name: "&aBack Menu"
  123. actions:
  124. - '[SOUND]: BLOCK_LEVER_CLICK;1;10'
  125. - '[BACK_MENU]'
  126. '5':
  127. id: OAK_SIGN
  128. slot: 21
  129. display_name: "&aTeleport at suspect"
  130. lore:
  131. - '&8Suspect Options'
  132. - ''
  133. - '&7Teleport to the player '
  134. - '&7you have selected. '
  135. - ''
  136. - '&cHe can see you, be careful. '
  137. - ''
  138. - '&e▸ Click to teleport player '
  139. actions:
  140. - '[OPTIONS]: TELEPORT'
  141. - '[SOUND]: BLOCK_NOTE_BLOCK_BELL;10;1'
  142. - '[CLOSE]'
  143. '6':
  144. id: CHEST
  145. slot: 23
  146. display_name: "&aInventory suspect"
  147. lore:
  148. - '&8Suspect Options'
  149. - ''
  150. - '&7Edit the inventory of '
  151. - '&7the possible suspect. '
  152. - ''
  153. - '&e▸ Click to edit inventory '
  154. actions:
  155. - '[OPTIONS]: INVENTORY'
  156. - '[SOUND]: BLOCK_LEVER_CLICK;1;10'
  157. '7':
  158. id: HOPPER
  159. slot: 24
  160. display_name: "&aDelete Inventory"
  161. lore:
  162. - '&8Suspect Options'
  163. - ''
  164. - '&7Delete the suspects inventory.'
  165. - ''
  166. - '&cYou wont be able to retrieve'
  167. - '&cthe inventory again!'
  168. - ''
  169. - '&e▸ Click to delete inventory '
  170. actions:
  171. - '[OPTIONS]: DELETE_INVENTORY'
  172. - '[SOUND]: BLOCK_NOTE_BLOCK_BELL;10;1'
  173. - '[CLOSE]'
  174. '8':
  175. id: REDSTONE_TORCH
  176. slot: 30
  177. display_name: "&aRemove Warnings"
  178. lore:
  179. - '&8Suspect Options'
  180. - ''
  181. - '&7Remove all warnings '
  182. - '&7the suspect has. '
  183. - ''
  184. - '&e▸ Click to remove warnings '
  185. actions:
  186. - '[OPTIONS]: REMOVE_WARNINGS'
  187. - '[SOUND]: BLOCK_NOTE_BLOCK_BELL;10;1'
  188. - '[CLOSE]'
  189. '9':
  190. id: DIAMOND
  191. slot: 32
  192. display_name: "&aRemove Fake Minerals"
  193. lore:
  194. - '&8Suspect Options'
  195. - ''
  196. - '&7Eliminate the fake minerals '
  197. - '&7that the suspect has mined. '
  198. - ''
  199. - '&e▸ Click to remove minerals '
  200. actions:
  201. - '[OPTIONS]: REMOVE_FAKE_MINERALS'
  202. - '[SOUND]: BLOCK_NOTE_BLOCK_BELL;10;1'
  203. - '[CLOSE]'
  204. '10':
  205. id: PAPER
  206. slot: 31
  207. display_name: "&aMineral History"
  208. lore:
  209. - '&8Suspect Options'
  210. - ''
  211. - '&7See all the minerals '
  212. - '&7this player has mined. '
  213. - ''
  214. - '&e▸ Click to see history '
  215. actions:
  216. - '[OPTIONS]: HISTORY'
  217. - '[SOUND]: BLOCK_LEVER_CLICK;1;10'
  218. '11':
  219. id: BLACK_STAINED_GLASS_PANE
  220. slots:
  221. - 0
  222. - 1
  223. - 2
  224. - 3
  225. - 5
  226. - 6
  227. - 7
  228. - 8
  229. - 9
  230. - 17
  231. - 18
  232. - 26
  233. - 27
  234. - 35
  235. - 36
  236. - 44
  237. - 45
  238. - 46
  239. - 47
  240. - 51
  241. - 52
  242. - 53
  243. display_name: " "
  244. suspect-inventory:
  245. title: "&8Sinon - &nSuspect Inventory"
  246. items:
  247. '1':
  248. id: BARRIER
  249. slot: 49
  250. display_name: "&cClose Menu"
  251. actions:
  252. - '[CLOSE]'
  253. - '[SOUND]: BLOCK_LEVER_CLICK;1;10'
  254. '10':
  255. id: BLACK_STAINED_GLASS_PANE
  256. slots:
  257. - 45
  258. - 46
  259. - 47
  260. - 51
  261. - 52
  262. - 53
  263. display_name: " "
  264. suspect-gui:
  265. title: "&8xSinon - &nSelect Suspect"
  266. suspect-item:
  267. id: PLAYER_HEAD
  268. owner: "%player%"
  269. display_name: "&c&l✘ &8- &a%player%'s"
  270. lore:
  271. - "&8%last-warning%"
  272. - ""
  273. - '&7See more options about'
  274. - '&7that suspect xray player. '
  275. - " "
  276. - "&fWarnings: &b%warnings% "
  277. - ''
  278. - "&e▸ Click to more options"
  279. actions:
  280. - '[SOUND]: BLOCK_LEVER_CLICK;1;10'
  281. no-suspect-item:
  282. id: RED_STAINED_GLASS_PANE
  283. display_name: "&cNo suspect found."
  284. items:
  285. '1':
  286. id: OAK_BUTTON
  287. slot: 48
  288. display_name: "&aOld Page"
  289. actions:
  290. - '[OLD_PAGE]'
  291. '2':
  292. id: OAK_BUTTON
  293. slot: 50
  294. display_name: "&aNext Page"
  295. actions:
  296. - '[NEXT_PAGE]'
  297. '3':
  298. id: BARRIER
  299. slot: 49
  300. display_name: "&cClose Menu"
  301. actions:
  302. - '[CLOSE]'
  303. - '[SOUND]: BLOCK_LEVER_CLICK;1;10'
  304. '6':
  305. id: RED_BANNER
  306. slot: 4
  307. display_name: "&c&l✘ &r&cSuspect xRay"
  308. lore:
  309. - "&7All the players in this menu "
  310. - "&7could have xray, use the buttons "
  311. - "&7to change the page."
  312. '5':
  313. id: BLACK_STAINED_GLASS_PANE
  314. slots:
  315. - 0
  316. - 1
  317. - 2
  318. - 3
  319. - 5
  320. - 6
  321. - 7
  322. - 8
  323. - 9
  324. - 17
  325. - 18
  326. - 26
  327. - 27
  328. - 35
  329. - 36
  330. - 44
  331. - 45
  332. - 46
  333. - 47
  334. - 51
  335. - 52
  336. - 53
  337. display_name: " "
  338. history-gui:
  339. title: "&8xSinon - &nSuspect History"
  340. items:
  341. '1':
  342. id: OAK_BUTTON
  343. slot: 48
  344. display_name: "&aOld Page"
  345. actions:
  346. - '[OLD_PAGE]'
  347. '2':
  348. id: OAK_BUTTON
  349. slot: 50
  350. display_name: "&aNext Page"
  351. actions:
  352. - '[NEXT_PAGE]'
  353. '3':
  354. id: BARRIER
  355. slot: 49
  356. display_name: "&cClose Menu"
  357. actions:
  358. - '[CLOSE]'
  359. - '[SOUND]: BLOCK_LEVER_CLICK;1;10'
  360. '6':
  361. id: PAPER
  362. slot: 4
  363. display_name: "&c&l✘ &r&cSuspect History"
  364. lore:
  365. - "&7These are the minerals that "
  366. - "&7the player has mined, you can see the "
  367. - "&7coordinates and the mining date. "
  368. '5':
  369. id: BLACK_STAINED_GLASS_PANE
  370. slots:
  371. - 0
  372. - 1
  373. - 2
  374. - 3
  375. - 5
  376. - 6
  377. - 7
  378. - 8
  379. - 9
  380. - 17
  381. - 18
  382. - 26
  383. - 27
  384. - 35
  385. - 36
  386. - 44
  387. - 45
  388. - 46
  389. - 47
  390. - 51
  391. - 52
  392. - 53
  393. display_name: " "
Add Comment
Please, Sign In to add comment