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

    Using skript-parser for a custom plugin.

    I need help to find how to parse skript files using a skript parser.
  2. novastosha

    How to make the player face in a certain rotation

    I recommend setting the yaw and the pitch instead of hardcoding the locations in.
  3. novastosha

    rideable mobs?

    I'm not sure, but the only way to like atleast simulate this is by having an invisible pig with a saddle that teleports constantly to the mob and for jumping make it auto, so everytime there is about 1.2 meters (1 block and a bit) between the mob and the block in a specified direction teleport...
  4. novastosha

    Solved Auto text in chat.I

    Opening the chat box happens on the client-side which means you can't access it by the server only by using a special client However, there is a way around it that is using JSON messages but note that for the player to click the message he must have the chat open already
  5. novastosha

    about set actionbar

    set action bar of %any object with Player type% to %string%
  6. novastosha

    skript throwing error when reloading

    Yep, Just why I no longer work in Skript, Go java my dude
  7. novastosha

    Solved Skript Addon works only with /reload

    i think your addon loads before skript
  8. novastosha

    Solved how do i make a if armour slot?

    use, if event-item helmet: for example not exactly what he typed what he meant is use one of them
  9. novastosha

    Spectator showing up as "not an entity type"

    loop-player's gamemode is the only expression that will work
  10. novastosha

    Execute string as Skript code

    Oooh, Sorry, They must've expired Ok to use it, Type in chat \send "blah" this is for a single line of code and for multiple lines \send "blah"|send "bruh"
  11. novastosha

    Execute string as Skript code

    try my recource https://forums.skunity.com/resources/executions.1043/ It can help you check the source or use it
  12. novastosha

    Stopped using Skript but you are the best Addon Developer I've ever seen

    Stopped using Skript but you are the best Addon Developer I've ever seen
  13. novastosha

    Checking Hypixel API

    You dumb guy, you shall never share your API key, request a new one!
  14. novastosha

    Solved All Code Need To Be Put In Triggers

    Bruh Njol abondoned skript a long time ago..
  15. novastosha

    loop items from GUI and add only items to list variable, not air

    For the million (th?) i say to do not hardcode :|
  16. novastosha

    Solved Chat Input

    on chat: if {isRegistering::%player%} is set: set {_profile] to message cancel event if {Profile::%{_profile}%} is not set: #REGISTER THE PROFILE OR SOMTHIN' OR EVEN DON'T DO THIS send "§aProfile: %{_profile}% created!" clear...
  17. novastosha

    Any Idea how to make multiplayer skyblock worlds?

    import: org.bukkit.Bukkit org.apache.commons.io.FileUtils java.io.File org.bukkit.WorldCreator effect clone world %string% and name it %string%: trigger: set {_f} to Bukkit.getWorld(expr-1) if {_f} is set: send "§aThe world: %{_f}% is unloading!"...
  18. novastosha

    Event with skript-mirror doesn't work

    Use this (on "FactionUNClaimEvent":)
  19. novastosha

    MaLib

    MaLib (by: novastosha) A simple script that has: - Hashing: - MD5 - SHA-256 - SHA-1 - Cloning worlds (for: EpicLucas10) Requires: - skript-mirror - Skript Please rate fair! (There is a test command in the end of code for you test Remove it!) THIS RECOURSE MIGHT BE...