Skip to content

Commit

Permalink
more meta corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jun 14, 2020
1 parent 0a6b27b commit e5c1944
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -53,7 +53,7 @@ public void tagEvent(ReplaceableTagEvent event) {
// @returns ItemTag
// @plugin Depenizen, CrackShot
// @description
// Returns the ItemTag for the CrackShot weapon title specified, if it exists. <@link https://github.com/Shampaggon/CrackShot/wiki/The-Complete-Guide-to-CrackShot#title>
// Returns the ItemTag for the CrackShot weapon title specified, if it exists. <@link url https://github.com/Shampaggon/CrackShot/wiki/The-Complete-Guide-to-CrackShot#title>
// -->
if (attribute.startsWith("weapon") && attribute.hasContext(1)) {
ItemStack weapon = utility.generateWeapon(attribute.getContext(1));
Expand Down
Expand Up @@ -35,7 +35,7 @@ public class CrackShotPlayerFiresProjectileEvent extends BukkitScriptEvent imple
//
// @Determine
// "BULLET_SPREAD:" + ElementTag(Number) to set the bullet spread.
// "SHOT_SOUNDS:" + ElementTag to set the shot sounds. Use "NONE" to have no sound. <@link https://github.com/Shampaggon/CrackShot/wiki/The-Complete-Guide-to-CrackShot#sounds>
// "SHOT_SOUNDS:" + ElementTag to set the shot sounds. Use "NONE" to have no sound. <@link url https://github.com/Shampaggon/CrackShot/wiki/The-Complete-Guide-to-CrackShot#sounds>
//
// @Plugin Depenizen, CrackShot
//
Expand Down
Expand Up @@ -39,7 +39,7 @@ public class CrackShotPlayerStartsReloadingWeaponEvent extends BukkitScriptEvent
// The reload speed can be scaled with a decimal ranging from zero to infinity.
// For example, 0 is instantaneous, 1 is normal and 2 will double the reload time.
// "RELOAD_TIME:" + DurationTag to set the time taken to reload in ticks.
// "RELOAD_SOUNDS:" + ElementTag to set the reload sounds. Use "NONE" to have no sound. <@link https://github.com/Shampaggon/CrackShot/wiki/The-Complete-Guide-to-CrackShot#sounds>
// "RELOAD_SOUNDS:" + ElementTag to set the reload sounds. Use "NONE" to have no sound. <@link url https://github.com/Shampaggon/CrackShot/wiki/The-Complete-Guide-to-CrackShot#sounds>
//
// @Plugin Depenizen, CrackShot
//
Expand Down

0 comments on commit e5c1944

Please sign in to comment.