Skip to content

MelonCommands v0.2.0 (7.2pre2)

Latest

Choose a tag to compare

@MelonMojito MelonMojito released this 04 Jul 03:49
· 3 commits to 7.x since this release

Changelog:

Changes/Features

  • Updated to Babric: 0.15.6-babric.6-bta
  • Updated to BTA: 7.2pre2
  • Updated to HalpLibe: 4.1.3

First Public Release Log:

  • Adds Customizable Roles! There is so much to this command, syntax below:
 < Command Syntax >
    > /role create <role id> [<priority>]
    > /role delete <role id>
    > /role edit <role id> <mode>
        > priority <priority value>
        > display <style>
            > name <display name>
            > color <color/hex>
             > underline true/false
            > bold true/false
            > italics true/false
            > border <style>
                > color <color/hex>
                > none/bracket/caret/curly
                > custom [<affix>]
                    > prefix/suffix <custom affix>
        > username <style>
            > border <style>
                > color <color/hex>
                > none/bracket/caret/curly
                > custom [<affix>]
                    > prefix/suffix <custom affix>
        > text <style>
            > color <color/hex> (*bug: hex won't wrap!)
            > underline true/false
            > bold true/false
            > italics true/false
    > /role grant <role id> [<username>]
    > /role revoke <role id> [<username>]
    > /role set <mode>
        > defaultRole <role id>/none
        > displayMode single/multi
    > /role list
    > /role reload
  • Adds Customizable Kits! There's a lot to this one too, same as roles:
< Command Syntax >
      > /kit give <kit> [<overwrite?>]
      > /kit create <kit> [<cooldown>]
      > /kit delete <kit>
      > /kit setcooldown <kit> <cooldown>
      > /kit addto <kit> <mode>
          > item/row/armor/all
              > [head/chest/legs/boots/all] (if armor)
      > /kit reset <kit> [<username>]
      > /kit list [<kit>]
      > /kit reload
  • Adds /tpa <player> and /tpa <player> here!
  • Adds /whereami
  • Adds /gamerule doFireTick
  • Adds a fix for server mobs not de-spawning in 7.2pre2 (once BTA fixes the issue this will be removed)

Bug Fixes

  • None... yet

Known Issues

  • Role text formatting does not wrap around if more than one format is applied, or a hex color is used.

Planned Features

  • Roles showing up in player names in their nametag/handle
  • A Permissions system combined with roles allowing server mods to allow blacklist/whitelist certain functions to different roles
  • Chest Locking
  • More Gamerules