npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

pg3dmodule

v1.5.5

Published

Pixel Gun 3d Encyclopedia package

Downloads

144

Readme

Pixel Gun Encyclopedia Module

Currently working on this module! Display information on Pixel Gun weapons, gadgets, pets, skins, gameplay and many more! Currently working on weapons.

npm version install size Discord

Note: this node module requires discord.js version 12 to run

Table of contents:

Installation

npm install pg3dmodule # local module usage

Usage

const pg3dmodule = require('pg3dmodule')

Automatic Usage

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)

Manual Usage

Menus

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

Gun Information

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

Gadget Information

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

Help

If you need help with this module or have troubling issues with this module, please feel free to join our official discord server.

Credible People

• 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 :))

License

Copyright MIT © 2020 Jeffplays2005