eyesniper2 / skRayFall

An addon for skript that adds Citizens support, EffectLib support and other features.
https://sk.rayfall.net/
GNU General Public License v3.0
21 stars 17 forks source link

[Suggestion] Add more CrackShot Syntax #82

Open EarthAgar opened 3 years ago

EarthAgar commented 3 years ago

It would be really nice to have most if not all the rest of the CrackShot hooks added to SkRayFall.

CrackShot Utility Functions to add: giveWeapon(Player player, String weaponName, int amount) generateExplosion(Player player, Location loc, String weaponTitle) (We could create explosive projectiles) getWeaponTitle(ItemStack item) getWeaponTitle(Projectile proj)

CrackShot Events to add: WeaponAttachmentToggleEvent WeaponExplodeEvent (We can loop blocks from the explosion for cool effects) WeaponFireRateEvent (Great for modifying the gun under specific conditions) WeaponHitBlockEvent (I want this the most) WeaponPreShootEvent (Great for modifying the gun under specific conditions) WeaponPrepareShootEvent (Very useful to control who can use the gun) WeaponReloadEvent (Add support to modify the reload speed)