Selective Commands

$2.50

Sold by: CupsOhJoe

First Join and Chat Command where it triggers single/multi commands with a delay and duration for any commands needed. With the added ability to  run individual commands as from the configuration file.

Categories: , ,

Description

Features:

First Join and Command triggered multi commands executor with delayed start and duration for any commands needed.

RUN INDIVIDUAL COMMANDS

Option 1:
When a player joins and spawns in, if you have a set command with isNewPlayer set to true, it will run after the set delay time (Seconds).
If there is a set command for endCommand (OPTIONAL) it will then run that command and theDuration to run the command the amount of time after the initial command.

Option 2:
You can set commands from other plugins to be run by staff/players using the “runcmd <commandName> <player/id>” if <player/id> is omitted will run on self.  this avoids the need to give players individual permissions for other plugins. For example you can use “/runcmd god” and if you have the GODMODE plugin the player would be set to GODMODE, if you have a duration of 30.0 set the endCommand set to “god player”, it would automatically be run after 30 seconds. You as the server owner can set any commands that can be run through console and configure durations of the commands for you staff/players. Sky is the limit for this.

 

RUN ALL COMMANDS  ONPLAYERSPAWN

Option 3:

Example isNewPlayer set to true:

  • Player joins/spawns, command set to “say hi {player}” theDelay set to 10 with a endCommand set to “good bye {player}” and theDuration set to 15.
  • SERVER hi CupsOhJoe” would run 10 seconds after player joins then waits 15 seconds to run the “SERVER good bye CupsOhJoe“. If there are more commands it will run until all are completed. (TIP: Add theDelay + theDuration to get the time needed for the next Command unless you want to run multiple commands at once)

 

Example Config:

{
  "exists": true,
  "TheCommands": [
    {
      "commandName": "Command1", //Commnad Identifier
      "enabled": true, //Should this command be run
      "isNewPlayer": false, //is this command to be run only on a new player join
      "singleCast": true, //Will be able to be run using the /runcmd <command> format
      "theCommand": "this command run at 5 seconds", //First Command to run after a certain delay
      "endCommand": "this command runs 10 after the above command", //Command to be run after a certain duration (OPTIONAL)
      "theDelay": 0.0, //Will run instantly when using /runcmd <commandName>
      "theDuration": 5.0 //amount of time to run before the end command is run 
    },
    {
      "commandName": "Command2",
      "enabled": true,
      "isNewPlayer": false,
      "singleCast": true, //Will be able to be run using the /runcmd <command> format      
      "theCommand": "this command runs at 10 seconds as well",
      "endCommand": null, //Will not run if set to null
      "theDelay": 10.0,
      "theDuration": 5.0
    },
    {
      "commandName": "Command3",
      "enabled": true,
      "isNewPlayer": true, //Will execute onPlayerSpawn
      "singleCast": false, //Will not be run using the /runcmd <command> format
      "theCommand": "this command runs at 15 seconds as for new players only",
      "endCommand": "This command runs 5 seconds after the above command",
      "theDelay": 15.0,
      "theDuration": 5.0
    }  ]
}

Selective Commands First Connect Commands

 

Commands:
runcmd <commandName> “optional” <player/id>- Execute commandName from config, with optional endCommand if set

Permissions:
FirstCommand.use – Allows the ability to run the individual commands (Only one command at a time)
FirstCommand.admin – Allows the ability to run all commands in sequence (At Once)
FirstCommand.multi – Same as above but will allow to run all commands set with isNewPlayer = true only

Planned features:
Placeholder API support

Reviews

There are no reviews yet.


Only logged in customers who have purchased this product may leave a review.

Version 1.0.4 | Updated March 20, 2024
  • Fixed Minor bugs
Version 1.0.3 | Updated February 12, 2024
  • Added Added the ability to configure your desired run command in the config
  • Fixed Fixed an error in the code where it would not run the end command correctly.
Version 1.0.2 | Updated February 12, 2024
  • Added Added the ability to run commands directly <- USAGE: "/runcmd "
  • Added Added new config option "singleCast": false <- this will allow the command to be run with the chat command if set to true
  • Added New permission added "FirstConnect.multi" <- this permission allows access to run all the commands set to run when a new players spawns (best used for debugging)
Version 1.0.1 | Updated February 8, 2024
  • Added placeholders for {player}, can not be used in the config
  • Updated Improved code to run smoother
  • Fixed Corrected an issue where commands would not run properly when a player spawned for the first time.
  • Fixed Fixed issue where permissions were not being registered

Discussions

There are no discussions yet.

Leave a reply

Your email address will not be published. Required fields are marked *

Plugin FAQ – How do I use this .zip/.7z file I just purchased on my server?

• First, you want to unzip the file. You can do so by just double-clicking it to open, then drag the contents to the desired location (you may need to install an external unzipping software if you don’t already have one such as 7zip or winrar)
• Next you will find either a structure of folders or just the .cs file itself (it’s the actual plugin file itself).
• After that just install the .cs (plugin file) into your …/oxide/plugins/ folder where you will install plugins you ever need to.

Additionally, here’s a great video that easily covers adding a plugin to your server if you need! https://youtu.be/yWC_p97FhQA

• Installation is not included with any products on the site, however, if needed we may assist if you reach out to our support.

Currently all products on Lone.Design will be contained within a zipped file which is the .7z or .zip that you see. I believe windows 10 and up can unzip on its own without 3rd party tools, but in that case, if you’re unfamiliar with zipped files here are 2 programs I recommend to easily unzip zipped files.

Video On How to Zip and Unzip: https://youtu.be/Ep-L3PjBPCk (TechInsider Youtube Channel)

Zipping/Unzipping Tools
Winrar https://www.rarlab.com (I used to use for years, but works great!)
7zip https://www.7-zip.org/a/7z2107-x64.exe (the one I use currently)

Product Enquiry

Please Login to make enquiry about this product