Recent content by Oliv583c

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

    Mundosk Tablist

    Hi. I just recently started to learn how to make a special kind of tablist: Using Mundosk. But. I wanted to color some of the "player heads" like this: I have tried a variety of ways. My method was to change my skin into a solid color. Then save my own skin in a file or variable. Then...
  2. Oliv583c

    Mundosk Tablist

    Hi. I just recently started to learn how to make a special kind of tablist: Using Mundosk. But. I wanted to color some of the "player heads" like this: I have tried a variety of ways. My method was to change my skin into a solid color. Then save my own skin in a file or variable. Then...
  3. Oliv583c

    Solved Drop without velocity (Skript Version)

    I'll try updating SkQuery. If that doesn't work I'll try to find out another way :) Thanks for the feedback and from now on I'll put it into the code form!
  4. Oliv583c

    Solved Drop without velocity (Skript Version)

    This is all the skript errors that come in the console when starting the server: [13:58:37] [Server thread/ERROR]: #!#! [13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error: [13:58:37] [Server thread/ERROR]: #!#! Could not load Admin.sk [13:58:37] [Server thread/ERROR]: #!#! [13:58:37]...
  5. Oliv583c

    Solved Drop without velocity (Skript Version)

    I use the addons: MorkazSK (Not sure what version though) SkBee 1.9.1 SkQuery (Not sure what version though) SkExtras (Not sure what version though) SkRayFall (Not sure what version though) Most of the addons I just get on google. Usually I just search the addon and get it off the first site.
  6. Oliv583c

    Solved Drop without velocity (Skript Version)

    This is what the console says upon reloading the skript: [12:05:17] [Server thread/ERROR]: #!#! [12:05:17] [Server thread/ERROR]: #!#! [Skript] Severe Error: [12:05:17] [Server thread/ERROR]: #!#! Could not load Admin.sk [12:05:17] [Server thread/ERROR]: #!#! [12:05:17] [Server thread/ERROR]...
  7. Oliv583c

    Solved Drop without velocity (Skript Version)

    Ok. Let me explain what's going on. The plugin is technically working. I can make a command that broadcasts just fine. No errors no nothing. Here comes the problem: I have been working on a server for nearly 2 months. I'm nearly finished and I just need the drop without velocity now. And when I...
  8. Oliv583c

    Solved Drop without velocity (Skript Version)

    Oh yeah I didn't see it was dev36. (dev36) That's the one I tried out.
  9. Oliv583c

    Solved Drop without velocity (Skript Version)

    I just tried out the 2.2-dev26 but as usual it just doesn't work... I'm not sure why it wont work. But the Skript plugin I have on is the only on that apparently wanna work for me.
  10. Oliv583c

    Solved Drop without velocity (Skript Version)

    Hi! I have a problem with dropping an item. I want it to drop an item without the item spawning with velocity. I already know the syntax for it but my problem is that my Skript version is probably outdated or something... But I checked my Skript version and according to the config it's "2.1.2" I...
  11. Oliv583c

    On Item Spawn (Name Problem)

    I just removed skript-mirror and replaced it with skript-reflect. But for some reason it just deactivates all my current skripts?
  12. Oliv583c

    On Item Spawn (Name Problem)

    Hey! Thanks for the reply. But for some reason code like this just cannot activate... Here is what I mean: It just says it's not an entity type. And the CustomNameVisible is not a boolean... It's almost as if skript-mirror isn't activated. I don't know what is really going on. Do you have to...
  13. Oliv583c

    On Item Spawn (Name Problem)

    Hello! I am in the middle of creating a skript. But I have a bit of a problem with some item spawning. I am trying to check if the item has a specific name. But it always returns "dropped item" or "item stack". I have searched a lot on this subject and also found some solutions. But for some...