Basic Spigot LaserGun plugin
Go to file
Beatrice 716ca8df39 Update 'README.md' 2022-05-30 23:55:58 +02:00
.idea initial commit 2020-04-09 18:21:05 +02:00
src initial commit 2020-04-09 18:21:05 +02:00
LaserGun.iml initial commit 2020-04-09 18:21:05 +02:00
README.md Update 'README.md' 2022-05-30 23:55:58 +02:00
ant_build_increment.xml initial commit 2020-04-09 18:21:05 +02:00
ant_buildversion_end.txt initial commit 2020-04-09 18:21:05 +02:00
ant_buildversion_init.txt initial commit 2020-04-09 18:21:05 +02:00
build.number initial commit 2020-04-09 18:21:05 +02:00

README.md

LaserGun Plugin

This is a very basic Spigot plugin that adds a laser gun in Minecraft. The plugin depends on ProtocolLib.

Commands

  • /lasergun: see basic plugin info.
  • /lasergun help: see the commands list.
  • /lasergun get: add the gun to your inventory!
  • /lasergun reload: reload the config.

Permissions

  • lasergun.command.getgun: get the gun!
  • lasergun.usegun: fire the gun!
  • lasergun.command.reload: reload the config.
  • lasergun.updates: get updates notifications.

Config

radius: 10 # maximum shooting range
damage: 6.0 # lasergun projectile damage
sound: true # play a sound when shooting?
update-checker: true # enable updates checking?