-
Posts
103 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by .Nathaniel.
-
-
-
-
-
-
-
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.
-
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 comments
-
- #backpack
- #backpacks
-
(and 5 more)
Tagged with:
-
- 9 comments
-
- #backpack
- #backpacks
-
(and 5 more)
Tagged with:
-
- 17 comments
-
- #welcome
- #easy setup
-
(and 2 more)
Tagged with:
-
- 17 comments
-
- #welcome
- #easy setup
-
(and 2 more)
Tagged with:
-
- 17 comments
-
- #welcome
- #easy setup
-
(and 2 more)
Tagged with:
-
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 -
- 17 comments
-
- #welcome
- #easy setup
-
(and 2 more)
Tagged with:
-
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 comments
-
- #welcome
- #easy setup
-
(and 2 more)
Tagged with:
-
- 17 comments
-
- #welcome
- #easy setup
-
(and 2 more)
Tagged with:
-
- 17 comments
-
- 2
-
-
-
- #welcome
- #easy setup
-
(and 2 more)
Tagged with:
-
- 17 comments
-
- 1
-
-
- #welcome
- #easy setup
-
(and 2 more)
Tagged with:
-
- 17 comments
-
- #welcome
- #easy setup
-
(and 2 more)
Tagged with:
-
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- 17 comments
-
- 4
-
-
- #welcome
- #easy setup
-
(and 2 more)
Tagged with:
