ferdinland-server-config/handoveryouritems.json5
2025-03-04 10:06:01 -06:00

8 lines
341 B
Plaintext

{
// 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
}