-
Posts
544 -
Joined
-
Last visited
-
Days Won
21
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by DeutscherRitterPlatz
-
- 51 comments
-
Version 1.0.3
780 downloads
The "Magic ArmoredTrain Event Panel" plugin is an extension for the Magic Panel plugins on Umod. Once the ArmoredTrain Event is activated, the color of the icon changes, and both the color and position of the icon can be individually customized in a configuration file. Please note: The Magic ArmoredTrain Event Panel only works in conjunction with the "MagicPanel" and "ArmoredTrain" plugins. Make sure you have installed these plugins before using the Event Panel. The plugin also automatically checks if any of the required plugins are missing. If this is the case, the "MagicArmoredTrainEventPanel" plugin will be automatically unloaded. #Configuration The settings and options can be configured in the ArmoredTrainPanel file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors. { "Active Color": "#00FF00FF", "Inactive Color": "#FFFFFF1A", "Panel Settings": { "Dock": "center", "Width": 0.02, "Order": 1, "BackgroundColor": "#FFF2DF08" }, "Panel Layout": { "Image": { "Url": "https://www.dropbox.com/s/3yvr8o4zy5h1j2w/CargoTrain.png?dl=1", "Enabled": true, "Color": "#FFFFFFFF", "Order": 0, "Width": 1.0, "Padding": { "Left": 0.1, "Right": 0.1, "Top": 0.05, "Bottom": 0.05 } } } } #Credits Thanks to MJSU for the Magic Panel plugin. We reworked one of the plugin extensions so that MagicPanel now also supports the ArmoredTrain plugin. #Armored Train TrailerFree- 6 comments
-
- 2
-
-
-
- #magic panel
- #armored train
-
(and 4 more)
Tagged with:
-
- 238 comments
-
- 2
-
-
For the admins getting the error: "Compile Error: BradleyGuards.cs(172,34): Error CS1501: No overload for method 'Init' takes '14' arguments". Open the plugin with Notepad++ and search for "npc.Brain.Senses.Init" and replaced npc.Brain.Senses.Init(npc, 5f, 140f, 140f, -1f, true, false, true, 60f, false, false, false, EntityType.Player, false); with npc.Brain.Senses.Init(npc, npc.Brain, 5f, 140f, 140f, -1f, true, false, true, 60f, false, false, false, EntityType.Player, false); Then the plugin should work again.
- 238 comments
-
- 3
-
-
I already have links, but I don't know if I'm allowed to post them here. https://github.com/DocValerian/rust-plugins/tree/main/x_UnpolishedPlugins Mods: If the link to GitHub is forbidden, please delete the link.
-
There are no direct server parameters for this, you really would have to run something like that via plugins! There are already plugins that limit the height and many other things too! The plugin name is "BuildManager by DocValerian" but support is not guaranteed! This plugin edits the CupBoard-Radius, I don't know if this plugin still works 100%! https://umod.org/plugins/tool-cupboard-extender
-
Unfortunately, it is not possible to play YouTube videos directly.. or to click links so that the user is then forwarded to the browser. Here is a nice info panel where the user then has the option to get a note where they then have to copy and paste the link into their browser. This copy function is included with the addon!
-
This plugin is not exactly what you are looking for.. but the users could convert their base there to PvP.. maybe this plugin could be adapted so that the base is not deleted after the time has elapsed. We use this plugin ourselves to delete our AFk houses..
-
Hello, we bought this plugin and wanted to ask if you could also support the following things. I would be very happy about a positive answer. Supports Stacking of Skins with Custom Display Names Supports Stacking of Custom Items and with Custom Display Names Supports Stacking of Key Cards without losing the stack when swiping Supports stacking Candy Cane Club without losing the stack while lick
- 5 comments
-
- #harmony
- #oxidation
- (and 8 more)
-
-
A very simple but perfect plugin to make gamers laugh! We have it on the server now and our players and we had a lot of laughs! In the config you can make a few settings and set them up as you wish. We can recommend this plugin! We will now adapt it a bit for Christmas and give the users a nice gift Thank you @NooBlet
- 143 comments
-
- 2
-
-
- #red button
- #button
-
(and 2 more)
Tagged with:
-
I took the trouble to create better icons, maybe you can use them for the plugin. Couch Terminal 2er https://steamcommunity.com/sharedfiles/filedetails/?id=2893510492 Chair Terminal 1ner https://steamcommunity.com/sharedfiles/filedetails/?id=2893522810 Poker Table 6er https://steamcommunity.com/sharedfiles/filedetails/?id=2893518750 Blackjack Machine https://steamcommunity.com/sharedfiles/filedetails/?id=2893501916
-
- 9 comments
-
- 1
-
-
Thanks @ThePitereqfor the awesome plugin! We are now also the proud owner of the Virtual Quarries plugin. Lots of ways to set up this plugin for your server! Fast support, easy configuration, good value for money, nice user interface. We can recommend this plugin! P.S.: support everything the Rust heart desires!
-
Would it be possible that you could also support custom items for the resources? "multiplegrenadelauncher": { "Name": "Grenade Launcher", "Image": "multiplegrenadelauncher.png", "SkinID": 0, "Category": "weapons", "Tier": 3, "ResearchCost": 900, "Resources": { { "shortname": "metal.fragments", "name": null, "amount": 750, "skin": 0 }, { "shortname": "metalpipe", "name": null, "amount": 6, "skin": 0 }, { "shortname": "metal.refined", "name": null, "amount": 150, "skin": 0 }, { "shortname": "ammo.nailgun.nails", "name": "Screws", "amount": 10, "skin": 12312312 } } }
-
Tank life replacement by BradleyTiers
DeutscherRitterPlatz replied to DeutscherRitterPlatz's Support Request in Support
There are several queries for this in the BradleyTiers plugin. There it is checked whether the tank has the skin ID 755446 if so, then the plugin skips the tank. Adem has already implemented it in their ArmoredTrain plugin. For example. private void OnBradleyApcInitialize(BradleyAPC bradley) { if (bradley.skinID == 755446 || bradley.OwnerID == 755446)//Adem plugin reference 1114526 { Puts($"Disabled Tiered apc spawn Settings for Convoy/Armored Train {bradley}"); return; }...... } Due to our setting, this plugin is also checked and then skipped. -
Hello @AhigaO would it be possible that you support Permission? Permission for use all = inventoryhelper.all Permission for use R = inventoryhelper.use Permission for use pull = inventoryhelper.pull Permission for Basic Transfer = inventoryhelper.basictransfer Permission for My Transfer = inventoryhelper.mytransfer Permission for Advanced Transfer = inventoryhelper.adtransfer
- 10 comments
-
- 1
-
-
- #craft
- #transfer items
- (and 6 more)
-
-
- 72 comments
-
- 1
-
-
- #rust
- #marketplace
- (and 8 more)
-
We found that if you also have the BradleyTiers plugin installed, the tank's life will be replaced with this BradleyTiers plugin. We have in the line: 1904 Bradley.skinID = 755446; added and was able to fix it..
-
- 132 comments
-
- 1
-
