Jump to content

5 Screenshots

Recommended Comments



MTriper

Posted

On 3/25/2023 at 5:51 PM, Friendly Factions said:

I am kinda confused. Can I add plugins I want or its only the supported plugins?

I don't really know what you mean. In the description written plugins with which this plugin works, it is NTeleportation, Clans, Friends and Rust teams (not a plugin). If you have other plugins: Friends (analogue of another author) or some teams, then this plugin will not work with them.

Friendly Factions

Posted (edited)

9 minutes ago, MTriper said:

I don't really know what you mean. In the description written plugins with which this plugin works, it is NTeleportation, Clans, Friends and Rust teams (not a plugin). If you have other plugins: Friends (analogue of another author) or some teams, then this plugin will not work with them.

can I use it for skinbox for example? (not in your list)
Like add skinbox command to radial menu?

OR add custom commands?

Edited by Friendly Factions
MTriper

Posted (edited)

12 hours ago, Friendly Factions said:

can I use it for skinbox for example? (not in your list)
Like add skinbox command to radial menu?

OR add custom commands?

You can use any commands that the player can use on the server. The plugins listed in the description are used to display a list of friends and home points.

Edited by MTriper
  • Like 1
Neuro

Posted

On 3/25/2023 at 2:51 PM, Friendly Factions said:

I am kinda confused. Can I add plugins I want or its only the supported plugins?

Any console or slash command.

  • Like 1
ColdB

Posted

What is the problem? Have you encountered this problem

 

20230504101026.thumb.png.08b3d1b067db86491fe9361a249fa588.png20230504100841.thumb.png.413e06477929ce42571415b21dd98d7d.png

Neuro

Posted

Errors only pop up on boot, should be fine once your server boots.

Wolf

Posted

Hello, very good plugin, but there is a small problem. When more than 1 item is being crafted, the menu disappears at the end of crafting one item, in other words, when crafting a stack, the menu is very difficult to use. Please correct if possible.

MTriper

Posted

On 6/10/2023 at 5:51 PM, Wolf said:

Hello, very good plugin, but there is a small problem. When more than 1 item is being crafted, the menu disappears at the end of crafting one item, in other words, when crafting a stack, the menu is very difficult to use. Please correct if possible.

Thanks for the bug report, I'll fix it soon.

ALLTHETIMEGAMING

Posted

Could you give me list all the images that you have for this plugin example: pIw7xwN.png

GNGGOD

Posted

On 3/5/2023 at 2:09 PM, Neuro said:

It's just replacing my first two homes with outpost and bandit.

If I add it before or after homes {} it either doesn't show. Or replaces homes.

Edit. Moving post to support request to reduce spam. 

 

Did you get this resolved?

Neuro

Posted

14 hours ago, GNG_Admin said:

Did you get this resolved?

It was fixed in an update.
The plugin is really handy, The developer responds quickly to feedback and issues.

MTriper

Posted

On 6/16/2023 at 5:48 PM, ALLTHETIMEGAMING said:

Could you give me list all the images that you have for this plugin example: pIw7xwN.png

Links to all images are in the config plugin. Please tell me what problem you have? 

nivex

Posted (edited)

nteleportation allows characters a-z and 0-9 for sethome so passing underscore in the argument doesn't work (e.g: V3_2). I would change it, but it's been this way for over 4 years

image.png.dd944664714705e045a6af90396f7598.png

Edited by nivex
MTriper

Posted

On 7/13/2023 at 11:09 AM, nivex said:

nteleportation allows characters a-z and 0-9 for sethome so passing underscore in the argument doesn't work (e.g: V3_2). I would change it, but it's been this way for over 4 years

image.png.dd944664714705e045a6af90396f7598.png

I'll try to fix it.

  • Like 1
Paul H.

Posted

RadialMenu.json

Hi, I have a problem and can't find the solution.

This is the current config and it works.

Now I want to make a new new "area" with "AddOn"
below that should be Skilltree, Skinshop and Craft.

Either the menu no longer opens or it is displayed
But when I click on Skilltree, I get the message I don't have permission....

Somehow I don't understand the config correctly...

MTriper

Posted

On 7/27/2023 at 5:06 PM, Paul H. said:

RadialMenu.json 35.56 kB · 1 download

Hi, I have a problem and can't find the solution.

This is the current config and it works.

Now I want to make a new new "area" with "AddOn"
below that should be Skilltree, Skinshop and Craft.

Either the menu no longer opens or it is displayed
But when I click on Skilltree, I get the message I don't have permission....

Somehow I don't understand the config correctly...

Hello, I took a look at your configuration file and this is what I noticed.

These are just the errors that caught my eye:
- Chat commands are specified without a slash.
- You can reduce the number of permissions by specifying "_all" at the end of any of the sections.
- In the "Handy" section you use the "_teammates" permission, which is reserved for working with Rust teams. In it you use both the chat command and subsections at the same time, so you can not do that.
- The plugin also displays warnings in the console about the lack of command and subsections in certain sections.

Please read the description carefully and everything will work for you!

Paul H.

Posted

Very dear thanks.

I've revised everything, the error messages are gone too, but my problem with Craft has remained.

I took the code as it was given
but I keep getting the message that I don't have permission but I have it...
I can enter the command in the chat and can use the plugin fully...

Am I mistaken somewhere?

I've also tried Craft with and without the s

    {
      "Section name": "Craft",
      "Enable this section?": true,
      "Section permission [required]": "craft",
      "Section icon": "https://i.imgur.com/m7kyUIK.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]": "craft",
      "Command type [true - chat, false - console]": true,
      "Permissions for above command [comma separated. optional]. Checks if the player has such a permissions.": "craft.use",
      "Show this section even to those who don't have privileges?": true,
      "Subsections layout [n - number]: 0 - auto; n - from the beginning; -n - from an active element": 0,
      "Subsections": []
    },


 

MTriper

Posted

17 minutes ago, Paul H. said:

Very dear thanks.

I've revised everything, the error messages are gone too, but my problem with Craft has remained.

I took the code as it was given
but I keep getting the message that I don't have permission but I have it...
I can enter the command in the chat and can use the plugin fully...

Am I mistaken somewhere?

I've also tried Craft with and without the s

 {
 "Section name": "Craft",
 "Enable this section?": true,
 "Section permission [required]": "craft",
 "Section icon": "https://i.imgur.com/m7kyUIK.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]": "craft",
 "Command type [true - chat, false - console]": true,
 "Permissions for above command [comma separated. optional]. Checks if the player has such a permissions.": "craft.use",
 "Show this section even to those who don't have privileges?": true,
 "Subsections layout [n - number]: 0 - auto; n - from the beginning; -n - from an active element": 0,
 "Subsections": []
 },


 

What crafting plugin are you using?

Paul H.

Posted

this one

 

MTriper

Posted

1 minute ago, Paul H. said:

this one

 

In your example, the permission is specified without the "s".
You must also have the permission "radialmenu.craft".
image.png.894e5511b01106ad34ff74e43d72ea94.png

  • Like 1
Paul H.

Posted

 

Thank you very much,
that was the mistake radialmenu.craft

 

  • Like 1
Paul H.

Posted

sorry i have another question,

I have the plugin Build Tools 1.5.13
bought and used in the RadialMenu.
It worked at first, but recently after the RustUpdate
no longer.

 

 Failed to call hook 'DistributionCommand' on plugin 'RadialMenu v1.2.4' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.RadialMenu.DistributionCommand (ConsoleSystem+Arg args) [0x00245] in <a2dea7ec95434786b73f0ef31a12ea3a>:0 
  at Oxide.Plugins.RadialMenu.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002fe] in <a2dea7ec95434786b73f0ef31a12ea3a>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0

Config:
 

        {
          "Section name": "BauTool",
          "Enable this section?": true,
          "Section permission [required]": "buildtools.all",
          "Section icon": "https://i.imgur.com/m7kyUIK.png",
          "Fill icon with color below?": true,
          "Inactive section color [HEX or Unity RGBA]": "#ff9c1b",
          "Active section color [HEX or Unity RGBA]": "#e3e3e3",
          "Command executed on behalf of the player [if empty, the subsections below are used]": "rem",
          "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": []
        },

Can you please help me?

MTriper

Posted

27 minutes ago, Paul H. said:

sorry i have another question,

I have the plugin Build Tools 1.5.13
bought and used in the RadialMenu.
It worked at first, but recently after the RustUpdate
no longer.

 

 Failed to call hook 'DistributionCommand' on plugin 'RadialMenu v1.2.4' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.RadialMenu.DistributionCommand (ConsoleSystem+Arg args) [0x00245] in <a2dea7ec95434786b73f0ef31a12ea3a>:0 
  at Oxide.Plugins.RadialMenu.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002fe] in <a2dea7ec95434786b73f0ef31a12ea3a>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0

Config:
 

        {
          "Section name": "BauTool",
          "Enable this section?": true,
          "Section permission [required]": "buildtools.all",
          "Section icon": "https://i.imgur.com/m7kyUIK.png",
          "Fill icon with color below?": true,
          "Inactive section color [HEX or Unity RGBA]": "#ff9c1b",
          "Active section color [HEX or Unity RGBA]": "#e3e3e3",
          "Command executed on behalf of the player [if empty, the subsections below are used]": "rem",
          "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": []
        },

Can you please help me?

Hi, the command doesn't work because you are using Build Tools plugin permission (buildtools.all) as the permission of this plugin.
Please read the description to the plugin before using it.

  • Like 1
Paul H.

Posted (edited)

Ah thanks I have it

Edited by Paul H.
TwoShoes

Posted

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.
 

  • Like 1

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.