Recent content by Tinkot

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

    Script Tools [Deleted] SkIDE

    Looks likes a cool project but unfortunately the download is down
  2. Tinkot

    Addon skript-db

    Is it possible to have multiple sql statements within the same query? i tried to separate them using a semicone but it somehow rejects those
  3. Tinkot

    Spawn/shoot a Thrown splash potion

    Hello, I tried everything to spawn a thrown splash potion. I also can't find a example anywhere and i have been looking everywhere. I tried everything i can think of but i still didn't get it working. Anyone knows how to do it? i will really really appreciate it example: command /test...
  4. Tinkot

    How to spawn a player at a certain location? not teleporting

    oh yes i can try that. if this is before the world is send over to the player than it would work perfectly Tested it and its not teleporting them at all using on connect. The strange thing is that i can still give them items using this event. I tried it with 1 tick delay and that worked but its...
  5. Tinkot

    How to spawn a player at a certain location? not teleporting

    i will figure it out soon. working on another project right now
  6. Tinkot

    How to spawn a player at a certain location? not teleporting

    cool idea. But it can't be set to a location for some reason. I dont know what latter means, empty is the world-name
  7. Tinkot

    How to spawn a player at a certain location? not teleporting

    they spawn and then get teleported. its glitchy and feels unnecessarily. teleporting them with the on quit event won't be an option since they need to spawn in a specific location depending on other events. well i actually can use on quit but i'm just wondering if its possible. when a player...
  8. Tinkot

    Solved functions cannot be used (only while starting my server)?

    when i reload my skript it work just fine. when i start or restart my server it says it can't be used. Using Skript 2.2 Fixes V9 Mirreski's fixes (for spigot 1.8). Maybe there are newer versions of Mirreski's fixes?, this one is the only one i found [12:35:48] [Server thread/INFO]: [Skript]...
  9. Tinkot

    How to spawn a player at a certain location? not teleporting

    Is it possible to spawn a player at a certain location with the `on join` event? i am currently teleporting them but it would be better if i can spawn them instead of teleporting. on join: teleport player to {hubspawn.%{spawnselector}%} if...
  10. Tinkot

    Solved {list1::*} or {list2::*} contains. How to correctly do it

    works fine with this now. I dont get errors with bensku's fork. some features of my skript just didn't work. i can go forward with this now. thanks for help here is what happened after updating. [08:22:47] [Server thread/INFO]: [Skript] Loaded 12091 variables in 0.6 seconds [08:22:48] [Server...
  11. Tinkot

    Solved {list1::*} or {list2::*} contains. How to correctly do it

    yup im updating now. SkQuery functions are so shit. in first place it worked fine but for some reason i can't use "%player%" or any action that makes use of the 'player' expression after a function is being used. but its not always its just random, it won't work for one skript and for another...
  12. Tinkot

    [on chat:] with MySQL variables (Help me)

    sometimes you have to put %unsafe {_variable}%. its not explained very well in the docs but it should always work just fine using the unsafe expression if its a text variable on script load: set {sql} to the database...
  13. Tinkot

    Solved {list1::*} or {list2::*} contains. How to correctly do it

    well there are some things changed between Minecraft versions especially with 1.9. it might have problems with a few things. i check the new version when i'm going to start building a new server. For now i got functions working with SkQuery haha here is the code. tried using return after the if...
  14. Tinkot

    Solved {list1::*} or {list2::*} contains. How to correctly do it

    i have too much stuff depending on this version. i finally got it all nice and compatible with spigot 1.8.8 for a while now. when did funcitons get introduced? i found out functions are also included in skQuery. going to do some research about that now