This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##################################################### | |
# # | |
# 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»' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################## | |
# 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), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################## | |
# 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), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd McYeet & cd ARPC & npm install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node index.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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", |
NewerOlder