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. BaeFell

    Skript Message Sending Error

    You might just have to broadcast the message and do it that way. Not sure what you're trying to achieve exactly.
  2. BaeFell

    Skript Message Sending Error

    I can't find that syntax on any docs. Try doing: send message "&atest" from player
  3. BaeFell

    Skript Message Sending Error

    Not familiar with "make player send message", what addons do you have?
  4. BaeFell

    I love your profile picture

    I love your profile picture
  5. BaeFell

    Problem with executing the script for ItemsAdder

    Have you looked at using the actual Skript API from ItemsAdder? https://itemsadder.devs.beer/developers/skript-api
  6. BaeFell

    [MEDIA]

  7. BaeFell

    I've only used VSCode once during a job interview, other than that, never used it! Don't even...

    I've only used VSCode once during a job interview, other than that, never used it! Don't even know how you make extensions for it!
  8. BaeFell

    Keep trying

    Keep trying
  9. BaeFell

    That's just disappointing.

    That's just disappointing.
  10. BaeFell

    Is it possible to Loop the world that the player is currently in??

    Looping the blocks of a world isn't possible. You'd crash your server. Explain what you want to do.
  11. BaeFell

    Give player item upon death not working

    Did you try parsing this? You need to use player not victim in your respawn event.
  12. BaeFell

    skbee RUINED a month of making a server and updateing the server and building it NOT SURE IF ITS SKBEE

    Looks like you're trying to save too many variables at once.
  13. BaeFell

    skbee RUINED a month of making a server and updateing the server and building it NOT SURE IF ITS SKBEE

    start.sh is a shell script, not related to Skript the plugin.
  14. BaeFell

    skbee RUINED a month of making a server and updateing the server and building it NOT SURE IF ITS SKBEE

    Looking through the file, there's no mention of SkBee. What are you doing when that happens?
  15. BaeFell

    Only Staff Members can lock threads. You'd need to report the thread requesting it to be locked...

    Only Staff Members can lock threads. You'd need to report the thread requesting it to be locked. I'm pretty active on the forums so usually can act on it quite quickly anyway.
  16. BaeFell

    If you need help with Skript, you'll need to use https://forums.skunity.com/forums/skript/

    If you need help with Skript, you'll need to use https://forums.skunity.com/forums/skript/
  17. BaeFell

    News skUnity Chrome Extension

    With the release of new skUnity, the skUnity Chrome Extension got broken. I've recently updated it to work again! You can search the skUnity Docs from anywhere and even use Chrome's new Side Panel feature to be on the skUnity Parser and also have the skUnity Docs open. The skUnity Chrome...
  18. BaeFell

    News Skript Challenge - Super Powers!

    Hi everyone, For those interested, we're hosting a Skript Challenge on the skUnity Discord! If you're not a member already, come join us and take part! https://discord.gg/skript
  19. BaeFell

    uh this:

    My guess is you're using every 1 second in an event/code block already. every 1 second can only be used in the top level. For example: every 1 second: # do something command /example: trigger: # do something
  20. BaeFell

    so uh yea idk how to do this

    I'm working at the moment so can't test. Try this, if it doesn't work, you'll need to try debugging it yourself. on place: if event-block is green concrete: set {concrete::%event-location%} to player on right click: if {concrete::%event-location%} is player: give player...