0. Common Questions - HenryRenYz/Creatiolib GitHub Wiki

Common Questions

* Which version of Minecraft does this plugin support, will it support later versions?

The plugin was developed based on 1.16 Spigot, in theory, it supports Minecraft 1.13+. Some functions of this plugin may not work perfectly on legacy versions, and I have no plan for those versions.

* I have a good idea for this plugin, will you add it?

I had made a list of functions to be made, so common requests will not be considered. But if your idea is great, then yes.

* Should I use this plugin on my own server?

If you wanna use it, then yes! But personally I don't recommended you installing it to a big or profitable server till a stable version is released.

* Why do you ever want to write this plugin?

Well at first the purpose to write this plugin is to use it in my own server because I found something that could cause serious lag when using Skript and vanilla command(there're some functions that are unreplaceable. Another reason for this is that the base function, which Bukkit API provides, is not complete or not good enough in Skript, so you have to install addons to make scripts work, but usually a single addon only contains just a small part of wanted functions, and some addons were complete or nearly abandoned.

* Why this plugin called "Lib" but not something like "CreatioSK" or "skript-creatio"?

Because the plugin contains not only Skript's command but also other functions, mechanisms and commands in early dev plans.

* Why this plugin has such a lot of functions duplicated with other plugins?

The duplication of function is unavoidable, and of course, there are differences, based on the different use. In precise, most functions were just a translation of Bukkit API.