The Denude Strip Jar is a tip jar that undresses a logged in avatar who wears Denude-enabled clothes. It can also be used as a regular tip jar, but it's meant to be used with the Denude Undress Me script.
The script and it's configuration is - for technical and TOS reasons - not in the root prim (the shadow prim on the floor), but in the jar itself.
To configure it, right-click/edit the jar, check the Edit linked button and select the jar itself. In the contents tab you'll see the script and a notecard names tipjar-config. The notecard looks like this:
# Amount that strips 1 stage
price_per_strip=50
# Percentage of tips that go to the owner of the strip jar
owner_share_percentage=20
# Only people wearing Denude-enabled clothes can log in (1 = yes, 0 = no)
denude_apparel_required=1
# Only avatar in the same group as the jar can login (1 = yes, 0 = no)
group_only=0
# Share revenue with other avatars
# share=<avatar UUID>
Lines that start with a '#' are ignored.
The amount that is necessary to undress a piece of apparel from a stripper is specified in the price_per_strip property.
The owner's share is a percentage value that determines how much of a tip is held by the owner (club owner etc.).
You can turn off the check for Denude-enabled clothes by setting denude-apparel-required to 0.
If you want only avatars who belong to the same group as the jar to be able to login, set group_only to 1.
The owner's revenue can be shared with multiple other avatars (same percentage). Simply add the UUIDs of every shareholder using the share=<uuid> option. Currently it is not possible to assign individual share percentages.