Jump to content

2KTwice

Member
  • Posts

    61
  • Joined

  • Last visited

Everything posted by 2KTwice

  1. You're a genius!!
  2. Would be nice to be able to add a "material" in the background of the UI elements, i.e "Material": "assets/content/ui/uibackgroundblur-ingamemenu.mat" The plugin is really cool, wish to be able to add a more Rust-like appearance, what do you think?
  3. 2KTwice

    Players UI

    Is the plugin still working?, are you going to offer a discount or sell as a bundle if I buy this one 'til the new version is released?
  4. 2KTwice

    Discord Link

    A few comments / suggestions: MOD Should be able to: Check periodically for linked/unlinked members and update roles in both ways, Discord, and Rust. Using a public channel to make players link their accounts, make their Steam IDs exposed for a couple of seconds, bot should send a DM or create a private thread with the player, and all the data between integration should be private. Bot should bring the possibility to specify an already existing Oxide Group, not force to be under "linked" Oxide Group. Documentation should be updated, BotReaper isn't a good option for the MOD, and make it complex for non-developers to implement it. More explained documentation is needed.
  5. 2KTwice

    Death Train

    Totally agree
  6. Hello!, Not sure what could be happening, but using the command to pick up the recycler, it retrieves 2, any help will be appreciated, thanks!
  7. 2KTwice

    Radial Menu

    Thanks!
  8. 2KTwice

    Radial Menu

    Which is the plugin related to SAM and Turrets on and off?
  9. 2KTwice

    Spawn Items

    Could be a great plugin if the Spawn Items were assigned to the player that executes the command, or only for new players joining the server. The way it works right now, it totally destroys your inventory if you teleport, or enter any event that uses respawn system.
  10. You're the best, THANKS!
  11. Hello, wondering if you can help me here, I'm using this plugin for personal recyclers: https://codefling.com/plugins/personal-recyclers Added it just like other plugins: { "Section name": "Recycler", "Enable this section?": true, "Section permission [required]": "_recycler", "Section icon": "https://i.imgur.com/WTm5bKJ.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?": true, "Show this section even to those who don't have permissions?": true, "Subsections layout [n - number]: 0 - auto; n - from the beginning; -n - from an active element": 20, "Subsections": [ { "Section name": "Craft", "Enable this section?": true, "Section permission [required]": "_recycler.create", "Section icon": "https://i.imgur.com/GKwBSpE.png", "Fill icon with color below?": true, "Inactive section color [HEX or Unity RGBA]": "0.34 0.87 0.33 1", "Active section color [HEX or Unity RGBA]": "#e3e3e3", "Command executed on behalf of the player [if empty, the subsections below are used]": "redeemrecycler", "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": 20, "Subsections": [] }, { "Section name": "Pickup", "Enable this section?": true, "Section permission [required]": "_recycler.pickup", "Section icon": "https://i.imgur.com/zNKwgXu.png", "Fill icon with color below?": true, "Inactive section color [HEX or Unity RGBA]": "0.96 0.34 0.34 1", "Active section color [HEX or Unity RGBA]": "#e3e3e3", "Command executed on behalf of the player [if empty, the subsections below are used]": "crecycler", "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": 20, "Subsections": [] } ] } But when I press the buttons to Craft or Pickup, I got this: 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 <81b7015b275642b68294ae3ffbc5a906>:0 at Oxide.Plugins.RadialMenu.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002fe] in <81b7015b275642b68294ae3ffbc5a906>: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 Any idea?, I know that is not directly related to RadialMenu since for all the other things is working perfectly, but maybe you find something, thanks in advance!
  12. I saw the message, bought it anyway, looking forward to the update
  13. Hello, is it possible to call a MT at the position I am looking without opening the UI?
  14. 2KTwice

    Item Prices

    Hello, did you have a chance to check it?
  15. 2KTwice

    COxygenUI

    Simple and beautiful, brings a quick interface while diving with the swimming and tank suite, nice job.
  16. 2KTwice

    Admin Map

    A totally game changer for admins, really lightweight, super easy to use, you can see the players around the map, in real time, also in the compass GUI, plus, actions like view inventory or use teleport actions, also is easy to customize the actions, amazing job, totally recommended mod.
  17. 2KTwice

    Additional Belt

    Wondering the same
  18. 2KTwice

    Stacks not being saved

    Hey!, hope you're doing well, I've bought this to replace the free version of the plugin, uninstalled the previous one (CS and JSON), and installed this one. The UI Works perfect, but stacks are not being modified, can you help me to figure out why?, in the UI all looks perfect, then looking at the JSON file, nothing changes, and in the game so.
  19. 2KTwice

    Permissions System

    The plugin doesn't have a permission based system to allow/disallow players to use it?
  20. Like a Charm, thank you!
  21. Hey David, foremost, I LOVE the plugin, just having this issue, your help will be really appreciated.
  22. I have many duplicated plugins inside WelcomePanel, but there's only one of each in Kits UI, wish to "reset" this section of WP
  23. "Portable Vehicles" shouldn't be an option, that plugin it's mean for other thing.
  24. I have the same issue, crafted Items are boxes or tables on placement, ticket answer was "Not a Bug",, I'm wondering what's the point of crafting if we can't use the items properly.
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

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.