God Of Thunder
-- by AlTeX --
-- by AlTeX --
First of all, thank you for 400+ downloads!
Become Captain ThunderPants! Thundering plugin for Spigot.
This plugin has been built off Java 8, and it will not work on older versions.
Summon lightning!
Use your godly powers or the hammer to summon lightning at your will, in any way imaginable. Let it be throwing a projectile from far away, or just clicking a nearby block, you name it!
Well, not just lightning...
Be the good god of thunder by using your weapon to destroy enemies, or be evil enough to destroy the entire world! You can cause explosions, summon particles, activate super powers and even send yourself a nice message. If that isn't enough, how about sending blocks flying everywhere? All configurable.
Not just one strike.
If you want to show your enemies (or friends) the extent of your power, you can increase the lightning count up to infinity -- as long as your PC can handle it.
Customize it to your liking.
You can choose what to call your weapon, and what abilities it can possess. There are specific settings for each way you spawn lightning. You can also configure the messages you get! Why don't you hit that download button and try it for yourself?
Toggleable powers.
Unleash your inner thunder god in Minecraft with these activatable powers. Once activated:
- You gain the ability to double jump
- You are invincible (toggleable)
- You start glowing
- You can left-click the air with the hammer while grounded to summon lightning onto entities within a radius of 7 blocks (shift-left click for optional explosion)
- You get potion effects
- Any projectile you shoot will glow and will summon lightning upon impact
- Any melee damage you do will be accompanied by lightning
- You are invincible (toggleable)
- You start glowing
- You can left-click the air with the hammer while grounded to summon lightning onto entities within a radius of 7 blocks (shift-left click for optional explosion)
- You get potion effects
- Any projectile you shoot will glow and will summon lightning upon impact
- Any melee damage you do will be accompanied by lightning
- /thor: Activates powers
- /thor help: Lists all available commands
- /thor get: Get Thor's Hammer
- /thor reload: Reload the config
- /thor config: Open the configuration GUI
- /thor home: Teleport back to your home location, thunder style!
- /thor sethome: Set your home location
- thor.main: Permission to get plugin help.
- thor.acquire: Permission to obtain the hammer.
- thor.use: Permission to use the hammer.
- thor.reload: Permission to reload the config.
- thor.power: Permission for activatable powers.
- thor.protect: Protect the player from lightning and fire damage, as long as player has the hammer in the main hand.
- thor.config: Permission to use the configuration GUI.
Spoiler: Default Config
# God Of Thunder
# Plugin by AlTeX
# =======
# Options
# =======
options:
# Enable experimental features
# WARNING! These features might not be completely stable and might cause problems with some plugins. Use with caution.
enable-experimental-features: false
# Hammer options
hammer:
name: '&b&l<< &6&lStormbringer &b&l>>'
lore:
- '&3&lRight click block >> &f&lSummon lightning'
- '&3&lRight click entity >> &f&lSummon lightning'
- '&3&lRight click air >> &f&lThrow a ThunderBomb'
- '&3&lShift-right click air >> &f&lThunderPort'
- '&3&lLeft click air >> &f&lThunder nearby entities*'
- '&3&lShift-left click air >> &f&lThunder-explode nearby entities*'
- ' '
- '&f&o*Requires powers to be active'
toggles:
block-break-message: true
rainfall: false
ThunderPort: true
# Options upon lightning strike
lightning:
# Applies to all
common-to-all:
# Warning! This toggle is experimental and may cause bugs and interferences with other plugins. Use at your own risk.
flying-blocks-upon-explosion: false
# Applies to when lightning is summoned onto a block
block:
lightning-count: 1
explosion:
enabled: false
size: 1
particle:
enabled: true
messages:
lightning-strike-message: true
# Applies to when lightning is summoned onto an entity
entity:
lightning-count: 1
explosion:
enabled: false
size: 1
particle:
enabled: true
messages:
lightning-strike-message: true
# Applies to when lightning is summoned with a ThunderBomb thrown from the hammer
bomb:
lightning-count: 1
explosion:
enabled: false
size: 1
particle:
enabled: true
messages:
lightning-strike-message: true
# Options for the activatable powers
power:
rainfall: false
invincible: true
# ========
# Messages
# ========
messages:
# Remember to leave some space after the prefix so that the message does not appear clotted. You do not have to do this if modifying the prefix via in-game GUI.
messages-prefix: '&3&lThor >> '
lightning-strike-message: '&6&lKrak-A-Thooom!'
no-permission-to-hold: '&4You do not have authority to hold Stormbringer!'
cannot-break-blocks: '&8You cannot break blocks with Stormbringer!'
config-reloaded: '&aConfig reloaded!'
home-set: '&bHome set!'
invalid-subcommand: '&cInvalid sub-command.'
powers-activated: '&dPowers activated.'
powers-deactivated: '&ePowers deactivated.'
help-message:
sub-command-message: '&fPlease choose a sub-command:'
command-help:
thor-get: '&fAcquire the hammer'
thor-reload: '&fReload the config'
thor-config: '&fOpen configuration GUI'
thor-sethome: '&fSet home location'
thor-home: '&fTeleport to home location'
High values of explosion size and/or lightning count can cause lag!
Code (Text):
# God Of Thunder
# Plugin by AlTeX
# =======
# Options
# =======
options:
# Enable experimental features
# WARNING! These features might not be completely stable and might cause problems with some plugins. Use with caution.
enable-experimental-features: false
# Hammer options
hammer:
name: '&b&l<< &6&lStormbringer &b&l>>'
lore:
- '&3&lRight click block >> &f&lSummon lightning'
- '&3&lRight click entity >> &f&lSummon lightning'
- '&3&lRight click air >> &f&lThrow a ThunderBomb'
- '&3&lShift-right click air >> &f&lThunderPort'
- '&3&lLeft click air >> &f&lThunder nearby entities*'
- '&3&lShift-left click air >> &f&lThunder-explode nearby entities*'
- ' '
- '&f&o*Requires powers to be active'
toggles:
block-break-message: true
rainfall: false
ThunderPort: true
# Options upon lightning strike
lightning:
# Applies to all
common-to-all:
# Warning! This toggle is experimental and may cause bugs and interferences with other plugins. Use at your own risk.
flying-blocks-upon-explosion: false
# Applies to when lightning is summoned onto a block
block:
lightning-count: 1
explosion:
enabled: false
size: 1
particle:
enabled: true
messages:
lightning-strike-message: true
# Applies to when lightning is summoned onto an entity
entity:
lightning-count: 1
explosion:
enabled: false
size: 1
particle:
enabled: true
messages:
lightning-strike-message: true
# Applies to when lightning is summoned with a ThunderBomb thrown from the hammer
bomb:
lightning-count: 1
explosion:
enabled: false
size: 1
particle:
enabled: true
messages:
lightning-strike-message: true
# Options for the activatable powers
power:
rainfall: false
invincible: true
# ========
# Messages
# ========
messages:
# Remember to leave some space after the prefix so that the message does not appear clotted. You do not have to do this if modifying the prefix via in-game GUI.
messages-prefix: '&3&lThor >> '
lightning-strike-message: '&6&lKrak-A-Thooom!'
no-permission-to-hold: '&4You do not have authority to hold Stormbringer!'
cannot-break-blocks: '&8You cannot break blocks with Stormbringer!'
config-reloaded: '&aConfig reloaded!'
home-set: '&bHome set!'
invalid-subcommand: '&cInvalid sub-command.'
powers-activated: '&dPowers activated.'
powers-deactivated: '&ePowers deactivated.'
help-message:
sub-command-message: '&fPlease choose a sub-command:'
command-help:
thor-get: '&fAcquire the hammer'
thor-reload: '&fReload the config'
thor-config: '&fOpen configuration GUI'
thor-sethome: '&fSet home location'
thor-home: '&fTeleport to home location'
- Stop your server.
- Download this plugin.
- Drag & drop the plugin JAR into your server's plugins folder.
- Start your server.
- Enjoy!
Got any suggestions? Don't hesitate to PM me and tell me about it!
If you have any problems with the plugin, please don't give a low rating! Shoot me a PM and I'll try my best to solve it. I check my messages everyday (well, almost).
If you have any problems with the plugin, please don't give a low rating! Shoot me a PM and I'll try my best to solve it. I check my messages everyday (well, almost).
I try to keep this plugin as open-source as possible. However, due to the fact that I have to update the source code on GitHub for every update, I decided not to include the link to the source code in the plugin's description. If you need the source code, PM me with a reason why you need it. Code will not be uploaded to GitHub anymore.
Have fun!

Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.12, 1.13
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
God Of Thunder is a free Minecraft Java mod. Compatible with Minecraft 1.12, 1.13. Downloaded 7,365 times (via Spigot). Download it and open it directly in the game.