Search results

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

    Placed Blocks With Names

    Is there a way to have a placed block have a name? I can't figure out how to do this, but it would be really helpful if someone knew how! My current code is below. on break of dirt: if name of event-block is "Test": send ":)"
  2. E

    If Gamemode Is

    I'm not very sure on how to specify a username in the command, "if gamemode of player is spectator:" I'd like my command to be, "if gamemode of ElementAstronaut is spectator:"
  3. E

    Solved Specified Usernames In Commands

    I'm trying to make it so that anytime that anybody on the server clicks it, it will affect me. I can't figure out how to specify this though. The line of code that says, "set ElementAstronaut's max health to 10" is the one that I want to specify, but ElementAstronaut doesn't get recognized on...
  4. E

    Solved Set Specific Usernames

    I'd like to set up a command so that it will only affect my own username, not whoever clicks it, my current command doesn't work correctly though. Command: set ElementAstronaut's max health to 10 The error that I get in chat however shows up as; Can't understand this condition/effect: set...
  5. E

    Solved Unplaceable Block

    How do I make a block unplaceable, and not conflict with my other code? My current code looks like this: on right click with beacon: if name of tool of player is "&b&lRevive Beacon": send "&aRight Click Works!" subtract 1 of beacon named "&b&lRevive Beacon" from player's...