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

    Fail on Start

    Bot inside Server:
  6. 2KTwice

    Fail on Start

    Attaching images from DS Dev Portal
  7. 2KTwice

    Fail on Start

    I have another issue, bot is set as administrator as documentation indicates, perhaps of it, I'm receiving this in the console, could you give me a hand please? DiscordAPIError[50013]: Missing Permissions at handleErrors (/home/container/node_modules/discord.js/node_modules/@discordjs/rest/dist/index.js:687:13) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async SequentialHandler.runRequest (/home/container/node_modules/discord.js/node_modules/@discordjs/rest/dist/index.js:1072:23) at async SequentialHandler.queueRequest (/home/container/node_modules/discord.js/node_modules/@discordjs/rest/dist/index.js:913:14) at async _REST.request (/home/container/node_modules/discord.js/node_modules/@discordjs/rest/dist/index.js:1218:22) at async GuildMemberRoleManager.add (/home/container/node_modules/discord.js/src/managers/GuildMemberRoleManager.js:131:7) { requestBody: { files: undefined, json: undefined }, rawError: { message: 'Missing Permissions', code: 50013 }, code: 50013, status: 403, method: 'PUT', url: 'https://discord.com/api/v10/guilds/1079263826513498125/members/852891796715208734/roles/1120680845158662224' }
  8. 2KTwice

    Fail on Start

    I didn't change anything, just tried to solve on my own before create a ticket, BotReapear doesn't work as expected, I suggest Sparked. Just upload, and i'ts up and running.
  9. 2KTwice

    Fail on Start

    Hello, I followed all the steps, but couldn't make it work, using BotRepear, tried Node 16, 17, 18, same result: v18.17.1 :/home/container$ if [[ -d .git ]] && [[ ${AUTO_UPDATE} == "1" ]]; then git pull; fi; if [[ ! -z ${NODE_PACKAGES} ]]; then /usr/local/bin/npm install ${NODE_PACKAGES}; fi; if [[ ! -z ${UNNODE_PACKAGES} ]]; then /usr/local/bin/npm uninstall ${UNNODE_PACKAGES}; fi; if [ -f /home/container/package.json ]; then /usr/local/bin/npm install; fi; /usr/local/bin/node /home/container/${JS_FILE} container@pterodactyl~ Server marked as running... up to date, audited 225 packages in 4s 22 packages are looking for funding run `npm fund` for details found 0 vulnerabilities node:internal/modules/cjs/loader:1080 throw err; ^ Error: Cannot find module '../build/Release/canvas.node' Require stack: - /home/container/node_modules/canvas/lib/bindings.js - /home/container/node_modules/canvas/lib/canvas.js - /home/container/node_modules/canvas/index.js - /home/container/src/main/establishConnection.js - /home/container/index.js at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15) at Module._load (node:internal/modules/cjs/loader:922:27) at Module.require (node:internal/modules/cjs/loader:1143:19) at require (node:internal/modules/cjs/helpers:121:18) at Object.<anonymous> (/home/container/node_modules/canvas/lib/bindings.js:3:18) at Module._compile (node:internal/modules/cjs/loader:1256:14) at Module._extensions..js (node:internal/modules/cjs/loader:1310:10) at Module.load (node:internal/modules/cjs/loader:1119:32) at Module._load (node:internal/modules/cjs/loader:960:12) at Module.require (node:internal/modules/cjs/loader:1143:19) { code: 'MODULE_NOT_FOUND', requireStack: [ '/home/container/node_modules/canvas/lib/bindings.js', '/home/container/node_modules/canvas/lib/canvas.js', '/home/container/node_modules/canvas/index.js', '/home/container/src/main/establishConnection.js', '/home/container/index.js' ] } Also tried to init on local server, I have the same result: i.e: npm install canvas --save npm install canvas --save 1 ↵ ——(Sat,Sep23)—˜ npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs npm ERR! code 1 npm ERR! path /Users/2ktwice/Downloads/DiscordLink/DiscordLinkBot/node_modules/canvas npm ERR! command failed npm ERR! command sh -c node-pre-gyp install --fallback-to-build --update-binary npm ERR! Failed to execute '/Users/2ktwice/.nvm/versions/node/v18.16.0/bin/node /Users/2ktwice/.nvm/versions/node/v18.16.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --update-binary --module=/Users/2ktwice/Downloads/DiscordLink/DiscordLinkBot/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/Users/2ktwice/Downloads/DiscordLink/DiscordLinkBot/node_modules/canvas/build/Release --napi_version=8 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v108' (1) npm ERR! node-pre-gyp info it worked if it ends with ok npm ERR! node-pre-gyp info using [email protected] npm ERR! node-pre-gyp info using [email protected] | darwin | arm64 npm ERR! node-pre-gyp http GET https://github.com/Automattic/node-canvas/releases/download/v2.11.2/canvas-v2.11.2-node-v108-darwin-unknown-arm64.tar.gz npm ERR! node-pre-gyp ERR! install response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.11.2/canvas-v2.11.2-node-v108-darwin-unknown-arm64.tar.gz npm ERR! node-pre-gyp WARN Pre-built binaries not installable for [email protected] and [email protected] (node-v108 ABI, unknown) (falling back to source compile with node-gyp) npm ERR! node-pre-gyp WARN Hit error response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.11.2/canvas-v2.11.2-node-v108-darwin-unknown-arm64.tar.gz npm ERR! gyp info it worked if it ends with ok npm ERR! gyp info using [email protected] npm ERR! gyp info using [email protected] | darwin | arm64 npm ERR! gyp info ok npm ERR! gyp info it worked if it ends with ok npm ERR! gyp info using [email protected] npm ERR! gyp info using [email protected] | darwin | arm64 npm ERR! gyp info find Python using Python version 3.9.6 found at "/Library/Developer/CommandLineTools/usr/bin/python3" npm ERR! gyp info spawn /Library/Developer/CommandLineTools/usr/bin/python3 npm ERR! gyp info spawn args [ npm ERR! gyp info spawn args '/Users/2ktwice/.nvm/versions/node/v18.16.0/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py', npm ERR! gyp info spawn args 'binding.gyp', npm ERR! gyp info spawn args '-f', npm ERR! gyp info spawn args 'make', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/Users/2ktwice/Downloads/DiscordLink/DiscordLinkBot/node_modules/canvas/build/config.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/Users/2ktwice/.nvm/versions/node/v18.16.0/lib/node_modules/npm/node_modules/node-gyp/addon.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/Users/2ktwice/Library/Caches/node-gyp/18.16.0/include/node/common.gypi', npm ERR! gyp info spawn args '-Dlibrary=shared_library', npm ERR! gyp info spawn args '-Dvisibility=default', npm ERR! gyp info spawn args '-Dnode_root_dir=/Users/2ktwice/Library/Caches/node-gyp/18.16.0', npm ERR! gyp info spawn args '-Dnode_gyp_dir=/Users/2ktwice/.nvm/versions/node/v18.16.0/lib/node_modules/npm/node_modules/node-gyp', npm ERR! gyp info spawn args '-Dnode_lib_file=/Users/2ktwice/Library/Caches/node-gyp/18.16.0/<(target_arch)/node.lib', npm ERR! gyp info spawn args '-Dmodule_root_dir=/Users/2ktwice/Downloads/DiscordLink/DiscordLinkBot/node_modules/canvas', npm ERR! gyp info spawn args '-Dnode_engine=v8', npm ERR! gyp info spawn args '--depth=.', npm ERR! gyp info spawn args '--no-parallel', npm ERR! gyp info spawn args '--generator-output', npm ERR! gyp info spawn args 'build', npm ERR! gyp info spawn args '-Goutput_dir=.' npm ERR! gyp info spawn args ] npm ERR! /bin/sh: pkg-config: command not found npm ERR! gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 127 while in binding.gyp. while trying to load binding.gyp npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1 npm ERR! gyp ERR! stack at ChildProcess.onCpExit (/Users/2ktwice/.nvm/versions/node/v18.16.0/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:325:16) npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:513:28) npm ERR! gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:291:12) npm ERR! gyp ERR! System Darwin 22.6.0 npm ERR! gyp ERR! command "/Users/2ktwice/.nvm/versions/node/v18.16.0/bin/node" "/Users/2ktwice/.nvm/versions/node/v18.16.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--update-binary" "--module=/Users/2ktwice/Downloads/DiscordLink/DiscordLinkBot/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/Users/2ktwice/Downloads/DiscordLink/DiscordLinkBot/node_modules/canvas/build/Release" "--napi_version=8" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v108" npm ERR! gyp ERR! cwd /Users/2ktwice/Downloads/DiscordLink/DiscordLinkBot/node_modules/canvas npm ERR! gyp ERR! node -v v18.16.0 npm ERR! gyp ERR! node-gyp -v v9.3.1 npm ERR! gyp ERR! not ok npm ERR! node-pre-gyp ERR! build error npm ERR! node-pre-gyp ERR! stack Error: Failed to execute '/Users/2ktwice/.nvm/versions/node/v18.16.0/bin/node /Users/2ktwice/.nvm/versions/node/v18.16.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --update-binary --module=/Users/2ktwice/Downloads/DiscordLink/DiscordLinkBot/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/Users/2ktwice/Downloads/DiscordLink/DiscordLinkBot/node_modules/canvas/build/Release --napi_version=8 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v108' (1) npm ERR! node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/Users/2ktwice/Downloads/DiscordLink/DiscordLinkBot/node_modules/@mapbox/node-pre-gyp/lib/util/compile.js:89:23) npm ERR! node-pre-gyp ERR! stack at ChildProcess.emit (node:events:513:28) npm ERR! node-pre-gyp ERR! stack at maybeClose (node:internal/child_process:1091:16) npm ERR! node-pre-gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:302:5) npm ERR! node-pre-gyp ERR! System Darwin 22.6.0 npm ERR! node-pre-gyp ERR! command "/Users/2ktwice/.nvm/versions/node/v18.16.0/bin/node" "/Users/2ktwice/Downloads/DiscordLink/DiscordLinkBot/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" "--update-binary" npm ERR! node-pre-gyp ERR! cwd /Users/2ktwice/Downloads/DiscordLink/DiscordLinkBot/node_modules/canvas npm ERR! node-pre-gyp ERR! node -v v18.16.0 npm ERR! node-pre-gyp ERR! node-pre-gyp -v v1.0.11 npm ERR! node-pre-gyp ERR! not ok npm ERR! A complete log of this run can be found in: npm ERR! /Users/2ktwice/.npm/_logs/2023-09-23T20_10_17_169Z-debug-0.log Could you help me please?
  10. 2KTwice

    Death Train

    Totally agree
  11. 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!
  12. 2KTwice

    Radial Menu

    Thanks!
  13. 2KTwice

    Radial Menu

    Which is the plugin related to SAM and Turrets on and off?
  14. 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.
  15. You're the best, THANKS!
  16. 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!
  17. I saw the message, bought it anyway, looking forward to the update
  18. Hello, is it possible to call a MT at the position I am looking without opening the UI?
  19. 2KTwice

    Item Prices

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

    COxygenUI

    Simple and beautiful, brings a quick interface while diving with the swimming and tank suite, nice job.
  21. 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.
  22. 2KTwice

    Additional Belt

    Wondering the same
  23. 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.
  24. 2KTwice

    Permissions System

    The plugin doesn't have a permission based system to allow/disallow players to use it?
1.8m

Downloads

Total number of downloads.

8.2k

Customers

Total customers served.

123.6k

Files Sold

Total number of files sold.

2.5m

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.