Easy and simple, custom commands.
3

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
        }
    ]
}

Category: Admin Tools

Published on Feb 29, 2020

views

stars

watchers

total downloads

Promoted Versions

Pages

Members