Description
Warn before buying expensive items from a vendor.
Having Issues or have a Suggestion?
- Please don't use the comments to post trouble tickets or suggestions. Instead post a ticket on CurseForge. Thanks.
- From this point on, I will not be fixing, adding, or replying to problems or suggestions posted in the comments.
Slash Commands
End User Stuff
- /bigspender <number> (was bugged, now fixed: v200901201546)
- This cost in copper and above will make the warning come up (100 = 1 silver 10000 = 1 gold). 0 will make BigSpender warn for every item. BigSpender will take decimal and negative numbers, but that's just silly since negative numbers are effectively the same as 0 and decimal numbers are effectively the same as the number rounded up (10.9 ~ 11, 50.3 ~ 51, etc.). The default is 100000 copper or 10 gold.
- /bigspender <number>[gsc] <number>[gsc] <number>[gsc] ... (new in v200811051701)
- Use multipliers per denomination. "<number>g" will multiply <number> by 10000. "<number>s" will multiply <number> by 100. "<number>c" will multiply <number> by 1. You can use any number of such arguments in any order and any quantity.
- 1g 2s 1c = 10201
- 2s 1g 1c = 10201
- 1g 1g = 20000
- 1.5g = 15000
Debugging
- /bigspender
- Turns debugging on/off.
Optional Dependency
- EGLoader
- Makes BigSpender load on demand (when MERCHANT_SHOW fires).
Donate
You must login to post a comment. Don't have an account? Register to get one!