Skip to content

Releases: Ranger-4297/YAGPDB-ccs

YAGPDB-CCS V7

21 Apr 16:15
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES

Full Changelog: V6.6...V7

YAGPDB-CCS V6.6

12 Apr 00:49
a24df5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: V6.5...V6.6

YAGPDB-CCS V6.5

30 Mar 14:12
a35ee2f
Compare
Choose a tag to compare

What's Changed

Full Changelog: V6.3...V6.5

YAGPDB-CCS V6.3

30 Mar 11:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: V6...V6.3

YAGPDB-CCS V6

05 Jan 21:39
Compare
Choose a tag to compare

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

23 Aug 17:30
Compare
Choose a tag to compare

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

11 Aug 18:21
Compare
Choose a tag to compare

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 and removemoney 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

12 Dec 21:23
Compare
Choose a tag to compare

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 is int64'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

06 Dec 13:15
ddd4c71
Compare
Choose a tag to compare

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

24 Oct 05:11
Compare
Choose a tag to compare

Rehaul + copyright notices,
Reworked mod commands --slightly