Jump to content

MTriper

Creator
  • Posts

    249
  • Joined

  • Last visited

Everything posted by MTriper

  1. MTriper

    Fixed teleport locations

    Changed Status from Pending to Closed
  2. MTriper

    Fixed teleport locations

    Glad to help
  3. MTriper

    Fixed teleport locations

    Hi, these commands can be added to any level or menu section. Here is an example of a config that works well on my server. Check if the players have privileges for these sections. "Sections": [ { "Section name": "Homes", "Enable this section?": true, "Section permission [required]": "_homes_all", "Section icon": "https://i.imgur.com/5jmbECE.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": -15, "Subsections": [ { "Section name": "Home 1", "Enable this section?": true, "Section permission [required]": "home_1", "Section icon": "https://i.imgur.com/Q4wlQVX.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": -15, "Subsections": [ { "Section name": "Teleport", "Enable this section?": true, "Section permission [required]": "teleport", "Section icon": "https://i.imgur.com/2S9oQB8.png", "Fill icon with color below?": true, "Inactive section color [HEX or Unity RGBA]": "#57de54", "Active section color [HEX or Unity RGBA]": "#e3e3e3", "Command executed on behalf of the player [if empty, the subsections below are used]": "home {0}", "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": "Remove", "Enable this section?": true, "Section permission [required]": "remove", "Section icon": "https://i.imgur.com/PECEX3I.png", "Fill icon with color below?": true, "Inactive section color [HEX or Unity RGBA]": "#f55757", "Active section color [HEX or Unity RGBA]": "#e3e3e3", "Command executed on behalf of the player [if empty, the subsections below are used]": "home remove {0}", "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": "Add", "Enable this section?": true, "Section permission [required]": "home_add", "Section icon": "https://i.imgur.com/h1R6x2F.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]": "home add {0}", "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": "Bandit", "Enable this section?": true, "Section permission [required]": "bandit", "Section icon": "https://i.imgur.com/h1R6x2F.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]": "bandit", "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": "Outpost", "Enable this section?": true, "Section permission [required]": "outpost", "Section icon": "https://i.imgur.com/h1R6x2F.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]": "outpost", "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": [] } ] } ]
  4. MTriper

    custom command

    Problem solved?
  5. MTriper

    custom command

    I have the panel opening normally with your configuration file.
  6. MTriper

    Radial Menu

    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.
  7. MTriper

    custom command

    Hi, it's working fine for me. Maybe the plugin is displaying some warnings in the console? Try loading the plugin with the default config or check if the same command is used somewhere else. If the problem persists, send me your config and I'll try to figure it out.
  8. MTriper

    Config for Skinner

    Changed Status from Pending to Closed
  9. MTriper

    Config for Skinner

    You're welcome.
  10. MTriper

    Config for Skinner

    Please send me the standard config because I have no way to create it. In it I will try to set up commands for the Skinner plugin.
  11. MTriper

    Config for Skinner

    Please send me your config.
  12. MTriper

    Config for Skinner

    Hi, what exactly are you having trouble with?
  13. MTriper

    Image error

    Let's start with the fact that this is not a plugin bug. All pictures of sections that are used in the standard config are presented for example, as I see it. The only thing that is used in the plugin for all is the 3 circle level pictures. These 3 images can easily be reuploaded to any hosting you like and use the plugin as intended. The problem with imgur is related to the region of your game server. It occurs only for some users. I am already working on updating the plugin and it uses a different hosting. But it is not a fact that there will be no problems with it too. So, as I wrote above, just upload them to a convenient hosting or wait for an update.
  14. MTriper

    Radial Menu

    In your example, the permission is specified without the "s". You must also have the permission "radialmenu.craft".
  15. MTriper

    Radial Menu

    What crafting plugin are you using?
  16. MTriper

    Radial Menu

    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!
  17. Hi, please advise the number of objects on the map.
  18. MTriper

    Radial Menu

    I'll try to fix it.
  19. MTriper

    Image error

    This plugin does not store images, that is handled by the ImageLibrary plugin. The error is on the imgur hosting side, some people have it, some don't. You can download all the images (using the links from the error) and upload them to a convenient for you hosting, then specify the direct path to them in the plugin config. https://umod.org/index.php/community/image-library/48512-how-to-fix-too-many-requests https://umod.org/community/image-library/48431-image-failed-to-download-429-too-many-requests
  20. MTriper

    Image error

    Hello, please describe in detail what exactly does not work, preferably with screenshots. Also, please tell me your country.
  21. MTriper

    Radial Menu

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

    Image error

    Hi, I don't have a problem with imgur hosting. You can change or resave all images in the plugin to your hosts.
  23. MTriper

    Radial Menu

    Thanks for the bug report, I'll fix it soon.
  24. Thank you for your help.
  25. I noticed another mistake. If in the loot at the item specify a minimum value of 0, and the maximum, for example, 2, then this error occurs.
1.8m

Downloads

Total number of downloads.

8.4k

Customers

Total customers served.

127.1k

Files Sold

Total number of files sold.

2.6m

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.