#Player.json

1 messages · Page 1 of 1 (latest)

halcyon trout
#

How do i block player hit but allow mobs to hit you?

{
                        "on_damage": {
                            "filters": {
                                "test": "has_tag",
                                "subject": "self",
                                "value": "mobA"
                            }
                        },
                        "cause": "",
                        "deals_damage": false
                    }
frosty barn
#

Just turn off the pvp gamerule

halcyon trout