diff --git a/README.md b/README.md index 87fdd29..6f5183b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ # 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 @@ -13,7 +11,7 @@ requires you have an sqlite database * 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 @@ -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