Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Fix an issue where erroneous back-slashes were appearing in the config file example.
  • Loading branch information
aappleton8 authored Sep 8, 2018
1 parent a96f90b commit a06a6f1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ slapself: true
slapdefault: '1'
incrementonslapall: true
messages:
accept: \_\_Default
releasebroadcast: \_\_Default
releasepersonal: \_\_Default
noreleasepersonal: \_\
noreleasesender: \_\_Default
accept: __Default
releasebroadcast: __Default
releasepersonal: __Default
noreleasepersonal: _
noreleasesender: __Default
slaptypes:
'1':
health: 3
Expand All @@ -112,9 +112,9 @@ slaptypes:
lightning: true
smoke: 30
messages:
slapbroadcast: \_\_Giver slapped \_\_Slapped.
slappersonal: \_\_Giver slapped you.
death: \_\_Default
slapbroadcast: __Giver slapped __Slapped.
slappersonal: __Giver slapped you.
death: __Default
mobs:
ZOMBIE: 5
SKELETON: 1
Expand All @@ -127,9 +127,9 @@ slaptypes:
lightning: true
smoke: 50
messages:
broadcast: \_\_Default
personal: \_\_Default
death: \_\_Default
broadcast: __Default
personal: __Default
death: __Default
mobs:
BLAZE: 10
GIANT: 1
Expand Down

0 comments on commit a06a6f1

Please sign in to comment.