Jump to content

BeePssY

Member
  • Posts

    227
  • Joined

  • Last visited

Everything posted by BeePssY

  1. hello. can you add recycler speed into the levels aswell?
  2. BeePssY

    perms not working

    Missing plugin name prefix 'remoteexplosive.' for permission 'distanceexplosive.use' (by plugin 'RemoteExplosive')
  3. sure
  4. i have tryed 2 different ones now.
  5. am i getting the webhook in a faulty way? i click on settings on the destination chat channel then on intergrations for so webhook (new webhook) and click save and (copy Webhook URL) and paste it in "GLOBAL_CHAT_LOGS": { "ENABLED": true, "GLOBAL_CHAT_WEBHOOK": "https://discordapp.com/api/webhooks/987409078382895144/p5Ei_GCKXa_i_vkTc2MNux3H8HcaN-YptlU-rYnHd4FuH6XnZRk8DXa2s-oOkCVbwntH", "EMBED_COLOR": "#00ff26" },
  6. tryed to say test in chat. 17.06 17:11:39 [Bot] (1/2) => [ BeePerBot#2625 ] status: (1/3) Online!.. 17.06 17:11:48 [Bot] /node_modules/discord.js/src/client/WebhookClient.js:36 17.06 17:11:48 [Bot] if (!url || url.length <= 1) throw new Error('WEBHOOK_URL_INVALID'); 17.06 17:11:48 [Bot] ^ 17.06 17:11:48 [Bot] Error [WEBHOOK_URL_INVALID]: The provided webhook URL is not valid. 17.06 17:11:48 [Bot] at new WebhookClient (/node_modules/discord.js/src/client/WebhookClient.js:36:42) 17.06 17:11:48 [Bot] at Client.<anonymous> (/events/rconConnection.js:387:30) 17.06 17:11:48 [Bot] at Client.emit (node:events:527:28) 17.06 17:11:48 [Bot] at WebSocket.onMessage (/node_modules/rustrcon/src/client/websocket/ws.js:55:15) 17.06 17:11:48 [Bot] at WebSocket.onMessage (/node_modules/rustrcon/node_modules/ws/lib/event-target.js:120:16) 17.06 17:11:48 [Bot] at WebSocket.emit (node:events:527:28) 17.06 17:11:48 [Bot] at Receiver.receiverOnMessage (/node_modules/rustrcon/node_modules/ws/lib/websocket.js:789:20) 17.06 17:11:48 [Bot] at Receiver.emit (node:events:527:28) 17.06 17:11:48 [Bot] at Receiver.dataMessage (/node_modules/rustrcon/node_modules/ws/lib/receiver.js:422:14) 17.06 17:11:48 [Bot] at Receiver.getData (/node_modules/rustrcon/node_modules/ws/lib/receiver.js:352:17) { 17.06 17:11:48 [Bot] [Symbol(code)]: 'WEBHOOK_URL_INVALID' 17.06 17:11:48 [Bot] }
  7. i have tryed with only chat logs on now and i have confirmed the webhook is valid and stil it shuts down. now it shuts down when i type something ingame.
  8. ok will try
  9. 16.06 14:27:57 [PebbleHost Loader] ---------------------------------------------- 16.06 14:27:57 [PebbleHost Loader] PebbleHost Bot Loader now starting... 16.06 14:27:57 [PebbleHost Loader] Running loader version Bot-1.0.0 16.06 14:27:57 [PebbleHost Loader] Attempting to boot with the following settings: SERVER ID: 312012, MEMORY: 1024M 16.06 14:27:57 [PebbleHost Loader] Found package.json 16.06 14:27:57 [PebbleHost Loader] Installing NodeJS v16.6.0 (this may take a minute) 16.06 14:28:02 [PebbleHost Loader] Updating NPM packages (command output is in logs/2022-06-16_12-27-57.txt)... 16.06 14:28:03 [PebbleHost Loader] Checking if 'npm start' command is set up in package.json 16.06 14:28:03 [PebbleHost Loader] Didn't find a start command - will use the main file index.js 16.06 14:28:03 [PebbleHost Loader] ---------------------------------------------- 16.06 14:28:03 [Bot] Error: Expected token to be set for this request, but none was present 16.06 14:28:03 [Bot] at _RequestManager.resolveRequest (/node_modules/@discordjs/rest/dist/index.js:827:15) 16.06 14:28:03 [Bot] at _RequestManager.queueRequest (/node_modules/@discordjs/rest/dist/index.js:799:40) 16.06 14:28:03 [Bot] at REST.request (/node_modules/@discordjs/rest/dist/index.js:936:32) 16.06 14:28:03 [Bot] at REST.put (/node_modules/@discordjs/rest/dist/index.js:930:17) 16.06 14:28:03 [Bot] at /slash-register.js:23:28 16.06 14:28:03 [Bot] at /slash-register.js:31:11 16.06 14:28:03 [Bot] at Array.forEach (<anonymous>) 16.06 14:28:03 [Bot] at module.exports (/slash-register.js:17:20) 16.06 14:28:03 [Bot] at Object.<anonymous> (/index.js:3:28) 16.06 14:28:03 [Bot] at Module._compile (node:internal/modules/cjs/loader:1101:14) 16.06 14:28:04 [Bot] DiscordAPIError[50001]: Missing Access 16.06 14:28:04 [Bot] at SequentialHandler.runRequest (/node_modules/@discordjs/rest/dist/index.js:708:15) 16.06 14:28:04 [Bot] at processTicksAndRejections (node:internal/process/task_queues:96:5) 16.06 14:28:04 [Bot] at async SequentialHandler.queueRequest (/node_modules/@discordjs/rest/dist/index.js:511:14) 16.06 14:28:04 [Bot] at async /slash-register.js:23:17 { 16.06 14:28:04 [Bot] rawError: { message: 'Missing Access', code: 50001 }, 16.06 14:28:04 [Bot] code: 50001, 16.06 14:28:04 [Bot] status: 403, 16.06 14:28:04 [Bot] method: 'put', 16.06 14:28:04 [Bot] url: 'https://discord.com/api/v9/applications/707720722746966107/guilds/879433658161827951/commands', 16.06 14:28:04 [Bot] requestBody: { files: undefined, json: [ [Object], [Object], [Object] ] } 16.06 14:28:04 [Bot] } 16.06 14:28:04 [Bot] (1/2) => [ BeePerBot#2625 ] is online has come online 16.06 14:28:04 [Bot] (1/2) => [ BeePerBot#2625 ] is attempting a connection to 143.110.113.157:28016 16.06 14:28:04 [Bot] (1/2) => [ BeePerBot#2625 ] has successfully connected to 143.110.113.157:28016 16.06 14:28:14 [Bot] (1/2) => [ BeePerBot#2625 ] status: (0/3) ↕ (1 Joining!) 16.06 14:28:24 [Bot] (1/2) => [ BeePerBot#2625 ] status: (0/3) ↕ (1 Joining!) 16.06 14:28:34 [Bot] (1/2) => [ BeePerBot#2625 ] status: (0/3) ↕ (1 Joining!) 16.06 14:28:43 [Bot] /node_modules/discord.js/src/client/WebhookClient.js:36 16.06 14:28:43 [Bot] if (!url || url.length <= 1) throw new Error('WEBHOOK_URL_INVALID'); 16.06 14:28:43 [Bot] ^ 16.06 14:28:43 [Bot] Error [WEBHOOK_URL_INVALID]: The provided webhook URL is not valid. 16.06 14:28:43 [Bot] at new WebhookClient (/node_modules/discord.js/src/client/WebhookClient.js:36:42) 16.06 14:28:43 [Bot] at Client.<anonymous> (/events/rconConnection.js:316:26) 16.06 14:28:43 [Bot] at Client.emit (node:events:394:28) 16.06 14:28:43 [Bot] at WebSocket.onMessage (/node_modules/rustrcon/src/client/websocket/ws.js:55:15) 16.06 14:28:43 [Bot] at WebSocket.onMessage (/node_modules/rustrcon/node_modules/ws/lib/event-target.js:120:16) 16.06 14:28:43 [Bot] at WebSocket.emit (node:events:394:28) 16.06 14:28:43 [Bot] at Receiver.receiverOnMessage (/node_modules/rustrcon/node_modules/ws/lib/websocket.js:789:20) 16.06 14:28:43 [Bot] at Receiver.emit (node:events:394:28) 16.06 14:28:43 [Bot] at Receiver.dataMessage (/node_modules/rustrcon/node_modules/ws/lib/receiver.js:422:14) 16.06 14:28:43 [Bot] at Receiver.getData (/node_modules/rustrcon/node_modules/ws/lib/receiver.js:352:17) { 16.06 14:28:43 [Bot] [Symbol(code)]: 'WEBHOOK_URL_INVALID' 16.06 14:28:43 [Bot] } 16.06 14:28:43 [PebbleHost] Server shut down (running) 16.06 14:28:43 [PebbleHost] Server stopped
  10. take your time. better it gets done correctly compared to a quick fix
  11. sent it on private message
  12. ok found out the issue. cant put lower drop chance than 1. is it possible to add in support to as low as 0.1 drop chance?
  13. i have changed the mining drop but it still gives only the default.
  14. did you aswell get the same problem now? it was the artic base but after some more monitoring it is also some oxum gas stations, airfield and artic military base.
  15. this is the defaultprofile i use default-DefaultProfiles.json
  16. you want my config file to test if theres an error there?
  17. casually walking around and moving further and further away from the monument
  18. BeePssY

    issue with start of /perms

    ingame name id derspi should be on 1st page and before offline players
  19. BeePssY

    issue with start of /perms

    Hello. i have a issue when i do /perms my ingamename is always on the last page and line in /perms is that a issue or is it just gona be like that?
  20. if its a monument and 1 is adrift then all in that default profile will drift.
  21. the furthes one ventured was about 600 on /radar
  22. the bot keeps on leaving the area its supose to be inn. what have i done wrong*? heres the info of the bot "Arctic Research Base 0": { "type": 0, "Spawn": { "AutoSpawn": true, "Radius": 20, "BotNames": [ "BadAss Sniper Elite" ], "BotNamePrefix": "", "Keep_Default_Loadout": false, "Kit": [ "Sniper" ], "Day_Time_Spawn_Amount": 1, "Night_Time_Spawn_Amount": 1, "Announce_Spawn": true, "Announcement_Text": "MR one bullet 1 kill is ready to end your miserable life at (Arctic Research Base)", "BotHealth": 1200000, "Stationary": false, "UseCustomSpawns": false, "ChangeCustomSpawnOnDeath": false }, "Behaviour": { "Roam_Range": 5, "Aggro_Range": 100, "DeAggro_Range": 50, "Peace_Keeper": false, "Bot_Accuracy_Percent": 100, "Bot_Damage_Percent": 30000, "Running_Speed_Booster": 10, "AlwaysUseLights": false, "Ignore_Sleepers": true, "Target_Noobs": false, "Melee_DamageScale": 1.0, "RangeWeapon_DamageScale": 1.0, "Target_ZombieHorde": 0, "Target_HumanNPC": 0, "Target_Other_Npcs": 0, "Respect_Safe_Zones": true, "Faction": 0, "SubFaction": 0 },
  23. will there be possible to scale the damage 10x the normal damage? internet browser cbroke and sent the same text twice. sorry
  24. will there be possible to scale the damage 10x the normal damage?
1.9m

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

134.4k

Files Sold

Total number of files sold.

2.8m

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.