-
Posts
34 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by King.
-
Been using RustApp on my server for a while now and honestly can't imagine going back. Everything you need for moderation is in one place — player profiles with full steam info and ban history, chat logs, reports, bans, auto-kick for VPN/low hours, staff activity stats. The web panel is clean and fast, works well on mobile too. The ban system is super flexible (global, per-server, IP, mass team bans) and you can attach proof to everything, which keeps things organized. Report system pulls in F7 and custom reports into one feed — no more switching between tools. Plugin is open-source and works perfectly on Carbon. Setup was straightforward. Only "downside" is it's a paid subscription, but there's a 7-day free trial and honestly the price is fair for what you get. Huge time saver if you're running any kind of serious project. Highly recommend.
-
-
This studio does a very high quality of work. The design is beautiful as for plugins and for stores and sites. All solutions are very good.
-
Version 1.0.12
37 downloads
TradeItem is a convenient item exchanger for your server. Allow your players on your server to make trades of items that you can setup via the config! Give your players a unique experience by getting rid of items they may have a lot of for better items in return! Features: Minimalistic and user-friendly design Full exchange customization Config : { "Command": "obmen", "Exchange settings": [ { "The item to be exchanged": { "ShortName": "stones", "SkinID": 0, "Amount": 5000 }, "An item that is given to a player": { "ShortName": "wood", "SkinID": 0, "Amount": 10000 } }, { "The item to be exchanged": { "ShortName": "wood", "SkinID": 0, "Amount": 10000 }, "An item that is given to a player": { "ShortName": "stones", "SkinID": 0, "Amount": 5000 } }, { "The item to be exchanged": { "ShortName": "metal.fragments", "SkinID": 0, "Amount": 10000 }, "An item that is given to a player": { "ShortName": "autoturret", "SkinID": 0, "Amount": 10 } }, { "The item to be exchanged": { "ShortName": "scrap", "SkinID": 0, "Amount": 150 }, "An item that is given to a player": { "ShortName": "jackhammer", "SkinID": 0, "Amount": 1 } }, { "The item to be exchanged": { "ShortName": "scrap", "SkinID": 0, "Amount": 200 }, "An item that is given to a player": { "ShortName": "lowgradefuel", "SkinID": 0, "Amount": 100 } }, { "The item to be exchanged": { "ShortName": "metal.fragments", "SkinID": 0, "Amount": 5000 }, "An item that is given to a player": { "ShortName": "metal.refined", "SkinID": 0, "Amount": 50 } }, { "The item to be exchanged": { "ShortName": "metal.fragments", "SkinID": 0, "Amount": 1000 }, "An item that is given to a player": { "ShortName": "sulfur", "SkinID": 0, "Amount": 500 } }, { "The item to be exchanged": { "ShortName": "sulfur", "SkinID": 0, "Amount": 500 }, "An item that is given to a player": { "ShortName": "metal.fragments", "SkinID": 0, "Amount": 1000 } } ], "Version": { "Major": 1, "Minor": 0, "Patch": 0 } }$10.00 -
- 22 comments
-
- #maze
- #mazeevent
-
(and 7 more)
Tagged with:
-
- 22 comments
-
- #maze
- #mazeevent
-
(and 7 more)
Tagged with:
-
private Boolean IsClanMember(String userID, String targetID) - Whether the player is a co-clan or not private Boolean IsClanMember(UInt64 userID, UInt64 targetID) - Whether the player is a co-player or not. private Boolean IsModerator(UInt64 playerID) - Is the player a clan leader/moderator? private List<String> GetMembersClan(String clanTag) - List of clan members private String GetClanTag(UInt64 playerID) - Get player's tag private Int32 GetClanPoint(String clanTag) - Get the number of points of the clan private void GetPointRaid(UInt64 userID, UInt64 targetID) - Used for tournament plugins, to transfer half of the points when raiding their cabinet
-
Version 1.3.9
36 downloads
FClan is a clan system with multiple functions Features Automatic authorization in cabinets, locks, turrets, pvo Support in-game friend system GameStores rewards are available Top clans Config : { "Main plugin command": [ "clan", "clans" ], "Use the clan tag in the player's name": true, "Create greens automatically ?": true, "Prohibit the creation of a green without a clan ?": true, "Change the builder to clan leader ?": true, "Customizing prizes for wipe": { "Use the issuance of awards ?": true, "Share the prize for the whole team or give the prize from the configuration ? (true - share prize | false - static prize)": false, "Store ID in the service": "", "Server ID in the service": "", "Secret key (do not distribute it)": "", "Minimum number of points to receive an award": 1000, "Minimum number of points to receive an award (Player's)": 100, "Place in the top and the balance given to the player": { "1": 350, "2": 200, "3": 150 } }, "Limit settings": { "Clan membership limit": 8, "Moderator limit": 2, "Maximum quantity for billing rate ( Resource - maximum quantity )": { "wood": 1000000, "stones": 1000000, "metal.ore": 1000000, "sulfur.ore": 1000000, "hq.metal.ore": 250000, "cloth": 100000, "leather": 100000, "fat.animal": 100000, "loot-barrel": 100000 } }, "Points Settings. [ShortName] - Number of points": { "wood": 2, "stones": 5, "metal.ore": 5, "hq.metal.ore": 5, "sulfur.ore": 5, "loot-barrel": 2, "PatrolHelicopter": 1500, "BradleyAPC": 750, "Death": 50, "Suicide": 50, "Kill": 50, "WallTier2": 3, "WallTier3": 5, "WallTier4": 7 }, "Clan tag settings": { "Banned clan tags": [ "Admin", "Aдмины" ], "Minimum number of characters of the clan tag": 2, "Maximum number of characters of a clan tag": 6 }, "Version": { "Major": 1, "Minor": 1, "Patch": 9 } }$30.00 -
Version 1.0.0
10 downloads
About CustomDrop: Adds new supply signals to the server, with which you can call AirDrop when any objects are spawned, you can also call a stone, which will be subject to increased mining rates, get a bonus item when you break the stone Config: { "Custom AirDrop settings": [ { "Displayed Item Name | Signal Grenade": "Signal Grenade | Minicopter", "PrefabName | Signal Grenade": "assets/content/vehicles/Minicopter/Minicopter.entity.prefab", "SkinID item | Signal Grenade": 3060835632, "Chance of dropping a signal grenade": 40, "Bonus item of breaking stone": [] }, { "Displayed Item Name | Signal Grenade": "Signal Grenade | Sulfur stone", "PrefabName | Signal Grenade": "assets/bundled/prefabs/autospawn/resource/ores/sulfur-ore.prefab", "SkinID item | Signal Grenade": 3060813889, "Chance of dropping a signal grenade": 40, "Bonus item of breaking stone": [ { "Item Shortname": "metalpipe", "SkinID": 0, "Minimum amount": 10, "Maximum amount": 20 }, { "Item Shortname": "metalblade", "SkinID": 0, "Minimum amount": 10, "Maximum amount": 20 } ] }, { "Displayed Item Name | Signal Grenade": "Signal Grenade | Metal stone", "PrefabName | Signal Grenade": "assets/bundled/prefabs/autospawn/resource/ores/metal-ore.prefab", "SkinID item | Signal Grenade": 3060812671, "Chance of dropping a signal grenade": 40, "Bonus item of breaking stone": [ { "Item Shortname": "metalpipe", "SkinID": 0, "Minimum amount": 10, "Maximum amount": 20 }, { "Item Shortname": "metalblade", "SkinID": 0, "Minimum amount": 10, "Maximum amount": 20 } ] }, { "Displayed Item Name | Signal Grenade": "Signal Grenade | Default stone", "PrefabName | Signal Grenade": "assets/bundled/prefabs/autospawn/resource/ores/stone-ore.prefab", "SkinID item | Signal Grenade": 3060813413, "Chance of dropping a signal grenade": 40, "Bonus item of breaking stone": [ { "Item Shortname": "metalpipe", "SkinID": 0, "Minimum amount": 10, "Maximum amount": 20 }, { "Item Shortname": "metalblade", "SkinID": 0, "Minimum amount": 10, "Maximum amount": 20 } ] } ], "Use rates to mine rocks with AirDrop ?": true, "Rates for gather stone with AirDrop | Permission - Rates": { "customdrop.x2": 2.0, "customdrop.x3": 3.0, "customdrop.x4": 4.0 }, "Config version": { "Major": 1, "Minor": 0, "Patch": 0 } }$8.00-
- #customairdrop
- #airdrop
-
(and 3 more)
Tagged with:
-
Version 1.0.2
27 downloads
WipeAddon : An auxiliary plugin for performing a wipe Has the ability to : Does not let players in until the set wipe time When opening the server, will be available to enter for players also time WipeBlock and the rest of the plugins in which goes time from the vyp, will go from the moment of opening the server. Config : { "Allow players with admin rights to enter the server ?": true, "Players who can access the server [SteamID]": [ 765600000000, 765600000044, 765600000123 ], "Time to open the server | Hours": 14, "Time to open the server | Minutes ": 0, "Config version": { "Major": 1, "Minor": 0, "Patch": 0 } }$5.00-
- 1
-
-
- #wipeaddon
- #wipe
-
(and 1 more)
Tagged with:
-
-
-
Version 1.1.0
40 downloads
{ "Basic Settings": { "Blocking Duration": 10.0, "Block when player is hit ?": true, "Block when a player takes damage ?": true, "Unlock on death ?": true, "What commands to block when combat blocking ?": [ "/tpr", "/tpa", "/home" ] }, "Configuration Version": { "Major": 1, "Minor": 1, "Patch": 0 } }$5.00
