Jump to content

Search the Community

Showing results for tags 'premium plugin'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Plugins
  • Carbon
  • Harmony
  • Maps
  • Monuments
  • Prefabs
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions

Forums

  • CF Hub
    • Announcements
  • Member Hub
    • General
    • Show Off
    • Requests
  • Member Resources
    • For Hire
  • Community Hub
    • Feedback
  • Support Hub
    • Support
    • Site Support

Product Groups

  • Creator Services
  • Host Services

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 3 results

  1. Version 1.0.0

    6 downloads

    The ServerUpkeep plugin is a handy tool for Rust server owners. This way they can keep their community alive and better cover the costs of running them. Show your players how your server is doing. ServerUpkeep allows administrators to set a default retention period and notify players when the retention time expires. The plugin provides a visual representation and shows the number of days remaining. Administrators also have the ability to extend the ukeep duration if necessary with a simple console command. The plugin is compatible with Tebex, Tip4Serv and also for PayNow. Decide for yourself how many days ServerUpkeep will be credited. Features: What happens if the ServerUpkeep is not enough and the timer falls to 0? - Then the server will be shut down automatically. - You can then make an announcement on Discord or wherever to ask for support. Instructions for use: Simply enter the following in your shop under send command and adjust the days to be credited once the purchase has been completed, depending on the customer's purchase package. upkeep.add [days] You can also subtract days by simply putting the minus operator in front of it: upkeep.add -[days] Config: { „DefaultDays“: 7, „NextUpkeepTime“: „25.02.2024 21:56:32“ } DefaultDays are the days when the plugin is activated to prevent the server from shutting down again immediately after booting. NextUpkeepTime: Is required to calculate the remaining days. The time specification has no direct use yet but will be required for future updates. **load, run, enjoy**
    $10.99
  2. Lade

    Team Score

    Version 1.0.0

    4 downloads

    Team Score Track your players with points, in style. Commands /team help - Displays this help message /team ui <enable|disable> - Shows or removes Score UI /team score <teamName|teamID> - Shows score for a team /team info <teamName|teamID> - Show info for a team /team set name <teamName> - Set a team name /team set maintc - Sets a main TC for a team /team clear <teamName|teamID|all> - Reset score data (Requires teamscore.admin permission) Permissions teamscore.admin - Used for /team clear command Config { "UI update frequency [s]": 60.0, "Main team command": "team", "Team leave temp period [s]": 3000.0, "No point warning message cooldown [s]": 60.0, "Amount of values in scoreboard": 5, "Max team name characters": 10, "Wipe data on map change": false, "Points": { "door.hinged.toptier": 3.0, "door.double.hinged.toptier": 3.0, "wall.frame.fence": 0.5, "wall.frame.fence.gate": 0.5, "floor.grill": 1.0, "floor.triangle.grill": 1.0, "wall.frame.garagedoor": 2.25, "wall.external.high.stone": 2.5, "wall.external.high.wood": 1.5, "gates.external.high.stone": 2.5, "gates.external.high.wood": 1.5, "floor.ladder.hatch": 1.0, "shutter.metal.embrasure.a": 3.25, "wall.frame.shopfront.metal": 4.5, "shutter.metal.embrasure.b": 3.25, "wall.window.bars.metal": 3.25, "wall.frame.cell": 1.25, "wall.frame.cell.gate": 1.25, "wall.window.bars.toptier": 3.0, "door.hinged.metal": 1.0, "door.double.hinged.metal": 1.0, "wall.window.glass.reinforced": 2.25, "cupboard.tool.deployed": 1.0, "floor.triangle.ladder.hatch": 1.0, "door.double.hinged.wood": 0.5, "wall.window.bars.wood": 0.5, "door.hinged.wood": 0.5, "crate_normal": 2.0, "crate_normal_2": 2.0, "crate_elite": 3.0, "supply_drop": 3.0, "codelockedhackablecrate": 4.0, "codelockedhackablecrate_oilrig": 5.0, "bradley_crate": 5.0, "heli_crate": 5.0, "player": 5.0, "patrolhelicopter": 15.0, "bradleyapc": 15.0 } } Tracked Player Kills Bradley Takes Heli Takes Military Crate Loots Elite Crate Loots Raided Teams (MainTC destroyed) Building Blocks Destroyed Video
    $27.50
  3. INSTALLATION After downloading the plugin, head to the folder YouRustServer\oxide\plugin and drag the Trivia.cs file inside. Once your server is running, you should be able to see Loaded plugin Trivia v1.X.X by Disguise in the command panel. REWARDS Players can earn RPs with the plugin ServerRewards and any items from the game. Server owners are given the option to use ServerRewards / ItemRewards (built-in) or both. How to configure? Below you can see an example snippet from the config file. "Rewards type (Check Documentation)": 1, "Item Rewards": { "[EASY] Rewards list": { "scrap": 100, "stones": 1000, "wood": 1000 }, "[MEDIUM] Rewards list": { "scrap": 300, "stones": 3000, "wood": 3000 }, "[HARD] Rewards list": { "scrap": 500, "stones": 5000, "wood": 5000 } }, "ServerRewards": { "[EASY] RP list": [ 1, 3, 5 ], "[MEDIUM] RP list": [ 8, 10, 12 ], "[HARD] RP list": [ 15, 20, 30 ] }, "Rewards type" 0 - Use Item Rewards only 1 - Use ServerRewards only 2 - Use both (one will be selected randomly) "Item Rewards" In this section, you can specify what and how many items should a player get for answering correctly based on the difficulty of the question. You can find the shortnames here. "ServerRewards" In this section, you can specify how many RPs should a player get for answering correctly based on the difficulty of the question. You'll need ServerRewards for that. Both "Item Rewards" & "ServerRewards" rewards are being randomly selected. ...means that 1, 3 or 5 RPs will be added to the player's balance when correctly answered on an easy quesiton. TIMERS With timers you can configure how long the trivia games should last. Below, you can see the "Timers" from the config file. "Timers": { "Frequency of automated games (minutes)": 30, "Announcement time (seconds)": 10, "Answer time (seconds)": 10 }, "Frequency of automated games (minutes)" When a trivia game ends, it starts a count-down and pushes the new one, when the timer ran out. (loops) "Announcement time (seconds)" It pushes an announcement to notify players seconds before a trivia game. "Answer time (seconds)" When the trivia question has been asked, it starts a count-down. Players are only able to answer in this specified time limit.
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.2k

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.