Vinni_TV_'s Wishlist
-
Discord Error Logger
Discord Error Logger automatically sends plugin errors to Discord with clickable links to create support tickets, including all the necessary details for developers. Say goodbye to digging through log files or watching the console for issues—everything is delivered clearly and conveniently.
NOTES:
This plugin will auto generate the configuration file for you & auto update it whenever a new plugin is added.
Simply configure the plugins data in the config file to complete the setup!
This plugin will also auto-unload plugins that spam errors 10 times or more.
Set Plugin Title Name to the URL name, example url for stack modifier:
WARNING:
This plugin currently only supports click-able links from Codefling & uMod plugins only. Error reporting will still function like normal.
Config
{ "DiscordWebhook": "", "EmbedHexColour": "#2C2F33", "TimeFormat": "o", "Configure Plugin Data": { "stackmodifier": { "Codefling or uMod: False = uMod": true, "Plugin Title Name from Website URL": "stack-modifier" }, "guishop": { "Codefling or uMod: False = uMod": false, "Plugin Title Name from Website URL": "gui-shop" }, "noescape": { "Codefling or uMod: False = uMod": true, "Plugin Title Name from Website URL": "noescape" } } }
-
Power Modifier
Supports: Wind Mills | Solar Panels | Fuel & Test Generators | Small-Medium-Large Batteries | Tesla Coils | Heaters
Both Globally & with permission-based settings allowing you to create as many different levels as you wish!
Written for the best performance possible!
Defaults to first permission assigned in the config if you give out multiple.
Wind Mill Note:
Max height Needed for Max output is floor 18
Battery Options Explained
MaxOutput: Maximum Power Out Put Efficiency: How Efficient Battery is When Charging ( this How Fast it Charges ) MaxCapacitySeconds: How Much Energy We Can Request From Power Sources For Charging is this value * our maxOutput Batteries will not show new Max Out-Puts Batteries will show New Power Usage! ( Pic is below, this is because its hardcoded on client side )
Fuel Generator Options Explained
StackSize: Sets Inventory Stack Size for Fuel Inside The Fuel Generator OutputEnergy: Sets Power OutPut FuelPerSec: Sets How Much Fuel to Use Per Second Electrical Heater Options Explained
GLOBAL SETTER ONLY > "Sets the Max Temperature Range for Electric Heaters Only (Default is 4.0)": 4.0, FadeDuration: Sets How Long Before Heat Dissipates ( when powered off ) HeatAmount: Sets Heat Amount ( when powered on ) Solar Panel Explained
To get max Output you Need 1 floor up else it will only ever be half! + Panel must Face Direct Sun-light! Tesla Coil Options Explained
A TeslaCoils Power consumption amount Is Calculated By ( MaxDamageOutput Divided / By PowerToDamageRatio ) A TeslaCoils DamageAmount is Calculated By Its (currentEnergy input * powerToDamageRatio) * dischargeTickRate A TeslaCoils SelfHarmAmount is Calculated By Its ( dischargeTickRate Divided / By maxDischargeSelfDamageSeconds * SetHealth ) SetHealth: Sets Item Condition Level MaxDamageOutput: Sets the Maximum Damage it Can OutPut Like Ever PowerForHeavyShorting: Sets Electrical Input Amount Needed for Strong-Zap Zap else = Weak-Zap Zap DischargeTickRate: Sets How Fast A TeslaCoil Discharges its Zap Zap MaxDischargeSelfDamageSeconds: Configuration
{ "Enables use of permission based settings": true, "Reset all modifications on unload (recommended true if uninstalling)": false, "Global Battery Small": { "MaxOutput": 9000, "Efficiency": 4.0, "MaxCapacitySeconds": 1, "Permissions": { "toptier": { "MaxOutput": 30, "Efficiency": 2.0, "MaxCapacitySeconds": 18000 }, "midtier": { "MaxOutput": 20, "Efficiency": 1.4, "MaxCapacitySeconds": 13500 }, "lowtier": { "MaxOutput": 14, "Efficiency": 1.0, "MaxCapacitySeconds": 11250 } } }, "Global Battery Medium": { "MaxOutput": 50, "Efficiency": 0.8, "MaxCapacitySeconds": 540000, "Permissions": { "toptier": { "MaxOutput": 100, "Efficiency": 2.0, "MaxCapacitySeconds": 1080000 }, "midtier": { "MaxOutput": 75, "Efficiency": 1.5, "MaxCapacitySeconds": 810000 }, "lowtier": { "MaxOutput": 60, "Efficiency": 1.0, "MaxCapacitySeconds": 675000 } } }, "Global Battery Large": { "MaxOutput": 100, "Efficiency": 0.8, "MaxCapacitySeconds": 1440000, "Permissions": { "toptier": { "MaxOutput": 200, "Efficiency": 3.0, "MaxCapacitySeconds": 2880000 }, "midtier": { "MaxOutput": 150, "Efficiency": 2.0, "MaxCapacitySeconds": 2160000 }, "lowtier": { "MaxOutput": 125, "Efficiency": 1.0, "MaxCapacitySeconds": 1800000 } } }, "Global Electric Generator": { "MaxOutputTestGen": 8, "Permissions": { "toptier": { "MaxOutputTestGen": 30 }, "midtier": { "MaxOutputTestGen": 20 }, "lowtier": { "MaxOutputTestGen": 12 } } }, "Global Fuel Generator": { "StackSize": 1000, "OutputEnergy": 35, "FuelPerSec": 1.0, "Permissions": { "toptier": { "StackSize": 2000, "OutputEnergy": 70, "FuelPerSec": 1.2 }, "midtier": { "StackSize": 1500, "OutputEnergy": 60, "FuelPerSec": 1.1 }, "lowtier": { "StackSize": 1250, "OutputEnergy": 45, "FuelPerSec": 1.0 } } }, "Global Solar Panel": { "MaxOutputSolar": 20, "Permissions": { "toptier": { "MaxOutputSolar": 30 }, "midtier": { "MaxOutputSolar": 20 }, "lowtier": { "MaxOutputSolar": 13 } } }, "Global Electric Wind Turbine": { "MaxOutput": 100, "TargetSpeed": 0.0, "Permissions": { "toptier": { "MaxOutput": 250, "TargetSpeed": 3.0 }, "midtier": { "MaxOutput": 200, "TargetSpeed": 2.0 }, "lowtier": { "MaxOutput": 140, "TargetSpeed": 1.0 } } }, "Global Electric Heater": { "FadeDuration": 1.0, "HeatAmount": 5.0, "HeaterTemperatureGrowableRange": 4.0, "Permissions": { "toptier": { "FadeDuration": 9.0, "HeatAmount": 16.0, "HeaterTemperatureGrowableRange": 14.0 }, "midtier": { "FadeDuration": 6.0, "HeatAmount": 12.0, "HeaterTemperatureGrowableRange": 10.0 }, "lowtier": { "FadeDuration": 3.0, "HeatAmount": 8.0, "HeaterTemperatureGrowableRange": 6.0 } } }, "Global Tesla Coil": { "SetHealth": 250.0, "PowerToDamageRatio": 2.0, "DischargeTickRate": 0.25, "MaxDischargeSelfDamageSeconds": 120.0, "MaxDamageOutput": 35.0, "PowerForHeavyShorting": 10, "Permissions": { "toptier": { "SetHealth": 350.0, "PowerToDamageRatio": 2.0, "DischargeTickRate": 0.25, "MaxDischargeSelfDamageSeconds": 120.0, "MaxDamageOutput": 50.0, "PowerForHeavyShorting": 10 }, "midtier": { "SetHealth": 325.0, "PowerToDamageRatio": 2.0, "DischargeTickRate": 0.25, "MaxDischargeSelfDamageSeconds": 120.0, "MaxDamageOutput": 45.0, "PowerForHeavyShorting": 10 }, "lowtier": { "SetHealth": 300.0, "PowerToDamageRatio": 2.0, "DischargeTickRate": 0.25, "MaxDischargeSelfDamageSeconds": 120.0, "MaxDamageOutput": 40.0, "PowerForHeavyShorting": 10 } } } }
-
Wind Mill Modifier
Allows adjusting of Wind Mills Globally & with different permissions based settings you can create as many different permission levels as you wish!
Max height Needed for Max output is floor 18
Note Default is 100
Configuration
{ "Sets Global Wind Mills": { "Sets the Max Generation OutPut for Wind Mills (Default is 100)": 150, "Overrides target speed (Default is 0)": 0.0, "Reset all Wind Mills on unload (recommended true if uninstalling)": false }, "Enables use of permissions based setting": true, "Player Permissions": { "windmillmodifier.vip": { "Sets the Max Generation OutPut for Wind Mills (Default is 100)": 250, "Overrides target speed (Default is 0)": 0.0 }, "windmillmodifier.vip2": { "Sets the Max Generation OutPut for Wind Mills (Default is 100)": 300, "Overrides target speed (Default is 0)": 0.0 } } }
- #windmill
- #windturbine
- (and 10 more)
-
IQSimpleVote
IQSimpleVote - a plugin that allows you to create polls and votes for your server!
Gather player opinions, conduct surveys, and learn the wishes of your players who are active on the server!
Unlimited number of polls—create as many as you want on any topic—the only limit is your imagination.
Plugin Installation:
- Download and extract the archive to a convenient folder.
- Move the images to your server's data files at the path .../data/IQSystem/IQSimpleVote/Images (If this folder does not exist, create it).
- Upload the IQSimpleVote.cs plugin to the ../oxide/plugins folder.
💢 Note for users who use the "Web File Editor" on hosting services: Before transferring files, extract the archive locally to a convenient location, and then move the files from there.
Permissions :
iqsimplevote.admin - permission to manage polls using commands.
Chat Commands:
/vote - opens the voting interface
/vote.start Key - starts voting from the configuration
/vote.stop - ends the active voting
/vote.admin Key - shows the admin UI interface for checking the voting text
/vote.key - displays all available keys from the configuration
Console Commands:
vote - opens the voting interface
vote.start Key - starts voting from the configuration
vote.stop - ends the active voting
vote.admin Key - shows the admin UI interface for checking the voting text
vote.key - displays all available keys from the configuration
Feature List:
Beautiful and Intuitive Interface:
No hassle for players—simply choose the answer that suits them from the available options!
Check out the "Screenshots" tab for more visuals!
Discord Notifications:
The plugin supports notifications about the start of a poll and its results upon completion!
Multilingual Support:
The plugin offers full multilingual support, from language files to headers and descriptions in the configuration!
Your polls are accessible to all players, regardless of their language.
You can check out a sample configuration in the "Configuration" tab.
Configuration :
{ "Chat command to open UI": "vote", "Configuration of supported plugins": { "IQChat: Chat notification settings": { "IQChat: Custom prefix in chat": "<color=#1F6BA0>[IQSimpleVote]</color>\n", "IQChat: Custom avatar in chat (if required)": "0" } }, "Discord settings": { "Webhook (Leave empty if you do not need results and notifications in Discord)": "https://discord.com/api/webhooks/1161367749281456250/kvwg6ArR-iZbQdrk-oxtKRUnC_5vYaMRMLMLmG3duWgnOFvFeEkCmjkrNBYySLDWDRob", "Configuration of Discord message formatting for vote start": { "Title": "A new vote has started!", "Description (do not delete {0})": "Join the server and vote using the command {0}", "Additional text in the footer": "Every vote counts! Join in and participate!", "Message (e.g., you can use @everyone)": "@everyone", "Message color": 7572805, "Author's name": "Voting", "Author's avatar": "https://i.postimg.cc/pX1XBcZf/vote.png", "Additional image": "https://i.postimg.cc/pX1XBcZf/vote.png" }, "Configuration of Discord message formatting for vote end": { "Title": "Voting has ended", "Description (do not delete {0})": "Voting results: \n{0}", "Additional text in the footer": "Thank you for participating", "Message (e.g., you can use @everyone)": "", "Message color": 13451563, "Author's name": "Voting", "Author's avatar": "https://i.postimg.cc/8kfSSkB6/stats.png", "Additional image": "https://i.postimg.cc/8kfSSkB6/stats.png" } }, "Interface settings": { "Text color": "0.8941177 0.854902 0.8196079 1", "Background color": "0.8941177 0.854902 0.8196079 0.3", "Color of the button for the option voted by the player": "0.7607843 0.427451 0.2 1", "Color of the buttons for options not voted by the player": "0.4509804 0.5529412 0.2705882 1" }, "List of votes [UniqueKey] - Settings": { "map": { "Title for voting in different languages [LanguageKey] = Text": { "ru": "", "en": "Voting for the card for the next wipe" }, "List of voting options (Must be at least 2)": [ { "Image for the voting option (Upload to ..data/IQSystem/IQSimpleVote/Images)": "EXAMPLE_VOTE_MAP_ICON", "Title for the option in different languages [LanguageKey] = Text": { "ru": "", "en": "Map 'Poseidon'" }, "Description for the option in different languages [LanguageKey] = Text": { "ru": "", "en": "Size: 3500\nCustom RTs: 10\nIncludes a spaceport\n\nAlmost the entire map is underwater" } }, { "Image for the voting option (Upload to ..data/IQSystem/IQSimpleVote/Images)": "EXAMPLE_VOTE_MAP_ICON", "Title for the option in different languages [LanguageKey] = Text": { "ru": "", "en": "Map 'Drought'" }, "Description for the option in different languages [LanguageKey] = Text": { "ru": "", "en": "Size: 3250\nCustom RTs: 6\nNo spaceport\n\nAlmost the entire map is made of sand" } }, { "Image for the voting option (Upload to ..data/IQSystem/IQSimpleVote/Images)": "EXAMPLE_VOTE_MAP_ICON", "Title for the option in different languages [LanguageKey] = Text": { "ru": "", "en": "Map 'Procedural'" }, "Description for the option in different languages [LanguageKey] = Text": { "ru": "", "en": "Size: 3000\nCustom RTs: 0\nRandom monuments\n\nThe map's terrain will be completely random" } } ] }, "drone": { "Title for voting in different languages [LanguageKey] = Text": { "ru": "", "en": "Voting for the installation of a new plugin" }, "List of voting options (Must be at least 2)": [ { "Image for the voting option (Upload to ..data/IQSystem/IQSimpleVote/Images)": "DRONE_YES", "Title for the option in different languages [LanguageKey] = Text": { "ru": "", "en": "Like" }, "Description for the option in different languages [LanguageKey] = Text": { "ru": "", "en": "IQDronePatrol Plugin\nDrones will patrol monuments\nAdditional loot\nMore gameplay experience" } }, { "Image for the voting option (Upload to ..data/IQSystem/IQSimpleVote/Images)": "DRONE_NO", "Title for the option in different languages [LanguageKey] = Text": { "ru": "", "en": "Dislike" }, "Description for the option in different languages [LanguageKey] = Text": { "ru": "", "en": "Think About It!\nThis is a very interesting experience.\nShare in our Discord why you’re against it." } } ] } } }
-
IQTeamLimitter
IQTeamLimitter is a plugin that enforces limitations on joining teams during a single wipe. Its primary goal is to prevent rule violations and restrict frequent player transitions between teams throughout a wipe cycle.
What is the Mission of the Plugin?
The team system ("greenery") is an essential element of the game.
Exceeded the limit? You won’t be able to join or invite others to your team!
If a player frequently changes teams and violates the rules, they will face several inconveniences:
Turrets Won’t Work: Without a team, the player won't be able to use turrets effectively. Inactive Features: Map markers, friend highlighting, damage disable via /ff, friend teleports, and many other features from plugins interacting with the team system will be unavailable. Although it is impossible to eliminate violations completely, IQTeamLimitter minimizes the issue by creating additional inconveniences for offenders and maintaining order in the game.
This plugin is not connected to other plugins; it works directly with teams in the game.
Key Features:
Set Limits:
You can define how many times a player can change teams during a single wipe.
Cooldown Between Transitions:
When a player leaves a team, they will incur a penalty time before they can join a new team or invite other players!
Example Usage: If a player leaves a team, they receive a restriction for 60 minutes and will only be able to join a new team after this time has elapsed.
Support for Disbanding Teams:
The plugin automatically disbands all teams after the end of a wipe.
Logging All Actions:
Complete logging of player actions is supported.
All team movements, invitation attempts, and other actions are recorded in a file and can be sent to a Discord channel for convenient monitoring.
Configuration :
{ "Limit on adding to the team during the wipe (if the limit is exhausted, the player will not be able to join teams)": 3, "Cooldown time for joining a new team or inviting players after being removed from a team or leaving it (in minutes)": 60, "Disband all teams after the wipe (true - yes/false - no)": true, "Logging settings for team actions": { "Log data to file": false, "Log data to Discord": { "Webhooks: Log all actions with teams to the Discord channel": "", "Webhooks: Name for the webhook": "[IQTeamLimitter]", "Webhooks: Avatar for the webhook (direct link)": "" } }, "Configuration of supported plugins": { "IQChat: Chat notification settings": { "IQChat: Custom prefix in chat": "<color=#1F6BA0>[IQTeamLimitter]\n</color>", "IQChat: Custom avatar in chat (if required)": "0" } } }
Language File :
{ "INFO_ALERT": "Limit on joining and inviting to the team: <color=#738D45>{0}</color>", "INFO_ALERT_PLUS_COOLDOWN": "Limit on joining and inviting to the team: <color=#738D45>{0}</color>\nCooldown before the next joining: <color=#CD412B>{1}</color>", "ALERT_ACCEPT_KICK_PLAYER_COOLDOWN": "<color=#1F6BA0>{0}</color> kicked you from the team.\n\nRemaining available joining limits: <color=#738D45>{1}</color>\nCooldown before the next joining: <color=#CD412B>{2}</color>", "ALERT_ACCEPT_KICK_PLAYER": "<color=#1F6BA0>{0}</color> kicked you from the team.\n\nRemaining available joining limits: <color=#738D45>{1}</color>", "ALERT_ACCEPT_KICK_LEADER": "You have successfully removed a player from the team.\n\nRemaining available invitation limits: <color=#738D45>{0}</color>\nCooldown before the next invitation: <color=#CD412B>{1}</color>", "ALERT_ACCEPT_TEAM_INVITER": "The player has successfully joined your team.\n\nRemaining available invitation limits: <color=#738D45>{0}</color>\n\nNote: if you remove the player or leave the team, you will receive a temporary invitation ban and lose one limit point.", "ALERT_ACCEPT_TEAM": "You have successfully joined the team.\n\nRemaining available joining limits for another team: <color=#738D45>{0}</color>\n\nNote: if you leave the team or are removed, you will receive a temporary joining ban and lose one limit point.", "ALERT_LEAVE_TEAM": "You have left the team. You will be able to join a new one in <color=#CD412B>{0}</color>.\n\nRemaining available joining limits for another team: <color=#738D45>{1}</color>", "ALERT_COOLDOWN_TARGET_TEAM_INVITE": "Cannot invite player to the team: they cannot accept invitations for another <color=#CD412B>{0}</color>.", "ALERT_COOLDOWN_TEAM_INVITE": "You cannot invite players to the team.\n\nPlease wait another <color=#CD412B>{0}</color>.", "ALERT_LIMITED_TEAM": "Your limit for joining teams is exhausted.\n\n<color=#CD412B>You are prohibited from joining and inviting players until the next wipe.</color>", "ALERT_LIMITED_TEAM_PLAYER": "<color=#1F6BA0>{0}</color> has exhausted their limit for joining teams.\n\n<color=#CD412B>They are prohibited from joining and inviting players until the next wipe.</color>" }
- #teams
- #teamlimits
-
(and 4 more)
Tagged with:
