Customizing "You got slapped" message?Solved
Hello,
I'm using Slap with LootBouncer and I'd like the message "Your momma doesn't work here! Empty the boxes!" to display. I've tried adding "YouGotSlapped": "Your momma doesn't work here! Empty the boxes!" to the config file but nothing changes... What am I doing wrong? Thank you!
You'd edit the message under the oxide/lang file for the plugin and then reload the plugin.
Thanks for your response Wulf! Unfortunately, I'm still missing something... Here is the oxide/lang/en file: 
{
  "CommandUsage": "Usage: {0} <name or id> <amount> (amount is optional)",
  "Cooldown": "Wait a bit before attempting to slap again",
  "NotAllowed": "You are not allowed to use the '{0}' command",
  "PlayerNotFound": "Player '{0}' was not found",
  "PlayerSlapped": "{0} got slapped!",
  "YouGotSlapped": "Your momma doesn't work here... Empty that box!",
  "YouGotSlappedBy": "You got slapped by {0}!"
}​

Thanks for your help!

In response to Xandra ():
Thanks for your response Wulf! Unfortunately, I'm still missing something... Here is the oxide/lang/...
What exactly are you missing?
Well, I must not have something done correctly because no message displays when I fail to loot a box completely even though I do get slapped. I did reload the plugin after making the change to the lang file.
In response to Xandra ():
Well, I must not have something done correctly because no message displays when I fail to loot a box...
If you don't see a message at all, then whatever is calling the plugin is not doing so properly. You can manually test this plugin by granting the permission and using the /slap command.
You're right! I guess the problem is with LootBouncer... when I did /slap (myself) I did get the message. Thanks again for the help! I'll post on that plugin help section... :P
Locked automatically