Skip to content

Instantly share code, notes, and snippets.

View MrMcyeet's full-sized avatar

MrMcyeet

View GitHub Profile
@MrMcyeet
MrMcyeet / config.yml
Created September 22, 2021 20:00
Polish Config
#####################################################
# #
# ENG: Vulcan Anti-Cheat Configuration File #
# PL: AntyCheat Vulcan - Plik konfiguracyjny #
# #
#####################################################
# The prefix that will be used for all of the %prefix% messages throughout the plugin
prefix: '&4&lVulcan &8»'
@MrMcyeet
MrMcyeet / config.yml
Created September 22, 2021 19:58
Russian Config
##############################################
# Vulcan Anti-Cheat Configuration File #
##############################################
# The prefix that will be used for all of the %prefix% messages throughout the plugin
prefix: '&4&lVulcan &8»'
alerts:
# This is the chat format that will be followed when a player fails a check.
# Valid placeholders are %player% (player name), %max-vl% (max violations), %check% (name of check), %description% (check description),
@MrMcyeet
MrMcyeet / config.yml
Created September 22, 2021 19:56
Chinese Config
##############################################
# Vulcan Anti-Cheat Configuration File #
##############################################
# The prefix that will be used for all of the %prefix% messages throughout the plugin
prefix: '&4&lVulcan &8»'
alerts:
# This is the chat format that will be followed when a player fails a check.
# Valid placeholders are %player% (player name), %max-vl% (max violations), %check% (name of check), %description% (check description),
# %version% (player's client version), %dev% (* for whether or not the check is experimental), %vl% (violation level),
cd McYeet & cd ARPC & npm install
node index.js
npm install
node start
{
"name": "arpc",
"version": "1.0.0",
"description": "an automated discord RPC builder made by MrMcyeet <3",
"main": "index.js",
"author": "MrMcyeet",
"license": "ISC",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
{
"name": "RPC-Builder",
"author": "<3 MrMcyeet <3",
"description": "An automated discord RPC builder made by MrMcyeet <3",
"version": "1.0",
"main": "bot.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"discord-rpc": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/discord-rpc/-/discord-rpc-3.1.4.tgz",
"integrity": "sha512-QaBu+gHica2SzgRAmTpuJ4J8DX9+fDwAqhvaie3hcbkU9WPqewEPh21pWdd/7vTI/JNuapU7PFm2ZKg3BTkbGg==",
"requires": {
"node-fetch": "^2.6.1",