Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
pg3dmodule
Advanced tools
Currently working on this module! Display information on Pixel Gun weapons, gadgets, pets, skins, gameplay and many more! Currently working on weapons.
Note: this node module requires discord.js version 12 to run
npm install pg3dmodule # local module usage
const pg3dmodule = require('pg3dmodule')
This feature allows messages to be sent with an automatic return, e.g. your discord bot prefix is pg!, and you wanted an embed about exterminators, you would use pg!extermin, or any other shortform, this would allow this module to automatically search for the required MessageEmbed. You can replace the .gun after the .autoDetect with something else!!
const pg3dmodule = require('pg3dmodule')
const check = args.slice(0).join(' ');
if(!check){ return message.channel.send(pg3d.guns.gunmenu) }
const embedToSend = pg3d.autoDetect.gun(args.slice(0).join(' '));
message.channel.send(embedToSend)
The menus function of this module allows you to send an embed with information about specific objects or items in game, shortly detailed with some information from the pg3d fandom.
const pg3dmodule = require("pg3dmodule")
message.channel.send(pg3dmodule.guns.gunmenu) ## Sends an embed with information about guns
You can change exterminator with another name, e.g. None of the gun names are starting with capital letters, any gun name with a space would not have a capital on the second word, the Anti Champion Rifle becomes antichampionrifle, there wouldn't be any short forms or capital letters in the names.
const pg3dmodule = require("pg3dmodule")
message.channel.send(pg3dmodule.guns.exterminator) ## Sends an embed with information about exterminator
Similar to how it would go with gun information. Still no capital letters or short form.
const pg3dmodule = require("pg3dmodule")
message.channel.send(pg3dmodule.gadgets.ninjashurikens) ## Sends an embed with information about the gadget, ninja shurikens
If you need help with this module or have troubling issues with this module, please feel free to join our official discord server.
• Jeffplays2005 (me, the developer/maker of the module)
• People who wrote the fandom(where all the useful information comes from, special thanks to Just leafy, Luy, Notna and all the other people who contributed to https://pixelgun.fandom.com/)
• Pixel gun 3d developers(Most thanks to them as they put so much effort into developing the game :))
Copyright MIT © 2020 Jeffplays2005
FAQs
Pixel Gun 3d Encyclopedia package
We found that pg3dmodule demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.