Jump to content

Jockerlight

Member
  • Posts

    84
  • Joined

  • Last visited

Posts posted by Jockerlight

  1. Like this;

     

    command /ec:

       trigger:

            open chest with 1 row named “&bEnderchest Page 1” to player 

             format slot 8 of player with barrier named “&bNext page” to run:

                  make player execute command “/ec2”

     

    command /ec2:

         trigger: 

                open players ender chest to player 

      **THIS WONT WORK** 

    but just do it like that

    Adddon : Tuske

    🅰️

  2. variables:

        {gen.balance.%uuid of player%} = 0

    every second:

      loop all players:

         loop blocks in radius 5 around loop-player:

            if loop-block is gold block:

               add 1 to {gen.balance.%uuid of player%}


    command /money:

      trigger:

      send “{gen.balance.%uuid of player%}$”

  3. 8 hours ago, hapily said:

    This would not work as unbreakable is misspelled. Additionally, he wanted an unbreakable pickaxe, not one with unbreaking.

     

    I'm sure you can create the command or whatever causes the pickaxe to be given, but this is how you would give am unbreakable wooden pickaxe: give player unbreakable wood pickaxe

    But It would work when I would spell I breaking right ...

    give player wooden pickaxe of unbreakable 1

  4. 22 hours ago, Mikel7757 said:

    ok, can you make me some or fix these

    1: command /information:
        aliases:/info
        description: Gives you the information book
        cooldown: 10 seconds
        cooldown message:You can only use this command every 10 seconds
        trigger:
        give player 1 written_book{pages:['["",{"text":"--------------------","color":"aqua"},{"text":"\\n \\u0020 \\u0020 \\u0020 \\u0020 RULES\\n","color":"reset"},{"text":"--------------------","color":"aqua"},{"text":"\\n1.No Griefing Other Players\\n2.Don\'t Grief Lobby (here)\\n3.No Breaking Portals\\n4.No Stealing From Others\\n5.Don\'t Say Anything Toxic Or Rude In Chat\\n6. Don\'t BUILD Anything Inappropriate On Build Worlds","color":"reset"}]','["",{"text":" 7.Do Not Spam In Chat\\n \\u0020 \\n \\u0020 \\u0020"},{"text":"Any Missbehaves From Anyone\\n \\u0020 \\u0020 \\u0020 \\u0020Banned From The Server","color":"dark_red"}]','["",{"text":"_____________________","bold":true,"color":"dark_green"},{"text":"\\n        ","color":"reset","bold":true},{"text":" Social","bold":true,"color":"#2CBD75"},{"text":"\\n","color":"reset","bold":true},{"text":"_____________________","bold":true,"color":"dark_green"},{"text":"\\n\\n","color":"reset","bold":true},{"text":"Discord","bold":true,"color":"blue","clickEvent":{"action":"open_url","value":"https://discord.com/channels/773195195054817281/773195195734163508"}},{"text":"\\n\\n","color":"reset","bold":true},{"text":"Mikel Youtube","bold":true,"color":"#712222","clickEvent":{"action":"open_url","value":"https://www.youtube.com/channel/UCWxCJSYpFdLtpsRMnV6OHbQ"}},{"text":"\\n\\n","bold":true,"color":"#712222"},{"text":"Mikel & Bruno Youtube","bold":true,"color":"#712222","clickEvent":{"action":"open_url","value":"https://www.youtube.com/channel/UCV_ErF6miyM1UssFOpmLnkg"}},{"text":"\\n\\n","bold":true,"color":"#712222"},{"text":"The Best Of Mikel Youtube","bold":true,"color":"#712222","clickEvent":{"action":"open_url","value":"https://www.youtube.com/channel/UCTmbVKbTtmQ2Evo2wa8V1HQ"}}]','{"text":" \\u0020 \\u0020 \\u0020 Commands\\n\\n/spawn\\n\\n/information\\n\\n/info\\n\\n/build\\n\\n/survival\\n\\n/mikeltown","bold":true,"color":"#12B9A2"}','{"text":"/sethome\\n\\n/home\\n\\n/whisper\\n\\n/whisp\\n\\n/rules\\n\\n/rule1","bold":true,"color":"#12B9A2"}','["",{"text":"\\n"},{"text":"/rule2","bold":true,"color":"#12B9A2"},{"text":"\\n\\n","color":"reset"},{"text":"/rule3","bold":true,"color":"#12B9A2"},{"text":"\\n\\n","color":"reset"},{"text":"/rule4","bold":true,"color":"#12B9A2"},{"text":"\\n\\n","color":"reset"},{"text":"/rule5\\n\\n/rule6\\n\\n/rule7","bold":true,"color":"#12B9A2"},{"text":"\\n\\n ","color":"reset"}]'],title:INFO,author:Mikel}

    i dont know if the command will work, but i dont want to do it again in skript command

    2:

    command /rules:
        description: shows you the rules
        trigger:
        send "1.No Griefing Other Players
    2.Don't Grief Lobby (here)
    3.No Breaking Portals
    4.No Stealing From Others
    5.Don't Say Anything Toxic Or Rude In Chat
    6. Don't BUILD Anything Inappropriate On Build Worlds
    7.Do Not Spam In Chat
       
        Any Missbehaves From Anyone
            Banned From The Server"

        command /rule1
        description: Shows you rule1
        trigger:
        send "No Griefing Other Players"

        
        command /rule2
        description: Shows you rule2
        trigger:
        send "Don't Grief Lobby (here)"

        
        command /rule3
        description: Shows you rule3
        trigger:
        send "No Breaking Portals"

        
        command /rule4
        description: Shows you rule4
        trigger:
        send "No Stealing From Others"

        
        command /rule5
        description: Shows you rule5
        trigger:
        send "Don't Say Anything Toxic Or Rude In Chat"

        
        command /rule6
        description: Shows you rule6
        trigger:
        send "Don't BUILD Anything Inappropriate On Build Worlds"

        
        command /rule7
        description: Shows you rule1
        trigger:
        send "Do Not Spam In Chat"

        command /ruleconsequence
        description: Shows you rule1
        trigger:
        send "Any Missbehaves From Anyone will automaticlly Banned From The Server"

    it will not send the messages

    3:

    command /survival:
        description: Teleports you to Survival World
        trigger:
        teleport %player% to %SMP%
        send "Teleporting to survival world!"

    command /build:
        description: Teleports you to Build World
        trigger:
        teleport %player% to %build2%
        send "Teleporting to Build World!"

    command /town
        description: Teleports you to MikelVille
        trigger:
        teleport %player% to %mikeltown%

    i want this to be a world teleport command the "mikeltown", "build2" and "SMP" are the world names

    4. can you make me a throw fireball skript pls for fire charges

    i understand if u cannot fix it, bye

    2. You forgot to use spaces !

    Command /HelloWorld:

    trigger:

        send “Hello World”

    3. So can you send me the errors cause in this Code you forgot the spaces too and you need to define the variables you use for smp.

    command /mikeltowm:

        trigger:

              make player execute command “/mv tp build2”

              send “&6You got teleported to build2”

     

    command /town:

         trigger:

               make player execute command “/mv tp SMP”

                send “&6You got teleported to the Town”

    this requires Multiverse!!

     

    command /fireboal   

       trigger:

           shoot fireball at speed 5 from player

     

  5. 3 hours ago, gamingmichaeltmaa said:

    How about a /dupe for what ever you hold in your hands. I made one that works but it brings up the /help command. do you know how to fix it?

    This is my code:

    on command "/dupe":
     world is "dupe"
     give player player's held item

      1. Variables:
      2.   {dupedelay.%player%} = true
      3.  
      4. command /dupe [<text>]:  #delay is 30 seconds you can change it from line 19
      5.   trigger:
      6.     if arg 1 is not set:
      7.       if player has permission "dupedelay.bypass":
      8.         if {blockeditems::*} contains player's tool:
      9.           send "&cYou can't dupe this item!" to player     
      10.         else:
      11.           give player's tool to player   
      12.       else:
      13.         if {dupedelay.%player%} is true:
      14.           if {blockeditems::*} contains player's tool:
      15.             send "&cYou can't dupe this item!" to player
      16.           else:
      17.             give player's tool to player
      18.             set {dupedelay.%player%} to false
      19.             wait 30 seconds # change the delay
      20.             set {dupedelay.%player%} to true     
      21.         else:
      22.           send "&cYou have to wait before using that command again!" to player
      23.     if arg 1 is "add" or "block":
      24.       if player has permission "dupe.add" or "dupe.block":
      25.         if {blockeditems::*} contains player's tool:
      26.           send "&bThis item is already blocked." to player
      27.         else:
      28.           add player's tool to {blockeditems::*}
      29.           send "&aSucesfully added &e%player's tool% &afrom blocked items." to player
      30.       else:
      31.         send "&cYou don't have permission for that command!"
      32.  
      33.     if arg 1 is "remove" or "unblock":       
      34.       if player has permission "dupe.remove" or "dupe.unblock":
      35.         if {blockeditems::*} contains player's tool: 
      36.           remove player's tool from {blockeditems::*}
      37.           send "&cSucesfully removed &e%player's tool% &cfrom blocked items." to player
      38.         else:
      39.           send "&bThis item is not blocked." to player       
      40.       else:
      41.         send "&cYou don't have permission for that command!"
×
×
  • Create New...