Jump to content

Teleport 8 blocks away


BlahBlahh

Recommended Posts

AOTE looks like a custom enchantment, but still to confirm, is it a custom enchantment?

With TuSKe and Skript, it's possible to bring in custom enchants.

Check this out: https://forums.skunity.com/resources/tuske-custom-enchantments-gui-manager-and-more.16/

On the webpage, they've provided with an example of using custom enchantment:1530830994_ScreenShot2021-01-26at2_14_47PM.thumb.png.5eac62f772f9e9a1bec3264278536b8f.png

And then once you understand, you can make whatever enchantments you wish.

Good luck.

Edited by CoolProgrammer

Hello there! If you're reading this, hope you're having a wonderful day!

 

Feel free to contact me via Discord (CoolProgrammer#1920) for any help.

My DMs are always open for help.

You can also message via. forum messages for help.

1604908226_ScreenShot2021-01-28at10_32_28AM.png.2646ad6be239a9d0756a99e8e15602ab.png

Also, don't hesitate to leave a like on my post if I helped you in any way.

Link to comment
Share on other sites

Quote

AOTE looks like a custom enchantment, but still to confirm, is it a custom enchantment?

With TuSKe and Skript, it's possible to bring in custom enchants.

Check this out: https://forums.skunity.com/resources/tuske-custom-enchantments-gui-manager-and-more.16/

On the webpage, they've provided with an example of using custom enchantment:1530830994_ScreenShot2021-01-26at2_14_47PM.thumb.png.5eac62f772f9e9a1bec3264278536b8f.png

And then once you understand, you can make whatever enchantments you wish.

Good luck.

AOTE is a item from hypixel skyblock.
 

Here is a basic example of how I would make an aspect of the end:

on right click:
	player's tool is diamond sword
	set {_block} to block 8 in front of player
	if {_block} is air:
		teleport player to {_block}

 

Edited by Skript
Link to comment
Share on other sites

On 1/26/2021 at 2:45 AM, CoolProgrammer said:

AOTE looks like a custom enchantment, but still to confirm, is it a custom enchantment?

With TuSKe and Skript, it's possible to bring in custom enchants.

Check this out: https://forums.skunity.com/resources/tuske-custom-enchantments-gui-manager-and-more.16/

On the webpage, they've provided with an example of using custom enchantment:1530830994_ScreenShot2021-01-26at2_14_47PM.thumb.png.5eac62f772f9e9a1bec3264278536b8f.png

And then once you understand, you can make whatever enchantments you wish.

Good luck.

Definitely isn't a custom enchant. In fact they don't really use the enchant system at all on Hypixel Skyblock. Their entire server is custom. Since custom enchants can get messy, I would honestly just recommend using a custom NBT tag with SkBee.

If I at all helped, please react to my post with a ❤

 

DISCORD orvit#0001
MC ACCOUNT orvit
RANK VIP


Default | June 2016
VIP | 2016
Banned | February 22, 2020
Back | June 11, 2021

Link to comment
Share on other sites

5 hours ago, lolorvit said:

Definitely isn't a custom enchant. In fact they don't really use the enchant system at all on Hypixel Skyblock. Their entire server is custom. Since custom enchants can get messy, I would honestly just recommend using a custom NBT tag with SkBee.

Wait... You mean custom enchants can get messy? How?

Custom enchants is a better way of registering custom attributes to an item.

I don't understand why you are saying that it can get messy.

Edited by CoolProgrammer

Hello there! If you're reading this, hope you're having a wonderful day!

 

Feel free to contact me via Discord (CoolProgrammer#1920) for any help.

My DMs are always open for help.

You can also message via. forum messages for help.

1604908226_ScreenShot2021-01-28at10_32_28AM.png.2646ad6be239a9d0756a99e8e15602ab.png

Also, don't hesitate to leave a like on my post if I helped you in any way.

Link to comment
Share on other sites

42 minutes ago, CoolProgrammer said:

Wait... You mean custom enchants can get messy? How?

Custom enchants is a better way of registering custom attributes to an item.

I don't understand why you are saying that it can get messy.

Custom enchants are far worse than using NBT. NBT will allow any plugin to grab that, not just Skript. And I have checked, Hypixel Skyblock uses NBT, not "custom enchants," for the AOTE. NBT is built into Vanilla Minecraft and Bukkit, while the custom enchants aren't.

If I at all helped, please react to my post with a ❤

 

DISCORD orvit#0001
MC ACCOUNT orvit
RANK VIP


Default | June 2016
VIP | 2016
Banned | February 22, 2020
Back | June 11, 2021

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...