Releases: Ranger-4297/YAGPDB-ccs
YAGPDB-CCS V7
YAGPDB-CCS V6.6
YAGPDB-CCS V6.5
What's Changed
- feat(settings): Add betMax to set/viewsettings by @Ranger-4297 in #19
- feat(settings): View settings supports [setting] arg by @Ranger-4297 in #20
- feat(moneyMaking)Add betMax check to commands by @Ranger-4297 in #21
Full Changelog: V6.3...V6.5
YAGPDB-CCS V6.3
What's Changed
- fix(snakeeyes): Unintended IF post cleanup
- fix(balance): humanizeThounsands networth error by @Ranger-4297 in #16
- Shop role on item by @Ranger-4297 in #17
- Versioning update by @Ranger-4297 in #18
Full Changelog: V6...V6.3
YAGPDB-CCS V6
What's Changed
- Economy: Fully finished and polished off the base economy system
- Plugins: Started implementing optional plugins for use with the system
- readme: link to yagpdb-cc.github.io by @l-zeuch in #11
- readme: remove l-zeuch/lagpdb-cc by @l-zeuch in #12
- readme: fix typos by @l-zeuch in #13
New Contributors
Full Changelog: V5...V6
YAGPDB-CCS V5
The economy system has been updated to V5
Changes
Custom commands no longer hit database limits
Fixed betting negative numbers
Adds and polishes /Shop/ commands
Added help modules for new shop commands
Added new income commands rollNumber
, snakeEyes
Amounts now show in readable format
Adds documentation for economy wiki
Merges snake-eyes and rollnumber commands into singular file, as well as addmoney and removemoney
More configurable settings via the set command
Full Changelog: V4...V5
YAGPDB-CCS V4
Economy has now been updated to V4. And should now be completely working with base YAGPDB.
As well as some other miscellaneous changes to other commands.
Changes
- Fixed
addmoney
,givemoney
andremovemoney
from using negative values - Added leaderboard
- Code now works completely in V4 using non-premium
- New
help
command to provide information on each command - Updates triggers for few commands
Plans for V4
- Fully support basic yag without hitting limits
- Help to provide information on commands
- Per-server shop
- More income based commands
- Cooldowns on basic income commands
- More configurability (maybe)
- Leaderboard position on balance (maybe)
- Show ints with comma's
If anyone follows these releases and the currency system, please let me know what you would like to see implemented!
Full Changelog: V3...V4
Dynamic ccs v3
License change
This repositories license has been updated from MIT to GNU, GPLV3
https://www.gnu.org/licenses/gpl-3.0.en.html
Economy:
V1; Basic economy commands, parseArgs
to handle arguments & command triggers.
V2; Updated commands to CmdArgs
for custom error handling, Regular Expression command handling and more functionality.
Plans for V3:
- Fix adding, removing or giving negative amounts of currency to users through commands found in MoneyManagement
- Add a currency cap of
9,223,372,036,854,775,807
which isint64
's largest number - Add more money making commands
- Add leaderboard | Possible prestige(s)?
- Add both customizable & non-customizable shop (non-custom would be a non changeable currency)
- More
Dynamic ccs V2.4
Major moderative command rehaul
As well as some misc changes & touch ups on a few of the commands
Started implementing a functioning economy, loads of stuff planned for that!
Check back soon!
Dynamic ccs v2
Rehaul + copyright notices,
Reworked mod commands --slightly