File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- # DataManager
1+ # sql2o-nukkit
22
33[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
44[ ![ jitpack] ( https://jitpack.io/v/hteppl/DataManager.svg )] ( https://jitpack.io/#hteppl/DataManager )
55
6- DataManager is a simple library plugin for [ PowerNukkitX] ( https://github.com/PowerNukkitX/PowerNukkitX ) Minecraft
6+ sql2o-nukkit is a simple library plugin for [ PowerNukkitX] ( https://github.com/PowerNukkitX/PowerNukkitX ) Minecraft
77Bedrock core, that will help you to create and
88manage your SQL connections with ease.
99
1010## Build JAR File
1111
1212``` shell
13- $ git clone https://github.com/hteppl/DataManager
14- $ cd DataManager
13+ $ git clone https://github.com/hteppl/sql2o-nukkit
14+ $ cd sql2o-nukkit
1515$ mvn clean package
1616```
1717
1818## How to install
1919
20- If any plugin requires a DataManager , you just need to download and put it in ` plugins ` folder. Usually it will be
20+ If any plugin requires a sql2o-nukkit , you just need to download and put it in ` plugins ` folder. Usually it will be
2121enough. Also, you can configure some default database settings in ` config.yml ` .
2222
2323### Maven
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >me.hteppl</groupId >
8- <artifactId >DataManager </artifactId >
8+ <artifactId >sql2o-nukkit </artifactId >
99 <version >2.2.0-SNAPSHOT</version >
1010
1111 <properties >
Original file line number Diff line number Diff line change 1- name : DataManager
1+ name : sql2o-nukkit
22main : me.hteppl.data.DataManager
33version : " ${pom.version}"
44api : 1.0.13
55load : STARTUP
66authors :
77 - " https://github.com/hteppl"
88 - " https://github.com/IWareQ"
9- website : " https://github.com/hteppl/DataManager "
9+ website : " https://github.com/hteppl/sql2o-nukkit "
You can’t perform that action at this time.
0 commit comments