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
I would like to request a feature that allows the server or admin account to collect a fixed percentage of tax (e.g., 20%) from all transactions, rather than having the tax applied as an additional amount to the deposit or withdrawal.
Requested Behavior:
Deposit Tax: When a player deposits money, the tax should be deducted from the deposited amount, and the remaining amount should be deposited into the player's account. For example, if a player deposits 300 with a 20% tax, the server account should collect 60 (20% of 300) as tax, and the player’s account should receive 240.
Withdrawal Tax: When a player withdraws money, the tax should be deducted from the withdrawn amount, and the remaining amount should be provided to the player. For example, if a player withdraws 300 with a 20% tax, the server account should collect 60 (20% of 300) as tax, and the player should receive 240.
Additional Information:
The current behavior seems to be adding the tax to the amount, which is not the desired outcome.
The intention is to have the server or admin account collect the tax as a fee rather than affecting the deposit or withdrawal amounts directly.
Please let me know if this feature can be added or if there are any existing settings that can achieve this functionality.
the ability to deduct a fixed percentage of tax from transactions (such as deposits and withdrawals) allows for more accurate financial management and enhances the server's economic realism. For example, if a player deposits 300 units of currency and a 20% tax is applied, the server would collect 60 units as tax, and the player would see 240 units deposited. This method of tax collection ensures that the server can maintain its revenue model and manage player transactions effectively.
The text was updated successfully, but these errors were encountered:
M0DSTERX
changed the title
[FEAT]: Enable server Account to collect tax % from transactions
[FEAT]: Enable Server_Account to collect tax % from transactions
Sep 12, 2024
Feature Description
Hi,
I would like to request a feature that allows the server or admin account to collect a fixed percentage of tax (e.g., 20%) from all transactions, rather than having the tax applied as an additional amount to the deposit or withdrawal.
Requested Behavior:
Deposit Tax: When a player deposits money, the tax should be deducted from the deposited amount, and the remaining amount should be deposited into the player's account. For example, if a player deposits 300 with a 20% tax, the server account should collect 60 (20% of 300) as tax, and the player’s account should receive 240.
Withdrawal Tax: When a player withdraws money, the tax should be deducted from the withdrawn amount, and the remaining amount should be provided to the player. For example, if a player withdraws 300 with a 20% tax, the server account should collect 60 (20% of 300) as tax, and the player should receive 240.
Additional Information:
The current behavior seems to be adding the tax to the amount, which is not the desired outcome.
The intention is to have the server or admin account collect the tax as a fee rather than affecting the deposit or withdrawal amounts directly.
Please let me know if this feature can be added or if there are any existing settings that can achieve this functionality.
Thank you!
`
The New Economy v0.1.2.0
Author: creatorfromhell
License: https://github.com/TheNewEconomy/EconomyCore/blob/main/license.md
Core:
config-version: 2
Offline: true
Debugging:
Region:
Server:
Commands:
Update:
Transactions:
ServerID: d0673080-fab4-47ba-8c53-fe5fbef7e937
`
Reasoning
the ability to deduct a fixed percentage of tax from transactions (such as deposits and withdrawals) allows for more accurate financial management and enhances the server's economic realism. For example, if a player deposits 300 units of currency and a 20% tax is applied, the server would collect 60 units as tax, and the player would see 240 units deposited. This method of tax collection ensures that the server can maintain its revenue model and manage player transactions effectively.
The text was updated successfully, but these errors were encountered: