Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaserCore

WARNING: This Project is not finished yet. Nearly no features are build yet!

LaserCore is an Open Source API for creating LaserTag Games in Minecraft.

Planed Features:

  • Targets
  • Effect Targets

How To Build:

Run gradle build to Build the Project. The Jar File will be located in: build/libs/

How To Use:

Get the API:

LaserCore.getLaserCore();

Get a gun item:

ItemStack gun = LaserCore.getLaserCore().generateGunItem();

Get any item as a gun item:

ItemStack customGun = new ItemStack(Material.IRON_HOE);
customGun = LaserCore.getLaserCore().makeGun(customGun);

Check if any item is a gun:

ItemStack inHand = player.getInventory().getItemInHand();
boolean isLaserCoreGun = LaserCore.getLaserCore().isGun(inHand);

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages