Using with data files.
In case of using data files you do not need to do anything. Just run the server with the plugin and all players with the permission
thirst.hydration will experience the added thirst mechanic.
Using with redis (1.16.5+ only)
In order to use the plugin with redis you need to configure it in the config.yml file:
Code (YAML):
redis:
auth:
username
: <redis database username
(string
)>
password
: <redis database password
(string
)>
host
: <the ip of the database
(string
)>
port
: <the port on which the database runs
(int
)>
Using with ItemsAdder:
To use the plugin with items adder you have to set ia.hud to the namespaced name of your thirst hud in IA
Code (YAML):
# Like This
ia:
hud
:
"itemsadder:thirst"