Is there a way to disable that you get moved and add text that works with LootBouncer?
Disabling movement and text via API method?No Thanks
The moving is the slap, so that would defeat the purpose of the plugin.
As far as text in Loot Bouncer, that's something that plugin needs to add, not this plugin.
As far as text in Loot Bouncer, that's something that plugin needs to add, not this plugin.
Yea i know but it was more personal for that mod so that if ppl loot badly at dome they wond the thrown over the edge :P.
In response to FeralLands ():Yea i know but it was more personal for that mod so that if ppl loot badly at dome they wond the thr...
So you just want them to flinch only? It's a one-liner if you want to add that to your own plugin.
player.SignalBroadcast(BaseEntity.Signal.Flinch_Chest, string.Empty, null);There are other areas too that you can make them flinch at.
Locked automatically