Jump to content

Ultimate RCON+ v3.1.0

$24.99
   (14 reviews)

18 Screenshots

Recommended Comments



phudgee

Posted

Amino tells you to go to his Discord for support, which I did - and he banned me. This bot works, but it does not handle player names properly. Sorry for pointing that out to you Amino. If your stuff dont work right, it dont work right.

paxx

Posted

For you docker people..

1.) mkdir rcon_discord_bot && cd  rcon_discord_bot

2.) unzip file downloaded from here to your folder leaving the file structure in place (how it unzips should remain intact)

3.) edit the config files to your liking

4.) Create a Dockerfile and copy the below/save.

nano Dockerfile

## START COPY

#image w/ node
FROM node:18.17-alpine

#some needed files - may be able to trim this list
RUN apk update && apk add --update --no-cache \
    make \
    g++ \
    jpeg-dev \
    cairo-dev \
    giflib-dev \
    pango-dev \
    libtool \
    autoconf \
    automake \
    py3-pip \
    bash

#working dir for app
WORKDIR /app

# Copy package.json and package-lock.json to the /app directory
COPY package.json package-lock.json ./

# Install dependencies
RUN npm install

# Copy the rest of project files into this image
COPY . .

# start it
CMD npm start

## END COPY
 

5.)  docker build -t  rcon_discord_bot .

6.)  docker run -d  rcon_discord_bot

 

Test on two separate systems (one in the homelab and one  on a VPS) , works well on both and should for you due to the nature of docker.

 

 

  • Love 2
Hanumann

Posted

Hey
SInce the latest update (great stuff btw!) the bot is throwing multiple wipe announcements after server reboots.
 

ZanexRust

Posted

hey guys... need some help..... Just got this plugin.... made all the config files..... 
but once i start loading it on the bot.... I get this message........!!!! Need your help and edvices.... what did i do wrong...???

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/connection/establishConnection.js
- /home/container/index.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1090:15)
    at Module._load (node:internal/modules/cjs/loader:934:27)
    at Module.require (node:internal/modules/cjs/loader:1157:19)
    at require (node:internal/modules/helpers:119:18)
    at Object.<anonymous> (/home/container/node_modules/canvas/lib/bindings.js:3:18)
    at Module._compile (node:internal/modules/cjs/loader:1275:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1329:10)
    at Module.load (node:internal/modules/cjs/loader:1133:32)
    at Module._load (node:internal/modules/cjs/loader:972:12)
    at Module.require (node:internal/modules/cjs/loader:1157: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/connection/establishConnection.js',
    '/home/container/index.js'

 

Amino

Posted

3 hours ago, ZanexRust said:

hey guys... need some help..... Just got this plugin.... made all the config files..... 
but once i start loading it on the bot.... I get this message........!!!! Need your help and edvices.... what did i do wrong...???

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/connection/establishConnection.js
- /home/container/index.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1090:15)
    at Module._load (node:internal/modules/cjs/loader:934:27)
    at Module.require (node:internal/modules/cjs/loader:1157:19)
    at require (node:internal/modules/helpers:119:18)
    at Object.<anonymous> (/home/container/node_modules/canvas/lib/bindings.js:3:18)
    at Module._compile (node:internal/modules/cjs/loader:1275:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1329:10)
    at Module.load (node:internal/modules/cjs/loader:1133:32)
    at Module._load (node:internal/modules/cjs/loader:972:12)
    at Module.require (node:internal/modules/cjs/loader:1157: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/connection/establishConnection.js',
    '/home/container/index.js'

 

I think I got this sorted with you in discord. If not, please feel free to send me a message over in Discord 

  • Like 1
ZanexRust

Posted

3 hours ago, Amino said:

I think I got this sorted with you in discord. If not, please feel free to send me a message over in Discord 

Yes Mate... thank you very much for your immediately helping me out with my issue!

Hanumann

Posted (edited)

On 2/4/2024 at 2:37 AM, Hanumann said:

Hey
SInce the latest update (great stuff btw!) the bot is throwing multiple wipe announcements after server reboots.
 

guess this was a facepunch thingy
edit: no, just happened again

also, the text limit for "feedback"/bug-reports is ridiculous low, maybe missed something but i can´t see a option to change the limit

Edited by Hanumann
Panda81022

Posted

Will this work on Rust Console Edition?

Snaplatack

Posted (edited)

Any possibility of addina team kill filter for PVP kills? Would be nice for our PVE servers. @Amino

Edited by Snaplatack
S.T.R.Y.K.E.R

Posted

Would love to see logging of excavator, oil rigs etc. The exact same way as brad and patrol. i would be able to remove the discord part of the inbound plugin if this was added as UR+ would do it all.

Think this would be an easy win.

Bear Grills

Posted

Noticed the line:

  "USING UR PLUS PLUGIN": true,
 

I assume this is Ultimate Rcon +, what plugin is it referring to? (where can it be found and what is it needed for)

Snaplatack

Posted

19 minutes ago, Bear Grills said:

Noticed the line:

  "USING UR PLUS PLUGIN": true,
 

I assume this is Ultimate Rcon +, what plugin is it referring to? (where can it be found and what is it needed for)

Ultimate RCON+ Addon https://codefling.com/plugins/ultimate-rcon-addon

  • Like 1
Bear Grills

Posted

Status page doesn't show any info. Any idea what the issue is?

image.png.d86023d159156ee0b67156d70c07c88e.png

Bear Grills

Posted

What does this line below do? 

image.png.7ac84d46fcd41a9fb245f91fd7b2f1fb.png

AWJ Chedder

Posted

Can You Add Logs For Raid Bases PVP / PVE

 

AWJ Chedder

Posted

On 7/24/2024 at 8:02 PM, Bear Grills said:

What does this line below do? 

image.png.7ac84d46fcd41a9fb245f91fd7b2f1fb.png

the colour of the message in your discord is EMBED_COLOR You Can Change The HEX Code to your own colour check out
Rust Color Codes - colorcodes.io

Snaplatack

Posted

25 minutes ago, AWJ Chedder said:

the colour of the message in your discord is EMBED_COLOR You Can Change The HEX Code to your own colour check out
Rust Color Codes - colorcodes.io

I think he meant what does it log?

Bear Grills

Posted

On 8/31/2024 at 4:33 PM, Snaplatack said:

I think he meant what does it log?

Correct, its very vague

Mr Raider

Posted

Does this plugin work with carbon?

  • Like 1
Bear Grills

Posted

On 11/5/2024 at 9:11 AM, Mr Raider said:

Does this plugin work with carbon?

Yes - I have it running on a carbon server and all seems to work.

  • Like 2
Mr Raider

Posted

On 7/24/2024 at 8:02 PM, Bear Grills said:

What does this line below do? 

image.png.7ac84d46fcd41a9fb245f91fd7b2f1fb.png

Did you find out what this does?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 3
  • Sad 3
  • Love 3

User Feedback

1.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.5k

Files Sold

Total number of files sold.

2m

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.