Minecraft Stunned mod 2026 download
logo
minecraft mod Stunned

Stunned

Game Version: 1.8
Total Downloads: 1,819
Updated: Jan 10, 2015
Created: Jan 6, 2015
Download StunnedDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Stunned 1.0.3 release 44.86 KB Jan 10, 2015 1.8 894 download Stunned Stunned 1.0.3 releaseDownload
Stunned 1.0.2 release 39.08 KB Jan 9, 2015 1.8 235 download Stunned Stunned 1.0.2 releaseDownload
Stunned 1.0.1 release 23.71 KB Jan 7, 2015 1.8 155 download Stunned Stunned 1.0.1 releaseDownload
Stunned 1.0 release 23.20 KB Jan 6, 2015 1.8 166 download Stunned Stunned 1.0 releaseDownload
Stunned 1.0.4 beta 44.64 KB Jan 28, 2015 1.8 369 download Stunned Stunned 1.0.4 betaDownload

Screenshots

Description

Share this:

Logo

ALL BELOW UPDATED AS OF 1.0.4

Simple and powerful standalone plugin or hook into it with your own plugin.

OTHER PLUGINS
Check out my other plugins which make up a suite of compatible plugins.

  • Upgradable – http://dev.bukkit.org/bukkit-plugins/upgradable (Add upgradable weapon, armor and tools)
  • Skills – http://dev.bukkit.org/bukkit-plugins/mc-skills (Add a GUI-based leveling skill system)
  • Special Arrows – TBA (Allow players to unlock special arrows through a simple GUI system)
  • Stunned – http://dev.bukkit.org/bukkit-plugins/stunned (Increased difficulty by allowing players to be stunned by mobs)

SERVER OWNERS:
You can allow your staff to "stun" players at a location. Can be used to punish players or integrate with custom mobs to stun players. Players cannot interact with the world like break blocks, move, attack, use Enderpearls, teleport. I'll add some config options to make each a toggle later on.

To give a player permission to use the commands, give them "stun.allow" permissions. You can change this permission node in the config file.

COMMAND LINE
/stun PLAYERNAME
/stun PLAYERNAME SECONDS
/stun reload

MOB STUNS
As an added extra, I have allowed you to determine if mobs will gain the ability to stun players as well. It is OFF by default, so if you want this functionality, since go into the config and ENABLE by setting 'mob_active: true'

You can then set whatever mob type to 'true' and set how long they will stun a player for. If you set 'mob_random: true' it will stun player for 1 to whatever seconds you list.

PVP STUNS
You can turn on the option to allow Players to stun Players during PvP. Same rules apply, set the chance for a stun and duration as well as deciding to randomize the duration.

DEVELOPERS
Developers can easily hook into Stunned and use its friendly API.

  1. Simply add a reference to the Stunned.JAR
  2. Create a reference to the API: StunAPI stun = new StunAPI();
  3. Then just issue the command stun.start(); (starts the tracker – stun.stop() to stop it)

I'll polish up the methods accessible below but most are self explanatory. You must pass the Player UUID to the methods.

  • stun.add(UUID, Int) – Add a player to the stun list, Int is the duration in seconds
  • stun.remove(UUID) – Remove player from stun list
  • stun.isStunned(UUID) – return boolean if player is stunned or not
  • stun.getLocation(UUID) – returns location the player was stunned at
  • stun.message(UUID) – tells player they are stunned
  • stun.process() – forces an update of stun list (happens every second automatically)

Configurable options will be released with a future release based on feedback.

Config File

Comments

Add a comment