Jump to content

DeutscherRitterPlatz's Wishlist

  1. More information about "Personal Wipe Plugin"

    $10.00

    Personal Wipe Plugin

    SelfWipe is a plugin with a simple GUI
    Discussions whether 1 weekly, 2 weekly or monthly are a thing of the past.
    That means every player can decide for himself when he wants to wipe.
    I play 10 hours a day for two weeks and have everything after 2 weeks, then it gets boring on the server).
    But now I can decide for myself whether I want a wipe or not on a server that runs for 4 weeks.
    With the command /wipe I have the following options:
     
    -Wipe All
    -Wipe Blueprints
    -Wipe Inventory
    -Wipe Backpack
    -Wipe Building
     
    This means that each player makes this decision himself and no one else suffers from it.

    If you have any questions or problems, join my discord
    https://discord.gg/D2zTWCEnrN

    The plugin was created by ☆☆☆ M&B Studios ☆☆☆
    Thanks to @CASHR and Shaigann for the help
  2. More information about "CombatBlock"

    $9.11

    CombatBlock

    CombatBlock is a classic plugin that serves as a great addition to the RaidBlock (NoEscape) plugin.
    This plugin features extensive settings and several types of modern design.
    It has a cohesive style and pairs excellently with the RaidBlock plugin.

    Provide your players with an optimized and stylish plugin that will operate quickly and seamlessly.
    List of features:

    UI Interface Variations:
    Perfectly complements the RaidBlock  plugin.

    0  option
    1  option
    2  option  
    Configuration of Additional Triggers:
    You set the triggers for the plugin yourself.
    Attacking an NPC Receiving damage from an NPC Inflicting damage on a sleeping player Deactivating combat-block upon death
      Configuration of Restrictions During Combat-Block:
    Blocking teleportation Blocking trade Blocking the use of kits Blocking commands (Supports chat and console commands)
    Permissions:
    combatblock.ignore - with this permission, the player will have immunity to combat blocking.
    Api:
    Object CanCombatBlocked(BasePlayer player) Object CanCombatBlock(BasePlayer player) void OnCombatBlockStarted(BasePlayer player) void OnCombatBlockStopped(BasePlayer player)
    Configuration:

    An excellent addition to this plugin:
     
  3. More information about "Smart Weapon"

    $20.00

    Smart Weapon

    Automatically lock down the opponent if you have permission.
    It is recommended to use it on the PVE server.
    It is recommended to use adminflag   = true
    It is recommeded to use  "Hit Distance": 300
    If it exceeds 300, it will cause a lot of burden on the server, the target may not be found, and the server console may be spamed.
    (Adjust according to server specifications)
    Commands:
    /sw /smartweapon Permissions:
    smartweapon.use.admin smartweapon.use.3 smartweapon.use.2 smartweapon.use.1  
    Config:
    { "General Settings": { "Prefix": "[Smart-Weapon]", "SteamID": "0", "Commands": [ "sw", "smartweapon" ], "Head Bonus Damage": 1.5, "Damage Weapon (Fired Only)": { "rifle.ak": 50.0, "rifle.ak.ice": 50.0, "rifle.lr300": 40.0, "smg.2": 30.0, "lmg.m249": 65.0, "hmlmg": 57.0, "rifle.m39": 50.0, "pistol.m92": 45.0, "smg.mp5": 35.0, "pistol.python": 55.0, "rifle.semiauto": 40.0, "smg.thompson": 37.0, "pistol.semiauto": 40.0, "pistol.revolver": 35.0 }, "Disable Smart Weapon Zones": [], "Debug": false }, "Smart Weapon Settings": { "smartweapon.use.admin": { "Angle": 30.0, "Hit Distance": 300, "Hit Chance [0 - 100]": 100, "Head Chance [0 - 100]": 100, "Bypass Wall": true, "Can Target Player": true, "Can Target Animal": true, "Flag Admin? (true - Text | false - UI)": true }, "smartweapon.use.3": { "Angle": 30.0, "Hit Distance": 300, "Hit Chance [0 - 100]": 100, "Head Chance [0 - 100]": 100, "Bypass Wall": false, "Can Target Player": true, "Can Target Animal": false, "Flag Admin? (true - Text | false - UI)": false }, "smartweapon.use.2": { "Angle": 30.0, "Hit Distance": 300, "Hit Chance [0 - 100]": 100, "Head Chance [0 - 100]": 100, "Bypass Wall": false, "Can Target Player": true, "Can Target Animal": false, "Flag Admin? (true - Text | false - UI)": false }, "smartweapon.use.1": { "Angle": 30.0, "Hit Distance": 100, "Hit Chance [0 - 100]": 80, "Head Chance [0 - 100]": 50, "Bypass Wall": false, "Can Target Player": false, "Can Target Animal": false, "Flag Admin? (true - Text | false - UI)": false } }, "Version": { "Major": 1, "Minor": 0, "Patch": 0 } } Lang:
    { "NoPermission": "<color=red>You are have not permission</color>", "Active": "<color=#00ff00>Active Smart Weapon</color>", "DeActive": "<color=red>Disable Smart Weapon</color>", "LockDown": "<size=20>[ Target Locked ] \n{0} | {1} | {2}</size>" }  
  4. More information about "Auto Wipe"

    $19.99

    Auto Wipe

    Auto Wipe -  This plugin allows to schedule regular wipes, including map, blueprint, and data resets. It offers customizable settings for wipe intervals and automated backups to prevent data loss. This plugin will simplify the maintenance process and reduce administrative workload.
    What this plugin can do?
    Create specific wipe schedules  for daily, weekly and monthly basis. Wipe oxide(config/data/logs/plugins)/map  files. Create backups of data/map files. Send discord wipe message using tool:  https://discohook.org/ Do files replacements during wipe. (In case if you want to load new config  files  for new map) Set own startup ConVars such as 'server.seed', 'server.levelurl'. No additional scripts or harmony mods required, everything plugin based.
    How it works?
    When the wipe preset schedule is enabled and matched, the plugin sends a restart command. During server startup, it deletes all configured files before they are loaded by other plugins or the server itself and executes all commands from the preset. It is recommended to have software or a batch file that will automatically start the server after shutdown because the "restart" command only shuts down the server without restarting it.
    What is cron expression and how do I use it?
    A  cron expression  is a string of characters used to schedule tasks to run at specific times or intervals. It is widely used in Unix-based systems for automating repetitive tasks such as backups, updates, and maintenance.

    Structure of a Cron Expression
    Allowed values Allowed special characters Comment ┌───────────── second (optional) 0-59 * , - / │ ┌───────────── minute 0-59 * , - / │ │ ┌───────────── hour 0-23 * , - / │ │ │ ┌───────────── day of month 1-31 * , - / L W ? │ │ │ │ ┌───────────── month 1-12 or JAN-DEC * , - / │ │ │ │ │ ┌───────────── day of week 0-6 or SUN-SAT * , - / # L ? Both 0 and 7 means SUN │ │ │ │ │ │ * * * * * * Special characters which are supported by plugin now
    *  (all): Specifies that the event should happen for every time unit. For example,  *  in the minute field means "every minute." -  (range): Specifies a range of values. For example,  10-12  in the hour field means "10th, 11th, and 12th hours." ,  (values): Specifies multiple values. For example,  10,12 in the hour field means "10th and 12th hours." /  (increments): Specifies incremental values. For example,  5/15  in the minute field means "5, 20, 35, and 50 minutes of an hour." Examples of Cron Expressions
    0 12 * * *                  ->  At 12:00 p.m. (noon) every day: 0/15 * * * *              -> Every 15 minutes every day 0/5 13,18 * * *          -> Every five minutes starting at 1 p.m. and ending at 1:55 p.m., and then starting at 6 p.m. and ending at 6:55 p.m., every day 30 9 * * 1-5             -> At 9:30 a.m. every Monday to Friday 0 0 L * *                   -> At 00:00 AM on the last day of the month   0 0 L-1 * *               -> At 00:00 AM the day before the last day of the month 0 0 3W * *              -> At 00:00 AM, on the 3rd weekday of every month 0 0 LW * *              -> At 00:00 AM, on the last weekday of the month 0 0 * * 2L               -> At 00:00 AM on the last tuesday of the month 0 0 * * 6#3             -> At 00:00 AM on the third Saturday of the month 0 0 ? 1 MON#1       -> At 00:00 AM on the first Monday of the January Detailed definition can be found here:  Cronos
    You can try to use this generator.
    If you need help with setting up your own wipe schedule don't hesitate to ask for support! You can use plugin support section or DM me in Discord: metangerine.
    CONFIGURATION
    COMMANDS
    autowipe.run <preset name> - runs auto wipe preset
    CONTACTS
    Need help or custom plugin for your server?
    Contact me using Discord:  metangerine
    ----------------------------------------------------------------------
  5. More information about "XCustomGenes"

    $18.99

    XCustomGenes

    XCustomGenes is a versatile gene editor plugin offering a user-friendly UI, multilingual support, sound effects, and robust features for editing or deleting genes through chat commands or the UI, with options for payment integration using in-game currency.
     
    ->      In the code you can switch the plugin language - LanguageEnglish = true   <-
    Features
    Optimization of the interface for different monitor resolutions. There is a lang ru/en/uk/es. Sound effects when interacting with the menu. User-friendly UI gene editor. To change/delete genes, player/administrator can use: chat commands or UI editor. Ability to change/delete genes on a selected item, as well as on all items in inventory simultaneously. Ability to make gene changing/deletion paid. Balance of any plugin or Scrap can be used as currency.   Various chat messages. Protection against incorrect input of genes. The administrator can quickly give himself seeds with the right genes using the UI editor.  
     
    Permissions
    xcustomgenes.use - access to menu / access to genes editing. xcustomgenes.admin - access to admin functionality.
    Commands
    /g, /gene, /genes - to open the menu. [ Commands can be changed in the config. ] /genes item genes(xxxxxx) - to change/delete genes on the selected item. /genes all genes(xxxxxx) - to change/delete genes on all items in inventory simultaneously. xcustomgenes_give steamID shortname genes(xxxxxx) amount skinID - to give seeds with genes to the player. [ Arguments - genes, amount, skinID - is not a mandatory. ]
    Config
    { "General settings": { "SteamID profile for custom avatar": 0, "Chat prefix": "<size=12><color=#FFFFFF50>[</color> <color=#00FF0050>XCustomGenes</color> <color=#FFFFFF50>]</color></size>\n", "List of commands to open the menu": [ "g", "gene", "genes" ], "Gene list for quick selection": [ "GGGGYY", "GGGYYY", "GGYYYY", ... ] }, "GUI settings": { "Color_background_1": "0.517 0.521 0.509 0.95", "Color_background_2": "0.217 0.221 0.209 0.95", "Button color (icons)": "1 1 1 0.75", "Block color": "0.517 0.521 0.509 0.5" }, "Payment settings": { "Use payment": false, "True - plugin with balance | False - scrap": false, "Price formation - [ True - per stack | False - per seeds ]": true, "Price": 10.0, "Price - gene delete": 2.0, "Plugin name": "Economics", "Method name(API) - Balance": "Balance", "Method name(API) - Withdraw": "Withdraw", "Method(API) data type - [ 0 - int | 1 - float | 2 - double ]": 0 } }
1.8m

Downloads

Total number of downloads.

8.4k

Customers

Total customers served.

127.4k

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.