Minecraft 1.13 Snapshot 18w05a is out, with some bug fixes and absolutely nothing aquatic yet.

Minecraft 1.13 Snapshot 18w05a

Features:

  • Added new command /bossbar.
  • Added really basic entity selector suggestions in the command UI (@e etc).
  • Updated translations from crowdin.

Screenshots:

Minecraft 1.13 Snapshot 18w05a Screenshots 1

Minecraft 1.13 Snapshot 18w05a Screenshots 2

Minecraft 1.13 Snapshot 18w05a Screenshots 3

Minecraft 1.13 Snapshot 18w05a Screenshots 4

Minecraft 1.13 Snapshot 18w05a Screenshots 5

Minecraft 1.13 Snapshot 18w05a Screenshots 6

Minecraft 1.13 Snapshot 18w05a Screenshots 7

Minecraft 1.13 Snapshot 18w05a Screenshots 8

Commands:

  • New command /bossbar
    • /bossbar create <id> <name> will create a boss bar.
      • id is used to target the boss bar and is in the form namespace:name, for example: foo:bar. If no namespace is specified it defaults to minecraft.
      • name is the display name of the boss bar and only accepts a JSON text component.
      • Examples:
        • /bossbar create example:test "Hello World"
        • /bossbar create hello:world {"text":"Foo Bar","color":"red","bold":true}
    • /bossbar set <id> name <name> will change the display name of the boss bar.
    • /bossbar set <id> color (blue|green|pink|purple|red|white|yellow) will change the color of the text (if no color was specified as part of a text component) and the boss bar, defaults to white.
    • /bossbar set <id> style (notched_10|notched_12|notched_20|notched_6|progress) will change the style of the boss bar, defaults to progress.
      • notched will set the amount of segments.
      • progress will set the amount of segments to 1.
    • /bossbar set <id> value <value> will change the current value of the boss bar, defaults to 0.
    • /bossbar set <id> max <max> will change the maximum value of the boss bar, defaults to 100.
    • /bossbar set <id> visible <visible> will change the visibility of the boss bar, defaults to true
    • /bossbar set <id> players <players> will change which players can see the boss bar, defaults to none.
    • /bossbar remove <id> will remove the boss bar.
    • /bossbar list will display a list of created boss bars.
    • /bossbar get <id> (max|players|value|visible) will return the requested setting as a result of the command.
  • New /execute store subcommand: /execute store (result|success) bossbar <id> (value|max) <chained command>
    • Will store the result or success in the boss bar’s value or max setting.
  • Basic entity selector suggestions in the command UI.
  • A warning now is logged for ambiguous commands.

How to install:

Minecraft 1.13 Snapshot 18w05a Download Links

Client: Download from Server 1

Server: Download from Server 1

Click to rate this post!
[Total: 1 Average: 5]