Jump to content

Help Me With Skript || How Do I make an item drop with a hidden enchantment?


belac136

Recommended Posts

So I was working on my gen server, CopperGenz, and I wanted to make a "Dark Copper" Gen. I have everything Working except for the fact that I want it to have a hidden enchantment. I cant figure out how to do this. Here is what I have

 

every 25 second:
    if {gens} is true:
        if {nl} is set:
            drop nether brick item of mending named "&6Dark Copper" 0.5 above {nl}

Link to comment
Share on other sites

51 minutes ago, Dragon-Master said:

So I was working on my gen server, CopperGenz, and I wanted to make a "Dark Copper" Gen. I have everything Working except for the fact that I want it to have a hidden enchantment. I cant figure out how to do this. Here is what I have

 

every 25 second:
    if {gens} is true:
        if {nl} is set:
            drop nether brick item of mending named "&6Dark Copper" 0.5 above {nl}

skUnity - Documentation
Is possible with skellett

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Lifestealed | Minecraft Servers
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - Present

 

Link to comment
Share on other sites

1 hour ago, Dragon-Master said:

Im out of room with plugins, is there no way to do it with just skript?
 

No to hide enchantments i think you only can with Skellett. You could try recreating a plugin with skript if you have to

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Lifestealed | Minecraft Servers
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - Present

 

Link to comment
Share on other sites

I figured it out. Its just

every 25 second:
    if {gens} is true:
        if {nl} is set:
            drop a nether brick item of mending 1 with hidden enchantments named "&6Dark Copper&f" 0.5 above {nl}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...