Recent content by Joyte

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

    Online players in world

    or he could just add it to the existing code: the way you did it, it's extremely unlikely to work properly because with this: set {_online1} to size of {_players1::*}, the variable will be set back to <none> command /lobbysel: trigger: loop all players in world "world1": #Change...
  2. J

    Online players in world

    if {_online1} is not set: set {_online1} to 0 if {_online2} is not set: set {_online2} to 0 if {_online3} is not set: set {_online3} to 0
  3. J

    [Vixio] Check if player has role using discord ID

    Skript Version: 2.5-alpha3 Skript Author: Me Minecraft Version: 1.15.2 Addons using: SharpSK - 1.6.3 Skript-mirror - 2.0.0-SNAPSHOT - Custom version made by TPGamesNL SkBee - 1.4.2 SkQuery - 3.6.5 WolvSK - 1.7.0 Vixio - 2.0.4 Hi, i'd like to check if a user has a role. I know you can use if...
  4. J

    Solved Skript error from transitioning from spigot to paper

    Hi, thanks for answering my question, your fork works perfectly!
  5. J

    Solved Skript error from transitioning from spigot to paper

    Skript Version: 2.5-alpha3 Skript Author: Me Minecraft Version: 1.15.2 Addons using: SharpSK - 1.6.3 Skript-mirror - 2.0.0-SNAPSHOT SkBee - 1.4.2 SkQuery - 3.6.5 WolvSK - 1.7.0 My skript code, just in case someone finds it useful: https://hasteb.in/hanucofi.swift Also comes with !sort.sk...