Skip to content

Commit

Permalink
Add readme + start snapshot version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chuushi committed Aug 11, 2018
1 parent df996ae commit 4efb83a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.simonorj.mc.phantomsmp'
version '1.0'
version '1.1-SNAPSHOT'

sourceCompatibility = 1.8

Expand Down
16 changes: 16 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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

```

0 comments on commit 4efb83a

Please sign in to comment.