Jump to content

MaLai

Creator
  • Posts

    163
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by MaLai

  1. 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.
  2. MaLai

    Shoppy Stock

    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?
  3. MaLai

    Shop Controller | UI

    Hey, Is this plugin supporting multiple currency or I did I have to use one currency? As example: I want to sell testcommand 1 for scrap and testcommand 2 for RP. Is this possible or do I have to set scrap, RP etc. For all items/commands etc.?
  4. The new Oil rigs are already on the map. Did you even visit the oilrigs on the map? I think no.
  5. Sorry but this something you have to do on your own. There are a lot of tutorials on youtube how to make rivers, roads, editing terrain and placing monuments. You should watch some videos. Its really exciting.
  6. So... Did you read the Readme file and installed Rustedit.dll correctly? Without i/o is not working. You can change the monument names with Rustedit tool. And the Monuments are not using our nickname. Its a Label and is used in multiple monuments.
  7. My English isn't that good. Here is a guide how to install custom maps. I hope this will help you. https://www.4netplayers.com/en/wiki/rust/custom-map-installation/#:~:text=First%2C upload your map to,you will need it later. Or here:
  8. Hey everything is working fine. I just tested the Beach Club. The problem must be by the server owner. Here some screenshots:
  9. The green one should be powered than. If not then maybe something broke. I will look after the weekend into it and will test it myself. When it's a map issue on our side then we will fix it.
  10. MaLai

    Triangulation

    If you stay on top of a attack helicopter then the animals can't do damage to the player.
  11. MaLai

    Mallorca by MaLai

    The Map is getting a update with a new monument and some improvements. Since my girlfriend and I moving together we don't have much time at the moment. We hope we can get the update ready in mid january.
  12. 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
  13. MaLai

    Missing parts after update

    Changed Status from Pending to Closed
  14. MaLai

    Missing parts after update

    Changed Fixed In to 1.0.3
  15. MaLai

    Missing parts after update

    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.
  16. 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
  17. 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
  18. We was really thinking if this a joke. If not: No. This is a one grid map. Besides that all monuments would never fit on the map. Its designed for server that wants a small map with some monuments and a lot of fps.
  19. 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.
  20. 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
  21. Where? I find on previous releases only Node.js 18.19.0 https://nodejs.org/en/about/previous-releases
  22. 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**
  23. MaLai

    Error when skin rejected

    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.
2.1m

Downloads

Total number of downloads.

9.8k

Customers

Total customers served.

142.4k

Files Sold

Total number of files sold.

3m

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.