Improved rotation degrees and interval to now be floating p. numbers.
Improved location of blocks so that it now is more accurate.
Added automatic tab completition for all commands.
Improved description and usage for all commands.
Improved code logic.
Improved commands interface.
Fixed mispelling issues.
Fixed issue where error would be thrown on missing config strings.
Simplified configuration file.
Added metrics.
Added update checker.
Added support announcer.
Updated teleport command: Added the argument command: /bd teleport <name> to; this will teleport the player to the existing floating block. Added the argument command: /bd teleport <name> here; this will teleport the existing floating block to the player.
Improved general checks for players and floating blocks.
- Added useful links to the Version command.
- Added automatic rotation system and feature.
This feature allows you to make your existing blocks rotate on themselves, try it out and improve the aestethic of your decorations creating your own designs!
Each spin will happen each x amount of time, given by the interval in the block's configuration section (FloatingBlocks.yml), the interval must be specified in milliseconds (1000 = 1 second).
Whenever the block spins, it will rotate its faces/angles by the given rotation value in the block's configuration section.
Upon block's creation, this feature will be disabled by default but can be enabled through the edit command or manually from the configuration.
- Merged Location and Rotate Command in the new EditCommand.
The edit command will allow to edit a block's location, rotate its angles and change the settings for the block itself.
Command usage(s) -
Proper Usage: /bd edit <name> <variable> <extra arguments...
Available variables:
Location, Rotate, Settings.
Location usage: /bd edit <name> Location <coord> <value>
Available coords' inputs:
x, y, z.
Rotate usage: /bd edit <name> Rotate <value>
Settings usage: /bd edit <name> Settings <setting> <value>
Available settings:
AutomaticRotation, Interval, Degrees.
The value for the AutomaticRotation setting must be true or false.
The values for the Interval setting must be a set number determined in milliseconds. - (1000 = 1 second)
The values for the Degrees setting can be any number which determines the block's facing angles.
Type in
/bd edit to receive all these information in your chat.
* I highly recommend to re-create your floating blocks if you're willing to update to version 1.3, in order to get all the new features.
- Improved config reload command.
- Fixed some mispelling issues.
- Fixed issue with tiny blocks, the holder now is an ArmorStand just like normal and small ones.
- Added more checks to every command and actions to avoid issues.
- Added notifications when the blocks exist in config but cannot be found in the world.
- Fixed issue with locations not updating correctly after editing a block's location.
- Fixed issue with string which were being registered wrongly in the configuration file.
- Added support for 1.16 versions of minecraft.
- Added new "Tiny" block size
- Added new /bd location <name> <coordinate - x|y|z> <value>
- Fixed issue with locations not updating when the block was teleported
- Fixed issue with blocks not deleting correctly if the entity couldn't be matched (was killed)
- Fixed some mispelling issues in code
* Fixed errors on commands
* Improved /bd list command to show a max of blocks per page
* New /bd info <name> command showing all details for a block
* Added official compatibility for MC 1.15 version