Advertisement
Guest User

Untitled

a guest
Mar 24th, 2021
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. #Alert Notifications:
  2. #Here you can set how many ores or spawners have to be mined to trigger these notifications!
  3. CoalOre: 6
  4. IronOre: 9
  5. NetherGoldOre: 7
  6. GoldOre: 5
  7. LapisOre: 6
  8. RedstoneOre: 8
  9. DiamondOre: 5
  10. EmeraldOre: 5
  11. AncientDebris: 3
  12. #Triggered when Zombie, Spider, Cave Spider, and Skeleton spawners are broken/
  13. Spawner: 3
  14. #Violation Amounts
  15. #Here you can set the amount of violations a player has to have before they are removed from the notification data type.
  16. #Messages
  17. #Here you can configure Mine Alert Messages
  18. MineAlertPrefix: "&7[&aMA&7] "
  19. MineAlertEnabled: "&7You have &aEnabled &eMine Alert&7!"
  20. MineAlertDisabled: "&7You have &cDisabled &eMine Alert&7!"
  21. #Mine Alert Notification Messages
  22. MineAlertMinedCoal: "&e%time% &6%player% &7has mined &0Coal &7[&e%amount%x&7]"
  23. MineAlertMinedIron: "&e%time% &6%player% &7has mined &8Iron &7[&e%amount%x&7]"
  24. MineAlertMinedNetherGold: "&e%time% &6%player% &7has mined &6Nether Gold &7[&e%amount%x&7]"
  25. MineAlertMinedGold: "&e%time% &6%player% &7has mined &6Gold &7[&e%amount%x&7]"
  26. MineAlertMinedLapis: "&e%time% &6%player% &7has mined a &3Lapis &7[&e%amount%x&7]"
  27. MineAlertMinedRedstone: "&e%time% &6%player% &7has mined a &cRedstone &7[&e%amount%x&7]"
  28. MineAlertMinedDiamond: "&e%time% &6%player% &7has mined a &bDiamond &7[&e%amount%x&7]"
  29. MineAlertMinedEmerald: "&e%time% &6%player% &7has mined an &aEmerald &7[&e%amount%x&7]"
  30. MineAlertMinedAncientDebris: "&e%time% &6%player% &7has mined &fAncient Debris &7[&e%amount%x&7]"
  31. MineAlertMinedSpawners: "&e%time% &6%player% &7has mined a &e%mobtype% &7Spawner &7[&e%amount%x&7]"
  32. #Mine Alert Settings Messages
  33. ItemPickUpIsAlreadyDisabled: "&7Your item pickup is already disabled!"
  34. ItemPickUpIsDisabled: "&7You have disabled item pickup!"
  35. ItemPickUpIsAlreadyEnabled: "&7Your item pickup is already enabled!"
  36. ItemPickUpIsEnabled: "&7You have enabled item pickup!"
  37. NightVisionAlreadyEnabled: "&7You already have Night Vision!"
  38. NightVisionEnabled: "&7You have enabled Night Vision!"
  39. NightVisionAlreadyDisabled: "&7You don't have Night Vision!"
  40. NightVisionDisabled: "&7You have cleared your Night Vision effect!"
  41. SpectatorModeAlreadyEnabled: "&7You're already in Spectator Mode!"
  42. SpectatorModeEnabled: "&7You have enabled Spectator Mode!"
  43. SpectatorModeAlreadyDisabled: "&7You're not in Spectator Mode!"
  44. SpectatorModeDisabled: "&7You have disable Spectator Mode!"
  45.  
  46. #MineAlert Interval
  47. #Here you can set the interval for how long it'll take for the data types to clear!
  48. Interval: 150
  49. #Whitelist
  50. #Here you can whitelist players that won't set off any alerts!
  51. Whitelisted:
  52. - "Nose"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement