Jump to content

.Nathaniel.

Creator
  • Posts

    103
  • Joined

  • Last visited

Everything posted by .Nathaniel.

  1. Just as a note the fact you had to rejoin after a reload was a bug causing auth levels not to be restored correctly upon plugin unload. This was fixed in 1.1.2 as well. So hopefully you won’t have to rejoin anymore when you unload or reload the plugin.
  2. No problem!
  3. When you reloaded the plugin did you rejoin the server?
  4. Sorry for the delay, this has been fixed
  5. Just got home, will look into it right now!
  6. No problem! Let me know if you need anymore help! I try to check codefling as often as possible. But for faster support join our Discord!
  7. This plugin lets you set up separate on-duty groups for different staff roles. The group on the left (e.g., "admin") holds the core permissions that staff should always have, like an admin chat tag, muting, and other basic tools. The group on the right (e.g., "admin_onduty") provides elevated powers that should only be available when on duty, such as base upgrades without resources, vanish, or god mode. The plugin ensures that staff always stay in their base group. When a staff member runs /duty, it adds them to the on-duty group. Running /duty again removes that group, leaving them only in the base group.
  8. Version 1.1.2

    20 downloads

    True Staff Toggle Highly customizable staff toggle plugin. With this plugin, you can allow players to switch between AuthLevel 0 and the AuthLevel they joined with. Additionally, each specific staff group can have a separate on-duty group attached to it. No more one on-duty group for everyone. Chat Commands /duty - Toggles OnDuty Status (Calls truestafftoggle.duty console command.) /auth - Toggles AuthLevel Status (Calls truestafftoggle.auth console command.) Console Commands truestafftoggle.duty truestafftoggle.auth Permissions truestafftoggle.useduty - Permission to use the /duty chat & console command. truestafftoggle.useauth - Permission to use the /auth chat & console command. Default Configuration { "Debug Mode": false, "Steam User Icon ID": 0, "Staff Groups - Should be 'maingroupname': 'maingroupname_onduty'": { "groupname1": "groupname1_onduty", "groupname2": "groupname2_onduty" }, "Auto Auth On Duty - Bumps the staff up to their authlevel granted in the server config.": false, "Log Duty Toggle": false, "Log Auth Toggle": false } Localization { "AuthToggleOn": "You have been put into AuthLevel {0}", "AuthToggleOff": "You have been taken out of AuthLevel", "OnDuty": "You are now on duty.", "OffDuty": "You are now off duty.", "NoPermission": "You do not have permission to run this command!", "NoAuthLevel": "You do not have any auth levels assigned to you." } WIP I plan to add Discord Webhook support for logging status changes. Currently in the testing phase is: Simple/Advanced Status Compatibility.
    $4.99
  9. .Nathaniel.

    AutoBackpacks

    Sweeet thank you!
  10. .Nathaniel.

    AutoBackpacks

    Would be cool to get a button option that sits on top of where the vanilla backpack that opens the extra slots Something similiar to BackpackButton for the backpack plugin.
  11. Hello, I've just made some changes. Please let me know if this is suitable TrueWelcomer.cs
  12. Hi there, I'm about to start running rust servers again and will update this mod in the next week or 2!
  13. Hi there, please make sure you're running v1.1.2
  14. Version 1.0.0

    4 downloads

    This plugin sends RCON Restart messages to your server using Linux Cron Jobs. Yep, it's a simple tool. that's why it's so cheap. This tool is made to be used in combination with LinuxGSM and Cron Jobs. Prerequisites: A Linux dedicated server that lets you: Use custom files. Install Node/Run Node Set up cron jobs Node LTS - v18.17.1 at the time of publishing. Setup: Unzip on your server. Run `npm i` in the same folder as the `package.json` Set up your config as you desire. See Config below Set up cron jobs. See LinuxGSM Cron Jobs. Example Cron Jobs: 20 23 * * * /user/bin/node /home/rust/2xModded/RustRCONRestarter/src/main.js > /dev/null 2>&l 0 0 * * * /home/rust/2xModded/rustserver restart > /dev/null 2>&l The above example starts this notice at 11:30 pm and then runs the restart command at 12:00 am. Hence, why default config is 30 Minutes starting. Config: { "address": "", "password": "", "restartingInMessage": "<color=#939393>The server will be restarting in <color=#cc3333>{0}</color>.</color>", "finalMessage": "<color=#939393>The server will be restarting <color=#cc3333>now</color>.</color>", "initialTime": 1800000, "initialTimeMsg": "30 Minutes", "notices": { "900000": "15 Minutes" } } Address: `192.168.0.1:28016` Password: `Super cool secure password` RestartingInMessage: Just like a rust Lang File, you can use colors. {0} will be replaced with your notices correlating to the countdown time. Final Message: To be displayed when the countdown hits 0. InitialTime: What time to start in MS (milliseconds). Helpful Tool After hitting 10 Minutes, I recommend doing the math yourself. (minute * 60000) 30 Minutes: 30 * 60000 (1800000) Initial Time Msg: This should probably be the wording of your Initial Time. So if your Initial Time is "1800000" that would be "30 Minutes". Notices: an object of string keys, with the correlating display text. "900000" is equal to "15 Minutes"
    $2.50
  15. Great to hear! I've made it in a way that the permission will take priority over the AuthLevel so just keep that in mind
  16. Hey there! I just finished this feature. Could you try it out and see if it works on your server before I update it here? Some new permissions: truewelcomer.canSetPreference - allows the /hidewelcome command, which just gives the user the following permission. truewelcomer.hideUser - Hides the announcement for users with this permission. Some new configuration: { "Debug Mode": false, // ... "Hide Players with AuthLevel": false, "AuthLevel to Hide. 0 - Both, 1 - AuthLevel1, 2 - AuthLevel2 ": 0, "Hide Players With Permission": false } Hide Players with AuthLevel and AuthLevel to Hide are pretty self-explanatory. Hide Players With Permission is as well. Just controls if the announcement should actually be hidden if the user has truewelcomer.hideUser If Hide Players With Permission is false, the user can run /hidewelcome. The preference will be set, but it won't be followed, and a follow-up message is sent to the user letting them know that. TrueWelcomer.cs
  17. Yep definitely can be added! Would you want it permission, authlevel, or both based?
  18. Just updated for Oxide & Carbon on 1.0.2
  19. My apologies, stay tuned for the next update!
  20. At the moment, yep!
  21. Version 1.2.1

    919 downloads

    When running a server, I've always wanted a simple, easy-to-use/configure plugin, and a lightweight plugin that just Welcomes new users, welcomes back old users, and says goodbye to leaving users. I never could find a working one that fit all my "needs." So I took to my IDE and made TrueWelcomer. This plugin is built on the idea of being user-friendly, it's simple and easy to configure. At its core: True Welcomer, welcomes new users, welcomes back old users, and says goodbye to users leaving. True Welcome is compatible with both Oxide & Carbon! Configuration: { "Debug Mode": false "Show Join Messages": true, "Show Welcome Messages": true, "Show Leave Messages": true, "Clears the Data List on wipe": true, "Steam User Icon ID": 0 "Hide Players with AuthLevel": false, "AuthLevel to Hide. 0 - Both, 1 - AuthLevel1, 2 - AuthLevel2 ": 0, "Hide Players With Permission": false } Oh.. Did I mention it comes with Localization? Localization: { "OnWelcome": "Welcome, <color=#ff7675>{0}</color>, to the server!", "OnJoin": "Welcome back, <color=#ff7675>{0}</color>, to the server!", "OnLeave": "Goodbye, <color=#ff7675>{0}</color>!", "NoPermission": "You do not have permission to run this command!", "NowHiding": "Users will no longer be alerted when you join or leave the server.", "NowShowing": "Users will now be alerted when you join or leave the server.", "ServerConfigAlert": "Due to the Server's Config, your preference will be ignored." } You can contact me on Discord (@itznxthaniel) or Support Post here if you need help!
    Free
2.3m

Downloads

Total number of downloads.

10.6k

Customers

Total customers served.

152.7k

Files Sold

Total number of files sold.

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