Jump to content

Robis

Member
  • Posts

    714
  • Joined

  • Last visited

Everything posted by Robis

  1. This is most scary question ever... The first what comes in my mind, my server is gone.... Please those who have a good information sources, share it. What a future of Rust when Rust2 get released?
  2. Robis

    Treasure Chest

    Also you can make it more professional by add 2 more lines in config: "Use Sounds": true, "Chest Open Sound": "assets/prefabs/misc/halloween/lootbag/effects/gold_open.prefab" (its just an suggestion)
  3. Robis

    Treasure Chest

    how ever if i make xmas large present stackable to 10 they stack fine with no errors. only chests unstackable and i see this Calling hook CanStackItem resulted in a conflict between the following plugins: Loottable - True (Boolean), TreasureChest (False (Boolean))
  4. Robis

    Treasure Chest

    well by default it was min max stacks for xmas large present set to 1 by rust default, but this error shows up only when player drag chest to another chest, THEY NOT STACK which is ok just that console error... so i pasted it to you just to see it
  5. Robis

    Treasure Chest

    Calling hook CanStackItem resulted in a conflict between the following plugins: Loottable - True (Boolean), TreasureChest (False (Boolean))
  6. Robis

    RolePlaySalary

    And yes for sure i got more https://umod.org/plugins/barrel-points i need anyone to make this plugin and it must work with notify to I noticed this plugin is unclaimed or has no maintainer.... so....
  7. Robis

    RolePlaySalary

    Yep just got it! namespace Oxide.Plugins [Info("RolePlaySalary", "RoadTech", "1.0.2")] Thank you
  8. Robis

    RolePlaySalary

    @RoadTech Yes thats correct. I want in my server, all plugins who working with notify, to use separate notify type. So all notifications will be unique for separate plugins. For example i cant use same style and image for Raid protection / skills / and others... Once you make it, i will grab RolePlaySalary like a beast
  9. Robis

    ZLogs

    Looks handy and for sure can become one of the core plugins! Hope plugin grows up and become paid one! Need more plugins to help admins to detect command spammers / items flooders and other suspicious activities!
  10. Robis

    ZLogs

    By the way ZLogs plugin by my opinion very handy and have huge potential... Want This plugin get many improvements and become paid plugin, so i buy your job for sure, and other admins may need it... Im looking for plugin that be able log and notice via discord web hook when players make mass drop items on a ground ( for example want despawn all loot during online raid or other reasons ) Or when player trying mass craft non stop to drop for example crazy amount of hammers which affect server fps and may crash server... So when i first time saw ZLogs i realised maybe this is the one plugin who be able to count time how often and how many items was drop on a ground, by hand or by craft, and report it asap to discord when its trigger amount and timer settings.
  11. Robis

    ZLogs

    I think the spam wont start until player trigger it. And i have no clue what player need to do to trigger it. So i think if i keep plugin loaded longer, if more other players do same as did that one, it must be the same and for others. I can show you whole my server plugins list, maybe you can realise better which plugins can use no_input related commands. Also i use custom buttons which run chat commands when layers click on them, maybe they are ? or maybe any specific plugins who have ui with any button... no idea...
  12. Robis

    Notify

    Hey, by any chance, can you make plugin https://umod.org/plugins/barrel-points and https://umod.org/plugins/playtime-tracker plugins that can have option in config to use notify plugins to notify player when he get reward for destroying barrels and play time rewards for time being online ? Notify is really nice plugin, but so many old core plugins dont have notify type option in their configs If all other plugins have notify options, then swear to god i make all of them to use notify also i see barrel points plugin is unclaimed or has no maintainer, so maybe you can claim it and make a paid plugin to add in codefling ? no idea if its allowed to do...
  13. Robis

    RolePlaySalary

    I dont see in config option for Notify type. Im using notify for multiple plugins sperarate types to make sure all notices will be separate with image / type / and notify ui style/colours. Look example in notify multiple types config example, hope you understand what i mean { "Permission (example: notify.use)": "", "Height": 50.0, "Width": 260.0, "X Margin": 20.0, "Y Margin": 5.0, "Y Indent": -50.0, "Notify Cooldown": 10.0, "Notifications (type - settings)": { "0": { <<<-------------------------------------------------------------------------- "Background Color": { "HEX": "#000000", "Opacity (0 - 100)": 98.0 }, "Enable Gradient?": true, "Gradient Color": { "HEX": "#4B68FF", "Opacity (0 - 100)": 35.0 }, "Sprite": "assets/content/ui/ui.background.transparent.linearltr.tga", "Material": "Assets/Icons/IconMaterial.mat", "Icon Color": { "HEX": "#4B68FF", "Opacity (0 - 100)": 100.0 }, "Icon Text": "!", "Icon Text Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Title Key (lang)": "Notification", "Title Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 50.0 }, "Text Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Fade Out": 1.0, "Fade In": 0.1, "Sound Effect (empty - disable)": "assets/bundled/prefabs/fx/notice/item.select.fx.prefab", "Image Settings": { "Enabled": false, "Image": "", "AnchorMin": "0 0", "AnchorMax": "0 0", "OffsetMin": "12.5 12.5", "OffsetMax": "37.5 37.5" } }, "1": { <<<-------------------------------------------------------------------------- "Background Color": { "HEX": "#000000", "Opacity (0 - 100)": 98.0 }, "Enable Gradient?": true, "Gradient Color": { "HEX": "#FF6060", "Opacity (0 - 100)": 35.0 }, "Sprite": "assets/content/ui/ui.background.transparent.linearltr.tga", "Material": "Assets/Icons/IconMaterial.mat", "Icon Color": { "HEX": "#FF6060", "Opacity (0 - 100)": 100.0 }, "Icon Text": "X", "Icon Text Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Title Key (lang)": "Error", "Title Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 50.0 }, "Text Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Fade Out": 1.0, "Fade In": 0.1, "Sound Effect (empty - disable)": "assets/bundled/prefabs/fx/notice/item.select.fx.prefab", "Image Settings": { "Enabled": false, "Image": "", "AnchorMin": "0 0", "AnchorMax": "0 0", "OffsetMin": "12.5 12.5", "OffsetMax": "37.5 37.5" } } } }
  14. Robis

    Death Messages

    no global chat option ?
  15. Robis

    AllPrefabLimit

    Are you blind or how ? This plugin will not allow for a players to place multiple things like walls outside tc range... if player have limits to place 2 walls, it means when place third wall, old one get removed instead... So if you use common sense, it means server have nothing to save extra....
  16. Robis

    AllPrefabLimit

    you can add any item prefab to config ? for example some players just place a table or other items or just drops it on a ground... what happens if in tc radius you place 20 baricades, and then destroy a tc?
  17. @Mr01sam Im no longer use custom frameworks... Set up my raid protection to work with Notify plugin. My server fps cap fps.limit "120" With custom framework plugin my server fps drops to 10-40 and very not stable jumping up and down like crazy! And server with out custom framework plugin very stable even 24 hours uptime my server fps 80-110 So yeah thats very very huge changes. feels like single plugin eating more server resources than other 128 plugins together Just did some stesting today to measure properly my fps with it and with out it. this test take for me 24 hours to run to be very sure so just leting you to know about it
  18. Robis

    ZLogs

    i think commands logs have huge spam "1_ID 21/9/2023 - 10:25:19 pizdlacitis has used no_input True": "X: 1103 Y: 6 Z: -1215", "2_ID 21/9/2023 - 10:25:19 pizdlacitis has used no_input True": "X: 1103 Y: 6 Z: -1215", "3_ID 21/9/2023 - 10:25:19 pizdlacitis has used no_input True": "X: 1103 Y: 6 Z: -1215", "4_ID 21/9/2023 - 10:25:19 pizdlacitis has used no_input True": "X: 1103 Y: 6 Z: -1215", "5_ID 21/9/2023 - 10:25:19 pizdlacitis has used no_input True": "X: 1103 Y: 6 Z: -1215", commands.json
  19. Robis

    Auto Hover

    Im not asking about mini with more seats thing, im asking about vanilla minicopters. want to buy this plugin but by looking discussions here no idea if its working in general.
  20. Robis

    Launch Pad

    ok then i buy it only when those settings will be added, my server modded heavy, but all mods more or les balanced. ability to escape from anywhere look over powered. Thanks for info
  21. Robis

    Auto Hover

    this plugin works well just with simple minicopters with out any extra seats ?
  22. Robis

    Launch Pad

    so its possible to prevent using placing a pad in monuments/safe zones/building blocked areas ?
  23. Robis

    Launch Pad

    so its possible to prevent using placing a pad in monuments/safe zones/building blocked areas ?
  24. Robis

    Auto Emojis

    also it wont get a word if its like this in image
  25. Robis

    Auto Emojis

    for now im doing this: "Item Emojis (chat | shortname)": { "admin": "nervous", "Admin": "nervous", "ADMIN": "nervous", "cheater": "nervous", "Cheater": "nervous", "CHEATER": "nervous", "hacker": "nervous", "Hacker": "nervous", "HACKER": "nervous"
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

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.