Recent content by Nyctophobic_

  • 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!

  1. N

    preset tp command

    Basically, it teleports you to a set location. If you do let's say /start it will teleport you to x=0 y=60 z=0
  2. N

    Increase specific weapons attack speed

    I want to increase a specific weapon's attack speed. For Example, a trident.
  3. N

    Channeling enchant without thunderstorm

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

    Restrict some items from being duped

    I am making a dupe script and I want to restrict some items from being duped, those being custom items. My Code looks like this: command /dupe: trigger: set {_item} to player's tool give {_item} to player stop
  5. N

    How do you add lore to a custom recipe?

    My Code: on load: register new shaped recipe for trident of fire aspect 2, unbreaking 3, impaling 5, loyalty 3 named "&4La&6va &1Tri&3dent" using air, magma block, magma block, air, nether star, magma block, blaze rod , air, air on craft: ignite player for 10 seconds