✅⚡ STOP ALERTS | AVVISI DI FERMO ⚡✅ | 100+ DOWNLOADS! (RANGE, COOLDOWN, SPY AND MULTIWORLD)

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

frafol

Member
Jun 7, 2021
0
1
2
Italy

lKsDQ7Q.png


This is a basic skript to send stop alerts for RolePlay servers.
You can now modify the cooldown and the distance beetween executor and the player receiving the alert. All messages are configurable in the configuration!
COMMANDS
/stoporshot (/fermo, /fermoosparo) [player name]
/stopreload (Reload the Skript)
/stoporshothelp (/fermohelp, /fermoosparohelp) [Help Command]​
YuUC3C2.png

Code:
# This is the configuration of the skript.

options:
  update-alerts: true
# DON'T CHANGE THIS
  version: v1.0.6-ULTIMATE
# There are the permissions node.
  PermissionStopShot: stopalerts.use
  PermissionAdmin: stopalerts.admin
  PermissionBypass: stopalerts.bypass
# This is the range (in blocks) to make this command work only if a player is some distance away from you
  Range: 10
# This is the cooldown from one command to another
  Cooldown: 15 seconds
# You can add there the disabled worlds.
  DisabledWorlds: "world_nether" or "world_the_end" or "yourworld"


# There are the configurable messages of the skript!

# This message appears when you send an alert
  MessageSend: &7You have sent a stop alert to &a&n%arg-1%&7!
  AdminNotify: &f[&7Spy&f] &a%executor% &7sent a stop alert to &a%arg-1%&7!
# This message appears when you send an alert but you don't have the permission
  NoPerm: &cYou don't have the permissions to do this.
# This message appears when you send an alert bot you don't write a player name
  NoSet: &cYou have to specify a player!
# This message appears when you send an alert bot you wrote your player name
  YourSelf: &cYou have to specify an another player!
# This message appears when you send an alert but the receiver is too far away
  NoRange: &cThis player is too far away!
# This message appears when you send an alert but the receiver is offline
  NoOnline: &cUnable to find this player!
# This message are the title and the subtitle who will receive the receiver
  MessageTitle: &c&lSTOP OR SHOOT
  MessageSubTitle: &7You have been warned by %executor%
# This message appears when you send an alert but you have a cooldown
  CooldownMessage: &cYou have to wait &f%difference between 15 seconds and {_waited}%&c!
# This message appears when you use /stopreload
  Reloaded: &aConfig Reloaded!
# This message appears when you use /stoporshothelp (/fermohelp, /fermoosparohelp)
  HelpCommand: &6Use: &7/stoporshot (&f/fermo, /fermoosparo&7)
# This message appears when you use the command but you are in a disabled world.
  DisabledWorldMessage: &cThe world is currently disabled!
# This message appears when you use the command but the player have the Bypass Permission!
  Bypass: &cThe target player bypass this action!

Ftab06h.png

All dependencies can be found in the ZIP file.
If you are using 1.8.8 use this version of SkQuery

Sorry for my bad English.. I'm from Italy.:emoji_slight_smile: