Jump to content

5 Screenshots

Recommended Comments



MTriper

Posted

15 minutes ago, TwoShoes said:

Is there a way to do subsections within subsections?  Like lets say I wanted a section for Vehicles, and when I click that it opens to all the vehicles and say I want the rhib when I click that one it'll open to a menu for spawn, recall, and kill?

Thanks.
 

Hi, the plugin gives you the ability to create 2 levels of nesting. There is an example of what you need in the standard config.

TwoShoes

Posted

8 minutes ago, MTriper said:

Hi, the plugin gives you the ability to create 2 levels of nesting. There is an example of what you need in the standard config.

yeah everytime i make a section in the the 1st one works like the spawn command  but if i add a second one like recall I get an error every single time when I check the json file.. I've been working on this 1 area now for the past 6 straight hours and cant get more than 1 section inside a subsection

TwoShoes

Posted (edited)

Example this works:
 

 "Subsections": []
    },
    {
      "Section name": "Vehicles",
      "Enable this section?": true,
      "Section permission [required]": "vehicles",
      "Section icon": "https://i.postimg.cc/xT7yjfHt/vehicles.png",
      "Fill icon with color below?": true,
      "Inactive section color [HEX or Unity RGBA]": "#fade54",
      "Active section color [HEX or Unity RGBA]": "#e3e3e3",
      "Command executed on behalf of the player [if empty, the subsections below are used]": "",
      "Command type [true - chat, false - console]": true,
      "Permissions for above command [comma separated. optional]. Checks if the player has such a permissions.": "",
      "Show this section only to those with permissions above?": false,
      "Show this section even to those who don't have permissions?": false,
      "Subsections layout [n - number]: 0 - auto; n - from the beginning; -n - from an active element": 0,
      "Subsections": [
        {
          "Section name": "Mini Copter",
          "Enable this section?": true,
          "Section permission [required]": "minicopter",
          "Section icon": "https://imgur.com/2PPu54B.png",
          "Fill icon with color below?": true,
          "Inactive section color [HEX or Unity RGBA]": "#67fa54",
          "Active section color [HEX or Unity RGBA]": "#e3e3e3",
          "Command executed on behalf of the player [if empty, the subsections below are used]": "",
          "Command type [true - chat, false - console]": true,
          "Permissions for above command [comma separated. optional]. Checks if the player has such a permissions.": "",
          "Show this section only to those with permissions above?": false,
          "Show this section even to those who don't have permissions?": false,
          "Subsections layout [n - number]: 0 - auto; n - from the beginning; -n - from an active element": 0,
          "Subsections": [
            {
              "Section name": "Spawn",
              "Enable this section?": true,
              "Section permission [required]": "spawnmini",
              "Section icon": "https://imgur.com/2PPu54B.png",
              "Fill icon with color below?": true,
              "Inactive section color [HEX or Unity RGBA]": "#67fa54",
              "Active section color [HEX or Unity RGBA]": "#e3e3e3",
              "Command executed on behalf of the player [if empty, the subsections below are used]": "spawn mini",
              "Command type [true - chat, false - console]": true,
              "Permissions for above command [comma separated. optional]. Checks if the player has such a permissions.": "",
              "Show this section only to those with permissions above?": false,
              "Show this section even to those who don't have permissions?": false,
              "Subsections layout [n - number]: 0 - auto; n - from the beginning; -n - from an active element": 0,
              "Subsections": []
            }
          ]
        },
        {

but if i try to add any to this like:

"Subsections": []
    },
    {
      "Section name": "Vehicles",
      "Enable this section?": true,
      "Section permission [required]": "vehicles",
      "Section icon": "https://i.postimg.cc/xT7yjfHt/vehicles.png",
      "Fill icon with color below?": true,
      "Inactive section color [HEX or Unity RGBA]": "#fade54",
      "Active section color [HEX or Unity RGBA]": "#e3e3e3",
      "Command executed on behalf of the player [if empty, the subsections below are used]": "",
      "Command type [true - chat, false - console]": true,
      "Permissions for above command [comma separated. optional]. Checks if the player has such a permissions.": "",
      "Show this section only to those with permissions above?": false,
      "Show this section even to those who don't have permissions?": false,
      "Subsections layout [n - number]: 0 - auto; n - from the beginning; -n - from an active element": 0,
      "Subsections": [
 {
          "Section name": "Mini Copter",
          "Enable this section?": true,
          "Section permission [required]": "minicopter",
          "Section icon": "https://imgur.com/2PPu54B.png",
          "Fill icon with color below?": true,
          "Inactive section color [HEX or Unity RGBA]": "#67fa54",
          "Active section color [HEX or Unity RGBA]": "#e3e3e3",
          "Command executed on behalf of the player [if empty, the subsections below are used]": "",
          "Command type [true - chat, false - console]": true,
          "Permissions for above command [comma separated. optional]. Checks if the player has such a permissions.": "",
          "Show this section only to those with permissions above?": false,
          "Show this section even to those who don't have permissions?": false,
          "Subsections layout [n - number]: 0 - auto; n - from the beginning; -n - from an active element": 0,
          "Subsections": [
            {
              "Section name": "Spawn",
              "Enable this section?": true,
              "Section permission [required]": "spawnmini",
              "Section icon": "https://imgur.com/2PPu54B.png",
              "Fill icon with color below?": true,
              "Inactive section color [HEX or Unity RGBA]": "#67fa54",
              "Active section color [HEX or Unity RGBA]": "#e3e3e3",
              "Command executed on behalf of the player [if empty, the subsections below are used]": "spawn mini",
              "Command type [true - chat, false - console]": true,
              "Permissions for above command [comma separated. optional]. Checks if the player has such a permissions.": "",
              "Show this section only to those with permissions above?": false,
              "Show this section even to those who don't have permissions?": false,
              "Subsections layout [n - number]: 0 - auto; n - from the beginning; -n - from an active element": 0,
              "Subsections": []
			  {
		"Section name": "Recall",
          "Enable this section?": true,
          "Section permission [required]": "recallmini",
          "Section icon": "https://i.imgur.com/2PPu54B.png",
          "Fill icon with color below?": true,
          "Inactive section color [HEX or Unity RGBA]": "#fade54",
          "Active section color [HEX or Unity RGBA]": "#e3e3e3",
          "Command executed on behalf of the player [if empty, the subsections below are used]": "recall mini",
          "Command type [true - chat, false - console]": true,
          "Permissions for above command [comma separated. optional]. Checks if the player has such a permissions.": "",
          "Show this section only to those with permissions above?": false,
          "Show this section even to those who don't have permissions?": false,
          "Subsections layout [n - number]: 0 - auto; n - from the beginning; -n - from an active element": 0,
          "Subsections": []
            }
          ]
        },
        {

I get an error.. I dont know what i'm doing wrong I've tried every combo to the point my brain hurts

I know I'm adding the sections wrong I just dont know what I'm doing wrong

Edited by TwoShoes
MTriper

Posted

22 minutes ago, TwoShoes said:

yeah everytime i make a section in the the 1st one works like the spawn command  but if i add a second one like recall I get an error every single time when I check the json file.. I've been working on this 1 area now for the past 6 straight hours and cant get more than 1 section inside a subsection

I made an example of a vehicle section. I also recommend that you read the "Permissions" section in the plugin description to reduce the number of permissions created by the plugin.

{
  "Section name": "Vehicles",
  "Enable this section?": true,
  "Section permission [required]": "vehicles",
  "Section icon": "https://i.postimg.cc/xT7yjfHt/vehicles.png",
  "Fill icon with color below?": true,
  "Inactive section color [HEX or Unity RGBA]": "#fade54",
  "Active section color [HEX or Unity RGBA]": "#e3e3e3",
  "Command executed on behalf of the player [if empty, the subsections below are used]": "",
  "Command type [true - chat, false - console]": true,
  "Permissions for above command [comma separated. optional]. Checks if the player has such a permissions.": "",
  "Show this section only to those with permissions above?": false,
  "Show this section even to those who don't have permissions?": false,
  "Subsections layout [n - number]: 0 - auto; n - from the beginning; -n - from an active element": 0,
  "Subsections": [
    {
      "Section name": "Mini Copter",
      "Enable this section?": true,
      "Section permission [required]": "minicopter",
      "Section icon": "https://imgur.com/2PPu54B.png",
      "Fill icon with color below?": true,
      "Inactive section color [HEX or Unity RGBA]": "#67fa54",
      "Active section color [HEX or Unity RGBA]": "#e3e3e3",
      "Command executed on behalf of the player [if empty, the subsections below are used]": "",
      "Command type [true - chat, false - console]": true,
      "Permissions for above command [comma separated. optional]. Checks if the player has such a permissions.": "",
      "Show this section only to those with permissions above?": false,
      "Show this section even to those who don't have permissions?": false,
      "Subsections layout [n - number]: 0 - auto; n - from the beginning; -n - from an active element": 0,
      "Subsections": [
        {
          "Section name": "Spawn",
          "Enable this section?": true,
          "Section permission [required]": "spawn",
          "Section icon": "https://imgur.com/2PPu54B.png",
          "Fill icon with color below?": true,
          "Inactive section color [HEX or Unity RGBA]": "#67fa54",
          "Active section color [HEX or Unity RGBA]": "#e3e3e3",
          "Command executed on behalf of the player [if empty, the subsections below are used]": "spawn mini",
          "Command type [true - chat, false - console]": true,
          "Permissions for above command [comma separated. optional]. Checks if the player has such a permissions.": "",
          "Show this section only to those with permissions above?": false,
          "Show this section even to those who don't have permissions?": false,
          "Subsections layout [n - number]: 0 - auto; n - from the beginning; -n - from an active element": 0,
          "Subsections": []
        },
        {
          "Section name": "Recall",
          "Enable this section?": true,
          "Section permission [required]": "recall",
          "Section icon": "https://imgur.com/2PPu54B.png",
          "Fill icon with color below?": true,
          "Inactive section color [HEX or Unity RGBA]": "#67fa54",
          "Active section color [HEX or Unity RGBA]": "#e3e3e3",
          "Command executed on behalf of the player [if empty, the subsections below are used]": "recall mini",
          "Command type [true - chat, false - console]": true,
          "Permissions for above command [comma separated. optional]. Checks if the player has such a permissions.": "",
          "Show this section only to those with permissions above?": false,
          "Show this section even to those who don't have permissions?": false,
          "Subsections layout [n - number]: 0 - auto; n - from the beginning; -n - from an active element": 0,
          "Subsections": []
        },
        {
          "Section name": "Kill",
          "Enable this section?": true,
          "Section permission [required]": "kill",
          "Section icon": "https://imgur.com/2PPu54B.png",
          "Fill icon with color below?": true,
          "Inactive section color [HEX or Unity RGBA]": "#67fa54",
          "Active section color [HEX or Unity RGBA]": "#e3e3e3",
          "Command executed on behalf of the player [if empty, the subsections below are used]": "kill mini",
          "Command type [true - chat, false - console]": true,
          "Permissions for above command [comma separated. optional]. Checks if the player has such a permissions.": "",
          "Show this section only to those with permissions above?": false,
          "Show this section even to those who don't have permissions?": false,
          "Subsections layout [n - number]: 0 - auto; n - from the beginning; -n - from an active element": 0,
          "Subsections": []
        }
      ]
    },
    {
      "Section name": "RHIB",
      "Enable this section?": true,
      "Section permission [required]": "rhib",
      "Section icon": "https://imgur.com/2PPu54B.png",
      "Fill icon with color below?": true,
      "Inactive section color [HEX or Unity RGBA]": "#67fa54",
      "Active section color [HEX or Unity RGBA]": "#e3e3e3",
      "Command executed on behalf of the player [if empty, the subsections below are used]": "",
      "Command type [true - chat, false - console]": true,
      "Permissions for above command [comma separated. optional]. Checks if the player has such a permissions.": "",
      "Show this section only to those with permissions above?": false,
      "Show this section even to those who don't have permissions?": false,
      "Subsections layout [n - number]: 0 - auto; n - from the beginning; -n - from an active element": 0,
      "Subsections": [
        {
          "Section name": "Spawn",
          "Enable this section?": true,
          "Section permission [required]": "spawn",
          "Section icon": "https://imgur.com/2PPu54B.png",
          "Fill icon with color below?": true,
          "Inactive section color [HEX or Unity RGBA]": "#67fa54",
          "Active section color [HEX or Unity RGBA]": "#e3e3e3",
          "Command executed on behalf of the player [if empty, the subsections below are used]": "spawn rhib",
          "Command type [true - chat, false - console]": true,
          "Permissions for above command [comma separated. optional]. Checks if the player has such a permissions.": "",
          "Show this section only to those with permissions above?": false,
          "Show this section even to those who don't have permissions?": false,
          "Subsections layout [n - number]: 0 - auto; n - from the beginning; -n - from an active element": 0,
          "Subsections": []
        },
        {
          "Section name": "Recall",
          "Enable this section?": true,
          "Section permission [required]": "recall",
          "Section icon": "https://imgur.com/2PPu54B.png",
          "Fill icon with color below?": true,
          "Inactive section color [HEX or Unity RGBA]": "#67fa54",
          "Active section color [HEX or Unity RGBA]": "#e3e3e3",
          "Command executed on behalf of the player [if empty, the subsections below are used]": "recall rhib",
          "Command type [true - chat, false - console]": true,
          "Permissions for above command [comma separated. optional]. Checks if the player has such a permissions.": "",
          "Show this section only to those with permissions above?": false,
          "Show this section even to those who don't have permissions?": false,
          "Subsections layout [n - number]: 0 - auto; n - from the beginning; -n - from an active element": 0,
          "Subsections": []
        },
        {
          "Section name": "Kill",
          "Enable this section?": true,
          "Section permission [required]": "kill",
          "Section icon": "https://imgur.com/2PPu54B.png",
          "Fill icon with color below?": true,
          "Inactive section color [HEX or Unity RGBA]": "#67fa54",
          "Active section color [HEX or Unity RGBA]": "#e3e3e3",
          "Command executed on behalf of the player [if empty, the subsections below are used]": "kill rhib",
          "Command type [true - chat, false - console]": true,
          "Permissions for above command [comma separated. optional]. Checks if the player has such a permissions.": "",
          "Show this section only to those with permissions above?": false,
          "Show this section even to those who don't have permissions?": false,
          "Subsections layout [n - number]: 0 - auto; n - from the beginning; -n - from an active element": 0,
          "Subsections": []
        }
      ]
    }
  ]
}

 

  • Like 1
TwoShoes

Posted

Thank you I'll do that

  • Like 1
TwoShoes

Posted

OK I'm done, no matter where I add this I get this same thing I had 4 hrs ago.. Basically starting over from scratch again 

 

issue.JPG

MTriper

Posted

5 minutes ago, TwoShoes said:

OK I'm done, no matter where I add this I get this same thing I had 4 hrs ago.. Basically starting over from scratch again 

 

issue.JPG

Your json file syntax is broken. This means that you have left out a comma, bracket or something else.

TwoShoes

Posted (edited)

8 minutes ago, MTriper said:

Your json file syntax is broken. This means that you have left out a comma, bracket or something else.

I've been at this now for a solid 8 hrs and I've gotten no where it's always a comma somewhere but where I have no idea I've gone over this code 100's of times and nothing looks out of place.   I'll start over tomorrow my brain is fried. or I'll just give up on it and pay someone to help me.

Edited by TwoShoes
MTriper

Posted

1 minute ago, TwoShoes said:

I've been at this now for a solid 8 hrs and I've gotten no where it's always a comma somewhere but where I have no idea I've gone over this code 100's of times and nothing looks out of place.   I'll start over tomorrow my brain is fried. or I'll just give up on it and pay someone to help me.

Send me the whole config file. I'll take a look at it and try to help you.

TwoShoes

Posted

2 minutes ago, MTriper said:

Send me the whole config file. I'll take a look at it and try to help you.

You know I did my whole server customized every 182 plugins. But this has me stumped.. My ass has embeded itself into my chair, and my feet are growing roots into the carpet.
Do you mind if I PM you so it's not taking up the discussion area for others that need little to no help?

MTriper

Posted

1 minute ago, TwoShoes said:

You know I did my whole server customized every 182 plugins. But this has me stumped.. My ass has embeded itself into my chair, and my feet are growing roots into the carpet.
Do you mind if I PM you so it's not taking up the discussion area for others that need little to no help?

Sure

  • Like 1
2KTwice

Posted

Which is the plugin related to SAM and Turrets on and off?

MTriper

Posted

25 minutes ago, 2KTwice said:

Which is the plugin related to SAM and Turrets on and off?

Powerless Turrets

2KTwice

Posted

Thanks!

duramaxman0120

Posted

is there a way i can make a clickable button to use this? instead of the MMB?

MTriper

Posted

20 hours ago, duramaxman0120 said:

is there a way i can make a clickable button to use this? instead of the MMB?

There are some limitations to tracking button presses. The plugin can track mouse buttons, WASD buttons, and a few more. This plugin does not provide the ability to change the button. But you can always bind any command to any button (bind *button* chat.say /radialmenu).

Scalbox

Posted

Just use and create button whit this plugin

 

20K

Posted

still not working after the update last week 1.2.7

 

i tried to rebind it using input.bind c  /rm and nothing pops up even though its not giving any console errors and compiles.

 

Scalbox

Posted (edited)

F1

console

bind c "chat.say /rm"

 

@20K

Edited by Scalbox
Scalbox

Posted

2 minutes ago, Scalbox said:

F1

console

bind c "chat.say /rm"

 

@20K

if instead it is not a chat command, but a console command, this is enough, without the /

bind c rm

20K

Posted (edited)

I've tried all that. it keeps saying unknown command.

I even loaded the plugin raw and brand new.

 

Edited by 20K
Scalbox

Posted

1 hour ago, 20K said:

I've tried all that. it keeps saying unknown command.

I even loaded the plugin raw and brand new.

 

but is the plugin loaded or not? From what you tell me, maybe the plugin isn't loading for you

20K

Posted

i fixed it by reinstalling it. go figure

 

RickJamesBitch

Posted

For players who previously had MMB bound to another key, is there a command I can give them so the MMB works for opening the menu as they rebound MMB to something else and cant get it back. 

 

MTriper

Posted

1 hour ago, RickJamesBitch said:

For players who previously had MMB bound to another key, is there a command I can give them so the MMB works for opening the menu as they rebound MMB to something else and cant get it back. 

 

I'm not quite sure what you're talking about.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 5
  • Love 1

MTriper's Collection

User Feedback

1.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.5k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.