Recent content by Danielh90

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

    Is there a better way?

    Ok well I was getting a error when a player was right clicking. sometimes
  2. D

    Is there a better way?

    If you right click it will run a command. that is /farm
  3. D

    Is there a better way?

    Is there on rightclick holding diamond hoe: if name of player's tool is "&bWhite": make player execute command "/farm" else: message "&csomething." to player a better way on doing this?
  4. D

    Need help with nbt

    Hello, I have this code here make console execute command "/give %player% diamond_hoe 1 1 {HideFlags:4,Unbreakable:1}" I need to be able to add a name and a lore too it. How should I do that? I tried named and stuff but it came up with errors. Would this work? (When I test this out it does not...
  5. D

    Need help with my script.

    Ok Thanks :) for your help
  6. D

    Need help with my script.

    Ok thanks. Also two more things I want a lore on the block when they hover it I tried. But did not work. Also I'm trying to make it so if they player has $100 in his bank account he or she can buy but if not wont' take the money out how would I go on about doing that? make gui slot 2 with white...
  7. D

    Need help with my script.

    Where would I put it? under "open last gui to player"
  8. D

    Need help with my script.

    Whats the best way to close the gui after clicking the block?
  9. D

    Need help with my script.

    Thank you. I got my gui working I just need to figure out how to d more commands to them.
  10. D

    Need help with my script.

    Hello, I am trying to make so when a player clicks a item on the gui he will receive a custom item. Here is my code. Can anyone tell me want I'm doing wrong? command /14101: permission: script.shop permission message: &cYou do not have have access to this command. description: Player Shop...