LogiBlocks v1.02

Details

  • Filename
    LogiBlocks.jar
  • Uploaded by
  • Uploaded
    Apr 10, 2013
  • Size
    31.91 KB
  • Downloads
    249
  • MD5
    18bea0ed97bb8b2eab2afd82c5161fd6

Supported Bukkit Versions

  • CB 1.5.1-R0.1

Changelog

Commands

  • Added /c voxelsniper <location> [args]...

Funtionality

  • Updated for 1.5.1
  • Added support for VoxelSniper!
  • Naming an item now replace underscores with spaces
  • You can now use an entity or player in place of a location, and the command will execute there instead (Ex: c explode @p 20 will create an explosion at the nearest player)
  • Players can now craft command blocks with configurable recipe. You can turn this off by setting "allow-crafting" in config.yml to false
  • Players that are not opped and in creative mode can now change commands in command blocks by right-clicking them. The commands they are allowed to use are configurable, and based on permissions. This can be disabled by setting "allow-command-insertion" in config.yml to false
  • All LogiBlocks base commands can be enabled/disabled in the config.yml, as well as changing aliases

Bug fixes

  • Fixed a potential crash upon typoing a material name in an item variable
  • Bukkit has changed "Minecart" to "MinecartRideable", meaning @e[t=minecart] needs to be changed to @e[t=minecartrideable]
  • The VoxelSniper command can be buggy with certain brushes. It shouldn't crash the server, but if someone tries to use certain crushes (e.g. warp-in-style brush) it will put an error in the server log. It is advised to disable VoxelSniper support if you do not want this to happen, and you don't trust your Moderators to handle it carefully
  • The new feature for inserting commands in does not stop the command block screen from popping up. It is impossible to change this. You have to exit out of this screen every time you want to change the command.