Jump to content

Yo_The_pro19

Member
  • Posts

    110
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Yo_The_pro19

  1. So your command /prefix [<text>] [<text>]:

     

    Let's say your banning some one

    First, your text would have to be changed to player or offline player then use arg-1 or arg-2

    Examples

    Ban arg-1

    Execute console command "time set %arg-1%"

    give arg-1 apple named "&cArgument"

     

    To refer back to your argument in like a broadcast or a variable do %arg-1%

    Examples:

    send "&b%arg-1% is my first argument"

    Set {argument} to "%arg-1%"

     

     

     

     

    hope this helps

     

    • Like 1
  2. On damage:

      If victim is named "&aZombie boss":

        Set {lastdamage.%uuid of attacker%} to now

     

        remove bossbar "damage.%uuid of attacker%"

        set {_health} to health of victim

        set {_healthmax} to max health of victim

        set {_healthmaxtot} to {_health} / {_healthmax} * 100

        create bossbar titled "&7&lZombie boss" and id "damage.%uuid of attacker%" for attacker with progress {_healthmaxtot} with colors red

     

        wait 10 seconds

        set {_waited} to difference between {lastdamage.%uuid of attacker%} and now

        if {_waited} is more than 9.5 seconds:

          remove bossbar "damage.%uuid of attacker%"

     

     

     

    Just name the boss: &aZombie boss

  3. You have arg-2 with no arguments

     

    Here

     

     

    command /super <offline player>:

      aliases: /pic

      executable by: players

      cooldown: 3 hours

      cooldown message: "&4You must wait until the cooldown is up"

      trigger:

                give iron_pickaxe with nbt"{Unbreakable:1,display:{Name:'[{"text":"Altropia\'s iron pickaxe","italic":false,"color":"aqua"}]'},Enchantments:[{id:efficiency,lvl:255},{id:fortune,lvl:10}],HideFlags:5}" to arg-1

            send "&aGiven &6Altropia's iron pickaxe to &3%arg-1%"

     

     

     

  4. Here's the commands:

    Plugin: /hdb search id:50750

    Vinilla in a command block: /give @p minecraft:player_head{display:{Name:"{\"text\":\"Sculk Shrieker\"}"},SkullOwner:{Id:[I;-1826771982,2032486645,-1489617490,1150198639],Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmIyZDkxYmJmM2NlNWY5MTQ4ZTczOWVlYjA5NjFmMmJhODRiYTQwNmFkMmNhNjcyNDlhNTUzYjhiODE0MzdhNSJ9fX0="}]}}} 1

     

    If you have essentials installed command block: /minecraft:give @p minecraft:player_head{display:{Name:"{\"text\":\"Sculk Shrieker\"}"},SkullOwner:{Id:[I;-1826771982,2032486645,-1489617490,1150198639],Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmIyZDkxYmJmM2NlNWY5MTQ4ZTczOWVlYjA5NjFmMmJhODRiYTQwNmFkMmNhNjcyNDlhNTUzYjhiODE0MzdhNSJ9fX0="}]}}} 1

  5. So basically I was I my server and someone won vip+ so console gave them a bunch of perks and one was flight. Can anyone make a skript that declines Fly is certain worlds.

     

    Like the world spleef would decline it if you did /fly or you tried to fly

×
×
  • Create New...