Recent content by RunaYoutube

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

    Solved Prefixes in messages

    %colored victim's prefix% does nothing new lol. might aswell keep it as %victim's prefix%
  2. R

    Solved Prefixes in messages

    %victim's prefix% is for the victims prefix
  3. R

    Solved Prefixes in messages

    why groupmanager? groupmanager sucks. anyhows %player's prefix%
  4. R

    Economy System (UUID's + yaml + Vault hook)

    https://forums.skunity.com/threads/format-script-request-format.170/
  5. R

    not allowing block placement if block doesn't have a certain name

    im trying to make a skript where if you don't have a block with a certain name it wont let you place it but I cant figure out how to do it on place of coal block: if name of player's held item = "&8&lCoal Gen" set {gens::%location of event-block%} to uuid of player if...
  6. R

    Solved Remove item from inventory once player breaks block

    so basically I have this script where if a player breaks a hay bale they get a hay bale named "Generator" but the player also gets a hay bale with the name "Hay Bale" how can I stop this from happening on mine: cancel event set event-block to air give event-block to player on break...
  7. R

    Solved Multiple Format Slot commands in one format slot

    Can you do a mix of SKQuery and TuSKe guis?
  8. R

    Solved Multiple Format Slot commands in one format slot

    Hello, I'm wondering how to make multiple commands through a format slot in a gui this is the code that I'm using, I want to make a shop skript but I dont know how to make the format slots have multiple commands because I need 2 for it cuz I need to have the money being taken and the item being...
  9. R

    on rightclick of an item hides all players

    show all players to player This doesn't work as it shows your inventory from when you click it
  10. R

    on rightclick of an item hides all players

    Okay, I'll test it out. It works, but do you know the skript to toggle it back to its original state?
  11. R

    on rightclick of an item hides all players

    Hello there, I am working on a hub for my server and I'm wondering how to make a item hide all visible players and change the dye color to green when you right click it here is the code that I'm using on rightclick with pink dye: if name of tool of player is "&8» &bPlayer Visibility &8«"...
  12. R

    Solved Need help with a on right click thing

    Thanks, now works.