-
Posts
238 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Doldak
-
- 2 comments
-
- #raidablebases
- #raidable bases
-
(and 2 more)
Tagged with:
-
- 2 comments
-
- 1
-
-
- #raidbases
- #raidbase
-
(and 3 more)
Tagged with:
-
Version 1.0.1
87 downloads
8 Medium RaidBases Each base comes pre-equipped with items such as chests, furnaces, lockers, and more, eliminating the need for you to populate loot locations yourself! Installation Guide Unzip the file and place them in your oxide/data/copypaste directory. Make sure to copy only the files, not the entire folder. Type in console this command: rb.config add "Medium Bases" dmedium1 dmedium2 dmedium3 dmedium4 dmedium5 dmedium6 dmedium7 dmedium8 restart RB plugin or use the "rb.reloadconfig" command Deutsch: 8 Medium RaidBasen Jede Basis ist bereits mit Gegenständen wie Truhen, Öfen, Schließfächern und mehr ausgestattet, sodass du diese nicht platzieren musst. Installationsanleitung Entpacke die Datei und platziere sie in deinem oxide/data/copypaste-Verzeichnis. Achte darauf, nur die Dateien und nicht den gesamten Ordner zu kopieren. Gib diesen Befehl in der Konsole ein: rb.config add "Medium Bases" dmedium1 dmedium2 dmedium3 dmedium4 dmedium5 dmedium6 dmedium7 dmedium8 Starte das RB-Plugin neu oder verwende den Befehl "rb.reloadconfig".$5.50- 2 comments
-
- #raidbases
- #raidbase
-
(and 3 more)
Tagged with:
-
Version 1.0.0
46 downloads
Warum Zeit verschwenden und sich selbst darum kümmern, das RaidableBases-Plugin zu übersetzen, wenn Du es einfach haben kannst? Unsere deutsche Sprachdatei für das RaidableBases-Plugin bietet akkurate und authentische Übersetzungen für alle wichtigen Funktionen. Einfach zu installieren und von höchster Qualität, wir haben alles für Dich erledigt! Hol Dir jetzt unsere deutsche Sprachdatei und genieße das Plugin auf Deutsch!Free- 2 comments
- 1 review
-
- 1
-
-
- #raidablebases
- #raidable bases
-
(and 2 more)
Tagged with:
-
Version 2.2.0
361 downloads
VIP Status is a powerful plugin that shows custom status messages for VIP players (3 different groups) on your Rust server. With the user-friendly configuration options, you can customise the colours, icons and text of the VIP status message of all 3 VIP groups to suit your individual needs. Plus, the plugin comes with a fully customizable language file, so you can translate the status message and other plugin texts into your preferred language. But that's not all: VIP Status is designed to be stable and reliable. Unlike other plugins that use countdown timers to display the remaining time of a VIP status, VIP Status simply shows the expiration date and checks it against the player's permissions file at fixed intervals. This approach ensures that the plugin operates smoothly without causing any lags or performance issues. Many other plugins that constantly perform countdown calculations can be processor-intensive and lead to performance drops. That's why we opt for static end times, eliminating the need for resource-heavy calculations every minute. If you want to enhance the VIP experience on your Rust server and offer your players a premium status that stands out, VIP Status is the plugin for you. Try it out today and see how it can elevate your server to the next level! Please note that VIP Status requires the Free TimedPermissions plugin to function, as it relies on TimedPermissions to set and track the VIP expiration time. If a player is a member of the VIP group but not listed in the TimedPermission file, the VIP status is now displayed without an expiry date. vip groups now possible for a maximum of 3 groups with different settings (pictures, colour etc.) as well as long file for all 3 groups Toggle the visibility of your VIP status. Added new configuration option to display a custom status when the player does not belong to any group, as an example: no vip Commands: /vip - List of Commands /vt - Toggle the visibility of your VIP status. /vi - Shows how long you have left on your VIP status Config: { "VIPGroups": [ { "Color": "0.66 0.66 0.66 0.8", "IconColor": "1.5 0.8 0.0 0.9", "ImageUrl": "https://i.ibb.co/hmC7s0y/vip1.png", "SubTextColor": "1 1 1 0.7", "TextColor": "1.5 0.8 0.0 0.8", "VipStatusId": "vip1" ///name of the vip group 1 }, { "Color": "0.30 0.66 0.66 0.8", "IconColor": "1.5 0.8 0.0 0.9", "ImageUrl": "https://i.ibb.co/yN18d6h/vip2.png", "SubTextColor": "1 1 1 0.7", "TextColor": "1.5 0.8 0.0 0.8", "VipStatusId": "vip2" ///name of the vip group 2 }, { "Color": "1.0 0.0 0.0 0.4", "IconColor": "1.5 0.0 0.0 0.9", "ImageUrl": "https://i.ibb.co/py0GJpj/vip3.png", "SubTextColor": "1 1 1 0.7", "TextColor": "1.5 0.8 0.0 0.8", "VipStatusId": "vip3" ///name of the vip group 3 } ], "ShowCustomStatusWhenNoGroup": false, ///set true to display a custom status when the player does not belong to any group. "NoGroupConfig": { "Color": "1.0 0.0 0.0 0.4", "TextColor": "1.5 0.8 0.0 0.8", "SubTextColor": "1 1 1 0.7", "IconColor": "1.5 0.8 0.0 0.8", "ImageUrl": "https://i.ibb.co/hmC7s0y/vip1.png" } } Lang: { "VIPStatusText_group1": "GROUP1", ///visible name of the vip group 1 "UntilText_group1": "until {0}", ///subtext for Group 1 with expire time "NoExpireText_group1": "Unlimited", ///subtext for Group 1 without an expiry date. "VIPStatusText_group2": "GROUP2", ///visible name of the vip group 2 "UntilText_group2": "until {0}", ///subtext for Group 2 with expire time "NoExpireText_group2": "Unlimited",///subtext for Group 2 without an expiry date. "VIPStatusText_group3": "GROUP3", ///visible name of the vip group 3 "UntilText_group3": "until {0}",///subtext for Group 3 with expire time "NoExpireText_group3": "Unlimited", ///subtext for Group 3 without an expiry date. "VIPStatusOn": "VIP status display turned on.", "VIPStatusOff": "VIP status display turned off.", "VIPStatusExpiration": "{0} expires on: {1}", "VIPStatusUnlimited": "{0} has unlimited VIP status.", "MessageCommandsListTitle": "List of Commands:", "MessageCommandVT": "/vt - Toggle the visibility of your VIP status.", "MessageCommandVIPInfo": "/vi - Shows how long you have left on your VIP status.", "NoGroupStatus": "No VIPs" /// text for the custom status when the player does not belong to any group. }$15.00 -
Version 1.0.0
91 downloads
7 Easy RaidBases Each base comes pre-equipped with items such as chests, furnaces, lockers, and more, eliminating the need for you to populate loot locations yourself! Installation Guide Unzip the file and place them in your oxide/data/copypaste directory. Make sure to copy only the files, not the entire folder. Type in console this command: rb.config add "Easy Bases" deasy1 deasy2 deasy3 deasy4 deasy5 deasy6 deasy7 restart RB plugin or use the "rb.reloadconfig" command Deutsch: 7 Einfache RaidBasen Jede Basis ist bereits mit Gegenständen wie Truhen, Öfen, Schließfächern und mehr ausgestattet, sodass du diese nicht platzieren musst. Installationsanleitung Entpacke die Datei und platziere sie in deinem oxide/data/copypaste-Verzeichnis. Achte darauf, nur die Dateien und nicht den gesamten Ordner zu kopieren. Gib diesen Befehl in der Konsole ein: rb.config add "Easy Bases" deasy1 deasy2 deasy3 deasy4 deasy5 deasy6 deasy7 Starte das RB-Plugin neu oder verwende den Befehl "rb.reloadconfig".$5.50-
- #raidbases easy
- #raidbase
-
(and 3 more)
Tagged with:
-
- 42 comments
-
- #panel
- #infopanel
-
(and 6 more)
Tagged with:
-
- 42 comments
-
- #panel
- #infopanel
-
(and 6 more)
Tagged with:
-
Changed Fixed In to 1.0.2
-
- 2 comments
-
- #fire
- #friendly fire
-
(and 2 more)
Tagged with:
-
Version 1.0.0
2 downloads
Elevate your server's gaming experience with this innovative addition, which triggers a captivating explosion effect and displays an informative warning GameTip every time a player deals friendly fire damage. Features: Multilingual support with English and German language files to reach a wider audience. Personalize the explosion effect by modifying the prefab in the configuration file. Customize the warning duration through the configuration file to suit your preferences. Permission integration enables specific players or groups to activate the plugin's features. Use the permission "friendlyfireexplosion.allowed" to grant access. Fully compatible with Rust and the Oxide modding framework. Configuration: { "EffectPrefab": "assets/bundled/prefabs/fx/explosions/explosion_01.prefab", (Change the explosion effect by specifying a different prefab path.) "WarningDuration": 5.0 (Adjust the duration of the warning GameTip displayed to the player.) } Transform your server with the dynamic Friendly Fire Explosion plugin, creating a more engaging experience for your players. Keep them informed about friendly fire incidents and inspire collaboration!$4.50- 2 comments
-
- #fire
- #friendly fire
-
(and 2 more)
Tagged with:
-
Changed Status from Pending to Closed
-
be so kind and write me a PN with more information, and try at least after you post the message here 10 minutes to be online to wait that I answer. it complicates the debugging if you give yourself between each message 4 days break 😉
-
Changed Status from Closed to Pending
-
send me your config, please mark important data with xx, and are you using the latest RaidableBases version? does your mysql database accept access from external? wait, when is the message displayed? directly when loading the plugin or later? did you check if a table was created? rb lader active in raidbase config? are there entries in the rb ladder?
-
Version 1.0.2
35 downloads
English: Add a spectacular display to your Rust server with the RocketDeath plugin! This unique plugin brings an explosive touch to your server by triggering an impressive firework rockets show when a player dies. Features: Automatic Rocket Show: When a player with the "rocketdeath.use" permission dies, the plugin automatically triggers a firework rocket show starting at the location of the death. Customizable Number of Rockets: The number of rockets fired upon a death can be easily changed through the configuration file. By default, it's set to 3 rockets per death. Simple Permission Management: Use the "rocketdeath.use" permission to control which players can trigger the rocket show upon their death. Flares for Visual Effects: In addition to rockets, flares are also deployed at the location of the death, creating a more vibrant and captivating light show. Give your server a unique touch with the RocketDeath plugin and provide your players with an unforgettable gaming experience! Get the RocketDeath plugin today and light up the sky! -------------------------- Deutsch: Verleihen Sie Ihrem Rust-Server mit dem RocketDeath-Plugin eine spektakuläre Darstellung! Dieses einzigartige Plugin verleiht Ihrem Server eine explosive Note, indem es beim Tod eines Spielers eine beeindruckende Feuerwerk-Raketen-Show auslöst. Funktionen: Automatische Raketen-Show: Wenn ein Spieler mit der Berechtigung "rocketdeath.use" stirbt, löst das Plugin automatisch eine Feuerwerk-Raketen-Show an der Stelle des Todes aus. Anpassbare Anzahl von Raketen: Die Anzahl der beim Tod abgefeuerten Raketen kann leicht über die Konfigurationsdatei geändert werden. Standardmäßig sind es 3 Raketen pro Tod. Einfaches Berechtigungsmanagement: Verwenden Sie die Berechtigung "rocketdeath.use", um zu kontrollieren, welche Spieler die Raketen-Show bei ihrem Tod auslösen können. Leuchtkörper für visuelle Effekte: Zusätzlich zu Raketen werden auch Leuchtkörper an der Stelle des Todes eingesetzt, um eine lebendigere und fesselnde Lichtshow zu erzeugen. Verleihen Sie Ihrem Server mit dem RocketDeath-Plugin eine einzigartige Note und bieten Sie Ihren Spielern ein unvergessliches Spielerlebnis! Holen Sie sich noch heute das RocketDeath-Plugin und lassen Sie den Himmel erleuchten!$6.50