Jump to content

IIIaKa

Creator
  • Posts

    2,309
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by IIIaKa

  1. You'd better open a support ticket on the plugin's page, as the issue might also lie within the plugin itself. Make sure you are following the instructions provided by the author exactly. If you’ve done everything as instructed and it still doesn’t work, then no one but the author can help you with this.
  2. IIIaKa

    Activity Rewards

    Hello, in the next update, it will be possible to register new permissions that will start with 'activityrewards'
  3. IIIaKa

    Trader

    Welcome to the Trader Plugin Discussion Section! Hello! This section is exclusively for discussing Trader plugin. Encountered Issues? If you're facing any difficulties with the plugin's functionality, feel free to create a topic in the Support section for assistance! Ideas and Suggestions? Have ideas to share or new features to suggest? Feel free to start a discussion by creating a topic in the Support section. Feel free to share your thoughts and experiences - together we can make our plugin even better!
  4. IIIaKa

    Wipe Status

    Hello, just to the right, right below the 'Buy' button, there's a bundle and a button to buy that bundle.
  5. Version 0.1.1

    116 downloads

    The plugin displays the time until restart in the status bar. Depends on AdvancedStatus plugin. The ability to to add and modify any restart plugins; The ability to automatically generate code for restart hooks; The ability to automatically generate language files for different languages(filled in English); The ability to choose between bar types(TimeCounter and TimeProgressCounter); The ability to specify the order of the bar; The ability to change the height of the bar; The abillity to customize the color and transparency of the background; The ability to set a material for the background; The ability to switch between CuiRawImageComponent and CuiImageComponent for the image; The ability to get images from the local folder(*SERVER*\oxide\data\AdvancedStatus\Images); The abillity to set own image and customize the color and transparency of the image; The abillity to set sprite instead of the image; The ability to customize the color, size, font and outline of the text. { "Is it worth generating restart hooks? 0 - disabled, 1 - one-time activation, 2 - always enabled": 2, "List of language keys for creating language files": [ "en" ], "The type of the bar(TimeProgressCounter or TimeCounter)": "TimeCounter", "The height of the bar": 26, "The display order of the bar": 10, "The background color of the bar(HEX or RGBA)": "#E5423F", "The background transparency of the bar": 0.7, "The background material of the bar, leave empty to disable": "", "The URL of the bar image": "https://i.imgur.com/rAiHloW.png", "The local image of the bar, leave empty to use URL": "RestartStatus_Default", "The sprite image of the bar, leave empty to use local or URL": "", "Is it worth using a raw image for the bar?": false, "The color of the bar image(HEX or RGBA)": "#E5423F", "The transparency of the bar image": 1.0, "The outline color of the bar image(HEX or RGBA)": "0.1 0.3 0.8 0.9", "The outline transparency of the bar image": 1.0, "The outline distance of the bar image, leave empty to disable. Example '0.75 0.75'": "", "The size of the bar text": 12, "The color of the bar text(HEX or RGBA)": "#FFFFFF", "The transparency of the bar text": 1.0, "The font of the bar text(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf", "The horizontal offset of the bar text": 0, "The outline color of the bar text(HEX or RGBA)": "#000000", "The outline transparency of the bar text": 1.0, "The outline distance of the bar text, leave empty to disable": "", "The size of the bar subtext": 12, "The color of the bar subtext(HEX or RGBA)": "#FFFFFF", "The transparency of the bar subtext": 1.0, "The font of the bar subtext": "RobotoCondensed-Bold.ttf", "The outline color of the bar subtext(HEX or RGBA)": "0.5 0.6 0.7 0.5", "The outline transparency of the bar subtext": 1.0, "The outline distance of the bar subtext, leave empty to disable": "", "The background color of the progress bar(HEX or RGBA)": "1 1 1 0.15", "The background transparency of the progress bar": 0.15, "Is it worth making the progress reversible?": true, "The color of the bar progress(HEX or RGBA)": "#E5423F", "The transparency of the bar progress": 0.7, "The OffsetMin of the bar progress": "0 0", "The OffsetMax of the bar progress": "0 0", "The list of restart hooks. Note: After modifying hooks, do not forget to toggle hook generation": [ { "Hook triggered at the start of a restart": "OnSmoothRestartInit", "Argument position containing the number of seconds until restart(counting from 0)": 0, "Hook triggered at the cancellation of a restart": "OnSmoothRestartCancelled" }, { "Hook triggered at the start of a restart": "OnRestartScheduled", "Argument position containing the number of seconds until restart(counting from 0)": 0, "Hook triggered at the cancellation of a restart": "OnRestartCancelled" } ], "Version": { "Major": 0, "Minor": 1, "Patch": 1 } } EN: { "BarText": "RESTART IN" } RU: { "BarText": "РЕСТАРТ ЧЕРЕЗ" }
    $3.99
  6. IIIaKa

    Wipe Status

    Welcome to the WipeStatus Plugin Discussion Section! Hello! This section is exclusively for discussing WipeStatus plugin. Encountered Issues? If you're facing any difficulties with the plugin's functionality, feel free to create a topic in the Support section for assistance! Ideas and Suggestions? Have ideas to share or new features to suggest? Feel free to start a discussion by creating a topic in the Support section. Feel free to share your thoughts and experiences - together we can make our plugin even better!
  7. IIIaKa

    Restart Status

    Welcome to the RestartStatus Plugin Discussion Section! Hello! This section is exclusively for discussing RestartStatus plugin. Encountered Issues? If you're facing any difficulties with the plugin's functionality, feel free to create a topic in the Support section for assistance! Ideas and Suggestions? Have ideas to share or new features to suggest? Feel free to start a discussion by creating a topic in the Support section. Feel free to share your thoughts and experiences - together we can make our plugin even better!
  8. IIIaKa

    Rules

    Hello, you can do this using the regular console command "unban *userID*"
  9. IIIaKa

    Industrial Dung

    Hello. This one "TEMP PROP, true - Oxide, false - Carbon" If for some reason you don't have this property, try re-downloading the plugin. This is because, for some unknown reason, one hook doesn't work in Carbon. https://codefling.com/files/support/20021-hooks-doesnt-trigger/
  10. IIIaKa

    Real PvE

    I'm not quite sure which messages in the right top corner you're referring to. You can copy the file '*SERVER*\oxide\lang\en\RealPVE.json' to the 'de' folder as '*SERVER*\oxide\lang\de\RealPVE.json' and then replace all the English expressions with German. It's possible that in the next update, I will add the ability to specify language keys(en, de, nl, ru) for auto-creating language files for them. Non-existent language keys in such files will be filled in English, after which you can change them to the desired language.
  11. IIIaKa

    Real PvE

    Hello, thanks for the suggestion, but for this purpose, you might want to try the EntityLimit plugin( https://umod.org/plugins/entity-limit ). I haven't tried it myself, but based on the description, it does what you need.
  12. If possible, could you please move the preview button to the right? I've developed a habit and whenever I try to make text bold, I end up clicking the preview button
  13. I noticed that if you close a support ticket from Pending to Not Bug(for example) and then edit the main message in the ticket, it becomes Pending again. Of course, there's no point in changing the main message after the issue is resolved, but I just wanted to share this observation.
  14. IIIaKa

    Balance Bar

    Welcome to the BalanceBar Plugin Discussion Section! Hello! This section is exclusively for discussing BalanceBar plugin. Encountered Issues? If you're facing any difficulties with the plugin's functionality, feel free to create a topic in the Support section for assistance! Ideas and Suggestions? Have ideas to share or new features to suggest? Feel free to start a discussion by creating a topic in the Support section. Feel free to share your thoughts and experiences - together we can make our plugin even better!
  15. IIIaKa

    Real PvE

    Hello. Do I understand correctly that you want to allow all players to destroy other players twig structures if there is no tool cupboard? Is there a specific reason for this? If allowed, it could create a potential griefing issue, as a tool cupboard cannot be placed immediately and players might simply be prevented from placing one. If you're concerned about server clutter due to twig structures, there is a plugin called TwigsDecay for that.
  16. Version 0.1.2

    466 downloads

    Allows toggling silent item giving(chat notifications and ownership) via Harmony patching. P.S. By default, silent item giving is enabled. The ability to disable item ownership assignment; The ability to disable item give messages via the 'give' command; The ability to disable item give messages via the 'giveid' command; The ability to disable item give messages via the 'givearm' command; The ability to disable item give messages via the 'giveequip' command; The ability to disable item give messages via the 'giveto' command; The ability to disable item give messages via the 'giveall' command; The ability to disable item blueprint give messages via the 'giveBp' command; The ability to disable messages about copying player inventory via the 'copyTo' command. silentitemsgive.admin - Grants access to the command silentgive.toggle silentgive.toggle *boolValue*(optional) - Toggle silent item giving. To access this command, you must be an administrator or have the silentitemsgive.admin permission. Example: silentgive.toggle silentgive.toggle true
    Free
  17. IIIaKa

    Silent Items Give

    Welcome to the SilentItemsGive Plugin Discussion Section! Hello! This section is exclusively for discussing SilentItemsGive plugin. Encountered Issues? If you're facing any difficulties with the plugin's functionality, feel free to create a topic in the Support section for assistance! Ideas and Suggestions? Have ideas to share or new features to suggest? Feel free to start a discussion by creating a topic in the Support section. Feel free to share your thoughts and experiences - together we can make our plugin even better!
  18. Agree with AI-generated code. Regarding AI-generated images: I use them for cover designs in some of my plugins because maintaining my plugins already takes a lot of time. I think it would be reasonable to establish some design guidelines, but banning AI-generated images entirely doesn’t seem necessary.
  19. Hello, in update 0.1.4, I added the /myperm command (which can be changed). It displays information in chat about the player's current temporary permissions and temporary group. You can find more details on the plugin page in the commands section.
  20. IIIaKa

    Fuel Status

    I don't have access to that plugin. However, I have added the ability to specify mount poses, the full list is at the bottom of the plugin description. FuelStatus displays status bars only for entities that have a fuel system and where the player is sitting in an allowed mount pose.

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.8k
Customers served
Files Sold
155.8k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • 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.