Weapons: Difference between revisions

From Kaboom Wiki
Yaode (talk | contribs)
Information about weapon plugins
 
Yaode (talk | contribs)
Add category plugins
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''Weapons''' is a Bukkit plugin that implements various kinds of weapons.
[[File:weapons.png|thumb|right|A slightly modified rendition of the Weapons GUI to remove the player inventory]]


== Commands ==
'''Weapons''' is a plugin that provides the player with destructive weapons, which can be used to make the server go... [[Kaboom|kaboom!]]. It features an inventory-based GUI, and 11 total items.  
{| class="wikitable"
|-
! Command !! Alias !! Permission !! Description
|-
| /weapons || /weapon || weapons.command || Gives you a weapon
|}


== Weapons ==
==Items==


=== Anvil Dropper ===
===Anvil Dropper===
'''Feature:''' Drops 5x5 falling anvils at your coordinates


Drops 25 anvils in a 5x5 configuration around the player.


=== Archer ===
===Archer===
'''Feature:''' Summons 20 arrows<br/>
'''Where it went:''' Each arrow with a random X/Y/Z vector between -15 and 15


Unleashes 20 spectral arrows in all directions around the player.


=== Armageddon ===
===Armageddon===
'''Feature:''' Summons 7 fireballs (power 5) left to right 4 blocks each


Fires 7 fireballs from the player's direction.


=== Blobinator ===
===Blobinator===
'''Feature:''' Summon Snowball and replaces 4-radius area with same color wool<br/>
'''Snowball name:''' "WeaponBlobinatorBall"


Throws a snowball from the player's direction, and upon that snowball impacting all blocks within a circular 4 block radius are turned into random wool colors.


=== Grenada ===
===Grenade===
'''Feature:''' Throws grenade and create 6 explosions<br/>
'''Egg name:''' "WeaponGrenade"


Throws an egg which explodes upon impact with a block or entity.


=== Laser ===
===Laser===
'''Feature:''' Fires beam breaking 100 blocks<br/>
'''Particle:''' Redstone dust with teal and red color


Shoots a dark cyan and red laser beam from the player's eyes which breaks any blocks it comes into contact with. It will also drop the item of the block, as if it had been broken in survival with the correct tool.


=== Lightning Stick ===
===Lightning Stick===
'''Feature:''' Strikes lightning at block (max distance 100 blocks)


Summons a lightning bolt on top of the block you're looking at.


=== Machine Gun ===
===Machine Gun===
'''Feature:''' Shoot 20 arrows.<br/>
'''Bullet:''' Hit livingEntity will gives Instant Damage III for 25 hours


Shoots a barrage of arrows in the direction of the player.


=== Nuker ===
===Nuker===
'''Feature:''' Summon fireball with power 8


Similar to the Armageddon, but it shoots only a single fireball with increased explosive power.


=== Sniper ===
===Sniper===
'''Feature:'''<br/>
Left Click: Shoot snowball (12x velocity)<br/>
Right Click: Gives Slowness VII for 25 hours


Shoots a snowball on left click and gives you slowness on right click to emulate the scope of a sniper rifle.


=== Explosive Crossbow ===
===Explosive Crossbow===
'''Feature:''' Same as crossbow<br/>
'''Enchantment:''' Mulitshot and Quick Charge V<br/>
'''Arrow name:''' "WeaponExplosiveArrow"<br/>
'''Explosion Arrow:''' Create 4.9 explosions


A crossbow that will shoot explosive arrows, with a flame particle following them around. By default, it is enchanted with Multishot & Quick Charge V so it shoots more arrows and faster, but you can increase the enchantment levels to wreak havoc on the server.


== References Link ==
==Known issues==
=== Minecraft ===
[https://minecraft.wiki/w/Block Block]<br/>
[https://minecraft.wiki/w/Egg Egg]<br/>
[https://minecraft.wiki/w/Anvil Anvil]<br/>
[https://minecraft.wiki/w/Arrow Arrow]<br/>
[https://minecraft.wiki/w/Crossbow Crossbow]<br/>
[https://minecraft.wiki/w/Snowball Snowball]<br/>
[https://minecraft.wiki/w/Fireball Fireball]<br/>
[https://minecraft.wiki/w/Falling_Block Falling Block]<br/>
[https://minecraft.wiki/w/Redstone_Dust RedStone Dust]<br/>
[https://minecraft.wiki/w/Commands Commands]<br/>
[https://minecraft.wiki/w/Explosion Explosion]<br/>
[https://minecraft.wiki/w/Coordinates Coordinates]<br/>
[https://minecraft.wiki/w/Thunderstorm#Lightning Lightning]<br/>
[https://minecraft.wiki/w/Slowness Slowness]<br/>
[https://minecraft.wiki/w/Instant_Damage Instant Damage]


=== Others ===
===Entity limits===
[https://github.com/kaboomserver/weapons/tree/master Weapons Plugin]<br/>
Entity-based weapons, like the Anvil Dropper, often run into the entity limit and are not unleashed to their full potential.
[https://en.wikipedia.org/wiki/Teal Teal]<br/>
 
[https://en.wikipedia.org/wiki/Roman_numerals Roman numerals]
===Explosive arrow particles lingering===
 
Explosive arrow particles may occasionally linger.
 
[[Category:Plugins]]

Latest revision as of 08:19, 3 August 2026

A slightly modified rendition of the Weapons GUI to remove the player inventory

Weapons is a plugin that provides the player with destructive weapons, which can be used to make the server go... kaboom!. It features an inventory-based GUI, and 11 total items.

Items[edit]

Anvil Dropper[edit]

Drops 25 anvils in a 5x5 configuration around the player.

Archer[edit]

Unleashes 20 spectral arrows in all directions around the player.

Armageddon[edit]

Fires 7 fireballs from the player's direction.

Blobinator[edit]

Throws a snowball from the player's direction, and upon that snowball impacting all blocks within a circular 4 block radius are turned into random wool colors.

Grenade[edit]

Throws an egg which explodes upon impact with a block or entity.

Laser[edit]

Shoots a dark cyan and red laser beam from the player's eyes which breaks any blocks it comes into contact with. It will also drop the item of the block, as if it had been broken in survival with the correct tool.

Lightning Stick[edit]

Summons a lightning bolt on top of the block you're looking at.

Machine Gun[edit]

Shoots a barrage of arrows in the direction of the player.

Nuker[edit]

Similar to the Armageddon, but it shoots only a single fireball with increased explosive power.

Sniper[edit]

Shoots a snowball on left click and gives you slowness on right click to emulate the scope of a sniper rifle.

Explosive Crossbow[edit]

A crossbow that will shoot explosive arrows, with a flame particle following them around. By default, it is enchanted with Multishot & Quick Charge V so it shoots more arrows and faster, but you can increase the enchantment levels to wreak havoc on the server.

Known issues[edit]

Entity limits[edit]

Entity-based weapons, like the Anvil Dropper, often run into the entity limit and are not unleashed to their full potential.

Explosive arrow particles lingering[edit]

Explosive arrow particles may occasionally linger.