HoloAPI v1.2.3

Details

  • Filename
    HoloAPI-v1.2.3.jar
  • Uploaded by
  • Uploaded
    Apr 25, 2014
  • Size
    355.94 KB
  • Downloads
    67,571
  • MD5
    0154ca6995f4e660e4206dedfa38f282

Supported Bukkit Versions

  • CB 1.7.2-R0.3
  • 1.7.4
  • CB 1.6.4-R2.0

Changelog

v1.2.3

HoloAPI v1.2.3 is known to be compatible with the following server versions:

  • CB 1.6.4
  • CB 1.7.2/1.7.4
  • CB 1.7.5
  • MCPC+ 1.6

MCPC+ 1.7 support is not fully functional yet. We are dispatching a team of highly trained monkeys to resolve the issue.

Notable changes in 1.2.3:

  • Implement support for MCPC+ 1.6 and 1.7
  • Add floating item displays. Use %item:id% in any hologram line
  • Add %name% and %world% tags to TouchScreen hologram commands
  • Support BungeeCord commands in TouchScreen hologram commands
  • Add a %serveronline:servername% tag to holograms. Lists the number of players online at a particular BungeeCord server
  • Add a new ChatColor format - &s. Formats text to change colour automatically (rainbow) at a configurable rate
  • Allow setting of custom hologram save IDs
  • Add various new commands. See the Wiki or /holo help for a full list
    • /holo addline <id>
    • /holo addline <id> <line>
    • /holo copy <id> <world> <x> <y> <z>
    • /holo create <world> <x> <y> <z> <content>
    • /holo create image <image_id> <world> <x> <y> <z>
    • /holo create animation <animation_id> <world> <x> <y> <z>
    • /holo edit <id> <line> <content>
    • /holo id set <old_id> <new_id>
    • /holo move <id> <world> <x> <y> <z>
    • /holo readtxt <url>
    • /holo show <player>
    • /holo hide <player>
    • /holo visibility <id>
    • /holo visibility <id> <type>
  • Implement a TagFormatter API for defining custom variables that are automatically replaced. Includes tags that utilise regex.
  • Only show damage indicators for living entities
  • Allow specific damage indicator types to be disabled
  • Fix players being disconnected when using /reload
  • Allow the dynamic addition of lines to holograms (through the HoloManager)
  • Deny holograms over 30 lines in height. Fixes a NegativeArraySizeException
  • Implement a visibility API for defining who can see holograms by default
  • Add an offset for all indicators
  • Minor Improvements hologram animations
  • Fix URL image generators throwing an NPE
  • Dynamically select either UUIDs or player names to store data on player views. Allows HoloAPI to be run on all MC versions regardless of the UUID changes Mojang has made recently
  • Add a method to allow the updating of entire hologram content
  • Make image transparency configurable
  • Split long hologram lines in the middle for 1.6 servers. Looks nicer for large images.

v1.2.0 - The TouchScreen Update

HoloAPI v1.1.2 is known to be compatible with the following versions of CraftBukkit/Spigot:

  • 1.6.4
  • 1.7.2/1.7.4
  • 1.7.5

Notable changes in v1.2.0:

Don't worry, we haven't forgotten! Progress on MCPC+ support has been made.

v1.1.1 (includes changes in v1.1.0)

HoloAPI v1.1.1 is known to be compatible with the following versions of CraftBukkit/Spigot

  • 1.6.4
  • 1.7.2/1.7.4
  • 1.7.5

Support for MCPC+ is planned

Changes in v1.1.1:

  • Hologram stability improvements
    • Fixes all those issues with duplicating/disappearing holograms :).
  • Better multi-world support
    • Holograms are stored and loaded when new worlds are created
  • Add a copy command (/holo copy <id>)
  • Fix problems with colour code formatting
  • Only save shortcodes for Unicode characters to file, not the actual Unicode character
  • Improvements to tags
    • New Vault tags
    • Tag for replacing server-time (with configurable timezone offsets) as well as in-game time
    • Dynamic date tag, thanks to Tzeentchful
    • And plenty more! See the Wiki for more information.
  • Various new holographic indicators
    • Damage indicators
    • Experience gain indicators
    • Potion indicators
    • Health indicators
    • For dev build users: Indicators are now more stable and do not have the problems previously experienced (e.g. indicators not removing properly)
  • Improvements to chat bubbles
    • Bubbles are now wrapped across multiple lines so they are easier to read
    • Bubbles automatically jump upwards to make room for new messages
  • Improvements to simple holograms (also improves the API part of the plugin as well)
  • Fix holograms being cleared instead of disabled if their appropriate world is not found
  • Improve detection of image lines in combined holograms
    • Fixes random lines appearing on the bottom of built holograms
  • Fancier help menu

As well as a host of other improvements to HoloAPI to improve the user experience :).

v1.0.6

  • Smoother, less shaky animations
  • Add support for Unicode character shortcuts in the config.yml
    • Certain strings can now be automatically replaced with the specified Unicode character
  • Add two new commands
    • Edit command for editing holograms
    • Refresh command for refreshing existing holograms
  • Fix problems with simple holograms (chat bubbles) not removing
  • Fix players disconnecting when changing worlds
  • Dynamic command registration - Command can now be changed in the config.yml
  • Code optimisations and improvements
  • NPE fix when refreshing holograms
  • Begin work on internal support for 1.6

v1.0.5

  • Add Holographic Chat Bubbles ;D
  • Prevent holograms unloading with chunks
  • Better multi-world support
    • Support moving of holograms into different worlds
    • Update holograms for players changing worlds

For those that were using the development builds with chat bubble support, it is highly recommend you search your data.yml for any rogue holograms. Depending on which version was used, they will generally have a very large negative ID.

v1.0.3

  • Adding %name% anywhere in a hologram will replace it with a viewer's name e.g. "Hello %name%" will appear to a player named "Steve" as "Hello Steve".
  • Hologram line spacing is now configurable (see config.yml)
  • More precise positioning of holograms (thanks to Tzeentchful)
  • Optimise hologram loading on startup
  • Optimise and improve (greatly) URL image loading
  • Add /holo teleport <id> - teleport to a hologram
  • Smoother hologram teleporting
  • Add /holo build - allows dynamic creation of holograms with both images and text (also allows multiple images ;D). Blank text lines can be defined by entering "none"
  • Fix /holo remove not working as intended

v1.0.2

  • Use a more friendly ID system and keep tag ID's internal
  • Fix reload command not working as intended - Now reloads all configuration files
  • Fix players being strangely attached to holograms
  • Fix holograms disappearing
  • Remove 32 character limit on hologram strings

And lots more internal bug fixes and improvements to improve the user experience! ;D

v1.0.1

  • Fix reflection issue

v1.0.0

First release. See the HoloAPI Wiki in combination with the BukkitDev page for a full guide on how to use this plugin

Please report any bugs and issues to the Ticket Handler so that they can be fixed as soon as possible.