MCCore Plugin (1.12.2)
MCCore Plugin is a library plugin for Bukkit servers that gives developers a solid foundation for building new plugins. It provides pre-built tools and systems so you don’t have to code the same features from scratch. If you’re making a plugin and need scoreboards, chat customization, or command handling, this plugin makes it faster and easier.
Scoreboards
Register multiple scoreboards at once and switch between them. Players can cycle through available boards or pick one directly with a command.
StatBoard – Automatically updates player stats in real-time. Just feed it your player data and it handles the scoreboard display.
TextBoard – Show any text on a scoreboard without worrying about length limits. It wraps automatically and can split long messages across lines.
Chat Customization
Let multiple plugins add prefixes without conflicts. Players get custom display names in any color and can switch between unlocked prefixes whenever they want.
Plugin Prefixes – One prefix per plugin, applied in code. No conflicts with other plugins.
Unlockable Prefixes – Players unlock and choose their own. They can swap between them anytime.
Display Names – Use color codes with the ampersand character (&). Control who can use this with permissions.
Command System
Build nested commands easily. Make them as deep as you need (like /root sub1 sub2 sub3 args). Commands using ConfigurableCommand auto-configure themselves for server admins. Players see commands organized on pages with clickable buttons to navigate (works on 1.7.9+).
Config Files
Simple config handling that auto-saves when your plugin disables. Create configs in new folders and add savable objects for easy persistence.
Plugin Commands
Scoreboard:
- /board – Shows scoreboard command help
- /board cycle – Enable scoreboard cycling
- /board list – List all active boards
- /board show <boardName> – Switch to a specific board
- /board stop – Stop cycling
Chat:
- /chat list – Show unlocked prefixes
- /chat name <displayName> – Set a custom display name with colors
- /chat prefix <prefixName> – Change your prefix
- /chat reset – Remove your custom display name
Permissions
- core.* – Everything
- core.board – All scoreboard commands
- core.board.cycle – Enable board cycling (default: true)
- core.board.list – List boards (default: true)
- core.board.show – Switch boards (default: true)
- core.board.stop – Stop cycling (default: true)
- core.chat – All chat commands
- core.chat.list – View prefixes (default: true)
- core.chat.name – Set display name (default: op)
- core.chat.prefix – Change prefix (default: true)
How to Install
- Download the plugin JAR file
- Place it in your server’s plugins folder
- Restart your server
- Stop the server cleanly and restart it again
- Done. The plugin loads on startup and is ready to use
Compatibility
MCCore Plugin is built for Bukkit, Spigot, and Paper servers running Minecraft 1.12.2. Check the download section below for the version you need.
MCCore Plugin (1.12.2) Download
For Minecraft Bukkit 1.12
This file is part of MCCore Plugin (1.12.2) | Bukkit Plugin. Visit the main page for features, installation guide, screenshots, and more download options.