Jump to content

TF Crazy

Creator
  • Posts

    208
  • Joined

  • Last visited

Everything posted by TF Crazy

  1. TF Crazy

    CKit

    Version 3.0.0

    774 downloads

    Default Kit management tool. # DOCUMENTATION • Features - Define group or permission - Define default kit respawn - Define start / end - Clear inventory (admin only) • Info The plugin, has the base developed for my server. It has been designed so that when the command is executed, the kit replaces the contents of the inventory with the new contents. I will soon add an option to choose to replace the contents or not. # CHAT COMMAND /kit <command> /clear -- View command (admin) /clear all -- Clear all inventory (admin) /clear main -- Clear main inventory (admin) /clear belt -- Clear belt inventory (admin) /clear wear -- Clear wear inventory (admin) # START / END CONF "7. Start": [ { "DAY": "17", "MONTH": "03", "YEAR": "2020", "TIME / H24 / 08:00": "10:05" } ], # DEFAULT CONFIGURATION { "KITS": [ { "1. Name": "Default", "2. Chat Command": null, "3. Short Desc": "Kits give when a player respawn", "4. Oxide group or permission": null, "5. Kit default": true, "6. Kit active": true, "7. Start": [], "8. End": [], "9. BELT": [ { "SHORT NAME": "rock", "SKIN ID": 804791902, "AMOUNT": 1, "CONDITION": 100.0, "AMMO": 0, "AMMO TYPE": null, "INSTANCE DATA": null, "CONTENTS": null }, { "SHORT NAME": "torch", "SKIN ID": 0, "AMOUNT": 1, "CONDITION": 50.0, "AMMO": 0, "AMMO TYPE": null, "INSTANCE DATA": null, "CONTENTS": null } ], "10. Main": [], "11. Wear": [ { "SHORT NAME": "tshirt", "SKIN ID": 0, "AMOUNT": 1, "CONDITION": 0.0, "AMMO": 0, "AMMO TYPE": null, "INSTANCE DATA": null, "CONTENTS": null } ] } ] } # ADD KIT In config file { "1. Name": "TRY", "2. Chat Command": "test", "3. Short Desc": "Test kit", "4. Oxide group or permission": null, "5. Kit default": false, "6. Kit active": true, "7. Start": [], "8. End": [], "9. BELT": [ { "SHORT NAME": "crossbow", "SKIN ID": 0, "AMOUNT": 1, "CONDITION": 100.0, "AMMO": 0, "AMMO TYPE": null, "INSTANCE DATA": null, "CONTENTS": null } ], "10. Main": [], "11. Wear": [] ] },
    Free
  2. TF Crazy

    CLottery

    Version 1.0.0

    872 downloads

    Randomly select player every X hours, offer him a gift based on the number of player connected # DOCUMENTATION • Features - Every X hour - Random selected one user (exept admin) - Gift adjustable depending on the number of connected players - Display an **ui** - Send **effect** to player - Reclaim gift with chat command - Gift not reclaimed are clear when server wipe (new save) # CHAT COMMAND /lottery -- Chat command for reclaim gifts # CONFIGURATION { "1. COMMAND CHAT": "lottery", "2. SCHEDULES FOR SEND": ["01:00","03:00","05:00","07:00","09:00","11:00","13:00","15:00","17:00","19:00","21:00","23:00"], "3. LOTTERY": [ { "Minimum players": 0, "Maximum players": 2, "Gifts": null }, { "Minimum players": 3, "Maximum players": 5, "Gifts": [ { "Short name": "scrap", "Quantity": 50 } ] }, { "Minimum players": 6, "Maximum players": 10, "Gifts": [ { "Short name": "xmas.present.small", "Quantity": 1 } ] }, { "Minimum players": 11, "Maximum players": 20, "Gifts": [ { "Short name": "xmas.present.small", "Quantity": 1 }, { "Short name": "scrap", "Quantity": 50 } ] }, { "Minimum players": 21, "Maximum players": 30, "Gifts": [ { "Short name": "xmas.present.medium", "Quantity": 1 } ] }, { "Minimum players": 31, "Maximum players": 50, "Gifts": [ { "Short name": "xmas.present.medium", "Quantity": 1 }, { "Short name": "scrap", "Quantity": 75 } ] }, { "Minimum players": 51, "Maximum players": 75, "Gifts": [ { "Short name": "xmas.present.large", "Quantity": 1 } ] }, { "Minimum players": 76, "Maximum players": 200, "Gifts": [ { "Short name": "xmas.present.large", "Quantity": 1 }, { "Short name": "scrap", "Quantity": 75 } ] } ] }
    Free
  3. TF Crazy

    CMuteChat

    Version 1.0.4

    418 downloads

    Mute or unmute server global chat and displays mute cooldown in gui. # CHAT COMMAND WITH PERM OR CONSOLE SERVER COMMAND /muteall <minute> -- Mute the chat for all /muteall <stop> -- Cancel mute #INFO Admin bypass mute The plugin is compatabile with BetterChat, is optional # PERMISSION cmutechat.use -- Player can use mute command # API private void API_MuteChat(BasePlayer player, string command, string[] args) private bool API_CMuteChat() # HOOK ("CMuteChat_Start", string minute ) ("CMuteChat_Cancel")
    Free
  4. Version 4.0.7

    562 downloads

    The plugin allows to define opening and closing times for raids for each day of the week, with the ability to block damage outside of those hours. The configuration is customizable with many options, #FEATURES Defined schedules raids are allowed during the day. Blocks damage or execute console command outside the allowed period. Displaying an UI or use CustomStatusFramework. Everything is customizable, configurable with many options. Protects the player if he has recently joined the server Prevents raids if not enough time to play #INFO Bypass allows you to destroy if is not the raid time (only if block damage is enabled). All options are optional and can be configured The plugin is compatible with players languages The times displayed can be configured for the players, in order to adapt to the format of their country /craid (for open panel) #API private bool API_IsRaidTime() => _mainController.currentSchedule.isRaidTime; private List<int> API_StartSchedule() { return new List<int> { (int)_mainController.currentSchedule.start.day, _mainController.currentSchedule.start.hour, _mainController.currentSchedule.start.minute }; } private List<int> API_EndSchedule() { return new List<int> { (int)_mainController.currentSchedule.end.day, _mainController.currentSchedule.end.hour, _mainController.currentSchedule.end.minute }; }
    $23.00
1.7m

Downloads

Total number of downloads.

7.9k

Customers

Total customers served.

119.5k

Files Sold

Total number of files sold.

2.4m

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.