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

    Now, what are you waiting for? Join the community now!

  1. Goose

    Solved delete event-entity

    I have no idea what "Too.." means, can you be more descriptive?
  2. Goose

    Solved delete event-entity

    try this then. on pickup of emerald: name of item contains "Secret Item": wait 0.5 seconds remove event-item from player if player's world is "Lobby": broadcast "%event-player% found the secret!"
  3. Goose

    Solved delete event-entity

    assuming the name of the item is "Secret Item": on pickup of emerald: name of item contains "Secret Item": wait 0.5 seconds remove 1 emerald named "Secret Item" from player if player's world is "Lobby": broadcast "%event-player% found the secret!"
  4. Goose

    Solved delete event-entity

    on pickup of emerald: name of item contains "Secret Item": cancel event if player's world is "Lobby": broadcast "%event-player% found the secret!" kill event-entity
  5. Goose

    Solved delete event-entity

    Assuming you are trying to remove the emerald from the player when found, here you go on pickup of emerald: name of item contains "Secret Item": cancel event if player's world is "Lobby": broadcast "%event-player% found the secret!"
  6. Goose

    Solved Set variable to a date and time

    try "parsed as timestamp"
  7. Goose

    daily cooldown

    Before you put the "trigger:", add this: "cooldown: 24 hours" and (optional:) "cooldown message: <text>"
  8. Goose

    If block name is

    Placed blocks do indeed have names, if you rename a dispenser (or any type of container) in an anvil, place down that container and open it, you'll see that instead of saying the container's regular name, it says what you renamed it do. Their name is stored in NBT Data
  9. Goose

    on variable update

    Instead of facepalming, consider this. The event would be "on variable change", and you can loop all players and have a check, something like this: "if event-variable is {_blahblah::%loop-player%}" then go from there
  10. Goose

    If block name is

    break of dirt: if name of event-block is "&atest": send ":)"
  11. Goose

    There is a typo on the "Need a version of Skript" message xD https://ibb.co/D1jww5T It says...

    There is a typo on the "Need a version of Skript" message xD https://ibb.co/D1jww5T It says "our our Wiki", not sure if you are already aware of this however. If you are, sorry for bugging you I guess :shrug:
  12. Goose

    Welcome Message Link Not Working

    Ok, thank you so much! You're so helpful <3
  13. Goose

    Welcome Message Link Not Working

    You Hey AsuDev, probably am not in the right place for this but if I wanted the player to run a command upon clicking on text, would I put <cmd:command here yay>text? Also, do I put a / in the command bit or no /?
  14. Goose

    Armor stand won't rotate in player's direction

    try using {_seat} instead of player's vehicle EDIT: If that doesn't work, try setting a local variable to the player's yaw then set the player's vehicle (or {_seat})'s yaw to that local variable
  15. Goose

    Welcome Message Link Not Working

    on login: send "Welcome to our server" to the player send "&4Click here to join our Discord server: &f&nhttps://google.com" to the player
  16. Goose

    Add something to a prefix without taking the rank prefix away?

    I'm pretty sure that if a player is in a group that has a prefix, it will show that prefix unless the player has a prefix of a higher priority.
  17. Goose

    Fantasy rock, paper, scissors

    Can you add me on Discord? It'd be much faster talking to you that way. The Goose#1832
  18. Goose

    Fantasy rock, paper, scissors

    Hey! I'll try to do this for you, do you want the config to be in the skript file or do you want the skript to create a folder in the plugins folder with a config.yml file there?
  19. Goose

    A Note Script

    command notes <text> <offline player> [<text>]: usage: /notes (add|list) <player> [<note>] trigger: if arg-1 is "add": if arg-3 is set: add arg-3 to {notes::%player's uuid%::%arg-2's uuid%::*} send "&7[&cNOTES&7] Successfully noted...
  20. Goose

    ,

    You have to create the YAML Path "GlobalPlayTime" Also this post should be in Skript and not Requests