Randomly selects a player, his task is to survive for a certain time. The task remaining is to kill him. The winner gets a reward.
In this part, if "Random" is set to true, the system will take a reward from the data file list, if it is set to false it will use the "RewardFixing" and "RewardFixingAmount".
If you want to edit item to runner list, just change k to r from the first arg.
Permissions
This plugin uses the permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.- runningman.admin -- Allows use of the admin commands
Chat Commands
Admin Commands
- /eventon <PlayerName/PlayerID> -- Start the running man (required special rights depend on what you set on config file) PlayerName/PlayerID is optional
- /eventoff -- Start the running man (required special rights depend on what you set on config file)
- /running <k|killer> add <Package Name> <ItemName or money or karma> <MinAmount> <MaxAmount> -- Create package if not exist and add item
- /running <k|killer> remove <PackageName> <ItemName or karma or money> -- Remove item from a package
Player Commands
- /run -- Show the status of the event
Console Commands
- eventon -- Start the running man (requires admin access)
- eventoff -- Stop the running man (requires admin access)
Configuration
The settings and options can be configured in the RunningMan file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.In this part, if "Random" is set to true, the system will take a reward from the data file list, if it is set to false it will use the "RewardFixing" and "RewardFixingAmount".
- authLevel is for both console commands eventon & eventoff, if you set it to 1, all user with auth level 1 and 2 will have access to command.
- AutoStart if set to true, the event will auto start at reload.
- Block clans kill reward if set to 1 and clans is loaded, clan kill reward will be blocked.
- Block friends kill reward if set to 1 and clans is loaded, friend kill reward will be blocked.
- ChatName is the name that appear infront of each message from lang file.
- Count is the minimum players needed to launch the event.
- DisconnectPendingTimer timer length, enabled when a runner is getting disconnect.
- AutoStart if set to true will start the timer after a plugin reload or after a restart.
- Display Distance is here to allow owner to display or not distance for the command /run.
- Excluded auth level to exclude moderator and admin set to 1, to exclude admin set to 2, to include everyone set to 0.
- PauseeventTime is the waiting time between 2 event (in minutes).
- StarteventTime is the time a player have to kill the runner, if runner isn't killed after this delay he will receive a reward (in minutes).
- TimeRange Config for time range, used to allow event between start and end time
- Enable Time Range Used to enable the restriction.
- CompassUI Info * Compass placement and dicretion words
- Countdown * Countdown UI placement
- Disable while event is off * When set to true, disable the compass if there is no event running
Stored Data
Rewards are stored in data/RunningMan.json. Deleting this file would wipe all rewards.If you want to edit item to runner list, just change k to r from the first arg.