Add readme + start snapshot version 1.1

This commit is contained in:
Simon Chuu 2018-08-11 01:38:51 -04:00
parent df996aeb17
commit 4efb83aa79
2 changed files with 17 additions and 1 deletions

View File

@ -5,7 +5,7 @@ plugins {
}
group 'com.simonorj.mc.phantomsmp'
version '1.0'
version '1.1-SNAPSHOT'
sourceCompatibility = 1.8

16
readme.md Normal file
View File

@ -0,0 +1,16 @@
# PhantomSMP
Better Phantom handling for SMP
# Configuration
There is only one option to configure. The configuration details are inside
the config file and will appear after first server run with this plugin.
```yml
# PhantomSMP by SimonOrJ
# Remove phantoms that try to target player slept within three (Minecraft) days?
# true = remove phantom targeting rested player
# false = Keep phantoms (and make phantoms try to target another player)
remove-targeting-rested: true
```