Skip to content

Commit 02db081

Browse files
committed
Rename project to sql2o-nukkit
1 parent c053f6a commit 02db081

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
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
77
Bedrock core, that will help you to create and
88
manage 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
2121
enough. Also, you can configure some default database settings in `config.yml`.
2222

2323
### Maven

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

src/main/resources/plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: DataManager
1+
name: sql2o-nukkit
22
main: me.hteppl.data.DataManager
33
version: "${pom.version}"
44
api: 1.0.13
55
load: STARTUP
66
authors:
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"

0 commit comments

Comments
 (0)