Skip to content

Romitou/MongoSK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

MongoSK

MongoSK is an add-on for Skript for data gestion with a MongoDB database.

โญ๏ธ What's new in 2.0?

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

โš ๏ธ The support of the MongoSK 1 versions will be dropped at March 31, 2021. We strongly recommend that you update. If you already have a script with MongoSK 1, you can find the update instructions on this discussion.

๐Ÿš€ Download and installation

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!

๐Ÿ•ต๏ธ Support and documentation

๐Ÿ“„ Licenses

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.