Recent content by Spartan9802

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

    Addon skript-mirror

    Hi @btk5h , I have a strange error with the new API version of the GPS plugin, here is my code it returns me an "internal error" there is also an error in the console import: com.live.bemmamin.gps.api.GPSAPI ch.njol.skript.Skript on load: set {GPSAPI} to new...
  2. Spartan9802

    Addon skRayFall

    I sent everything to you in MP ^^
  3. Spartan9802

    Addon skRayFall

    I did, but he's still in conflict with ^^
  4. Spartan9802

    Addon skRayFall

    Could you add an option in the config to completely disable the use of team and socreboard? SkRayFall conflicts with one of my plugins :/
  5. Spartan9802

    Addon skript-mirror

    Yes you have a condition instance of, but it is not written in the doc yet it is important I find ^^ Ah I hadn't seen great! Too bad I'm not sure I use them well, I wouldn't want to fill my ram for nothing ^^
  6. Spartan9802

    Addon skript-mirror

    Really great! You forgot to add instance usage in your doc ;) - Are you thinking of adding custom event support? :D - Will you create a simple support for powerful ArrayList? :)
  7. Spartan9802

    Addon MundoSK

    I think SkWorld & SkRand is very good, it's simple efficient we know directly what we're talking about ^^ According to me for the json I think the best and create that only one is even addon with btk5h to you two you should offer us something very complete ^^
  8. Spartan9802

    Addon skript-mirror

    Okay, can you show me I don't understand how to use the type Edit: Thanks :D
  9. Spartan9802

    Addon skript-mirror

    Could you add the possibility to create custom events? Hey @btk5h, I find myself confronted with a small bug here is an example effect create new quest named %string% [on npc %number%] [test %number%]: trigger: set {_npc} to...
  10. Spartan9802

    Skript Quests Core

    I present my project here, I am currently creating a core quests using skript-mirror to create custom effects and expressions, the skript core handles all the modules listed below quests are created in the "quests" folder you can find an example of creating a simple quest. If you want to help me...
  11. Spartan9802

    Purchase validation system

    That's right, yes, an ingame store, I'd just like the valid player to buy it
  12. Spartan9802

    Purchase validation system

    Hi, I'm looking for the best method to create a purchase validation system in one function that can be used with tuske Do you have any ideas?
  13. Spartan9802

    Addon skript-mirror

    Awesome! Thank you so much for your help!
  14. Spartan9802

    Addon skript-mirror

    Hi, How can I use the API of this plugin? on script load: import "com.live.bemmamin.gps.api.GPSAPI" set {apigps} to new {GPSAPI}(this) API Java public class Main extends JavaPlugin { private GPSAPI gpsapi = null; @Override public void onEnable() { if...
  15. Spartan9802

    Particle Note color with 1.12

    Hi, I can't find how to create a random color note in 1.12 for a single player, I succeeded for global players with SkDragon or SkRayFall but not for a single player... In 1.8 I used Umbaska but I would like to get rid of it in 1.12, would you have a solution? Thanks for your help