ferdinland-server-config/handoveryouritems.json5

8 lines
341 B
Plaintext
Executable File

{
// If enabled, players will receive a message when they have been given an item.
"sendItemReceivedMessage": true,
// If enabled, players will receive a message when they give an item.
"sendItemGivenMessage": true,
// If enabled, players will only be able to give items when they are crouching/sneaking.
"mustCrouchToGiveItem": true
}