Skip to content

New Placeholders! Sorting GUIs! Bug Fixes!

Choose a tag to compare

@darbyjack darbyjack released this 21 Jun 17:00
· 1878 commits to master since this release

Features

  • New Placeholders for your chat! {GUILD_FORMATTED} and %guilds_formatted%
  • You can now completely design the style of them!
# Used for {GUILD_FORMATTED} and %guilds_formatted%
placeholder-design:
    # The left bracket in the placeholder
    left-bracket: '['
    # The content of the placeholder. Either will be {name} or {prefix}
    content: '{name}'
    # What to show instead of the placeholder if there's no guild
    no-guild: ''
    # The right bracket in the placeholder
    right-bracket: ']'
  • Sorting GUIs!
  • The InfoMemberGUI is now sorted by the member's role.
  • The List GUI can now be sorted by tier, members, and time loaded.

Bug Fixes

  • Fixed missing key typo for admin deposit command.
  • Fixed being kicked when trying to join guild with colored name.
  • Fixed perms not being given to default tier.
  • Fixed blacklist freaking out on lore when there was nothing to blacklist.
  • Fixed a typo in the member role (change the member role back to "member" if it says "roles" right now.
  • Fixed ally commands not working for non-ops.

Changes

  • Added back in total amount to withdraw / deposit messages.
  • Removed some unused methods.
  • Switched to a new dependency loader.