IndividualHolograms [50% OFF]

NULLED IndividualHolograms [50% OFF] 3.2.0.1

No permission to download


Just like the original individual holograms plugin, but with more features and more stable.

Why Not Just Use Any Other Hologram Plugin?

All other hologram players are global variable based holographic plugins offering at most only two variables that show separately per player ( player name, and display name). For a more individual unique holographic plugin, Individual Holograms has more functionality to provide more information to the player about the player while keeping many of the same features they provide.



- Create holograms on the fly
- Easy to use commands!
- Player variables you can include that display different information for each player
- Supports Color Codes!
- Image Holograms
- Individual Image Holograms
- Multiple Lines
- Copy / Paste commands
- Animated Holograms
- A lot of optional added variables



%playername%
%displayname%
%health%
%exp%
%level%
%gamemode%
%listname%
%hunger%
%money% - REQUIRES VAULT
%prefix% - REQUIRES VAULT
%suffix% - REQUIRES VAULT
%maxhealth%
%biome%
%flying%
%age%
%joindate%
%jointime%
%points% - REQUIRES PLAYERPOINTS
%votes% - REQUIRES GA LISTENER




Placeholder API - Adds plenty of placeholders.

Vault - Allow %money%, %prefix%, %suffix%
GA Listener - Allow %votes%
PlayerPoints - Adds %points%



individualholograms.* : For all commands
individualholograms.holograms.* : For all hologram modifying commands

/id create id text - individualholograms.create
/id createanimated id text - individualholograms.createanimated
/id createimage id src size - individualholograms.createimage
/id remove id - individualholograms.remove
/id MoveHere id - individualholograms.movehere
/id AddLine id text - individualholograms.addline
/id RemLine id line# - individualholograms.remline
/id Copy id - individualholograms.copy
/id Paste newId -individualholograms.paste
/id Teleport id - individualholograms.teleport
/id near id - individualholograms.near
/id import id filename - individualholograms.import
/id list - individualholograms.list
/id info - individualholograms.info
/id insertline id line# text - individualholograms.insertline
/id Reload - individualholograms.reload
/id save - individualholograms.save
holograms automatically save after being modified. Used for reassurance.

Other Permissions
individualholograms.* - Permission for everything
individualholograms.see.* - Permission to see all holograms
individualholograms.holograms.see.<id> - Permission to see hologram <id>



Code (Text):
# SPACER - If a hologram has multiple lines, this will be the distance between each line.

spacer: 0.5


# USE-PERMISSIONS - If this is enabled players will have to have an individualhologorams.holograms.see.<id> to see a hologram.

use-permissions: false


# ALLOW-OP - Operators will be able to see every hologram, otherwise they will need permission to see specific holograms.

allow-op: true


# DATE-FORMAT - How do you want the date to formatted.
# See http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html

date-format: 'EEEE, MMMM d'


# TIME-FORMAT - How do you want the time to be formatted.
# See http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html

time-format: 'h:m a z'



Create Normal Hologram

Code (Text):
HologramManager.createHologram(new StringHologram("myhologram", location, Arrays.asList("This is my hologram")));

Remove Hologram

Code (Text):
try {
HologramManager.removeHologram("badhologram");
} catch (HolographicException e1) {
// Hologram doesn't exist!
}

Custom Parameter

Code (Text):
public class TotallyAwesomeHologramHandler implements HologramHandler {
@Override
public String translate(Player player, String string) {
return string.replaceAll("%bestplayer%", "steve");
}
}
Code (Text):
public class MyCustomPlugin extends JavaPlugin {
@Override
public void onEnable() {
ParameterManager.registerHandler(new TotallyAwesomeHologramHandler());
}
}

Events

Code (Text):
@EventHander
public void onPlayerReceiveHologram(PlayerReceiveHologramEvent e) {
if (e.getPlayer().getName().equals("player1")) {
e.setCancelled(true);
}
}




Please note that by buying this plugin you agree to the following!
  1. You are not allowed to redistribute this plugin.
  2. You may not reproduce, decomile, edit, or change the code without permission of the seller.
  3. The seller may change the price of the resource.
  4. Only use it for your server/network!
  5. Please do not complain of lacking features in the review, you were given the features included ahead of time.
  6. The seller can't add malicious codes in the resource.
  7. No refunds!
  8. Updates will not be schedule, please do not request updates because if they are pressured they won't be as good.

Check out my other plugins
AchievementsPlus - turn simple minecraft statistics into achievements
IndividualSigns - Per Player customizable signs
ItemHolo - dropped items have never been identified so easily!
Author
Direct-Leaks.com
Downloads
51
Views
226
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Direct-Leaks.com

Top