Fully removed the xp and money options from the give command, see discussion on Discord.
Changed some snail_case variable naming to proper camelCase in the give command.
Added a variable for the inventory's location instead of calling the method every time in the give command.
Deprecated taking xp in the take command.
Renamed the giveTakeMoney deprecation warning to just takeMoney, as it no longer applies to give - let me know if that should be reverted due to deprecation warning tracking reasons.
Notes
Let me know if the give command should have StrongWarnings for giving money/xp, it'd make the logic a bit messier since you'd still need the entire handling for these inputs, but can be added if needed.
Changes
xp
andmoney
options from thegive
command, see discussion on Discord.snail_case
variable naming to propercamelCase
in thegive
command.give
command.take
command.giveTakeMoney
deprecation warning to justtakeMoney
, as it no longer applies togive
- let me know if that should be reverted due to deprecation warning tracking reasons.Notes
give
command should haveStrongWarning
s for giving money/xp, it'd make the logic a bit messier since you'd still need the entire handling for these inputs, but can be added if needed.