Complete Command Framework | Simple and Efficient

Discussion in 'Plugins' started by JavaEE, Sep 6, 2017.

Thread Status:
Not open for further replies.
Welcome to MCTrades, the modern Minecraft marketplace. Why not stay a while to chat, trade, and earn by registering?
  1. JavaEE

    JavaEE Active Trader
    Thread Starter

    Minecraft Accounts: JavaEE
    Posts:
    4
    Ratings:
    +1
    Hello MCTrades, I am here to bring you a custom command framework to use in your plugins.

    Why should I choose this API instead of others?
    • Non Dependencies
    • Non commands in plugin.yml
    • Simple
    • Efficient
    Link: https://github.com/JavaEE-Dev/Command-Framework

    Can I see a example? Sure, read the Readme in the GitHub repository.
     
  2. XixiPlays

    XixiPlays Developer.
    EMERALD DIAMOND

    Posts:
    33
    Ratings:
    +13
    You didn't answer one question.

    is it better than aikar's framework?
     
  3. JavaEE

    JavaEE Active Trader
    Thread Starter

    Minecraft Accounts: JavaEE
    Posts:
    4
    Ratings:
    +1
    Nope, probably no. Read the title this one is more simple.
     
  4. BetaNyan

    BetaNyan PaidAlts.com | RoyaleMC.us
    EMERALD

    Posts:
    201
    Ratings:
    +117
    Should probably add support for custom perms, not just default it to "command.name"
     
  5. Backend

    Backend Active Trader

    Posts:
    5
    Ratings:
    +0
    I mean yeah that would be a good idea other than he would have to redo the commandmap
     
  6. BetaNyan

    BetaNyan PaidAlts.com | RoyaleMC.us
    EMERALD

    Posts:
    201
    Ratings:
    +117
    Just add an optional constructor for permission and default it to null.
    Then here
    Code:
    You Must Register to View Code
    Use the permission or command.name if null