Channeling enchant without thunderstorm

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Nyctophobic_

New Member
May 28, 2021
7
0
1
32
I am using the MineHut version of skript not sure which one it is.
I am making a custom recipe script for a trident PvP Server, and I want a special trident to have a special ability that works like channeling but doesn't it to be a thunderstorm.
My Code:
on load:
register new shaped recipe for trident of loyalty 3, unbreaking 3, impaling 2 named "&bLight&9ning &1Tri&3dent" using air, diamond, diamond, air, nether star, diamond, diamond, air, air


Also I am terrible at script so please keep the reply simple
 
I don't think this is possible, but you could push the player manually, so something like this:
Code:
on right click with trident:
  if tool of player is enchanted with channeling:
    if block below player is not air:
      push player upwards at speed 3
 
I don't think this is possible, but you could push the player manually, so something like this:
Code:
on right click with trident:
  if tool of player is enchanted with channeling:
    if block below player is not air:
      push player upwards at speed 3
thx
 
Status
Not open for further replies.