Member
Level 15
Journeyman Miner
0

Forum Posts

1 - 19 of 19

    Saniritvikk
    07/22/2022 2:29 pm
    Level 15 : Journeyman Miner
    Yea I am trying to make it into a plugin now, but again is there anything that can make it so the right click detection for the plugins like lets say I right click with a netherite sword I want to happen with a certain one not ALL netherite swords
    1
    Saniritvikk
    07/22/2022 11:27 am
    Level 15 : Journeyman Miner
    This this right click detection thing you did I have multiple questions 1 can I do this with any item? And 2 can specify a carrot on a stick with like custom model data or something?
    1
    Saniritvikk
    06/18/2022 12:17 pm
    Level 15 : Journeyman Miner
    How can hypixel do it then? Did they like modifiy the game?
    1
    Saniritvikk
    06/13/2022 12:33 pm
    Level 15 : Journeyman Miner
    Nevermind it just worked out of no where
    2
    Saniritvikk
    06/13/2022 12:31 pm
    Level 15 : Journeyman Miner
    schedule function vanilla:summon 5s
    1
    Saniritvikk
    06/13/2022 12:33 pm
    Level 15 : Journeyman Miner
    Nevermind it just worked out of no where
    2
    Saniritvikk
    06/12/2022 5:57 pm
    Level 15 : Journeyman Miner
    Okay but with that I set it to like 5s but it takes for than 5 secs is there a reason why?
    1
    Saniritvikk
    06/11/2022 11:54 am
    Level 15 : Journeyman Miner
    Like this code works:
    execute as @e[type=minecraft:item,nbt={Item:{id:"minecraft:netherite_axe",Count:1b,tag:{CustomModelData:3}}}] at @s run execute as @e[type=item,nbt={Item:{id:"minecraft:dragon_head",Count:1b}},distance=0..1,limit=1,sort=nearest] at @s run execute as @e[type=item,nbt={Item:{id:"minecraft:dragon_breath",Count:1b}},distance=0..1,limit=1,sort=nearest] at @s run execute as @e[type=item,nbt={Item:{id:"minecraft:fire_charge",Count:5b}},distance=0..1,limit=1,sort=nearest] at @s run execute as @e[type=item,nbt={Item:{id:"minecraft:ghast_tear",Count:10b}},distance=0..1,limit=1,sort=nearest] at @s run execute as @e[type=item,nbt={Item:{id:"minecraft:netherrack",Count:5b}},distance=0..1,limit=1,sort=nearest] run summon item ~ ~ ~ {Tags:["drogon_sword"],Item:{id:"minecraft:netherite_axe",Count:1b,tag:{display:{Name:'{"text":"Drogon Sword","color":"red","bold":true,"italic":true}',Lore:['{"text":"The sword from the dragons","color":"red","bold":true,"italic":true}']},CustomModelData:7,dragon_sword:1b,Enchantments:[{id:"minecraft:fire_aspect",lvl:5s},{id:"minecraft:looting",lvl:4s},{id:"minecraft:sweeping",lvl:3s},{id:"minecraft:unbreaking",lvl:3s}],AttributeModifiers:[{AttributeName:"generic.attack_damage",Name:"generic.attack_damage",Amount:30,Operation:0,UUID:[I;-1639167299,-1770960255,-2009658776,-502554876],Slot:"mainhand"},{AttributeName:"generic.attack_speed",Name:"generic.attack_speed",Amount:2,Operation:0,UUID:[I;1587093531,1797671335,-1581781324,-419467633],Slot:"mainhand"},{AttributeName:"generic.movement_speed",Name:"generic.movement_speed",Amount:0.3,Operation:0,UUID:[I;956937749,-713537643,-2083104619,127050945],Slot:"mainhand"}]}}}
    But the warden chestplate is not working also I am not sure how to do loot command since I don't really understand it
    1
    Saniritvikk
    06/11/2022 11:31 am
    Level 15 : Journeyman Miner
    Okay but again I am confused on why this is happening since I have been using this for all my floor crafts but this one decided to quit its job
    1
    Saniritvikk
    06/11/2022 11:54 am
    Level 15 : Journeyman Miner
    Like this code works:
    execute as @e[type=minecraft:item,nbt={Item:{id:"minecraft:netherite_axe",Count:1b,tag:{CustomModelData:3}}}] at @s run execute as @e[type=item,nbt={Item:{id:"minecraft:dragon_head",Count:1b}},distance=0..1,limit=1,sort=nearest] at @s run execute as @e[type=item,nbt={Item:{id:"minecraft:dragon_breath",Count:1b}},distance=0..1,limit=1,sort=nearest] at @s run execute as @e[type=item,nbt={Item:{id:"minecraft:fire_charge",Count:5b}},distance=0..1,limit=1,sort=nearest] at @s run execute as @e[type=item,nbt={Item:{id:"minecraft:ghast_tear",Count:10b}},distance=0..1,limit=1,sort=nearest] at @s run execute as @e[type=item,nbt={Item:{id:"minecraft:netherrack",Count:5b}},distance=0..1,limit=1,sort=nearest] run summon item ~ ~ ~ {Tags:["drogon_sword"],Item:{id:"minecraft:netherite_axe",Count:1b,tag:{display:{Name:'{"text":"Drogon Sword","color":"red","bold":true,"italic":true}',Lore:['{"text":"The sword from the dragons","color":"red","bold":true,"italic":true}']},CustomModelData:7,dragon_sword:1b,Enchantments:[{id:"minecraft:fire_aspect",lvl:5s},{id:"minecraft:looting",lvl:4s},{id:"minecraft:sweeping",lvl:3s},{id:"minecraft:unbreaking",lvl:3s}],AttributeModifiers:[{AttributeName:"generic.attack_damage",Name:"generic.attack_damage",Amount:30,Operation:0,UUID:[I;-1639167299,-1770960255,-2009658776,-502554876],Slot:"mainhand"},{AttributeName:"generic.attack_speed",Name:"generic.attack_speed",Amount:2,Operation:0,UUID:[I;1587093531,1797671335,-1581781324,-419467633],Slot:"mainhand"},{AttributeName:"generic.movement_speed",Name:"generic.movement_speed",Amount:0.3,Operation:0,UUID:[I;956937749,-713537643,-2083104619,127050945],Slot:"mainhand"}]}}}
    But the warden chestplate is not working also I am not sure how to do loot command since I don't really understand it
    1
    Saniritvikk
    06/10/2022 12:26 pm
    Level 15 : Journeyman Miner
    Also I have used this same format for other floor crafts with the item name and ext. not with custom tags and this specific one is just not working
    1
    Saniritvikk
    06/11/2022 11:31 am
    Level 15 : Journeyman Miner
    Okay but again I am confused on why this is happening since I have been using this for all my floor crafts but this one decided to quit its job
    1
    Saniritvikk
    06/11/2022 11:54 am
    Level 15 : Journeyman Miner
    Like this code works:
    execute as @e[type=minecraft:item,nbt={Item:{id:"minecraft:netherite_axe",Count:1b,tag:{CustomModelData:3}}}] at @s run execute as @e[type=item,nbt={Item:{id:"minecraft:dragon_head",Count:1b}},distance=0..1,limit=1,sort=nearest] at @s run execute as @e[type=item,nbt={Item:{id:"minecraft:dragon_breath",Count:1b}},distance=0..1,limit=1,sort=nearest] at @s run execute as @e[type=item,nbt={Item:{id:"minecraft:fire_charge",Count:5b}},distance=0..1,limit=1,sort=nearest] at @s run execute as @e[type=item,nbt={Item:{id:"minecraft:ghast_tear",Count:10b}},distance=0..1,limit=1,sort=nearest] at @s run execute as @e[type=item,nbt={Item:{id:"minecraft:netherrack",Count:5b}},distance=0..1,limit=1,sort=nearest] run summon item ~ ~ ~ {Tags:["drogon_sword"],Item:{id:"minecraft:netherite_axe",Count:1b,tag:{display:{Name:'{"text":"Drogon Sword","color":"red","bold":true,"italic":true}',Lore:['{"text":"The sword from the dragons","color":"red","bold":true,"italic":true}']},CustomModelData:7,dragon_sword:1b,Enchantments:[{id:"minecraft:fire_aspect",lvl:5s},{id:"minecraft:looting",lvl:4s},{id:"minecraft:sweeping",lvl:3s},{id:"minecraft:unbreaking",lvl:3s}],AttributeModifiers:[{AttributeName:"generic.attack_damage",Name:"generic.attack_damage",Amount:30,Operation:0,UUID:[I;-1639167299,-1770960255,-2009658776,-502554876],Slot:"mainhand"},{AttributeName:"generic.attack_speed",Name:"generic.attack_speed",Amount:2,Operation:0,UUID:[I;1587093531,1797671335,-1581781324,-419467633],Slot:"mainhand"},{AttributeName:"generic.movement_speed",Name:"generic.movement_speed",Amount:0.3,Operation:0,UUID:[I;956937749,-713537643,-2083104619,127050945],Slot:"mainhand"}]}}}
    But the warden chestplate is not working also I am not sure how to do loot command since I don't really understand it
    1
    Saniritvikk
    06/10/2022 8:39 am
    Level 15 : Journeyman Miner
    The items don't have custom ids though, I want it to work with normal vanilla items and plus how do I make it so the vanilla items get the custom tags?
    1
    Saniritvikk
    06/10/2022 12:26 pm
    Level 15 : Journeyman Miner
    Also I have used this same format for other floor crafts with the item name and ext. not with custom tags and this specific one is just not working
    1
    Saniritvikk
    06/11/2022 11:31 am
    Level 15 : Journeyman Miner
    Okay but again I am confused on why this is happening since I have been using this for all my floor crafts but this one decided to quit its job
    1
    Saniritvikk
    06/11/2022 11:54 am
    Level 15 : Journeyman Miner
    Like this code works:
    execute as @e[type=minecraft:item,nbt={Item:{id:"minecraft:netherite_axe",Count:1b,tag:{CustomModelData:3}}}] at @s run execute as @e[type=item,nbt={Item:{id:"minecraft:dragon_head",Count:1b}},distance=0..1,limit=1,sort=nearest] at @s run execute as @e[type=item,nbt={Item:{id:"minecraft:dragon_breath",Count:1b}},distance=0..1,limit=1,sort=nearest] at @s run execute as @e[type=item,nbt={Item:{id:"minecraft:fire_charge",Count:5b}},distance=0..1,limit=1,sort=nearest] at @s run execute as @e[type=item,nbt={Item:{id:"minecraft:ghast_tear",Count:10b}},distance=0..1,limit=1,sort=nearest] at @s run execute as @e[type=item,nbt={Item:{id:"minecraft:netherrack",Count:5b}},distance=0..1,limit=1,sort=nearest] run summon item ~ ~ ~ {Tags:["drogon_sword"],Item:{id:"minecraft:netherite_axe",Count:1b,tag:{display:{Name:'{"text":"Drogon Sword","color":"red","bold":true,"italic":true}',Lore:['{"text":"The sword from the dragons","color":"red","bold":true,"italic":true}']},CustomModelData:7,dragon_sword:1b,Enchantments:[{id:"minecraft:fire_aspect",lvl:5s},{id:"minecraft:looting",lvl:4s},{id:"minecraft:sweeping",lvl:3s},{id:"minecraft:unbreaking",lvl:3s}],AttributeModifiers:[{AttributeName:"generic.attack_damage",Name:"generic.attack_damage",Amount:30,Operation:0,UUID:[I;-1639167299,-1770960255,-2009658776,-502554876],Slot:"mainhand"},{AttributeName:"generic.attack_speed",Name:"generic.attack_speed",Amount:2,Operation:0,UUID:[I;1587093531,1797671335,-1581781324,-419467633],Slot:"mainhand"},{AttributeName:"generic.movement_speed",Name:"generic.movement_speed",Amount:0.3,Operation:0,UUID:[I;956937749,-713537643,-2083104619,127050945],Slot:"mainhand"}]}}}
    But the warden chestplate is not working also I am not sure how to do loot command since I don't really understand it
    1
    Saniritvikk
    06/08/2022 9:53 pm
    Level 15 : Journeyman Miner
    I have fixed it, it was some quotes at the end of the nbt line that messed it up thank you for your assistance and god bless you!
    1
    Saniritvikk
    06/08/2022 9:51 pm
    Level 15 : Journeyman Miner
    Update: Nope did not work also that is not the actual indentation planet Minecraft indented it like that
    1
    Saniritvikk
    06/08/2022 9:53 pm
    Level 15 : Journeyman Miner
    I have fixed it, it was some quotes at the end of the nbt line that messed it up thank you for your assistance and god bless you!
    1
    Saniritvikk
    06/08/2022 9:48 pm
    Level 15 : Journeyman Miner
    I will try this let me see
    1
    Saniritvikk
    06/08/2022 9:51 pm
    Level 15 : Journeyman Miner
    Update: Nope did not work also that is not the actual indentation planet Minecraft indented it like that
    1
    Saniritvikk
    06/08/2022 9:53 pm
    Level 15 : Journeyman Miner
    I have fixed it, it was some quotes at the end of the nbt line that messed it up thank you for your assistance and god bless you!
    1
    Saniritvikk
    06/06/2022 1:33 pm
    Level 15 : Journeyman Miner
    Thank you!!
    1
    Saniritvikk
    06/06/2022 1:30 pm
    Level 15 : Journeyman Miner
    Okay thank you for the recommendations! If I do get this to work I will credit you!
    1
    Saniritvikk
    06/05/2022 5:25 pm
    Level 15 : Journeyman Miner
    Thank you so much for this! Is there any video that could help as well? Thank you for your help!
    1
    Saniritvikk
    06/04/2022 10:01 pm
    Level 15 : Journeyman Miner
    I am not sure how to make custom enchants ._. I wish I could I just don't know how
    1
    Saniritvikk
    05/27/2022 9:50 pm
    Level 15 : Journeyman Miner
    I already tried using enchantments it just failed
    1
    Saniritvikk
    05/27/2022 2:54 pm
    Level 15 : Journeyman Miner
    That would work, but here are the problems:




    1. How am I supposed to detect the enchantment book since when you say "Enchanting book" it is any enchantment book



    2. If someone has like sharpness 5 on something and they want mending on it they would only get a sword with mending



    3. A lot of crafting recipes
    1

1 - 19 of 19

Welcome