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

    Addon MongoSK - The still alive update

    Note: A quick update on the status of the addon: I'm aware that no updates have been made in a long time. But I come with good news: a new version 3 of MongoSK is in the pipeline. It will integrate real async operations and lots of new tools and methods to make Mongo operations easier. Nothing...
  2. Romitou

    Addon MongoSK

    Romitou updated MongoSK with a new update entry: The still alive update Read the rest of this update entry...
  3. Romitou

    Addon MongoSK - New stable release

    In accordance with MongoSK's release logic, this version includes versions 2.2.1 and 2.2.2 as well as some not yet released modifications that have been tested by several users. So make way for MongoSK 2.3.0! After a year without a new stable version, here is a new one that introduces a lot of...
  4. Romitou

    Reqn Discord Webhook <none> Variable

    Hey @Peezzied, You should probably send the request body in a JSON formatted string. For example, you can try: send a "post" request to "https://discord.com/api/webhooks/channelId/webhookToken" with the header "Content-Type: application/json" and the body "{""content"":""foobar""}"
  5. Romitou

    Addon MongoSK - Bug fix time!

    This update brings a major bug fix to the Mongo document creation effects sections. The behavior of the current syntax remains unchanged. However, a new feature has been added: you can now implicitly specify the type of fields you want to add. Example: set {_doc} to a new mongo document with...
  6. Romitou

    Addon MongoSK - New features!

    In the continuity of the versioning cycle of MongoSK, consisting in using the patch versions of beta releases as and when features are added, the previous beta versions have proven to be stable. It's time to release MongoSK 2.2.0. Let's see what's new. ⭐ Major changes - Fix query execution of...
  7. Romitou

    Addon MongoSK - Compatibility fixes

    MC 1.8 support This version brings the modification of the Maven repository of the Mongo driver, now hosted by myself. The reason is that some issues have been fixed on my fork, adding support among others for 1.8 servers! This modified version of the driver does not use SLF4J anymore, which was...
  8. Romitou

    Addon MongoSK - Bug fix release

    This version fixes a major problem with advanced queries. Indeed, some properties of the Skript query were not correctly "translated" to make a Mongo query to the database, returning an incorrect result. Everything is fixed now. In addition, compatibility with Skript 2.6-alpha1 has been added...
  9. Romitou

    Addon MongoSK - Some new syntaxes!

    The previous patch versions (2.0.1, 2.0.2 & 2.0.3) proved to be stable and without bugs, so here is a minor version (2.1.0)! This new version also brings some new features: ✨ Features - Update Mongo driver from version 4.2.2 to 4.3.0-beta1 - Remove severe logging when a field does not exist in...
  10. Romitou

    Addon MongoSK - New features

    Finally we come to an update with some new features! Right away, recap: Bugs - Fix syntaxes typos - Make Skript dependent instead of softdependent (should fix some issues on some MC hosting providers) Features - Introducing array support in joined filters expression - Introducing Mongo...
  11. Romitou

    Addon MongoSK - Important bug fixes

    This new update brings many fixes. This one doesn't bring any additional big feature, because like the previous one, I prefer to concentrate on the bugs to be solved. But don't worry, some new features are still being developed in parallel! Bugs Better error catching (6018854) Fix some...
  12. Romitou

    Addon MongoSK - Some bug fixes

    Thank you all for your feedback on MongoSK 2.0.0. Thanks to you, some issues have been solved. Let's review them: Bugs - Mongo document lists not being deserialized - Fixing some codecs - Severe error when a field is not present in a document For this update, no additions have been made...
  13. Romitou

    Addon MongoSK - First 2.0.0 release

    As expected and planned for some time, here it is at last! MongoSK v2 makes place. On the program: ⚡️ Database queries are executed asynchronously The code has been rewritten using the mongodb-driver-reactivestreams library ⚙️ Automatic and intelligent transformation of all sorts of data You...
  14. Romitou

    Addon MongoSK - Introducing Mongo filters

    As expected, here is a small update bringing a new feature. For the time being, this is a pre-release. A stable version will be released in a few days if it turns out that these new features are stable and do not add any sudden changes. ✨ Introducing Mongo filters ⚡ Little performances...
  15. Romitou

    Addon MongoSK - Some improvements and new features

    Originally wanting to publish bigger updates with more content, I will now be doing smaller updates but on a more regular schedule. Here is a quick summary of this update: - ✨ Adding more error messages and better exceptions handling - Remove Skript-based events as they're useless and will be...
  16. Romitou

    Addon MongoSK 2.3.2

    MongoSK This add-on is dedicated to data management with a MongoDB host. Its advantage is that it is a document database built on a scalable architecture that has become popular with developers of all types who build scalable applications. Multiple clients support You have several hosts, and...
  17. Romitou

    Addon MongoSK

    MongoSK This add-on is dedicated to data management with a MongoDB host. Its advantage is that it is a document database built on a scalable architecture that has become popular with developers of all types who build scalable applications. Multiple clients support You have several hosts, and...
  18. Romitou

    Replace all help

    Replacing is a bad solution. Just use this, if I understood the problem correctly. send join {banlist::*} by ", "
  19. Romitou

    Help

    The error is clear, your script repeats itself indefinitely, because you make the command /gamemode spectator run in a loop. Instead, choose this, which will avoid generating a loop: set game mode of player to spectator
  20. Romitou

    Help

    You are currently comparing a number with text. Here is an example of a correct line: if {tazer::%player%} is between 1 and 5: