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
Can the dynamic curve formula be fixed? it doesn't work correctly yet, but one of dev friend had made changes to code and fixed it... But i have to remake the plugin jar everytime there is update for jobs plugin... So can this patched be merged with orgiional code?
ERROR (DELETE IF YOU HAVE NO ERROR):
<-- Try to use pastebin.com server if you have long error. -->
####################
## PASTE ERROR HERE ##
####################
CONFIG SECTION (DELETE IF NOT RELEVANT):
#####################################
## PASTE RELEVANT CONFIG SECTION HERE ##
#####################################
MaxPayment:
curve:
# Enabling this feature will mean players will still earn once they reach cap but will loose a percentage the higher over cap they go. Controlled by a factor. math is 100/((1/factor*percentOver^2)+1)
use: true
factor: 10
Limit:
# Money gain limit
# With this enabled, players will be limited how much they can make in defined time
# Time in seconds: 60 = 1 min, 3600 = 1 hour, 86400 = 24 hours
Money:
Use: true
# Do you want to stop money gain when exp limit reached?
StopWithExp: false
# Do you want to stop money gain when point limit reached?
StopWithPoint: false
# Equation to calculate max limit. Option to use total level to include players total amount levels of current jobs
# You can always use simple number to set money limit
# Default equation is: 500+500*(totallevel/100), this will add 1% from 500 for each level player have
# So player with 2 jobs with level 15 and 22 will have 685 limit
MoneyLimit: 100000+(1000totallevel)(1+(totallevel/33))
[*Detailed description of the issue:
Can the dynamic curve formula be fixed? it doesn't work correctly yet, but one of dev friend had made changes to code and fixed it... But i have to remake the plugin jar everytime there is update for jobs plugin... So can this patched be merged with orgiional code?
https://github.com/gecko10000/Jobs/tree/max-fix
ERROR (DELETE IF YOU HAVE NO ERROR):
<-- Try to use pastebin.com server if you have long error. -->
CONFIG SECTION (DELETE IF NOT RELEVANT):
MaxPayment:
curve:
# Enabling this feature will mean players will still earn once they reach cap but will loose a percentage the higher over cap they go. Controlled by a factor. math is
100/((1/factor*percentOver^2)+1)
use: true
factor: 10
Limit:
# Money gain limit
# With this enabled, players will be limited how much they can make in defined time
# Time in seconds: 60 = 1 min, 3600 = 1 hour, 86400 = 24 hours
Money:
Use: true
# Do you want to stop money gain when exp limit reached?
StopWithExp: false
# Do you want to stop money gain when point limit reached?
StopWithPoint: false
# Equation to calculate max limit. Option to use total level to include players total amount levels of current jobs
# You can always use simple number to set money limit
# Default equation is: 500+500*(totallevel/100), this will add 1% from 500 for each level player have
# So player with 2 jobs with level 15 and 22 will have 685 limit
MoneyLimit: 100000+(1000totallevel)(1+(totallevel/33))
Jobs version:
Server Type (Spigot/Paper/etc):
Server Version (using
/ver
):Relevant plugins (Delete if this isn't needed):
](https://github.com/gecko10000/Jobs/tree/max-fix)
The text was updated successfully, but these errors were encountered: