Skip to content

Commit

Permalink
Merge pull request #1 from xbenas/patch-1
Browse files Browse the repository at this point in the history
Update config.yml
  • Loading branch information
ty-a committed Apr 18, 2014
2 parents 680aac9 + 84cf5e4 commit ec776d5
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
timer: 15 # in seconds

PvE: true # player vs environment

PvM: true # player vs monster

ignore-falling: false # if damage from falling triggers NoEscape

PvP: false # player vs player

#Time after receiving damage, during which the player can't use any commands.
timer: 15
#Should we disable using commands when a player gets hurt from the environment? (burning, drowning, etc.)
PvE: true
#Should we disable using commands when a player gets hurt from mobs?
PvM: true
#Should we let player use commands after taking damage from falling?
ignore-falling: false
#Should we disable using commands when a player gets in a fight with another player?
PvP: false
#List of worlds that ignore the plugin.
disabled-in-worlds:
- world
message: '&cYou can not use commands when taking damage!'
- world_example
#Message that is sent to the players when they try to use commands after receiving damage. Supports & color codes.
message: '&cYou can not use commands when taking damage!'

0 comments on commit ec776d5

Please sign in to comment.