mmoInfo

mmoMinecraft Logo

About mmoInfo

mmoInfo provides an Info bar at the top of the screen. The bar is split into three sections: left, center and right. This bar automatically pushes any other mmoMinecraft HUD display down so they don't overlap.

There is an event based API for creating new "tokens" to be replaced with widgets. Each token can have an icon (10x10), and any Spout Widget (even a Container). You can also have plain text in the bar.

The mmoMinecraft suite is a collection of plugins that together attempt to create a more mmorpg-like experience in Minecraft.

Server Dependencies

Client Dependencies

Features

  • Easy to change the bar content.
  • Simple API for creating new tokens.
  • Automatically moves other mmoMinecraft HUD elements to prevent overlap.
  • Tokens that aren't installed will be skipped.
  • NOTE: Only built in token (at this time) is {name}

Permissions

  • mmo.info.display - allows user to see main Info Bar.

Commands

  • /showgui = Shows all mmoInfo GUI Objects, hide default GUI objects based on configuration.
  • /hidegui = Hides mmoInfo GUI Objects and displays all default GUI objects.

Config.yml

#mmoInfo Configuration
# Separate the sections with a tilde (~). All tokens are within curly brackets. Tokens can (optionally) have arguments (up to the specific token)
tokenlines: 1
info: '{name}~mmoMinecraft~{compass}{coords}'
info2: '{name}~Row2~{compass}{coords}'
info3: '{name}~Row3~{compass}{coords}'
info4: '{name}~Row4~{compass}{coords}'
HideDefaultHealthBar: false
HideDefaultExpBar: false
HideDefaultHungerBar: false
HideDefaultArmorBar: false
HideDefaultArmorBar: false
HideDefaultOxygenBar: false

Configuration

As you increase the number on "tokenlines" above 1, use the corresponding additional lines such as info2, info3, info4 to designate the tokens for that specified row. Max Lines is currently 4.

Changelog

Commit log

About This Project

Categories

Recent Files

Bukkit