Jump to content

Brasiliannut's Wishlist

  1. More information about "TC Upgrades"

    $14.99

    TC Upgrades

    TC Upgrades provides an efficient and optimized way to enhance your base directly from the Tool Cupboard. With this plugin, you can easily change building grades, switch building skins, repair structures or deployables, and even set up wallpapers on your base, streamlining your base management process.


    Multi-TC Support Authorization List on Tool Cupboard Upgrade Building Grades Change Building Skins Repair Structures and Deployables Apply Wallpapers Detailed Permissions VIP Features User-Friendly UI

    TCUpgrades.authlist - Shows Authorization list button  on TC TCUpgrades.upgrade -  Shows upgrade button  on TC TCUpgrades.repair - Shows repair button  on TC TCUpgrades.skin - Shows skin button  on TC TCUpgrades.wallpaper -  Shows wallpaper button  on TC TCUpgrades.upgrade.nocost - Allows player to use no resources when upgrading TCUpgrades.repair.nocost -  Allows player to use no resources when repairing TCUpgrades.reskin.nocost - Allows player to use no resources when reskining TCUpgrades.wallpaper.nocost -  Allows player to use no resources when setting wallpaper TCUpgrades.default - Allows player to use (wood, stone, metal, hqm & deploy)   TCUpgrades.wood TCUpgrades.stone TCUpgrades.metal TCUpgrades.hqm TCUpgrades.deploy


  2. More information about "LSkins"

    $40.00

    LSkins

    Unique skin system
    Easy setup of skins for each item in a separate file, no longer have to dig through a long configuration file. User-friendly interface. You can view skins apparel directly on the player. The ability to add skins to favorites, so as not to dig and find any every time. Automatic load images skins trading platform. For rights you can enable auto-install the skin on the subject no skin is selected in the interface. Add some skins for certain people on rights. Also in the config, you can download all the skins from the marketplace (Automatically add them to the date and upload a picture) I also added the already generated date of pictures and skins from the trading platform.  
     

    Config { "Add a skin to the cfg automatically?(true = yes)": false, "Rights to use the skins system": "lskins.use", "Install the skin automatically on items where there is already a skin?(true = yes)": false, "Rights to use default skins": "lskins.usedefault", "Setting up payment for opening": { "Enabled(true = yes)": false, "How to pay?(Scrap, ServerRewards, Economics)": "Scrap", "The price for opening the interface (If 0, then free)": 10, "Price per change of one skin (If 0, then free)": 10 }, "Items with these skins cannot be exchanged.": [ 12341234 ], "Rights to use unique skins": { "lskins.prem": [ 2668297561, 2649480126, 2599664731 ] } }  
     
    Data "615766181": { "Enabled skin?(true = yes)": true, "Is this skin from the developers of rust or take it in a workshop?": true, "Name skin": "Digital Camo AK47" },  
     
    Lang { "NEEDMORESCRAP": "Not enough scrap in the inventory!", "NEEDMOREMONEY": "Insufficient funds in the account.", "LABLEMENUTEXT": "SKIN MENU", "INFOCLICKSKIN": "Click on the item\nyou want to install the skin on", "FAVSKINSLABLE": "FAVOURITE SKINS", "ADAPTINTERFACELABLE": "ADAPT\n<size=10>THE SIZE OF THE SKINS INTERFACE</size>", "NOPERMUSE": "You don't have the rights to use the command!" }  
    Commands ChatCommand: /skin ConsoleCommand(only admin) Permission lskins.admin lskins add skinid lskins addcollection collectionid lskins remove skinId
  3. More information about "TC Bank"

    $20.00

    TC Bank

    🏦 TC Bank
    💰 In-game currency and banking system with GUI. Option to use tool cupboard as bank and risk currency to raiders.
    Features
    Currency system with wallet (on person) balance and bank balance. Banking system with Banking GUI. (/bank). Economics and ServerRewards support but not required. Enable TC Raid Mode: Tool cupboards will be used as banks themselves. Players will be required to be in tool cupboard range to use the bank. Players can have as many TC banks as they have tool cupboards. (Each tool cupboard can store money). Teammates sharing a tool cupboard will have individual balances and not a shared balance. When a tool cupboard is raided the raider gets all of the currency stored inside of the TC by either solos or teams. The players storing money inside the tool cupboard that was raided in turn lose the money they had stored in that individual TC. Disable TC Raid mode: Tool cupboards will not be used to store money and players will not lose their bank balance when their tool cupboard is raided. You may configure RequireTCPrivilege* options to require players to be within tool cupboard range to use the bank. Even if players are required to have tool cupboard privilege to use the bank, all tool cupboards will share the same bank account. You may configure countdown options to set a delay when a player tries to preform an action at the bank (deposit, withdraw, transfer). Banking commands: /bal (check balance), /depo (deposit), /take (withdraw), /send (transfer). Admin commands: /addbal, /addbank, /removebal, /removebank. Configurable currency symbol. Configurable wallet and bank balance overlay GUI. Options to require TC Privilege for opening bank GUI, depositing, withdrawing, transferring (for when not using TC raid mode). Countdown options for depositing, withdrawing, transferring. NoEscape support for blocking bank transfers during raid block. Developer API with callable API methods for banking. Chat Commands
    /bank Display TC Bank GUI. Requires permission tcbank.bankgui. /bal Sends the player a chat message displaying their current wallet and bank balance. Requires permission tcbank.balancecommand. /depo <amount> Deposit currency to bank. Requires permission tcbank.depositcommand. /take <amount> Withdraw currency from bank. Requires permission tcbank.withdrawcommand. /send <amount> <player name> Send currency from one players bank account to another player's bank account. Requires permission tcbank.transfercommand. /addbal <amount> <player name> Add currency to a player's wallet balance. Requires permission tcbank.admin. /addbank <amount> <player name> Add currency to a player's bank balance. Unavailable when UseToolCupboardRaidFeature = true, use /addbal instead. Requires permission tcbank.admin. /removebal <amount> <player name> Remove currency from a player's wallet balance. Requires permission tcbank.admin. /removebank <amount> <player name> Unavailable when UseToolCupboardRaidFeature = true. Remove currency from a player's bank balance. Requires permission tcbank.admin. /savebank Force save data file. Requires permission tcbank.admin. Console Commands
    resetbank Backup and reset data file. Permissions
    tcbank.bankgui Required to display TC Bank GUI to player. tcbank.transfergui Required to display bank transfer GUI to player. tcbank.balancegui Required to display wallet and bank balance GUI overlays to player. tcbank.balancecommand Required to use command for displaying wallet and bank balance in chat. tcbank.depositcommand Required to use command for depositing currency to bank. tcbank.withdrawcommand Required to use command for withdrawing currency from bank. tcbank.transfercommand Required to use command for transferring currency to another player. tcbank.admin Required for bank management commands and to force save data file. Configuration
    Default Configuration
    { "Currency symbol": "$", "Currency symbol placement (left or right)": "left", "Enable Tool Cupboard Raid Feature. Each TC is a raidable bank. (Default=true)": true, "Use alternative GUI font (Default=false)": false, "Display wallet balance overlay GUI": true, "Display bank balance overlay GUI (not available with Raid Mode)": false, "Wallet Balanace GUI label": "Wallet Balance:", "Bank Balanace GUI label": "Bank Balance:", "Require TC privilege to open Bank GUI (always true in Raid Mode)": true, "Require TC privilege to deposit to bank (always true in Raid Mode)": true, "Require TC privilege to withdraw from bank (always true in Raid Mode)": true, "Require TC privilege to transfer from bank (always true in Raid Mode)": true, "Bank deposit delay countdown": 0, "Bank withdraw delay countdown": 0, "Bank transfer delay countdown": 0, "Data file save interval in seconds": 300, "Enable Economics support for wallet money": false, "Enable ServerRewards support for wallet money": false, "Block bank transfer during raid block (NoEsacpe)": false } Configuration Notes
    When using UseToolCupboardRaidFeature players will be required to be within TC range to open bank GUI, deposit, withdraw, or transfer. When using UseToolCupboardRaidFeature or any RequireTCPrivilege* option respective countdowns will be ignored. When using  UseToolCupboardRaidFeature admin commands /addbank and /removebank will be unavailable. Administrators can still use /addbal and /removebal. When using  UseToolCupboardRaidFeature bank Balance GUI overlay will be unavailable. However, players may still use the wallet balance GUI overlay. When using both UseEconomicsIntegration and UseServerRewardsIntegration,  UseEconomicsIntegration will take precedence.   When UseToolCupboardRaidFeature is disabled transfers are sent from sender's bank -> receiver's bank. When UseToolCupboardRaidFeature is enabled transfers are sent from sender's bank -> receiver's wallet. Developer API
    API Methods
    bool Deposit(string playerID, int amount) Returns true if successful. bool Deposit(string playerID, int amount, ulong toolCupboardID) Returns true if successful. bool Withdraw(string playerID, int amount) Returns true if successful. bool Withdraw(string playerID, int amount, ulong toolCupboardID) Returns true if successful. bool AddToWallet(string playerID, int amount) Returns true if successful. bool AddToBank(string playerID, int amount) Returns true if successful. bool AddToBank(string playerID, int amount, ulong toolCupboardID) Returns true if successful. bool RemoveFromWallet(string playerID, int amount) Returns true if successful. bool RemoveFromBank(string playerID, int amount) Returns true if successful. bool RemoveFromBank(string playerID, int amount, ulong toolCupboardID) Returns true if successful. bool ResetWallet(string playerID) Returns true if successful. bool ResetBank(string playerID) Returns true if successful. int GetWalletBalance(string playerID) Returns player's wallet balance. int GetBankBalance(string playerID) Returns player's bank balance. int GetBankBalance(string playerID, ulong toolCupboardID) Returns player's bank balance. void RefreshOverlay(string playerID) Refreshes a player's balance overlay GUI. Which API methods to use?
    There are many API methods available but the three below are the most commonly used in place of Economics and ServerRewards method calls.
    Check player's balance
    int GetWalletBalance(string playerID) Returns player's wallet balance. Remove money from player's balance
    bool RemoveFromWallet(string playerID, int amount) Returns true if successful. Add money to player's balance
    bool AddToWallet(string playerID, int amount) Returns true if successful. Support Discord
    https://discord.gg/25sR5EZktP
1.8m

Downloads

Total number of downloads.

8.4k

Customers

Total customers served.

126.6k

Files Sold

Total number of files sold.

2.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.