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

    Issues with MongoSK

    Skript Version: Skript 2.2 (dev20c) Skript Author: Coder99513 Minecraft Version: 1.16.5 --- Full Code: on load: if {-mongo::*} is set: close connection {-mongo::client} delete {-mongo::*} create a new mongo client to host "mongodb+srv://[removed for privacy]" named...
  2. P

    Issues with MongoSK

    Hello forums! I'm a little stumped at the moment with a skript I am making. I am trying to use MongoSK for data storage on my server, but I am having issues getting MongoSK to cooperate with me. Could someone figure out what I am doing wrong, and/or a fix for this? The following is a snippet...