HomeJavaModsBIGcore
BIGcore
[​IMG]
[​IMG]

BIGcore is an all in one API plugin for both developers and users. There are a few things that make BIGcore so unique.

BIGcore has a built in Placeholders API aswell as a built in Placeholder converter. The way BIGcore handles Placeholders is like othe placeholder api's. The plugin takes placeholders like so: @identifier{key}. Since the plugin comes bundled with a builtin placeholder core, some placeholders are already initialized. See PLACEHOLDERS section to see which are default created. Not to mention that server owners can create custom placeholders in the "placeholders.yml" file. Along with the customizable placeholders, users can use "&x" in placeholders. Doing so will replace every "&x" with the color code directly in front of the placeholder.

BIGcore handles Player specific data. When first running with BIGcore installed, the server owner will notice a new folder named "playerdata" in the server directory. Inside there will be every player who has ever joined the server's playerdata file, named with their UUID. Inside these files is where developers can use the API and create custom data fields which are player specific of course. These data fields could easily be converted to placeholders, command values, etc...

BIGcore has a bunch of handlers. Say you want to use a Group plugin but don't want to develop your plugin based on specific group handling plugins. Well of course BIGcore has got your back. In BIGcore developers can create their group managing plugins and easily pass data back to BIGcore so developers only have to use BIGcore as an API and they will be able to get data from other plugins. The same rules apply here for Economy plugins, Team(Faction) plugins, and Permission handling plugins. See API for creating such plugins

[​IMG]

BIGcore only has one command, so there are only a few permissions:

Code (Text):
Permission: bigcore.bigcore.*
  Description: Access to all BIGcore commands
  Default: op

Permission: bigcore.bigcore.credits
  Description: Allow player's to see who is to credit for BIGcore
  Default: true

Permission: bigcore.bigcore.help
  Description: View the commands.yml (WIP)
  Default: true

Permission: bigcore.bigcore.reload
  Description: Reload the plugin
  Default: op

Permission: bigcore.bigcore.save
  Description: Save all playerdata currently loaded
  Default: op
[​IMG]

Code (Text):
Command: /bigcore
  Usage: /bigcore [credits, help, reload, save]
[​IMG]

Code (Text):
BIGcore:
  @bigcore{prefix}
  @bigcore{prefix-console}
  @bigcore{color}
  @bigcore{fail-color}
  @bigcore{succeed-color}

Player:
  @player{name}
  @player{kills}
  @player{deaths}
  @player{balance}
  @player{group}
  @player{group_prefix}
  @player{group_suffix}
  @player{group_identifier}
  @player{group_namecolor}
  @player{group_chatcolor}
  @player{group_ladder}
  @player{group_rank}
  @player{team}
  @player{team_id}
  @player{team_tag}
  @player{team_description}
  @player{joined}
[​IMG]
API
Will update once WIKI is complete
\\

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

BIGcore is a free Minecraft Java mod. Compatible with Minecraft 1.12, 1.13. Downloaded 597 times (via Spigot). Download it and open it directly in the game.

Explore more