serversigns / ServerSigns

ServerSigns (SVS) provides the ability to bind player-dispatched and server-disptached commands, messages and actions to signs and every other block in Minecraft.
https://dev.bukkit.org/projects/serversigns
GNU Affero General Public License v3.0
12 stars 13 forks source link

SQL support? (Future release?) #17

Open leasoncre opened 4 years ago

leasoncre commented 4 years ago

Would it be possible to add MySQL configuration option to ServerSigns? (instead of using sqlite) Thanks.

EpiCanard commented 4 years ago

You want MySQL to save tasks or signs ? Actually only tasks are saved inside SQLite. Signs are saved inside Yaml files.

leasoncre commented 4 years ago

I was thinking signs. (it has been a while since i used SVS. >< ) but if tasks too, sure.

(I have no immediate need for this, just a suggestion)

EpiCanard commented 4 years ago

There is already an OOOOOLLLDDD issue on bukkit to add MySQL and SQLite for signs https://dev.bukkit.org/projects/serversigns/issues/307

I keep it in mind that can be a good feature