help/Configuration

This is what the default config.yml should look like:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# RescueMe v1.0 by flofreundchen
# For help see: http://dev.bukkit.org/server-mods/rescueme/

Enable:
  Self: false
  Others: true
Restore:
  Health: true
  Food: true
Remove:
  Fire: true


Let's look closer:



1
2
3
Enable:
  Self: false
  Others: true


Self
true enables self-rescuing
false disables self-rescuing
Others
true enables rescuing of others
false disables rescuing of others


1
2
3
Restore:
  Health: true
  Food: true


Health
true heals the rescued player
false disables this
Food
true fills up the foodbar of the rescued player
false disables this


1
2
Remove:
  Fire: true


Fire
true extinguishs the rescued player
false disables this



Comments

Posts Quoted:
Reply
Clear All Quotes