MongoSK is an add-on for Skript for data gestion with a MongoDB database.
A new major version of MongoSK is now available! Now let's take a look at what's new.
-
โก๏ธ 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 can now store all types of Skript as items, players, blocks, etc. MongoSK does the job for you! -
๐ Simple and understandable debugging to quickly identify problems
The information are relevant and useful for both novice users and developers of the plugin -
๐ฌ Addition of advanced queries for specific queries
You are now able to target more precise data in your queries with a lot of options -
๐ค More logical and smart syntaxes
Syntaxes have been reworked to be more consistent and logical
You want to use MongoSK? Great! First, make sure you read the documentation to learn more about how MongoDB works and how to get started.
Then, all you have to do is install this add-on! To do so, go to the releases menu and download the latest version. Then drag this add-on into your plugins
folder, and here we go!
- Discord server (faster): https://discord.com/invite/6jeQkRcMkk
- GitHub Discussions: https://github.com/Romitou/MongoSK/discussions
MongoSK uses the mongo-java-driver library. You can find its license here, and third party notices here, being included in the project. The source code of the driver is not modified.
MongoSK is however under the GNU General Public License v3.0 license, which can be found here and being included in the project.