You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever a user buys a item, a percentage of the price paid will be taxed and not arrive in the shop owners bank account.
If a user sells a item, a percentage of the money he receives will be taxed.
Default Configuration:
Tax admin shops: false
Tax player shops: false
Tax rate player shop purchases: 20 (%) or 0.2 (Input type is up to you, however keep it uniform and consistent with the rest of the plugin if any percent settings are given already)
Tax rate player shop sale: 20%
Tax rate admin shop purchase: 20%
Tax rate admin shop sale: 20%
Under the permission category add a tax permission toggle. If true we will have the following permissions:
ecs.shops.taxes.playershop.sale.20
ecs.shops.taxes.playershop.purchase.20
ecs.shops.taxes.adminshop.sale.20
ecs.shops.taxes.adminshop.purchase.20
The text was updated successfully, but these errors were encountered:
Short Description
Implementation
The text was updated successfully, but these errors were encountered: