Skip to content

Releases: xmamo/minecraft-barebones

v1.1.1-mc1.13

20 Jul 13:13
Compare
Choose a tag to compare

Minecraft 1.13!

v1.1-mc18w08b

23 May 13:51
Compare
Choose a tag to compare

Added multiplayer bed functionality, alongside configuration functions to enable/disable this functionality, as suggested in issue #5.

v1.0-mc18w08b

08 Apr 10:33
Compare
Choose a tag to compare

Minecraft Update Aquatic completely changed the format of commands. Because of this, Barebones has almost completely been rewritten for the upcoming Minecraft 1.13 release.
Barebones 1.0+ is inherently different to its previous versions, therefore it lacks of some of the previous functionality. Some will be restored in future updates.
You can read about the functionality of Barebones 1.0 here.

v0.4-mc17w43b

06 Nov 20:11
Compare
Choose a tag to compare
v0.4-mc17w43b Pre-release
Pre-release

Additions:

  • Added b7s:entity/get_block_id* functions to get the numeric ID of a block at or under a certain entiy;
  • Added b7s:entity/get_block_dv* functions to get the numeric data value of a block at or under a certain entiy.

Changes:

  • Upgraded directory structure to match the new data pack structure used in Minecraft 1.13.

v0.3-mc1.12

30 Aug 20:49
Compare
Choose a tag to compare
v0.3-mc1.12 Pre-release
Pre-release

Additions:

  • /trigger b7s:spawn set 1 command, to teleport to the server's spawn;
  • b7s:entity/player/check_sleeping utility function, to check if the player is currently sleeping;
  • b7s:config/* functions, to configure various aspects of BareBones, in particular:
    • b7s:config/spawn/set_loc function, to configure the spawn location;
    • b7s:config/home/set_save_as_tags and b7s:config/back/set_save_as_tags functions, to configure how home and back locations ought to be saved;
    • b7s:config/back/set_persistent function, to configure whether the player's back location should be kept saved even after logout.
  • b7s:entity/get_pos_in_chunk utility function, to retrieve the chunk position of a player or entity.

Changes:

  • Unless configured otherwise, players now can't use the /trigger b7s:tpback set 1 command to teleport back to their previous location if they logged out and in in the meantime.

WARNING:
To upgrade from earlier versions of BareBones, execute the following commands:

/scoreboard players reset * b7s:id
/function b7s:install

v0.2-mc1.12

16 Aug 12:19
Compare
Choose a tag to compare
v0.2-mc1.12 Pre-release
Pre-release

Additions:

  • /trigger b7s:info set 1 command, to display basic information about the BareBones data pack.
  • b7s:entity/track_* utility function, to track various stats of players and entities.

Improvements:

  • Optimized b7s:entity/get_pos function, thus reducing the number of commands executed by /trigger b7s:sethome set 1, /trigger b7s:tphome set 1, /trigger b7s:tpaccept set 1.

v0.1-mc1.12

12 Aug 12:16
Compare
Choose a tag to compare
v0.1-mc1.12 Pre-release
Pre-release

First release!