Jump to content

DeutscherRitterPlatz

Creator
  • Posts

    513
  • Joined

  • Last visited

Everything posted by DeutscherRitterPlatz

    For years, we've been using this version of the clan system, and it has never let us down. No more struggling with commands; it also provides several options for individual customization. While it requires some settings, that was not a problem at all. The configuration is very clear, and the plugin works seamlessly with 99% of the plugins available on the market. Once again, excellent work <3.
    We've been using this panel for several months and are extremely pleasantly surprised. Admittedly, it required a short adjustment period for us, and we had to deal with some settings and different screen resolutions from players. Nevertheless, we have decided to continue using this plugin because it is very quickly understandable and user-friendly. It offers many options to personalize the panel according to one's preferences. Mevent impresses with outstanding work – heartfelt thanks for that. Undoubtedly, he is one of the best developers on the Codefling platform.
    We use this plugin on our PvP server and are extremely impressed. It is relatively easy to configure, and with a bit of familiarization, one can already make impressive customizations. Thank you for this fantastic plugin – we highly recommend it. ThePitereq impresses with outstanding work – sincere thanks for that. Undoubtedly, he is one of the best developers on the Codefling platform.
    We have now acquired the plugin, and it performs its functions flawlessly – excellent performance! The plugin supports the following fire sources: Bradley, Patrol Helicopter, Molotov Cocktail, and Incendiary Rocket. The configuration is extremely user-friendly and easy to customize.
      • 1
      • Love
  1. Version 1.0.0

    66 downloads

    This is an extension of the Magic Panel plugin that shows an icon for the Triangulation Event plugin. The icon's color and position can be set individually in the configuration file. Please note: The Magic Triangulation Event Panel only works in conjunction with the "MagicPanel" and "Triangulation" 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 "Triangulation" plugin will be automatically unloaded. #Configuration The settings and options can be configured in the MagicTriangulationEventPanel 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/scl/fi/0yiadj87yi0htkckeap76/TriangulationEventIcon.png?rlkey=5sct5foybfzmi96gmoyjcvh79&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 Triangulation Event plugin. #Triangulation Trailer
    Free
  2. Version 1.0.0

    121 downloads

    This is an extension of the Magic Panel plugin that shows an icon for the Water Treatment Showdown Event plugin. The icon's color and position can be set individually in the configuration file. Please note: The Magic Triangulation Event Panel only works in conjunction with the "MagicPanel" and "Water Treatment Showdown" 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 "WaterTreatmentEvent" plugin will be automatically unloaded. #Configuration The settings and options can be configured in the MagicWaterTreatmentShowdownEventPanel 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/scl/fi/qoq4lf8f1moiq2go4vns2/MagicWaterTreatmentShowdownEventIcon.png?rlkey=szxdt3wcinn61l8gwkdapqpya&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 Water Treatment Showdown Event plugin. #Buy Plugin
    Free
  3. And I actually want to avoid this option for the sake of clarity and the conversion from economics to the banking system. As mentioned earlier, in the code, the account is set to the starting balance as soon as a card is created. The user does not receive the money credited to their account balance; instead, it is reset. I have commented out this section in the "CreateCard" function, preventing the account from being reset. However, it should be noted that, due to this commenting, a new user will begin on this server without any starting balance. /*if (_config.StartingBalance > 0) data.Balance = _config.StartingBalance;*/
  4. After further testing, I have narrowed down the "Error Converting Economy" issue to the file size. When there is an excess of data, the conversion process is unable to execute successfully, resulting in this error message. It is of particular importance to me that the "Resetting account balance after creating bank cards" error is addressed promptly. Currently, the conversion of economic data does not make sense, as I do not want every user to possess a bank card immediately. This is done to maintain clarity in the player list during the transfer selection, especially since the account is reset to the starting balance.
  5. Hello, We are currently in the process of transitioning to the banking system and shifting from Oxide to Carbon. However, we have encountered an issue after entering the command "bank.convert.economics" in version 1.3.8. The following error message is displayed in the console: Error: Converting Economy [18:58:21] > [BankSystem] Error (Object reference not set to an instance of an object) at void Oxide.Plugins.BankSystem.ConvertFromEconomics() in C:/DeutscherRitterPlatz/RustServerMRSV3_Carbon/carbon/plugins/BankSystem.cs:line 7031 at void Oxide.Plugins.BankSystem.CmdConsoleConvertEconomics(Arg arg) in C:/DeutscherRitterPlatz/RustServerMRSV3_Carbon/carbon/plugins/BankSystem.cs:line 6988 at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture) Our economy settings are configured as follows. "Economy Settings": { "Use own economic system?": true, "Plugin name": "Economics", "Balance add hook": "Deposit", "Balance remove hook": "Withdraw", "Balance show hook": "Balance" }, carbon/data/Economics.json A small excerpt from the economics.json file, this file contains 4598 entries. I suspect the issue is due to there being too many entries. { "Balances": { "76561198953919000": 649457141.0, "76561198894121000": 9932561.9, "76561199117556000": 723112.7, "76561198283163000": 383061.2, "76561197984795000": 30177727.45, "76561198088498000": 126786.7, "76561198065582000": 105552.28, "76561199166504000": 30001.0, "76561198820048000": 74371.06, "76561197976267000": 319541.5, "76561198030580000": 73172.6, "76561198124777000": 3201047.26, "76561198014511000": 205461.88, "76561198116440000": 148516908.8 } } Error: Resetting account balance after creating bank cards We have also observed that when using the economic system within the banking system, with the configuration setting "Use own economic system?": true, the account balance of a user who has earned economic gains through voting or other means prior to creating a bank card is reset to the starting balance. If there are any uncertainties, I am at your disposal to clarify any questions. Alternatively, I can create a short video to provide a more visual explanation of the matter.
    We've been using the plugin for several months now and are extremely satisfied with it. Our community navigates through it quickly, and from my perspective, it's a successful plugin. There are occasional bugs, and the developer's response time is sometimes a bit slow. However, I must fairly mention that tickets in the support category can sometimes be overlooked, as I've experienced firsthand. Nevertheless, we can wholeheartedly recommend the plugin. It meets all the requirements as described and deserves a rating of 5/5 stars from us.
  6. Ability to add as many reward tiers as you want! All you have to do is change the number under rewards to the amount of votes a player needs for those rewards to be given. I.e. vote3 in the previous config is now just 3, vote6 in the previous config is now just 6 No more permissions system. Why on earth would you not want a player to vote for your server?!?!?
  7. Greetings, Senyaa! I have a small request regarding a feature for your plugin. Would it be possible to enable the integration of commands for portals? Specifically, this means that when addressing a portal that is not linked to any other portal, a particular command would be executed.
  8. To resolve the issue, please disable the option in xskinmenu that automatically skins added items. This will solve the problem. "Change item skin when it is placed in the inventory by any means." Alternatively, you can directly modify the configuration of the xskinmenu plugin. Within the "Default player settings," you can globally deactivate it, allowing users to activate it individually as needed. If the changes are not taking effect, it might be necessary to delete the UserSettings located at oxide\data\XDataSystem\XSkinMenu\UserSettings. Please note that this action will also erase users' individual settings such as "Kits."
  9. The current map exhibits a variety of map errors, including inaccessible monuments, Instatot, monuments below the map, forgotten alpha masks, terrain triggers, and bugged NPCs, just to name a few. Due to these issues, we have decided to opt for a different map, as we believe the current one is not entirely playable. We will soon release a comprehensive list of bugs to facilitate their resolution.
  10. We also use the plugin without any problems. The plugin automatically places all images as intended in the “AdvanceVehicle” folder under “oxide/data/AdvanceVehicle”. If the plugin cannot load or place images there, this indicates a server permissions issue and not a problem with the plugin. My suggested solution is to create a folder called “AdvanceVehicle” and put the images there. Then reload the plugin or, best of all, restart the server. AdvanceVehicle.zip
  11. There are various options for such applications. We utilize some of these plugins ourselves. https://umod.org/plugins/extra-loot
  12. @Chill Roleplay Fix for gingerbread skin Upgrade Error. change the skin id from 10226 to 2 Config and .cs
  13. Hooks: void CargoPlaneCrashStarted() // called when the event starts void CargoPlaneCrashCrashed() // called when a cargo plane crashes
  14. DeutscherRitterPlatz

    Can't update

    Changed Status from Pending to Closed
  15. Changed Status from Pending to Closed
  16. Is it also possible to choose the color of the container-Skins?
  17. Version 1.0.0

    144 downloads

    A small yet plugin that swiftly provides information about the item you're holding in your hand. #Features Once you have an item in your hand and want to get information about it, execute the command /iteminfo. The relevant information will then be displayed in the chat. ItemName ItemShortName ItemSkinId ItemID #Permission iteminfo.use - Grants the user permission to use the /iteminfo command. #Command /iteminfo - This command allows you to display information about the item. You need to execute the command while holding the item in your hand. #Localization The plugin currently supports English and German. English { "NoPermission": "You do not have permission to use this command!", "NoItemEquipped": "You have not equipped any item.", "PluginPrefix": "<size=16><color=#AE3624>ITEM</color> <color=#738D45>INFO</color></size>" } Deutsch { "NoPermission": "Du hast keine Berechtigung, diesen Befehl zu verwenden!", "NoItemEquipped": "Du hast kein Item ausgerüstet!", "PluginPrefix": "<size=16><color=#AE3624>ITEM</color> <color=#738D45>INFO</color></size>" } Ps: If you find the plugin useful, I would appreciate a thumbs up, as I'm fond of likes!
    Free
  18. Version 1.0.0

    67 downloads

    This small plugin displays your current position in the format x, y, z. It is particularly useful for plugins that support custom coordinates. #Permission myinfo.use - Grants the user permission to use the /myposi command. #Command /myposi - By using the command /myposi, you can display your current position in the chat. #Localization The plugin currently supports English and German. English { "NoPermission": "You do not have permission to use this command!", "Position": "You posi is: ", "PluginPrefix": "<size=16><color=#AE3624>MY</color> <color=#738D45>POSI</color></size>" } Deutsch { "NoPermission": "Du hast keine Berechtigung, diesen Befehl zu verwenden!", "Position": "Deine Position ist: ", "PluginPrefix": "<size=16><color=#AE3624>MY</color> <color=#738D45>POSI</color></size>" } Ps: If you find the plugin useful, I would appreciate a thumbs up, as I'm fond of likes! If you're looking for a plugin with advanced features, I highly recommend the @Krungh Crow plugin!
    Free
    Our decision to go for the Sortify plugin has proven to be an absolute jackpot! Shortly after acquiring it, we could observe that our players are genuinely thrilled with the features it offers. The ability to sort chests in a simple and lightning-fast manner has significantly enhanced the gaming experience on our server. The installation was a breeze, even for less experienced users. A heartfelt thank you to the developers for this outstanding plugin! It not only met our expectations but surpassed them by far. We look forward to expressing the enthusiastic reactions of our players through a well-deserved positive review.
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

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