Thirsty

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

== Thirtsy? ==

This is a plugin that implements thirst into minecraft through the XP bar. When you spawn your thirst starts at 20 and depletes at a definable speed. When it reaches 0 you will take a definable amount of damage and this will happen at a definable interval.

Version:

1.6.1

Commands:

/thirsty set [ammount] - sets your own thirst level

/thirsty set [ammount] [player] - set another players thirst level

/thirsty set [ammount] * - sets all players thirst level

Permissions:

thirsty.thirst - Permission to be thirsty (Everyone has this by default)

thirsty.setownthirst - Allows you to set your own thirst(Ops have this by default)

thirsty.setotherthirst - Allows you set another players thirst level(Ops have this by default)

Todo:

Add better thirst item system.

Add worldguard support

Add Spout support maybe?

Example Config:

#This determines how fast your thirst depletes. Value is in seconds.
thirstdepletion: 60

#Put in what you want to tell the player when they reach certain points of thirst.
thirsty: You are getting slightly thirsty.
parched: You are quite thirsty.
dehydrated: You are extremely thirsty and need water right away.

#Put in how often you want someone dieing of thirst to get damaged.
#Value is in ticks. 20 ticks = 1 second.
thirstdamageticks: 40


#how many half hearts of damage they take
thirstdamage: 1

#max thirst level
maxthirstlevel: 20

#what worlds you want it to be enabled on :)
#please note you MUST include the nether and the End worlds or it won't work in them
worlds:
-ExampleWorld

#Sets at what level their corresponding messages will appear
thirstylevel: 11
parchedlevel: 6
dehydratedlevel: 3

#Sets which items will replenish thirst and by how much
#(Currently only works for consumable items and when player is hungry)
# itemID: thirst replenish ammount
IDs:
  373: 20
  326: 10

#Don't change this
configversion: 16

Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    42049
  • Created
    Jul 15, 2012
  • Last Released File
    Jul 12, 2013
  • Total Downloads
    9,975
  • License

Categories

Members

Recent Files

Bukkit