Recent content by IViddyy

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

    Selecting A Random Player

    Hi im trying to make a command that when used selects a random player and calls them a nerd (example: [player] is a nerd!!!) but i dont know how to.I made a command that kinda works but idk how to send the name of the player.Here is the code i have currently command /nerd: trigger...
  2. IViddyy

    Solved Removing Blocks Around Player

    It worked.Thanks!
  3. IViddyy

    Solved Removing Blocks Around Player

    Hi im trying to make a command that can be turned on and off and removes blocks in a 5 block radius while on.But i dont know how to remove blocks around the player so can someone help?
  4. IViddyy

    Checking Potion Effect Levels

    Hi im trying to make talismans that give different haste levels when worn.But im trying to make it so if the player already have haste it adds the haste level to the talisman's haste level.This what i have for now (it only gives the haste) variables: {currenthaste.%player%} = 0 Every 3...
  5. IViddyy

    Solved Admin/Player Mode

    it worked thanks!
  6. IViddyy

    AFK Rewards

    Hi im trying to make afk rewards using worldguard but i cant figure it out can someone help me?
  7. IViddyy

    Solved Admin/Player Mode

    Hi im trying to make a admin/player mode using /admin and /player or all of it in one command.I wanted to toggle the world guard bypass (/rg toggle-bypass) with text etc.Thanks!
  8. IViddyy

    Compressor

    Hi im trying to make a compressor item for my game.Im trying to make it so you can toggle it.And if possible is there a way to make 1 item work for multiple ores? Thanks!
  9. IViddyy

    Ban Hammer

    is there a way to make it so its on right/left click?
  10. IViddyy

    Ban Hammer

    Hi im trying to make a ban hammer with Skript.This is all i have for now command /banhammer: trigger: give player unbreakable iron axe named "&6&lBan Hammer" with lore "&4&lDa Ban Hammer" on right click with iron axe:
  11. IViddyy

    Solved Enchant and Hide All

    thanks for helping.btw is there a way to make a item unbreakable with skript?
  12. IViddyy

    Solved Enchant and Hide All

    Hi im just confused on how to enchant an item in skript.I know how to enchant a tool but i cant enchant a diamond etc. can someone help? I also want to know how to hide all the lore etc.
  13. IViddyy

    Solved Polls Skript With GUI

    thanks it worked!
  14. IViddyy

    Solved Polls Skript With GUI

    Hi im trying to make a poll skript with a GUI but i have no idea how to do that so i need some help.Thanks! Quick Edit: I need it so i can also edit the answers
  15. IViddyy

    Solved Arguments

    thanks it worked