Jump to content

TheSkript

Member
  • Posts

    42
  • Joined

  • Last visited

Posts posted by TheSkript

  1. your meaning a particle wall, that would take some time i would need to calculate the position of where the player is and where the particle is but i cannot make it stretch i would recommend using barriers and some particles for that or make so if the player is at a position you push the player away a little bit or set the player's speed to 0 then just make infinite particles but also this could cause some lag i hope this was your answer. 😃 

  2. Enjoy the plugin! (Do not use this in like a competition or say that you own this)

     

    # Anti Hack Plugin Made by Skripterize/Sculkk #

    every tick:
     loop all players:
      if loop-player's flight state is true:
       if loop-player's gamemode is survival or adventure:
        ban loop-player
        broadcast "&c%loop-player% &7has been banned by &c&lCONSOLE for hacking! &7&o(Fly Hacks)"

    # this will ban the player if he has fly hacks #

    every tick:
     loop all players:
      set loop-player's walking speed to 0.2
      
    # ok now this sets the player's speed so they wont have a movement speed hack (this might not work i haven't tested it # also i require it to be set on 0.2 always thats the normal speed but if you want to change it you can always #

    on damage:
     if {_cooldown} is not 0.3 or 0.2 or 0.1:
      set {_cooldown} to 0.3
      wait 0.3 seconds
      set {_cooldown} to 0.2
      wait 0.3 seconds
      set {_cooldown} to 0.1
      wait 0.3 seconds
      set {_cooldown} to 0
     else:
      if {_cooldown} is 0.3 or 0.2 or 0.1:
       cancel event
       
    # this will make so the player cant cheat with fast clicking if it dosn't contact me on minehut forums https://forums.minehut.com/profile/1042569-stevemaster367/ #

    on first join:
     if player's inventory is not empty:
      ban player
      broadcast "&c%player% &7has been banned by &c&lCONSOLE &7for hacking! &7&o(Getting items instantly at the start)"
      
    # this bans the player if they have an item at the start because people are really getting annoyed of hackers getting items instantly when joining (remove essentials before using this) #

    # Now this command below this text are the plugin commands so dont delete them! it might cause some problems # and also if you want to add some more features feel free to add some in this file # - Skripterize / Sculkk - #

    command /antihack [<text>] [<player>] [<text>]:
     trigger:
      if player is op:
       if arg-1 is "banlist":
        make console execute "/gamerule sendCommandFeedback true"
        loop 250 times:
         send "&c" to player
        make player execute "/banlist"
        wait 0.1 seconds
        make console execute "/gamerule sendCommandFeedback false"
       if arg-1 is "ban":
        ban arg-2
        broadcast "&c%arg-2% &7has been banned by &c%player% &7for hacking! &7&o(%arg-3%)"
       if arg-1 is "reload":
        send "&aReloaded config."
       if arg-1 is "version":
        send "&c&lANTI - HACK"
        send "&8--------------"
        send "&cVersion &7::: &fv1"
      if arg-1 is "help":
       send "&c&lANTI - HACK"
       send "&8--------------"
       send "&cCommands&7: &f/antihack version - /antihack banlist - /antihack ban - /antihack reload - /antihack help"
      else:
       send "&cYou do not have the required permissions to do this command!"

    # Would you like to join the club? join here! https://forums.minehut.com/clubs/1321-skriptify/ #

    # Want more plugins or scripts? contact me on https://forums.minehut.com/profile/1042569-stevemaster367/ #

    # ============================================================= #

    # Now this is the last part here you can create any of your commands you want to add # Examples / command example: / every tick: / you can see more examples up because you can see on how to make more scripts enjoy the plugin! # / Skripterize /

  3. On 5/26/2020 at 5:22 PM, KJPAKA said:

    Hey, you could try this. Not sure however if it will work with no issues. If you have any errors feel free to reply.

     

    on flight toggle:
    	player's gamemode is not creative:
    		cancel event
    		wait a tick
    		set player's flight state to false
    		push player upwards at speed 1
    		push player forwards at speed 1

     

    actually this would not work. i fixed your skript here

    on flight toggle:
        if player's gamemode is not creative:
            cancel event
            wait a tick
            set player's flight state to false
            push player upwards at speed 0.4
            push player forwards at speed 0.4
            make console execute "/execute at %player% run particle cloud ~ ~ ~ 1 0 1 0 100"
            make console execute "/execute at %player% run playsound minecraft:entity.bat.takeoff master @a ~ ~ ~ 100 1"
            wait 5 seconds
            set player's flight state to true

  4. Just now, SteveMaster367 said:

    wait let me fix it bc i forgot some things

    on break of diamond ore:
     chance of 15%
                drop 2 amethyst crystal at position of target

                send action bar "&bYou have gained a &d&lCrystal &f2x" named "&d&lCrystal"

                play sound "minecraft:entity.firework_rocket.launch" with pitch 0

                make console execute "/execute at %player% run particle firework ^ ^ ^2 0.4 1 0.4 0 100"

  5. Just now, SteveMaster367 said:

    on break of diamond ore:
     chance of 15%
                drop 2 amethyst crystal at position of target

                send action bar "&bYou have gained a &d&lCrystal &f2x"

                play sound "minecraft:entity.wither.shoot" with pitch 2

                make console execute "/execute at %player% run particle firework ^ ^ ^2 0.4 1 0.4 0 100"

    wait let me fix it bc i forgot some things

  6. 7 hours ago, DragnB said:

    can you make me a particle skript so when some custom drop like this:

     on break of diamond ore:

     chance of 15%

     drop 2 amethyst_crystal named "&9&lCrystal" 

     send action bar "&bYou have gained&8 |&9 Crystal"

     playsound "block.bamboo.break" to player

    and then after that put like a firework etc particles around it for 2-4 seconds.

    on break of diamond ore:
     chance of 15%
                drop 2 amethyst crystal at position of target

                send action bar "&bYou have gained a &d&lCrystal &f2x"

                play sound "minecraft:entity.wither.shoot" with pitch 2

                make console execute "/execute at %player% run particle firework ^ ^ ^2 0.4 1 0.4 0 100"

  7. On 2/22/2022 at 10:53 PM, Curtis24 said:

    Do here haven't tested it but hope it works

     

     

     

    #by Curtis24

    #don't credit it as your own

    #join my server aqua-lands.net or aquallands.net

     

    Command /daily:

      Cooldown: 24h

      Aliases: /totum

      Trigger:

      Execute console command "Minecraft:give %player% totum 1"

    execute console command would not work. you must use make console execute also i know your a kid thats 5 bc totum is actually spelled totem

  8. Someone might of hacked into your server. or someone placed a command block that deops you every time. and if you don't have permission to commands luckperms might of done that if there is luckperms installed i reccommend doing this: /lp user %player% permission set essentials.give true

×
×
  • Create New...