This plugin does nothing on its own. It is simply an API for other plugins to implement with.
Simply add BarAPI.jar to your project build path.
This plugin makes use of reflection and therefore "shouldn't" break on craftbukkit updates.
The message can not be more than 64 characters. If it is more, BarAPI will automatically cut it to 64 characters to prevent the client from crashing.
This is a client limitation and cannot be changed.
Set a message for the player. It will remain there until the player logs off or another plugin overrides it.
Same as above except you can set the % of the health bar. 100 shows the entire health bar, 50 shows half the health bar and so on.
Sets a timed message for the player. It will remain until the timer runs out. The health automatically reduces based on how long the timer is.
Pretty self explanatory, returns a boolean.
Also pretty self explanatory.
Allows you to modify the health of an existing bar. If the player has no bar, this does nothing.
<repositories> <repository> <id>confuser-repo</id> <url>https://ci.frostcast.net/plugin/repository/everything</url> </repository> </repositories><dependencies> <dependency> <groupId>me.confuser</groupId> <artifactId>BarAPI</artifactId> <version>3.5</version> </dependency> </dependencies>
This plugin contains an auto updater which is enabled by default. If you do not wish to automatically download new updates, edit BarAPI/config.yml and set autoUpdate to false.
- Scroll messages if string is greater than 64 characters.
To determine popularity and usage of BarAPI, plugin installs are automatically tracked by the Metrics plugin tracking system. Your Java version, OS, player count, server country location and plugin & server versions are collected. This is used to determine what environments are using the plugin to ensure full compatibility. This collection is anonymous. If you don't want this tracking, edit plugins/PluginMetrics/config.yml and set opt-out to true.