Jump to content

Doldak

Creator
  • Posts

    239
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Doldak

  1. Version 1.0.0

    41 downloads

    3 Full Skin Adobe 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" adobe1 adobe2 adobe3 restart RB plugin or use the "rb.reloadconfig" command
    $2.50
  2. oh that's new i just looked at it but you can't call it a real translation it seems like it was run through google translator, mine you have a real translation that was checked line by line.
  3. Doldak

    Medium RaidBases

    come later srry
  4. Version 1.0.1

    97 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, Schliebfä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
  5. Version 1.0.0

    61 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 geniebe das Plugin auf Deutsch!
    Free
  6. Version 2.2.0

    381 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. }
    $19.99
  7. Doldak

    Easy Raidbases

    Version 1.0.0

    95 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, Schliebfä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
  8. maybe a dau problem i think
  9. please answer the supports, THANK YOU
  10. Doldak

    XMenu

    ohman i am so blind
  11. Doldak

    XMenu

    is there a trick how I mirror everything on the right side?
  12. Doldak

    Grow

    The new version with the scrap setting is now available, Special for you, thank you for a rating
  13. Doldak

    Grow

    Update is out
  14. Doldak

    can you support mysql

    Changed Fixed In to 1.0.2
  15. Doldak

    Grow

    why G and not g ??
  16. Doldak

    Grow

    yes it is, when i'm done with my current plugins i'll look at it again
  17. Doldak

    Grow

    i looked through it again, there are no more ads since the last update and what do you mean by g G ?
  18. Done but don't forget, you can set the effect in the config yourself
  19. Doldak

    RocketDeath

    it is now available in the new update. i will make the angle adjustable in the config in a later update.
  20. Doldak

    RocketDeath

    very good idea, i will work on it directly and publish an update
  21. 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
  22. Doldak

    can you support mysql

    Changed Status from Pending to Closed
  23. Doldak

    can you support mysql

    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
  24. Doldak

    can you support mysql

    Changed Status from Closed to Pending
  25. Doldak

    can you support mysql

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

Downloads

Total number of downloads.

9.7k

Customers

Total customers served.

140.7k

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.