TheCrappiest-CommandCore icon

TheCrappiest-CommandCore -----

A simple core for all your command needs.



CommandCore
A simple core for all your command needs.
Support:
Discord - Join my discord if you have any questions.
Base Command:
/commandcore reload - Reloads the configuration file and resets the custom commands and aliases.

Soft-Dependencies (Supported Plugins):
Vault and PlaceHolderAPI

Command-Actions:
MESSAGE - Sends the player a message.
PLAYER_TITLE - Sends the player a title message. (Only contains the title)
PLAYER_SUBTITLE - Sends the player a title message. (Only contains the subtitle)
PLAYER_FULLTITLE - Sends the player a title message. (Contains both title and subtitle)
PLAYER_COMMAND - Makes the user perform a command.
PLAYER_CHAT - Makes the user send a message in chat.
CLOSE_INVENTORY - Closes the players inventory.
PLAY_SOUND - Plays a sound at the players location.
GIVE_ITEM - Gives the player the specified item.
HOTBARSLOT - Sets the players held item slot.
BROADCAST - Broadcasts a message to the entire server.
BROADCAST_TITLE - Broadcasts a title message to the entire server. (Only contains the title)
BROADCAST_SUBTITLE - Broadcasts a title message to the entire server. (Only contains the subtitle)
BROADCAST_FULLTITLE - Broadcasts a title message to the entire server. (Contains both title and subtitle)
CONSOLE_COMMAND - Makes the console execute a command.
SEND_SERVER - Sends the player to the specified server. (BungeeCord)


Features:
- Aliases
- Custom Commands (Cost, permission, messages, actions etc...)
- Custom Items
- Custom Placeholders
- NBTTags


Place-Holders:
PlaceHolderAPI - Uses placeholders from PlaceHolderAPI.
%arg_#% - Uses the string of the argument number. (Ex. /help <plugin> - %arg_0% would be replaced with "<plugin>")
%arg_all% - Uses all the arguments in the command. (Ex. /broadcast Welcome to the server! - %arg_all% would be replaced with "Welcome to the server!")
Custom - Custom placeholders can be set in the config. (Ex. %prefix% is set in the default config.)


Code (YAML):
Aliases:
  ver
: 'help'
  ?
: 'help'
  pl
: 'help'
 
Customized
:
  examplecmd
:
    Cost
: 0
    InvalidFunds_Message
: '&cYou do not have enough funds to run this command.'
    Permission
: 'CommandCore.examplecmd'
    No-Permission
: '&cYou do not have the permissions needed to run this command.'
    Actions
:
     - ' [message ] &6You performed the example command!'
      - ' [playerChat ] &dI performed the example command!'
     
  multititle
:
    Actions
:
     - ' [playerFulltitle ] &6This displays a title!|&7This displays a subtitle!'
     
  broad
:
    Actions
:
     - ' [broadcast ] &6This is a broadcast message.'
     
  broadargs
:
    Actions
:
     - ' [broadcast ] %arg_all%'
     
  customitem
:
    Actions
:
     - ' [message ] &aYou get a custom item!'
      - ' [giveitem ] %Item_1%'

Place-Holder_Items
:
  Item_1
:
    Material
: GRASS_BLOCK
    Name
: '&6Custom Item'
    Lore
:
     - ''
      - '&7This item was customized.'
      - ''
    Glow
: true
    Hide-Attributes
: true

Custom_Place-Holders
:
  prefix
: '&6 [&eCommandCore&6 ] '
Support the author:
Development takes time and making free plugins doesn't make me anything. If you feel you would like to support me and my plugins feel free to send me your appreciation.

PayPal
Crypto - I'm attempting to use Exodus or Green wallet so message me for the address.
Resource Information
Author:
----------
Total Downloads: 84
First Release: May 12, 2021
Last Update: Jun 8, 2021
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings