Jump to content

Zeeuss

Creator
  • Posts

    182
  • Joined

  • Last visited

Everything posted by Zeeuss

  1. Changed Status from Pending to Closed Changed Fixed In to 0.1.4
  2. Zeeuss

    Smart Workbench

    I don't think it can properly scale with rust user interface, only with resolution, but I could add a toggle command. I'm not home rn, and will be maybe in 5 hours
  3. Zeeuss

    Smart Workbench

    Updated, this is now how it looks like, the buttons will appear once you get closer to the workbench/get the wb status
  4. Zeeuss

    Smart Workbench

    Hello, actually rn, I'm updating my test server, and will look into this issue 🙂
  5. Zeeuss

    player npc's

    Changed Status from Pending to Work in Progress
  6. Zeeuss

    player npc's

    Hey there, I've finished the data structure for the new ZLogs and I am now building CUI for it, the new ZLogs will have nicer UI with more options and aswell will be much more optimized. Also errors like these will be fixed 😄
  7. Hello, contact me on discord: zeeuss
  8. Zeeuss

    spam console / rollback

    Changed Status from Pending to Work in Progress
  9. Changed Status from Pending to Work in Progress
  10. Sorry but I can't really tell.. I am going to completely rewrite the plugin, to make it better readable for myself and optimized. It will also probably have new design 🙂
  11. Yes, I am gonna work on ZLogs. - optimize the plugin - add new features: team logging, auto logs deletion
  12. Zeeuss

    Smart Workbench

    Could you try that even with the plugin unloaded? A dev on codefling said, that it is also happening to him, even tho he doesn't have the plugin 😁
  13. Zeeuss

    Smart Workbench

    Hello, could you take a video of that please? Or a bit more details what you did? I've tested the plugin now, I tried to replicate the issue but everything seems to work as fine.
  14. Pretty much sure, that this was sorted out and Razor will continue on CodeFling
  15. Zeeuss

    Smart Workbench

    Okay, I will look into the resolution problem. I've found out, that if it would drop only items then the blueprint item couldn't be picked by anyone 😕
  16. Zeeuss

    Smart Workbench

    Hello, what exactly do you mean by the resolutions? Are you having any trouble with that? Also for dropping those items, I've found this as the best solution, because it drops the stash with all the items even on plugin unload 🙂
  17. Well, then I don't see any way of doing on regular client.. Maybe add the translated name into the description?
  18. Then just change your server name to: FBI 2x vanilla just wiped || FBI Новый костюм в 2 раза
  19. Agree, don't think it's possible with normal client.
  20. Zeeuss

    Smart Workbench

    For now, you can use one of these 3 options: Server Rewards Economics Or any other item by its shortname, f.e. sulfur.ore, scrap, metal.refined etc.. 😁
  21. Version 0.1.10

    188 downloads

    What is it? Revolutionize your crafting experience with the Smart Workbench! Say goodbye to the repetitive clicking and hello to convenience and efficiency. This enhancement takes ordinary workbenches to the next level by simplifying research and repairs. Let your players focus on the fun, not the clicking; make their adventures smoother, faster and more enjoyable. Usage * Research all remaining blueprints with just one click - no more tedious individual unlocks! * Seamlessly access a Virtual Repair Bench or Research Table directly from the workbench. It's the ultimate quality-of-life improvement for any Rust server. Command /sw -- Opens UI menu (if player has workbench level 1+) Permissions smartworkbench.use -- Gives user permission to see and use the Smart Workbench Features Virtual Repair Bench Virtual Research Table Research All button Supported plugins: Server Rewards Economics (UI before Rust update) (UI after Rust update) Configuration { "Research All currency": "scrap", "Rate (Based on scrap)": 1.0, "Type of money (1 = default currency, 2 = Server Reward points, 3 = Economics cash)": 1 } Localization { "SWResearch": "RESEARCH ALL\n{0}\n{1}", "NoResources": "Not enough resources", "Success": "Successfully learned BPs from WB lvl {0}", "AlreadyKnow": "You already know everything from this workbench", "SRPoints": "Points", "Economics": "Cash", "SWResearchTable": "RESEARCH TABLE", "SWRepairTable": "REPAIR TABLE", "SWDisable" : "Smart Workbench disabled!", "SWEnable" : "Smart Workbench enabled!", }
    $10.00
  22. Zeeuss

    WarnMenu

    Maybe, never ever used db in rust plugins, would have to learn how to implement it 😁
  23. Zeeuss

    WarnMenu

    Version 0.1.4

    39 downloads

    What is it? A nice user-friendly warning system Usage When someone is breaking rules or trolling others just warn them, you can also set a command that will be executed through server console that will get executed upon reachin certain amount of warnings (can be configured in cfg) Permissions warnmenu.use -- Gives you full control to operate the WarnMenu Chat command /warn -- Opens the WarnMenu /warn "Name/SteamID" "Warning reason" -- Warns the specified player with your reason /warnmenu.save -- Force the plugin to write the data from memory to the data file /wmessage <NameOrID | * > <message> - Shows a gametip message (Doesn't count as a warning) to specific player or to all players when you put * instead of the name Data files All Data files can be located at: \oxide\data\WarnMenu\warns There you can find all the warnings for each player Features WarnMenu features * Online Tab - In this tab you can easily select any online player that you want to warn * Search All Tab - Once you open this tab, there you can see all the players and browse in them * Find player Tab - When you click on the button you will be able to search for a specific player using his Name or SteamID Warn Types * CUI-Based - A CUI warning message will pop-up on player's screen when he gets warned * Chat-Based - A chat message will pop-up in player's chat when he gets warned Executable commands * On reaching certain amount of warnings, you can make the server execute a command on a player(configurable in cfg) F.e.: "1": "say {0} just reached 1 warning! SHAME on him!", "3": "kick {0} Kicked for reaching 3 warnings", Localization { "Syntax": "Commands:\n/report (Opens Reporter GUI)", "CUI Online": "Online Players", "CUI Player": "Player: {0}", "CUI SteamID": "SteamID64: {0}", "CUI Warnings": "Warnings: <color=#8f1919>{0}</color>", "CUI NewWarn": "New\nWarning", "CUI WarningID": "Warning ID: {0}", "CUI WarnedBy": "Warned by: {0}", "CUI Date": "Date: {0}", "CUI Reason": "Reason: \n{0}", "CUI Remove": "Remove", "CUI Close": "close", "CUI Warn": "Warn", "CUI WarnAddMenuPlayer": "Warning for\n<color=#d43939>{0}</color>", "CUI SearchAll": "Search All", "CUI SelectPlayer": "Select a player to warn:", "CUI Find": "Find player", "CUI Find2": "Select", "CUI Find3": "Find player:\n(steamID/Name)", "CUI CantFindPlayer": "Couldn't find the player\nsearching argument: {0}", "CUI FoundPlayer": "Found player: {0}", "CUI Refresh": "Refresh", "CantFindPlayer": "Couldn't find that player", "WarnMessage": "Warned: <color=#8f1919>{0}</color>\nReason: {1}", "JoinMessage": "{0} has joined with <color=#8f1919>{1}</color> warnings", "WarnReceive": "You have received a <color=#8f1919>warning</color>\nBy: {0}\nReason: {1}", "CUI WarnReceive": "<color=#8f1919>Warning</color>\nreceived", "CUI WarnReceive2": "By: {0}\nReason: {1}" } Configuration { "Announce on join with warnings?(to admins)": true, "Execute commands on reaching count:": { "Enabled?": true, "(Format: 5 : mute {0}) where 5 is number of warns and {0} is player's id": { "5": "say {0} just reached 5 warnings! SHAME on him!", "7": "example.command {0}", "10": "example.command {0}" } }, "Warn message settings": { "Text-based warn message?": true, "CUI-based warn message?": true, "How long until CUI message gets removed (secs)": 5.0 } }
    $10.00
  24. Zeeuss

    Team Shifter

    Hello, no idea how that clan plugin works or if it will be compatible. This plugin just shifts players from the vanilla team, so only way to find out is to try it 😉😄
  25. Zeeuss

    Team Shifter

    Version 0.1.1

    55 downloads

    What is it? A simple plugin that gives you ability to shift someone to other's team. Usage Let's say that somebody wants to join their friend's team, but the leader is offline, so they come for your help... what you gonna do? Yeet them into the team with this command 😎 Permissions teamshifter.use - Gives player ability to use /tshift teamshifter.bypass - Noone will be able to shift this player into any other team Functions * Bypass permission - Player with this permission cannot be shifted into any other team * Auto team-creator - If you do f.e. /tshift zeeuss someplayer and the "someplayer" is not in any team, this will automatically create one and will make the "someplayer" a leader and then put zeeuss into the team * If the player that will be shifted is in any team, this will remove him from the team and then shift him, if he wasn't in any then it will just shift him to the other team Localization ["NoPerms"] = "You don't have permission to use this!", ["Syntax"] = "Syntax: /tshift (player_to_move) (player_of_new_team)", ["NoPlayerToMove"] = "Couldn't find the player to move", ["NoPlayerOfNewTeam"] = "Couldn't find the player of new team", ["MoveMessage"] = "Moved {0} to {1}'s team", ["AlreadyInThatTeam"] = "{0} already is in {1}'s team", ["NeedsDifferentPlayers"] = "This command needs 2 different players and not the same one", ["CannotBeShifted"] = "{0} cannot be shifted by anyone into other teams",
    Free
1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.2k

Files Sold

Total number of files sold.

2.5m

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.