Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Superheroes | Classes, Origins, Races
PluginLicenseRef-All-Rights-Reserved

Superheroes | Classes, Origins, Races

Adds superheroes, classes and origins to minecraft!

28.0K
Downloads
36
Followers
4 months ago
Updated
📦
30
Versions
game-mechanicsbukkitfoliapaperpurpurspigot
Download Latestv9.0.0View on Modrinth

📖About Superheroes | Classes, Origins, Races

This plugin gives you, the server owner, the ability to add your very own customized Origins/Classes/Heroes! It does this through a modular design of "skills" which can be mix and matched to create whatever you want! Want a skill that isn't in the plugin yet? Come and suggest it in our discord or make an issue on our github! I am very open to feedback and try to be as helpful as possible.

Do not fear if you're not the creative type though! There are 34 pre-made superheroes bundled with the plugin, all with unique abilities. Take a look!

By default, when a new player joins your server, a chest GUI will open allowing them to select a hero of their choice. The icons representing each hero can be customised to be any item of your choice.

Or, you can configure the plugin so

  • New players are Powerless
  • New players are assigned a random hero from a selection of your choice
  • Players can use /hero select with a cooldown (or GUI with a cooldown)

Changing Heroes
By default, if players obtain a nether star, they can reroll their hero. This is fully customisable in reroll.yml - change the item used for rerolling, change which heroes they can reroll to etc. You can even have multiple different items that can reroll you into different categories of hero! A nether star for good heroes and a wither skull for evil heroes if you wanted. You can also give players access to the hero gui, select or reroll commands.

Commands

  • /hero select - Change the hero of a player
  • /hero gui - Open the hero changing GUI
  • /hero check - Check which hero a player is using
  • /hero export - Create a file with a copy of the current data for use with /hero import when changing between databases
  • /hero import - Import the data in the exported file into your current database, useful for switching to MySQL
  • /hero reroll - Randomly choose a hero out of a group, configured in reroll.yml
  • /hero reload - Reloads the plugin

Permissions

  • superheroes.hero.check - Permission to use /hero check to see your own hero
  • superheroes.hero.check.others - Permission to use /hero check to see someone else's hero
  • superheroes.hero.export - Permission to use /hero export
  • superheroes.hero.import - Permission to use /hero import
  • superheroes.hero.gui - Permission to use /hero gui or open GUI using /hero select
  • superheroes.hero - Permission to run any of the commands
  • superheroes.hero.select - Permission to run /hero select on yourself
  • superheroes.hero.select.others - Permission to run /hero select on any player
  • superheroes.hero.select.bypasscooldown - Bypasses the cooldown on /hero select
  • superheroes.hero.select. - If eachHeroRequiresPermission is enabled then this is required to give players access to a hero
  • superheroes.hero.reload - Reloads the plugin's configs and heroes
  • superheroes.hero.reroll - Permission to use /hero reroll
  • superheroes.hero.reroll. - Permission to use /hero reroll for a certain reroll group
  • superheroes.notify - Who receives notifications about an update to Superheroes and suggestions to buy SuperheroesPlusUltra on larger servers

By default, Superheroes uses a single YAML file to store all player information (which hero they are, and their cooldown for switching heroes). If you have a large server, I recommend switching to MySQL instead in the database.yml. In order to make switching between formats easier, there is a /hero import and /hero export so you can run /hero export before switching database type and then /hero import after you switch so no data is lost!

#These are the settings which dictate where your players' heroes are stored
database:
  type: YAML
  host: this needs filling with your host name if using mysql
  port: 3306
  name: this needs filling with the database name if using mysql
  username: this needs filling with the username of the account being used to connect
    to mysql if using mysql
  password: this needs filling with the password being used to connect to mysql if
    using mysql

Yes, there is! We support PlaceholderAPI, you can learn more about how to install these placeholders [URL='https://api.extendedclip.com/expansions/superheroes/']here[/URL]. Feel free to request more placeholders in my [URL='https://discord.gg/ZhgtYbM8A6']discord[/URL].

%superheroes_name%
%superheroes_description%

We support WorldGuard through the addition of an allow-heroes flag on worldguard regions. If you set this to deny, then heroes will be disabled in this region.

SuperheroesPlusUltra is an enormous extension to the original Superheroes plugin, it enables full integration of my plugin, SkillsLibrary, into Superheroes. This means you can write your own abilitiesfor heroes you design without writing any java. It also comes with three brand new default heroes to provide an example of the abilities you can create using it.

It also allows you to set skinsfor your heroes, and has basic Skript integration!
https://www.spigotmc.org/resources/superheroesplusultra.102663/

Want to see how many others are using my plugin, or what superheroes are popular?
https://bstats.org/plugin/bukkit/Superheroes/8671

👥 Team & Contributors

xemorrr
xemorrrOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitfoliapaperpurpurspigot
Minecraft Versions
1.21.101.21.11

🔗 Links

Modrinth Page