SimpleCommands - Easy and simple, custom commands

This is a discussion topic for the Ore project, SimpleCommands. View the full project on Ore for downloads and more information.


Features

  • EVERYTHING is customizable.
  • You can add, edit, and remove commands.

Default Configuration

main {
    # Types: normal, pagination. Placeholders: {player}
    commands=[
        {
            command=website
            console-command=""
            hovermessage="Click to open!"
            link="https://example.com/"
            message="&bClick here to open our Website!"
            permission=""
            type=normal
        },
        {
            command=healme
            console-command="heal {player}"
            hovermessage=""
            link=""
            message="&aYou have been healed!"
            permission="example.staff.heal"
            type=normal
        },
        {
            command=srules
            console-command=""
            hovermessage=""
            link=""
            message="&a#1 &eNo spam\n&a#2 &eNo pvp\n&a#3 &eBe nice"
            permission=""
            type=pagination
        }
    ]
}

A new version has been released for SimpleCommands, it is available for download here.


Simple and useful server commands.

A new version has been released for SimpleCommands, it is available for download here.


Added:

  • /Forums
  • /Faq
  • /Wiki

A new version has been released for SimpleCommands, it is available for download here.


Added customizable hover messages. Hover message will say “Check the configuration, invalid URL set!” if an invalid URL is set.

A new version has been released for SimpleCommands, it is available for download here.


New config

A new version has been released for SimpleCommands, it is available for download here.


  • Completely re-coded plugin

A new version has been released for SimpleCommands, it is available for download here.


  • Fixed blank messages sending
  • Added base and reload command

Hi,

i need help with this plugin, i want to make command ph=pokehea from pixelmon generations, but i encountered problem signed as “Error occurred while executing command ‘ph’ for source EntityPlayerMP[‘Hibo’/5, l=‘world’, x=111.84, y=74.99, z=-101.06]: null
java.lang.NullPointerException: null” Can u pls help me?

Hey! I’ll need to see the full error along with your config.

A new version has been released for SimpleCommands, it is available for download here.


THIS VERSION REQUIRES A NEW CONFIG TO BE GENERATED!

  • Commands now have “types”, normal and pagination.
  • Fixed some small issues
  • New config values
  • Major code cleanup and improvements