HomeJavaModsXP_Hologram
XP_Hologram
A simple plugin that display a hologram when you kill a mob or a player. The hologram can include the killer, the victim, and the xp gained. The experience gained is given directly to the killer (can be disabled in the config file).

Screenshots:
Spoiler: Screenshots
[​IMG]
[​IMG]

Note : These screenshots have not been updated and date from the first version. The only visible change is that the default configuration no longer displays the same text, but everything is editable in the configuration file.

Commands:

Configuration file:
Spoiler: Config
Code (YAML):

  # # # # # # # # # # # # CONFIG INFOS  # # # # # # # # # # # # # # #
  # If drop-xp is turned off, the xp will be given to the killer    #
  # Living time of the hologram in sec                              #
  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
config
:

  mob-hologram
:
    enable
: true
    drop-xp
: false
    living-time
: 2
    # Set the mob hologram name. You can use %killer%, %mob_type%, %mob_name% and %xp%.
    line1
: ' [ %killer% killed %mob_type%]'
    line2
: '+ %xp% xp !'

  player-hologram
:
    enable
: true
    drop-xp
: false
    living-time
: 2
    # Set the player hologram name. You can use %killer%, %victim% and %xp%
    line1
: ' [ %killer% killed %victim%]'
    line2
: '+ %xp% xp !'

  # Offset between line1 and line2
  offset
: -0.2f

  # # # # # # # # # # MythicMobs | SkillAPI Patch # # # # # # # # # #
  # - Depends : ProtocolLib                                         #
  # - You must enable the SkillAPI message from MythicMobs' config  #
  # (If you use MythicMobs, the "drop-xp" parameter will be false)  #
  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

Soft dependencies:
- ProtocolLib (required for MyhicMobs/SkillAPI compatibility)

Changelog:
Spoiler: Changelog
Spoiler: 1.1
  • Improved : The hologram position is now based on mob's eyes location
  • Added : MythicMobs/SkillAPI support
Spoiler: 1.2
  • Improved : ProtocolLib is now a softdepency
  • Improved : No collisions with the hologram
  • Improved : More control with the new configuration file
Spoiler: 1.2.1
  • Added : /xphologram reload
  • Added : Reload command permission

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

XP_Hologram is a free Minecraft Java mod. Compatible with Minecraft 1.8. Downloaded 753 times (via Spigot). Download it and open it directly in the game.

Explore more