Jump to content

.Nathaniel.

Developer
  • Posts

    42
  • Joined

  • Last visited

About .Nathaniel.

  • Birthday 06/29/2004

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

.Nathaniel.'s Achievements

Explorer

Explorer (4/15)

  • Dedicated
  • Reacting Well
  • Collaborator
  • One Month Later
  • First Post

Recent Badges

9

Reputation

  1. Hi there, please make sure you're running v1.1.2
  2. Version 1.0.0

    3 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
  3. Changed Status from Work in Progress to Closed
  4. Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  5. Hey there apologies for the delay I never got an email that this was created this currently has to do with when a player wakes up and not just teleporting. I’ll be pushing an update out for it today
  6. 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
  7. 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
  8. Yep definitely can be added! Would you want it permission, authlevel, or both based?
  9. Just updated for Oxide & Carbon on 1.0.2
  10. My apologies, stay tuned for the next update!
  11. Version 1.1.2

    269 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
  12. That worked! Thank you
1.1m

Downloads

Total number of downloads.

5.7k

Customers

Total customers served.

83.1k

Files Sold

Total number of files sold.

1.6m

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.