Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
boonsboos authored Jul 1, 2021
1 parent 3fb8f8d commit d4b5ad6
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# monkeOneTap
minecraft plugin for the [monkegame server]("https://monkegame.online")
minecraft plugin for the [monkegame server](https://monkegame.online)

this plugin is made to our needs so we won't be adding new features unless we *really* need to
this plugin is made to our needs so we won't be adding new features unless we *really* need to, nor will we actively provide support. (you're on your own, basically)

requires you have an sqlite database

# dependencies
# requirements
* java >= 16
* sqlite database
* a little bit of masochism
* a database viewer (optional but handy)
* a paper server

# how to use
in the ``config.yml``, set your dblocation like: D://databases/database.db
in the ``config.yml``, set your dblocation like: D://databases/database.db (linux users: you should know how to do it.)

in your database, make a table with 3 columns: uuid (text, primary key, unique), username (text), killcount (integer) and in ``config.yml`` point to the table's name

Expand All @@ -25,8 +23,8 @@ name is whatever you want it to be

# how to setup

specify your database location and table in the config.yml
specify your database location and table in the config.yml. if it spams your console with sqlite errors, you did it wrong.


# todo
- [ ] add a table to said database to log last access
- [ ] make plugin add a table to said database to log last access

0 comments on commit d4b5ad6

Please sign in to comment.