-
Posts
163 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by MaLai
-
Hello, Please make an option that Heavy Cargo do not dock on Harbor or atleast that the Plugin check if there is already a Cargoship docked on Harbor! Its moving through other Cargoship's like vanilla Cargoship or HarborEvent.
-
I already looked in inside the config but Im not sure. So Im asking now ^^. We only want to use the Shop System (RP and Custom Item). We don't want that player can put Items inside the Shop to sell them to other players and/or that they can creates "wanted" offers for Items. Is it possible do deactivate these two things and only use the Shop as Server Shop?
-
- 32 comments
-
- 32 comments
-
- 26 comments
-
- 26 comments
-
- 26 comments
-
- 1
-
-
- 26 comments
-
- 26 comments
-
- 26 comments
-
- 31 comments
-
- 1
-
-
- #event
- #facepunch
- (and 17 more)
-
- 16 comments
-
Version 1.0.0
10 downloads
It's Christmas time! Decorate your map for christmas with this beautiful and lovely christmas pack! This pack contains four small christmas prefab each of them have unique loot containers and can be used for points of interests, decoration or as roadside "junkpiles". Need more christmas stuff? Look here:$10.99-
- 1
-
-
- #christmas
- #malai
-
(and 4 more)
Tagged with:
-
Changed Status from Pending to Closed
-
Changed Fixed In to 1.0.3
-
It's already updated. Facepunch made changed with the frontier parts. Some parts are invisible now and new parts are added. Please download the latest version.
-
Version 1.0.4
29 downloads
Come and visit Santa's lovely detailed home and workstation! See where Santa lives and how he produce all the gifts for christmas! The monument comes with a red card puzzle. Repair Santa's workstation to get access to his home! Happy Xmas! Need more christmas stuff? Look here:$13.99- 1 comment
- 1 review
-
- #christmas
- #xmas
- (and 4 more)
-
Version 1.0.4
36 downloads
Christmas is coming! Enjoy your map with this sweet and lovely detailed christmas village. The village contains two vending machines selling christmas stuff like christmas tree, candy's etc. Also this monument comes with two puzzle. The first puzzle needs only a green card and the second puzzle needs a green and blue card. Happy Xmas Need more christmas stuff? Look here:$15.99- 4 comments
- 2 reviews
-
- #christmas
- #monuments
-
(and 4 more)
Tagged with:
-
- 26 comments
-
Hey, I fixed it myself. For other people who got this problem this is the fix: The problem is there: if (isStaffMember) { if (isApproval) { try { for (const rcon of rconConnections) { let addSkinCommand = ''; if (pluginSkins === 'lskins') { addSkinCommand = `lskins add ${skinId}`; } else if (pluginSkins === 'skincontroller') { addSkinCommand = `addskin ${skinId}`; } else if (pluginSkins === 'skinbox') { addSkinCommand = `skinbox.addskin ${skinId}`; } else if (pluginSkins === 'custom') { addSkinCommand = `${customCommand} ${skinId}`; } await rcon.send(addSkinCommand); const acceptMessage = ` **Skin Accepted on ${rcon.server_name}** \n\nSkin ID: ${skinId}\nAccepted by ${member}`; client.channels.cache.get(logs).send(acceptMessage); } } catch (error) { console.error(error); requestMessage.channel.send('Error adding the skin.'); } } else { const rejectMessage = ` **Skin Rejected on ${rcon.server_name}** \n\nSkin ID: ${skinId}\nRejected by ${member}`; client.channels.cache.get(logs).send(rejectMessage); } requestMessage.reactions.removeAll().catch(error => console.error('Error removing reactions:', error)); const pendingSkinIndex = pendingSkins.findIndex(skin => skin.skinId === skinId); if (pendingSkinIndex !== -1) { pendingSkins.splice(pendingSkinIndex, 1); savePendingSkins(); } } } }); On: } else { const rejectMessage = ` **Skin Rejected on ${rcon.server_name}** \n\nSkin ID: ${skinId}\nRejected by ${member}`; client.channels.cache.get(logs).send(rejectMessage); rcon.server_name = rcon is not defined in the code. So I added a definition to that: for (const rcon of rconConnections) { const rejectMessage = ` **Skin Rejected on ${rcon.server_name}** \n\nSkin ID: ${skinId}\nRejected by ${member}`; client.channels.cache.get(logs).send(rejectMessage); } Now its working.
- 86 comments
-
- 1
-
-
Installed 18.13 its still not working. Npm Packages are installed. Sorry we are not interested on another subscription also we have a dedicated windows server. PS C:\Users\Administrator\desktop\discord2skinbox> node app.js Loaded Pending Skins: 2 RCON Connection Established for server at 45.138.49.49:27025. Ready! Connected as Hansi#5040 node:events:491 throw er; // Unhandled 'error' event ^ ReferenceError: rcon is not defined at Client.<anonymous> (C:\Users\Administrator\desktop\discord2skinbox\app.js:214:64) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) Emitted 'error' event on Client instance at: at emitUnhandledRejectionOrErr (node:events:394:10) at process.processTicksAndRejections (node:internal/process/task_queues:84:21) Node.js v18.13.0
- 86 comments
-
- 86 comments
-
- 86 comments
-
Hello, we getting this error whenever we reject a skin: PS C:\Users\Administrator\desktop\discord2skinbox> node app.js Loaded Pending Skins: 1 RCON Connection Established for server at 45.138.49.49:27025. Ready! Connected as Hansi#5040 node:events:495 throw er; // Unhandled 'error' event ^ ReferenceError: rcon is not defined at Client.<anonymous> (C:\Users\Administrator\desktop\discord2skinbox\app.js:214:64) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) Emitted 'error' event on Client instance at: at emitUnhandledRejectionOrErr (node:events:398:10) at process.processTicksAndRejections (node:internal/process/task_queues:84:21) Node.js v18.19.0 PS C:\Users\Administrator\desktop\discord2skinbox> Adding a skin (accepting) works fine. **Posted this already in Support Forum**
- 86 comments
-
Hello, we getting this error whenever we reject a skin: PS C:\Users\Administrator\desktop\discord2skinbox> node app.js Loaded Pending Skins: 1 RCON Connection Established for server at 45.138.49.49:27025. Ready! Connected as Hansi#5040 node:events:495 throw er; // Unhandled 'error' event ^ ReferenceError: rcon is not defined at Client.<anonymous> (C:\Users\Administrator\desktop\discord2skinbox\app.js:214:64) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) Emitted 'error' event on Client instance at: at emitUnhandledRejectionOrErr (node:events:398:10) at process.processTicksAndRejections (node:internal/process/task_queues:84:21) Node.js v18.19.0 PS C:\Users\Administrator\desktop\discord2skinbox> Adding a skin works fine.
