Advertisement
John_Galt

SleepingPlus - config.yml

Jun 17th, 2014
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. #Config SleepingPlus
  2. # Language of the plugin. (French or English)
  3. language: English
  4. # Do you use the permissions of the plugin?
  5. permissions: false
  6. # Effects when the player becomes tired.
  7. # Identified by name, for how long, in seconds, the rate of fatigue so that the effect is activated.
  8. potionsEffect: SLOW,10,30,2/SLOW_DIGGING,10,40,2/BLINDNESS,10,60,3
  9. # A period to indicate the number of seconds without sleep, the fatigue rate increases by the number below after this time.
  10. timeNoSleep: 20
  11. # The number of minutes it takes being offline for fatigue to be remove by the number below.
  12. timeExitServer: 10
  13. # The number of fatigue that will be added or removed.
  14. nbFatigueRate: 2
  15. # Number of seconds where you must stay in bed will remove the nbFatigueRate.
  16. timeInBed: 15
  17. # Number of seconds where the player must to stay on a chair will remove the nbFatigueRate.
  18. timeOnChair: 10
  19. # Number of fatigue which will be added at the rate of fatigue in a death.
  20. nbRateWithDeath: 10
  21. # Would you use the xp bar to show the number of fatigue?
  22. useXpBar: false
  23. # Would you want to use the automatic fatigue when you connect on the server?
  24. activateFatigueOnConnect: false
  25. # Activate this and you can go to bed at day
  26. activateBedAtDay: true
  27. # List of world where the plugin should be enable. Create the list like this world:anotherworld . If null, the plugin will be enable in every world.
  28. listworld: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement