Skip to content

Releases: MelonModding/melon-commands-DEPRECATED

MelonCommands v0.2.0 (7.2pre2)

04 Jul 03:49

Choose a tag to compare

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

Release v0.0.7

25 Mar 02:35
7dbbb7b

Choose a tag to compare

Jumped to 0.0.7 to get on board with version listed in Gradle properties.

Changelog:

  • Updated to 7.1pre2a
  • Removed doDaylightCycle Gamerule

Release v0.0.4

27 Feb 05:35
b12e3b9

Choose a tag to compare

@Uncle0698 Fixes

  • Fix lightning bolt ignoring doFireTick gamerule

Release v0.0.3

20 Jan 00:59

Choose a tag to compare

@Uncle0698 Additions

  • Added doFireTick gamerule
  • Added doDaylightCycle gamerule

@WatermelonMojito Additions / Fixes

  • Fixed chat confirmation for /starterkit
  • Fixed chat confirmation for /compass
  • Hardcoded Spawn TP
  • Cooldown on StarterKit
  • /starterkit reset command
  • Start of /kit
  • Restructure
  • Bug Fixes

Release

13 Jan 22:13

Choose a tag to compare

  • Added Command /starterkit which gives the player a compass, clock, and calendar
  • Added Command /whereami which spits out coordinates of where the player stands