Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taxes #32

Open
ElitoGame opened this issue Sep 1, 2022 · 1 comment
Open

Taxes #32

ElitoGame opened this issue Sep 1, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ElitoGame
Copy link
Collaborator

Short Description

Implement a system for Servers to enforce taxes.

Implementation

  • 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
@ElitoGame ElitoGame added enhancement New feature or request good first issue Good for newcomers labels Sep 1, 2022
@ItzAmirreza
Copy link
Owner

Is currently being addressed by someone in #62 but the implementation has issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants