Jump to content

NubbbZ

Developer
  • Posts

    49
  • Joined

  • Last visited

  • Days Won

    1

Files posted by NubbbZ

  1. $10

    AdditionalUpgrades

    Want to make upgrading bases more in depth? Got a RP server? Welcome AdditionalUpgrades, In this plugin you are able to make custom items, add them to loot sources or be obtainable through gathering wood/ore! Configure what tier of upgrade needs what, and with this amazing system you are able to make upgrading bases more in depth!
    Notes:
    To obtain ItemIDs use this website https://www.corrosionhour.com/rust-item-list/ Need more custom items? Contact me directly... Permissions:
    additionalupgrades.give - For the command augive additionalupgrades.giveto - For the command augiveto Commands:
    /augive "customitemname" "quantity" /augiveto "playernamorid" "customitemname" "quantity"

    2 purchases   4 downloads

       (0 reviews)

    0 comments

    Updated

  2. $5

    QuickGut

    Do you want to make your players lives easier? QuickGut allows your players to gut stacks of fish instantly!  Saving time and making them happy!
    Plugin is simple and straight forward with no configuration!
    Note:
    By default quickgut wont be enabled for the player, they ether need to enter the command /gut to enable it or you need to give them the permission quickgut.active when given access... Permissions:
    quickgut.use - Allows the player to use the command /gut and allows them to gut fish instantly! quickgut.active - Toggle weather the player has quickgut enabled or not! Commands:
    /gut - Toggles the feature on or off!

    0 purchases   0 downloads

       (0 reviews)

    0 comments

    Updated

  3. $10

    SAMSiteTargets

    Ever wanted to make SAMSites shoot at the Heli or whatever? Well you can with SAMSiteTargets, Config is easy and simple, use https://github.com/OrangeWulf/Rust-Docs/blob/master/Entities.md to find the entities shortprefabname, and change the config and bam!
    Notes:
    Unfortunately the default targeting vehicles like the minicopter are hardcoded in the samsite code, so if u change the targeting range to under 150 it wont work as the hardcoded value takes over... If you have the permission set to "", it would make it so all SAMSites attack that entity, bypassing the entity owner check! Configuration:
    { "Entities": { "bradleyapc": { "Can be targeted by static SAM Sites?": true, "Enabled": false, "Permission": "samsitetargets.bradley", "Rocket damage multiplier!": 1.0, "Rocket speed multiplier!": 1.0, "Seconds between rocket bursts!": 5.0, "Targeting range!": 150.0 }, "ch47.entity": { "Can be targeted by static SAM Sites?": true, "Enabled": false, "Permission": "samsitetargets.ch47", "Rocket damage multiplier!": 1.0, "Rocket speed multiplier!": 1.0, "Seconds between rocket bursts!": 5.0, "Targeting range!": 150.0 }, "minicopter.entity": { "Can be targeted by static SAM Sites?": true, "Enabled": false, "Permission": "samsitetargets.minicopter", "Rocket damage multiplier!": 1.0, "Rocket speed multiplier!": 1.0, "Seconds between rocket bursts!": 5.0, "Targeting range!": 150.0 }, "patrolhelicopter": { "Can be targeted by static SAM Sites?": true, "Enabled": false, "Permission": "samsitetargets.patrolheli", "Rocket damage multiplier!": 1.0, "Rocket speed multiplier!": 1.0, "Seconds between rocket bursts!": 5.0, "Targeting range!": 150.0 }, "scraptransporthelicopter": { "Can be targeted by static SAM Sites?": true, "Enabled": false, "Permission": "samsitetargets.scrapheli", "Rocket damage multiplier!": 1.0, "Rocket speed multiplier!": 1.0, "Seconds between rocket bursts!": 5.0, "Targeting range!": 150.0 } } }

    2 purchases   3 downloads

       (0 reviews)

    0 comments

    Updated

  4. Free

    Private Crops

    Simple plugin that protects player's crops from being stolen by checking if the player is authorized on the TC!
    Permissions:
    privatecrops.message.bypass privatecrops.protection.bypass Language:
    {   "message": "<color=red>You are not allowed to steal other players crops!</color>" }

    19 downloads

       (0 reviews)

    1 comment

    Updated

  5. Free

    Tool Blocker

    Blocks the use of certain tools on gather of flesh, trees, ore!
    Permissions:
    toolblocker.bypass Configuration:
    {   "corpses": [     "knife.bone",     "knife.combat"   ],   "nodes": [     "stone.pickaxe",     "pickaxe",     "icepick.salvaged"   ],   "trees": [     "stonehatchet",     "hatchet",     "axe.salvaged"   ] } Language:
    {   "Blocked": "You are not allowed to use a {0} to gather {1}!" }

    3 downloads

       (0 reviews)

    0 comments

    Updated

  6. Free

    Horse Logger

    Have you ever had players steel from other players horses and cant just catch em? This plugin logs items being taken and added to a horses storage, so you can catch horse looters!
    Permissions:
    horselogger.use Commands:
    /horseid - While looking at a horse, it returns the horses ID which would be used to find the log file!

    5 downloads

       (0 reviews)

    0 comments

    Updated

  7. Free

    Stationary Crafting

    Want to make your server a tad bit more realistic, welcome StationaryCrafting, it makes it so players can only craft if they are next to a workbench, if not crafting is not possible or cancels out...
    Permission:
    stationarycrafting.use Configuration:
    { "ShowMessages": false } Localization:
    { "inofrange": "Stay in the workbench radius, or your crafting queue will be canceled!", "outofrange": "You cannot craft if you are not in the workbench radius!", "canceled": "You have left the workbench radius so your crafting queue was canceled!" }  

    7 downloads

       (0 reviews)

    0 comments

    Updated

  8. Free

    Cooking Effects Wrapper

    Allows you to link the effects plugin https://weoxide.net/index.php?/file/275-effects/ with the https://codefling.com/plugins/cooking so when you eat a certain food, you can run effects like vomit! Modify the config to the recopies.
    Notes:
    Effects: Vomit, Blur, Lick, Breathe, Shake Configuration:
    { "Recipes": { "hamburger": { "vomit": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EffectLengthInSeconds": 60, "EffectInterval": 3.0 }, "lick": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EffectLengthInSeconds": 60, "EffectInterval": 4.0 }, "breathe": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EffectLengthInSeconds": 60, "EffectInterval": 2.0 }, "shake": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EffectLengthInSeconds": 60, "EffectInterval": 3.0 }, "blur": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EnableFlashing": true, "StaticBlurOpacity": 0.5, "FlashingBlurOpacity": 0.3, "EffectLengthInSeconds": 60, "EffectInterval": 0.5 } } } }  

    0 downloads

       (0 reviews)

    0 comments

    Updated

  9. Free

    Sleeper Count

    Ever wanted to know how many sleepers are on your server? With this plugin u can!
    Permissions:
    sleepercount.use - Gives the player access to the command! Commands:
    /sleepers - Returns the total number of sleepers that are in the server! Localization:
    {   "none": "There are currently no sleepers on the server!",   "single": "There is {0} sleeping player!",   "multiple": "There are {0} sleeping players!",   "denied": "You don't have permission to use that command!" }

    9 downloads

       (0 reviews)

    0 comments

    Updated

  10. $10

    ZoneIndicator

    Simple plugin that shows a small UI indicating what zone you are in, It is highly configurable and easy!
    Notes:
    ZoneManager is required! The text of the zone would be configured in the zonemanager plugins datafile under the name parameter! AlwaysShow - Means that the UI will always be shown weather there is a zone or not! UseWhitelist - True means that it will only show zones that are in the Whitelist! ZoneUISettings - Allows you to add custom UI settings for a zone, If there is none for that zone it results back to the default setting! Permissions:
    zoneindicator.use - Shows the UI zoneindicator.import - Allows that player to run the command zindicator_import! Commands:
    /zindicator_import - Imports all your zones from ZoneManager Configuration:
    { "AlwaysShow": true, "TextPlaceholder": "Wasteland", "DefaultUI": { "AnchorMin": "0.5 0", "AnchorMax": "0.5 0", "OffsetMin": "190 30", "OffsetMax": "250 60", "FadeSpeed": 0.25, "Color_Background": "0.8 0.5 0.1 0.8", "Color_Text": "1 1 1 1", "TextSize": 12 }, "UseWhitelist": false, "Whitelist": [ "11423859", "25094303" ], "ZoneUISettings": { "11423859": { "AnchorMin": "0.5 0", "AnchorMax": "0.5 0", "OffsetMin": "190 30", "OffsetMax": "250 60", "FadeSpeed": 0.25, "Color_Background": "0.8 0.5 0.1 0.8", "Color_Text": "1 1 1 1", "TextSize": 12 }, "25094303": { "AnchorMin": "0.5 0", "AnchorMax": "0.5 0", "OffsetMin": "190 30", "OffsetMax": "250 60", "FadeSpeed": 0.25, "Color_Background": "0.8 0.5 0.1 0.8", "Color_Text": "1 1 1 1", "TextSize": 12 } } }  

    3 purchases   7 downloads

       (0 reviews)

    0 comments

    Updated

  11. $20

    User Auth

    Simple but beautiful user authentication system! Protect your players with a simple authentication system. A password comes a long way! Use a database or local datafile, as it is up to you! With so many features and options to customize! I guarantee you would be satisfied!
    Note:
    Passwords are now SHA256 Hashed, I have decided to not salt the hashes for the simple reason, if the server or database was breached, the hacker would have access to the salt one way or another, and once they have the salt its pointless! I was thinking of using the players steamid as salt but again, a hacker is not that dumb to not take a look at the plugin to figure it out.
    Database table will auto generate if it does not exist!
    ["UI", "Input", "Secure"] Show/Hide password in the input field
    IPAutoAuth - if you logged in previously by the same ip, the login screen will not show up! KeepAuthOnDisconnect overrides if enabled!
    Permissions:
    userauth.bypass - Bypass the authentication/registration process!
    userauth.resetpass - Permission to use the command /resetpass
    userauth.movementbypass - Bypass movement lock!
    Commands:
    /resetpass <steamid> - Resets the given players password, if they are connected registration process would initialize!
    Configuration:
    {   "DB": {     "DB_Host": "localhost",     "DB_Name": "userauth",     "DB_Password": "",     "DB_Port": "3306",     "DB_Username": "root",     "UseDatabase": false   },   "Freeze": {     "DisableChat": true,     "DisableChatCommands": true,     "DisableConsoleCommands": true,     "DisableMovement": true,     "DisableVoice": true   },   "IPAutoAuth": false,   "KeepAuthOnDisconnect": false,   "Kick": {     "Enable_FailedLoginKick": true,     "Enable_TimedKick": true,     "FailedLoginKickTimes": 3,     "TimedKickInSeconds": 60   },   "UI": {     "Background_Color": "0.2 0.2 0.2 1",     "Button": {       "Background_Color": "0.3 0.8 0.3 1",       "Text_Color": "1 1 1 1",       "Text_Size": 18     },     "Footer": {       "Text_Color": "1 1 1 1",       "Text_Size": 12     },     "Header": {       "Text_Color": "1 1 1 1",       "Text_Size": 38     },     "Input": {       "Max_Length": 32,       "Secure": true     },     "Title": {       "Text_Color": "0.92 0.67 0.2 1",       "Text_Size": 60     }   } }
    Language:
    {   "UI_Title": "< SERVER TITLE >",   "UI_Authentication_Header": "Authentication",   "UI_Authentication_Button": "Login",   "UI_Authentication_Footer": "Have you forgotten your password? Contact an admin in our discord for assistance <color=red>https://discord.gg/QDAPDuUC</color>",   "UI_Registration_Header": "Registration",   "UI_Registration_Button": "Register",   "UI_Registration_Footer": "Do you need some assistance? Contact an admin in our discord for assistance <color=red>https://discord.gg/QDAPDuUC</color>",   "Authentication_Kick_Reason": "You did not login in time!",   "Registration_Kick_Reason": "You did not register in time!",   "Failed_Login_Reason": "You have entered your password wrong a number of times!",   "Error_UI_Bad_Password": "Please try again, You have {0} tries left!",   "Error_UI_Empty_Password": "No password was provided, please enter a password!",   "NoInput": "No input was provided!",   "ParseError": "Could not parse input, try again!",   "CommandComplete": "Command has been executed successfully!" }
    Planned features:
    Ability to change password!
    Ability to lock registrations!
    Ability to protect players when they are locked! "Godmode"
    Command whitelist!
    Little text recommending that people use a secure/unique password

    3 purchases   4 downloads

       (0 reviews)

    0 comments

    Updated

  12. $10

    Effects

    Run effects on players or yourself! The plugins is primarily used as an API for other plugins like https://weoxide.net/index.php?/file/274-cookingeffectswrapper/
    If you want other effects, message me and i can add them :)
    Permissions:
    effects.use Commands:
    /vomit <optional playername> /blur <optional playername> /shake <optional playername> /breathe <optional playername> /lick <optional playername> /killeffects <optional playername> Config:
    { "Effects": { "vomit": { "Enabled": true, "InstantEffect": true, "EffectLengthInSeconds": 60, "EffectInterval": 6 }, "lick": { "Enabled": true, "InstantEffect": true, "EffectLengthInSeconds": 60, "EffectInterval": 6 }, "breathe": { "Enabled": true, "InstantEffect": true, "EffectLengthInSeconds": 60, "EffectInterval": 6 }, "shake": { "Enabled": true, "InstantEffect": true, "EffectLengthInSeconds": 60, "EffectInterval": 6 }, "blur": { "Enabled": true, "InstantEffect": true, "EnableFlashing": true, "StaticBlurOpacity": 0.5, "FlashingBlurOpacity": 0.3, "EffectLengthInSeconds": 60, "EffectInterval": 6 } } } Hooks:
    void EffectVomit(BasePlayer Player, int Length, float Interval, bool Instant) void EffectShake(BasePlayer Player, int Length, float Interval, bool Instant) void EffectBlur(BasePlayer Player, int Length, float Interval, bool Instant, bool Flashing) void EffectLick(BasePlayer Player, int Length, float Interval, bool Instant) void EffectBreathe(BasePlayer Player, int Length, float Interval, bool Instant)

    0 purchases   0 downloads

       (0 reviews)

    0 comments

    Updated

  13. $5

    InventoryRewards

    Make custom commands, custom crafts, etc! Enter a command and it checks if you got the stuff and the correct amount and executes the configured command!
    Notes:
    If Permission or Message is not set aka "" then they will be skipped! Configuration:
    { "Commands": { "firebullets": { "ExecuteCommand": "giveto {1} ammo.rifle.incendiary 64", "Permission": "firebullets", "Message": "Enjoy the fire bullets!", "TakeItems": true, "Items": [ { "Shortname": "ammo.rifle", "Amount": 64 }, { "Shortname": "lowgradefuel", "Amount": 32 } ] } } }  

    1 purchase   1 download

       (0 reviews)

    0 comments

    Updated

  14. $5

    AutoCopter

    AutoCopter brings you all the tools needed to survive the Rust Apocalypse while flying in your private helicopter.
    Features
    Customizable Health Points
    Customizable upgrade costs
    Fancy extra light in the back
    2 turrets on top of fuel tanks and 1 in front of the helicopter
    Destroying or crashing the scrap helicopter will refund all items on ground including weapons and ammo.
    Chat Commands
    /upautocopter -> Will upgrade your owned Scrap transport helicopter with turrets and light
    Configuration
    The settings and options can be configured in the AutoCopter file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.
    { "UpgradeCost": 4000, "HeliConfig": { "MaxHealth": 4000.0 } }

    5 purchases   10 downloads

       (0 reviews)

    0 comments

    Updated

  15. $10

    ServerRulesGUI

    Simple and highly customizable UI, Show your players the rules when they first connect to the server!
    Text Styling: Yes u can combine them!
    <color=red>This changes the text color to red!</color> <b>This makes text bold!</b> <i>This makes text italic!</i> <size=20>This changes the text size to 20!</size> Commands:
    /rules - shows the rules! Configuration:
    { "Text": [ "1: Do not break into peoples bases, this is a pve server!", "2: Do not steel from players bases/inventory and so on!" ], "UI": { "MainPanel": { "BackgroundColor": "0.5 0.5 0.5 1", "Size": { "AnchorMin": "0 0", "AnchorMax": "1 1", "OffsetMin": "25 25", "OffsetMax": "-25 -25" } }, "Header": { "Text": "Rules!", "FontSize": 60, "FontColor": "1 1 1 1", "BackgroundColor": "0.33 0.33 0.33 1", "Size": { "AnchorMin": "0 1", "AnchorMax": "1 1", "OffsetMin": "0 -100", "OffsetMax": "0 0" }, "Image": { "Shown": true, "ImageURL": "https://weoxide.net/uploads/monthly_2022_02/713574979_WEOXIDE_basic-file-1022200x106.png.160179787166532ce1a2b0924939fb25.png", "Size": { "AnchorMin": "0 0.5", "AnchorMax": "0 0.5", "OffsetMin": "69 -40", "OffsetMax": "211 40" } } }, "Rules": { "FontSize": 18, "FontColor": "1 1 1 1", "Size": { "AnchorMin": "0 0", "AnchorMax": "1 1", "OffsetMin": "35 70", "OffsetMax": "-35 -135" } }, "AcceptButton": { "Text": "Accept", "TextColor": "0.511 0.837 0.021 1", "TextSize": 22, "BackgroundColor": "0.3921569 0.4705882 0.2745098 1", "Size": { "AnchorMin": "0.5 0", "AnchorMax": "0.5 0", "OffsetMin": "-90 30", "OffsetMax": "90 70" } } } }  

    2 purchases   3 downloads

       (0 reviews)

    0 comments

    Submitted

  16. $5

    TeamChooser

    Simple system allows players to choose which team/side/faction or group they want to be in.
    Notes: NONE!
    Permissions:
    teamchooser.change - Allows you to use the command /changeteam Commands:
    /changeteam API:
    bool ForceChangeTeam (string id) string GetPlayerTeam (string id) string[] GetTeamMembers (string Team) int? GetTeamCount (string Team) Configuration:
    { "onLoad": true, "onAwake": true, "Confirmation_Message": false, "AutoShow_TeamRemoval": true, "TeamA": { "Group": "teama", "Color": "1 0 0 1" }, "TeamB": { "Group": "teamb", "Color": "0 0 1 1" } } Language:
    { "UI_Description": "Choose your desired faction... It can be changed by doing /changeteam in chat...", "Confirmation_Message": "Welcome to the team, blah blah blah.", "TeamA": "TeamA", "TeamB": "TeamB" }  

    0 purchases   0 downloads

       (0 reviews)

    0 comments

    Updated

  17. $10

    TargetHealthHUD

    See your targets health with a nice HUD. With 4 customizable styles, change it up how ever you would like it to be, you can change the texts format, colors, etc!
    Note:
    if none of the styles suit you, you can always ask me to make a new one, just give me a rough sketch and I will make it!
    With an internal whitelist you can choose what entities the HUD will trigger on "shortprefabname"!
    "ActiveTargetDuration" is the length the HUD will be shown for when you attack a target, the length is reset if you attack a target again!
    TextFormat {0} = target name, {1} = target current health, {2} = target max health
    By default, the lang file is set to show the targets display name, and is set to null in the file. You can change from null to anything you want that entity to be shown as, for example "chicken": "Mr. Pecker!"
    Styles:
    top detailed
    top thin
    hotbar detailed
    hotbar thin
    Permission:
    targethealthhud.use
    Config:
    {   "Style": "top detailed",   "TextFormat": "{0} {1}/{2} HP",   "ActiveTargetDuration": 60,   "Whitelist": [     "npc_bandit_guard",     "scientistnpc_ch47_gunner",     "scientistnpc_oilrig",     "scientistnpc_excavator",     "scientistnpc_junkpile_pistol",     "scientistnpc_roam",     "scientistnpc_roamtethhered",     "scientistnpc_patrol",     "scientistnpc_peacekeeper",     "scientistnpc_heavy",     "scientistnpc_full_pistol",     "scientistnpc_full_any",     "scientistnpc_full_mp5",     "scientistnpc_full_lr300",     "scientistnpc_full_shotgun",     "scientistnpc_cargo",     "scientistnpc_cargo_turret_any",     "scientistnpc_cargo_turret_lr300",     "npc_underwaterdweller",     "npc_tunneldweller",     "patrolhelicopter",     "bradleyapc",     "simpleshark",     "bear",     "boar",     "chicken",     "stag",     "wolf"   ],   "UI General": {     "TextColor": "1 1 1 1",     "PrimaryColor": "0.7058824 0.07843138 0.07843138 1",     "SecondaryColor": "1 0.1960784 0.1960784 1"   },   "UI Styles": {     "Top Detailed": {       "AnchorMin": "0.3297916 0.9127777",       "AnchorMax": "0.6683334 0.9424074"     },     "Top Thin": {       "AnchorMin": "0.3297916 0.9127777",       "AnchorMax": "0.6683334 0.9312962"     },     "Hotbar Detailed": {       "AnchorMin": "0.3437505 0.1185186",       "AnchorMax": "0.6406256 0.1462963"     },     "Hotbar Thin": {       "AnchorMin": "0.34375 0.1203704",       "AnchorMax": "0.640625 0.1314815"     }   } }
    Language:
    {   "npc_bandit_guard": null,   "scientistnpc_ch47_gunner": null,   "scientistnpc_oilrig": null,   "scientistnpc_excavator": null,   "scientistnpc_junkpile_pistol": null,   "scientistnpc_roam": null,   "scientistnpc_roamtethhered": null,   "scientistnpc_patrol": null,   "scientistnpc_peacekeeper": null,   "scientistnpc_heavy": null,   "scientistnpc_full_pistol": null,   "scientistnpc_full_any": null,   "scientistnpc_full_mp5": null,   "scientistnpc_full_lr300": null,   "scientistnpc_full_shotgun": null,   "scientistnpc_cargo": null,   "scientistnpc_cargo_turret_any": null,   "scientistnpc_cargo_turret_lr300": null,   "npc_underwaterdweller": null,   "npc_tunneldweller": null,   "patrolhelicopter": null,   "bradleyapc": null,   "simpleshark": null,   "bear": null,   "boar": null,   "chicken": null,   "stag": null,   "wolf": null }  

    9 purchases   12 downloads

       (0 reviews)

    0 comments

    Submitted

  18. $5

    PlaceableRecyclers

    This plugin allows you to place and pickup recyclers! It is simple and perfect for your tebex shop, give the players the ability buy a recycler, without having to wait for an admin to place it!
    Hit it with a hammer and its in your inventory! Simple as that!
    Notes:
    If you plan on changing the skin do it before giving anyone a place able recycler, as it will break the current placed recyclers! "Wont allow them to pick them up"
    Permissions:
    placeablerecyclers.give - permission for the command /giverecycler
    placeablerecyclers.remove - permission for the command /removerecycler
    Commands:
    /giverecycler - Would give you a recycler!
    /giverecycler [playername] - Would give the player name given a recycler!
    /removerecycler - Toggleable command to enable/disable the ability to pickup a placeablerecycler!
    Configuration:
    {   "SkinID": 2245200021 }
    Language:
    {   "Given": "<color=green>A Placeable Recycler has been given to {0}!</color>",   "Returned": "<color=green>You have picked up the recycler!</color>",   "PlayerNotFound": "<color=red>Cannot find the player by the given ID or Name {0}!</color>" }

    2 purchases   4 downloads

       (0 reviews)

    0 comments

    Submitted

  19. $5

    OilRigRecyclers

    Recyclers are back on the oil rigs just like it used to be! You can customize the location of the recycler however you want!
    Notes:
    OilrigAI = Small Oil Rig
    OilrigAI2 = Large Oil Rig
    Use RustEdit to get the position and rotation information if you plan on changing its location! "place the oil rig prefab in the center of the map, set its position and rotation all to 0 and then place your recycler and get its position/rotation"
    Configuration:
     

    1 purchase   1 download

       (0 reviews)

    0 comments

    Submitted

  20. $5

    LootGuard

    Protect your loot! This is the best plugin to protect your Storage Boxes, Research Table, Repair Bench, Furnace, Large Furnace, ETC! Anything that is a placeable storage object, in or around your base from being looted, or picked up! Super optimized at under 80 lines of code! With Team feature!
    You can only pick up or loot an object if you are the original owner of the object, or you are authorized on the tool cupboard, or if teams is enabled the owner of the object is in your team/You in their team!
    Permissions:
    lootguard.bypass - Bypass the protection restrictions!
    Configuration:

    Language:
     

    4 purchases   4 downloads

       (0 reviews)

    0 comments

    Submitted

  21. $5

    InventoryLock

    Lock players inventory's instantly through command or permissions!
    Commands:
    /lock playername type
    /unlock playername type
    *type = "wear, main, belt"
    Permissions:
    inventorylock.use
    inventorylock.bypass
    inventorylock.main
    inventorylock.belt
    inventorylock.wear
    Language:

    0 purchases   0 downloads

       (0 reviews)

    0 comments

    Submitted

  22. $5

    FishtrapController

    This plugin lets you control every aspect of a FishTrap! From its percentage of catch to how often it catches! You can make fish traps 2X or 5X!
    This plugin is compatible with ContinuousFishTraps!
    Note:
    Do not change the name of the fish in the targetWildlife!
    decayDamageScale: 1 being 100% of the fishtraps health!
    Weight: is like a percentage of catch, for example you have 60% chance to catch minnows!
    tickRate: is for how often u want the fishtrap to catch fish!
    trappedEffectRepeatRate: is how often do u want the effect that a fish has been caught to occur!
    trapSuccessRate: what chance do u want the fish traps to catch fish on the first try! 1 being 100%
    Example config to ignore certain bait
      "ignoreBait": [
        "bearmeat.cooked",
        "pumpkin"
      ]
    Configuration: "Note: The default config has the default configuration of a vanilla fish trap"

    To do:
    Custom loot table!

    0 purchases   0 downloads

       (0 reviews)

    0 comments

    Submitted

  23. $5

    ContinuousFishTraps

    This plugin lets the fish traps run without stopping! Normally when using the fish traps you have to empty them out or just at least open them to reset them to catch another fish.
    This plugin is compatible with FishtrapController
    Permission:
    continuousfishtraps.use
    Configuration:
     

    0 purchases   0 downloads

       (0 reviews)

    0 comments

    Submitted

  24. $5

    BetterToolBlocker [Premium]

    Block the use of certain tools when gathering an NPC, Player, Animal, Node, Tree, ETC! Control what tools they cannot use!
    Permissions:
    bettertoolblocker.bypass
    Configuration:

    Language:
     

    0 purchases   0 downloads

       (0 reviews)

    0 comments

    Submitted

  25. $5

    SkinSight

    You can skin items that are already placed!
    Note:
    To be able to use this plugin, the player first must have the permission or be in a group with the permission.
    You can only skin an object that is whitelisted in the config.
    Only add an items that are skinable into the whitelist!
    To be able to change the skin of an object, it must be in the whitelist! And then only if you placed it, or are authorized on the TC, and if you have 'UseTeams' enabled, you can skin items placed by members from your team.
    It is ideal to stand fully and look at the object directly before skinning, because the raycast ray is positioned to your head!
    Permissions:
    skinsight.use "Command: /skinitem"
    skinsight.reset "Command: /skinreset"
    skinsight.info "Command: /getskinid"
    skinsight.bypass "Allows you to use the commands, bypassing the security checks!"
    Commands:
    /skinitem skinid
    /skinreset
    /getskinid
    Configuration:

    Language:
     

    0 purchases   0 downloads

       (0 reviews)

    0 comments

    Submitted

×
×
  • Create New...