LightningStick

A youtube video created by @deleted_9556897: Go to show off plugin. Thanks for your awesome work!

A user can conjure up a bolt of lightning (or 100 bolts at once) simply by aiming and clicking with a stick (or other item as set in the config.yml file).

I have seen many plugins that you can use a command to do this. But I do not find that very useful. And many of the ones that use an item to do this with no longer works because it is outdated.

Left clicking causes one strike of lighting to hit the target. Right clicking causes 15 strikes in a 5x5 block radius.

This my first plugin, so any suggestions is welcome.

Possible Uses

  • Smiting griefers
  • Showing off your admin abilities
  • Warning players
  • Clear out mobs
  • (PM with what you use this for)

Development Builds

You can access development builds on my Jenkins server by visiting: My Jenkins Site These builds are the latest and greatest (and sometimes not so great!)

Bukkit required disclaimer: Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.

Servers that use this:

  • mc1.alexriggs.com
  • UltraCraftCity.us.to
  • 82.34.33.171
  • (PM me your server and I will add it here!)

Permissions:

permissions:
    lightningstick.*:
        description: Gives access to all LightningStick commands
        children:
            lightningstick.use: true
    lightningstick.use:
        description: Allows player to use the LightningStick
        default: op
    lightningstick.reload:
        description: Reloads config file from disk
        default: op
    lightningstick.commands:
        description: Allows a player to use the commands available in LightningStick
        default: op

Default Config.yml

# strikesOnRightClick is the number of strikes that will be spawned on a right click
strikesOnRightClick: 100

# effectOnly turns off player and fire damage when set to true
effectOnly: false

#statistics is used by me only to see how people is using this plugin to help better it
statistics: true

#toolToUse: sets the tool that you will use to strike lightning with. This must
# be the item ID, and MUST be a number! Default is 280 (a stick). To see a list of
# item IDs, visit, http://minecraft-ids.grahamedgecombe.com/
toolToUse: 280

Statistics

This plugin collects statistics on your server so I can better the plugin by seeing versions of the plugin running on what version of bukkit. I also collect what you have "strikesOnRightClick" set to in your config.yml so I know what people prefer to make the plugin not need as much configuration when first installed. The stats are uploaded directly to my servers, and I am the only one who is able to see the stats (unlike on mcstats.org that most data is public). This will also aid me in fixing issues if you have any errors with this plugin.

Todo:

  • upload pic
  • [DONE v1.1] Ability to turn off fire and player damage
  • [DONE v1.1] config file to set how many strikes on right click
  • command to turn feature on and off for player
  • [DONE v1.3]Allow admin to choose type of material to conjure stike with. (@ThisUsernameIsMine: Go)
  • Open ticket for any ideas or suggestions you may have

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files