diff options
| -rw-r--r-- | README.md | 19 | 
1 files changed, 18 insertions, 1 deletions
| @@ -29,4 +29,21 @@ Released under WTFPL        from 10 to 5 seconds, general code tidy  1.4 - Changed protector recipes to give single item instead of 4, added + button        to interface, tweaked and tidied code, added admin command /delprot to remove -      protectors in bulk from banned/old players
\ No newline at end of file +      protectors in bulk from banned/old players + +Usage: (requires server privelage) + +list names to remove + +	/delprot + +remove specific user names + +	/delprot name1 name2 + +remove all names from list + +	/delprot - + +Whenever a player is near any protectors with name1 or name2 then it will be +replaced by an air block.
\ No newline at end of file | 
