0g.Ghost.7373's Wishlist
-
Welcome UI Controller
Welcome "UI" controller is a multi-function info panel!
- Supports multiple plugins to be directly integrated. Linked in the optional dependencies!
- Add permissions to access different pages
- Optionally, you can set a page that has a permission to not show on the button list at all
or you can set it to show a no permission page (You can make it say whatever you want)
- Change the layout of the buttons
- Add images to each button
- Add multiple commands to access each page
- Edit, add, and delete your info panels and or integrated plugins directly from the editor UI.
- Apply a color theme INSTANTLY to ALL your integrated plugins with one simple click!
- Running a command auto loads you into the correct page on the info panel, even if it's an addon.
- Create infinite tabs for different pages.
- You can do really anything you can think of!
- In game editor for all your UI needs.
- Add new panels
- Clone panels
- Change load orders of panels
- Change the look in every way of a panel
- Add an image and or text to ANY panel you want to
- Easily move the UI with buttons or input numbers within the UI
- When you're reading this, there might be even more themes available!
- Images are pictures of the "Original" theme and show some of the optional addons and built in editor.
ADMIN PERMISSION: welcomecontroller.admin Editor page: /welcomeedit Theme Selector: /welcomethemes
Support? Questions? Comments? Concerns?
Message me in my Discord! https://discord.gg/RVePam7pd7
DEVELOPER API's AND HOOKS
API -> bool IsUsingPlugin(string pluginName) HOOKS -> void OnWCRequestedUIPanel(BasePlayer player, string panelName, string neededPlugin) - This is called when an addon is trying to be accessed for WelcomeController. - Make sure you do a simple check that the needed plugin is the plugin you're working in. - I recommend making the plugin name that you check for, the name of the CS file. - If neededPlugin == yourPlugin, open your UI, attach it to "panelName".
-
Helipad Event
Adds an event for the Lunchsite monument to your server. A crate with valuable loot will spawn on the helipad. The crate is protected by NPC guards and a patrol helicopter. The event is completely ready for use immediately after installation, you can flexibly configure it at your discretion
Features:
Easy to set up. Excellent customization options in the config
You can customize the contents of the box:
in the config file, set up a list of items that will be inside also you can use kits (you need Kits plugin), just set the name of the kit in the config file, you can use the list of kits and choose them randomly also you can use loot tables (you need SimpleLootTable plugin) You can customize the NPCs:
you can set the health of the npc you can set NPC damage multiplier on players you can give kits for NPCs (you need a Kits plugin)
Commands(admin only):
hpestart - force the event to start
hpestop - force stop the event
Hooks:
void LaunchSiteHelipadEventStarted() // called when the event starts
{
}
void LaunchSiteHelipadEventEnded() // called when the event has ended
{
}
Config file:
{ "Time to event start(in seconds)": 3600, "Random time to event start": false, "Minimum time to event start(in seconds)": 900, "Maximum time to event start(in seconds)": 10800, "Box lifetime(in seconds)": 1800, "Time the box is closed(in seconds)": 900, "Box skin": 0, "NPCs lifetime(in seconds)": 3600, "NPCs amount(maximum 20)": 2, "NPCs type, 0 - tunneldweller; 1 - underwaterdweller; 2 - excavator; 3 - full_any; 4 - lr300; 5 - mp5; 6 - pistol; 7 - shotgun; 8 - heavy; 9 - junkpile_pistol; 10 - oilrig; 11 - patrol; 12 - peacekeeper; 13 - roam; 14 - roamtethered; 15 - bandit_guard; 16 - cargo; 17 - cargo_turret_any; 18 - cargo_turret_lr300; 19 - ch47_gunner": 8, "NPCs health(0 - default)": 0, "NPCs damage multiplier": 1.0, "List of kits for each NPC(requires Kits plugin)": [ "kit1", "kit2", "kit3" ], "List of displayNames for each NPC(for SimpleKillFeed/DeathNotes plugin)": [ "LaunchSite NPC1", "LaunchSite NPC2", "LaunchSite NPC3" ], "Give NPC names randomly from the list (if false, names will be assigned according to the list one by one)": true, "Event start message(if empty, no message will be displayed)": "Helipad event started", "Message when box is unlocked(if empty, no message will be displayed)": "Box on the helipad unlocked", "Spawns a helicopter right on the launchsite(if false, then the helicopter will arrive from afar in a few seconds)": false, "Patrol helicopter spawn chance (0 - 100%)": 50, "Helicopter patrol range": 150, "How long the helicopter will patrol the launchsite (in minutes)": 5, "Helicopter damage multiplier": 1.0, "Helicopter health": 10000.0, "Helicopter main rotor health": 900.0, "Helicopter tail rotor health": 500.0, "The patrol helicopter will not patrol the helipad if it has found a target": false, "Make helicopter fly away after end of patrol time": false, "Event marker on the map(will spawn a marker immediately after the start of the event)": false, "Event marker name": "Launch site event", "Event marker lifetime(in seconds)": 3600, "Event marker transparency(0-1)": 0.75, "Event marker radius": 0.5, "Event marker color.R(0-1)": 1.0, "Event marker color.G(0-1)": 0.0, "Event marker color.B(0-1)": 0.0, "Use box kit(need a plugin Kits)": false, "Messages list - messages that players will see, depending on how much time (in seconds) is left before the box is opened": [ { "message": "The box on the helipad will open in 15 minutes", "time": 900 }, { "message": "The box on the helipad will open in 10 minutes", "time": 600 }, { "message": "The box on the helipad will open in 5 minutes", "time": 300 }, { "message": "The box on the helipad will open in 3 minutes", "time": 180 }, { "message": "The box on the helipad will open in 1 minute", "time": 60 } ], "List of items in the box": [ { "shortname": "ammo.rocket.basic", "minAmount": 1, "maxAmount": 3, "skinID": 0 }, { "shortname": "explosive.timed", "minAmount": 1, "maxAmount": 3, "skinID": 0 }, { "shortname": "explosive.satchel", "minAmount": 5, "maxAmount": 10, "skinID": 0 }, { "shortname": "explosives", "minAmount": 40, "maxAmount": 100, "skinID": 0 }, { "shortname": "ammo.rifle.explosive", "minAmount": 64, "maxAmount": 128, "skinID": 0 }, { "shortname": "rocket.launcher", "minAmount": 1, "maxAmount": 1, "skinID": 0 } ], "Kit list": [ "111111111", "222222222", "333333333" ], "Use random kit(if false, then the first Kit in the list is always used": false, "Box simple loot table name(plugin SimpleLootTable is required)": "", "Minimum number of items in the box(plugin SimpleLootTable is required)": 1, "Maximum number of items in the box(plugin SimpleLootTable is required)": 3 }
-
Welcome Panel
Site
In case you having issues with plugin feel free to open support ticket on site here. I will usually respond within 24 hours not including weekends.
Discord
I'm also available at my discord server where I provide support for my customers. You can also find small community here and get answers for your questions. Invite link here.
Documentation
To find out what can be customized within config file please refer to full plugin documentation here. Any questions prior to purchasing forward into DM here or into ticket at my discord.
Default configs available as template with plugin.
Screenshots bellow showcasing configurations created by customers. These are not available with the plugin but I decided to post them here since it's good demonstration of how customizable this plugin is.
BOOBLEJ
Tide
Neighigh
Paul
Leunal17
BOOBLEJ
How to start using plugin? Simply drop WelcomePanelLite.cs file into your plugin folder. After successfully loading plugin you can use default command /info in game. Configuration is handled in config file (oxide/config/WelcomePanelLite.json).
How hard is to get this plugin all set up? It's fairly simple. Plugin comes with default configuration which showcases everything you need to know regarding text, styling and changing images.
How hard it is to customize your own layout?
When it comes to changing color or images it's simple, any inexperienced user can do it however if you want to customize positions of UI or add extra tab buttons, it requires understanding of "ui anchors". Anchors are not that complicated but it takes hour or two to fully understand it. For more info check documentation.
Can I add multiple pages into WelcomePanel?
Yes, you can add unlimited amount of pages.
Can I add images into WelcomePanel?
Yes, you can add image to any panel and you can set background for each tab
What image sizes I should use?
This is different for each panel across different templates. Basically images parented to any panel are stretched to its size. Best approach is to take screenshot of the panel and try to fit image size into that prior to uploading it.
How to add addons?
Each text tab has addon option at bottom, just type in plugin name. List of available addons can be found at the top of the plugin description, listed as "Works with".
-
Steam Group Check
By DeutscherRitterPlatz in Plugins
A simple and user-friendly plugin designed to reward players for joining your Steam group!
Why use this plugin?
We've been using the free plugin on Umod for quite some time, which still works fine, but we've encountered repeated issues with users joining the group and then leaving, as there was no automatic removal function, causing players to retain their rewards.
That's why we've developed our own version with enhanced features and we'd like to share it with you.
What makes this plugin special?
• User-friendly configuration file
• Support for one group and one permission assignment, activatable and deactivatable in the configuration
• Automatic checking upon joining and leaving the server, activatable and deactivatable in the configuration
• Chat notifications, activatable and deactivatable in the configuration
• Customizable notifications and Chat-Prefix
• Chat command and console command only for administrators
• support for Carbon and Oxide
Where can I find the Steam group profile URL?
• The profile URL isn't your Steam group's URL, but rather a tag for the URL.
• You can find this under "Edit Group Profile" -> "Profile URL" (see image).
• Then, add this tag under "SteamGroupPROFILURL."
Does it support multiple permissions?
• No, although technically feasible, I've decided to only support one permission.
• If you wish to assign multiple permissions, I recommend assigning them directly to the group and granting all permissions to the group.
What commands are available?
• Checks the specified Steam group and adds or removes the permission or group accordingly. | Chat-Command
• /checksteam - Chat command
• checksteam - Console command
What's enabled by default in the configuration?
• NotifyGroupPlayers: Notifies the user when they're assigned to or removed from the group.
• EnableAddGroup: Assigns the user to the specified group.
• EnablePlayerDisconnectedCheck: The plugin checks each time a player leaves the server to see if they're in the Steam group.
SteamGroupCheck Configuration
true = active | false = disabled
{ "SteamGroupPROFILURL": "YoursteamGroupPROFILURL", "GroupName": "yourgroup", "AutoCreateGroup": false, "NotifyGroupPlayers": true, "NotifyPermPlayers": false, "EnableAddGroup": true, "EnableAddPerm": false, "EnablePlayerDisconnectedCheck": true, "EnablePlayerConnectedCheck": false, "EnableConsoleNotifications": false, "ChatPrefix": "<size=12><color=#AE3624>YOURSERVERNAME</color> <size=16>|</size> <color=#738D45>[SteamGroupCheck]</color>\n", "PermName": "yourpermission" } What do the individual configuration settings mean?
• AutoCreateGroup: If this setting is set to "true," the group specified by you as "PlayerAddGroupName" will be automatically created. By default, this is disabled.
• ChatPrefix: Sets the chat prefix displayed before each message.
• EnableAddGroup: Enables or disables the function to add groups.
• EnableAddPerm: Enables or disables the function to add permissions.
• EnableConsoleNotifications: Enables or disables the function for console notifications.
• EnablePlayerConnectedCheck: Enables or disables the check when a player joins the server.
• EnablePlayerDisconnectedCheck: Enables or disables the check when a player leaves the server.
• NotifyGroupPlayers: Enables or disables the notification for the player when they are assigned to or removed from the group.
• NotifyPermPlayers: Enables or disables the notification for the player when permissions are assigned to or removed from them.
• PlayerAddGroupName: Here, the name of the group to be assigned to the player is specified, e.g., "steam."
• PlayerAddPermissions: Here, the permissions to be assigned to the player are specified, e.g., "banksystem.use."
• SteamGroupPROFILURL: Here, the profile URL is entered, as explained above, the most important setting in the entire configuration.
SteamGroupCheck Lang
English
{ "GroupAdded": "Thank you for joining the Steam group! As a token of appreciation, you will receive the group <color=#738D45>{0}</color>!", "GroupRemoved": "Unfortunately, you have left the Steam group! Therefore, the permission <color=#738D45>{0}</color> has been revoked from you!", "PermissionRemoved": "Unfortunately, you have left the Steam group! Therefore, the permission <color=#738D45>{0}</color> has been revoked from you!", "PermissionGranted": "Thank you for joining the Steam group! As a token of appreciation, you will receive the permission <color=#738D45>{0}</color> from us!", "NoPermission": "You don't have permission to use this command; you need to be an administrator on the server!", "PlayerCheckExecuted": "The Steam group has been checked, and all joined players have been credited with the reward!" } Deutsch
{ "GroupAdded": "Danke, dass du der Steam-Gruppe beigetreten bist! Als Dankeschön erhältst Du von uns die Gruppe <color=#738D45>{0}</color>! ", "GroupRemoved": "Leider hast du die Steam-Gruppe verlassen! Daher wurde dir die Gruppe <color=#738D45>{0}</color> wieder entzogen!", "PermissionRemoved": "Leider hast du die Steam-Gruppe verlassen! Daher wurde dir die Permission <color=#738D45>{0}</color> wieder entzogen!", "PermissionGranted": "Danke, dass du der Steam-Gruppe beigetreten bist! Als Dankeschön erhältst Du von uns die Permission <color=#738D45>{0}</color>! ", "NoPermission": "Du hast keine Berechtigung, diesen Befehl zu verwenden; du musst ein Administrator auf dem Server sein!", "PlayerCheckExecuted": "Die Steam-Gruppe wurde überprüft und allen beigetretenen Spielern wurde die Belohnung gutgeschrieben!" } Certainly, you are free to adjust the notification settings according to your preferences. Furthermore, you are not obliged to use {0} if you don't wish to!
If you have any questions or encounter any issues, please don't hesitate to contact me!
- #steamgroupcheck
- #carbon
-
(and 6 more)
Tagged with:
-
Store Robbery
Store Robbery plugin is a plugin that was made from my memory of Arma 3 Life Gas Station robbery's, currently this plugin allows you to place Robbable Store Clerk's around the map for players to attract PvP too. Only the best will be able to survive a store robbery and walk away with the reward!
Permission
storerobbery.manage - Allow creating and deleting of Store Clerks
Commands
/createclerk - Creates a clerk at your current location
/removeclerk - Removes a clerk that you are looking at.
/getclerkid - Ability to get the id of the clerk in the data file, so you can edit rotation or position if needed.
Features
Spawn guards at robbery start or robbery end
Live progress bar showing robbery progress
Toggable Markers and Chat Anouncment
Auto fill clerks at all gas stations and supermarkets
Configurable robbery times and cooldowns
Support for Server Rewards and Economics plugin
Configurable Item List with item counts, and probability.
Config
{ "Announce Robberies In Chat": true, "Use Clerk Marker": true, "Use Robbery Area Marker": true, "Allow Shoot To Rob": false, "Robbery Distance (m)": 5.0, "Robbery Time (Secs)": 20, "NPC Cooldown/Reset Time (Secs)": 10, "Use Player Cooldown?": true, "Player Robbery Cooldown Time (Secs)": 10, "Whitelisted Robbery Weapons": [ "rifle.ak", "rifle.bolt", "smg.2", "rifle.l96", "lmg.m249", "rifle.lr300", "rifle.m39", "pistol.m92", "smg.mp5", "pistol.python", "pistol.revolver", "rocket.launcher", "rifle.semiauto", "pistol.semiauto", "shotgun.spas12", "smg.thompson" ], "Clear NPCs On New Save": true, "Clerk Name": "Store Clerk", "Fill Clerks at Supermarkets": true, "Supermarket Clerk Position": { "x": 8.8, "y": 0.0, "z": 3.5 }, "Supermarket Clerk Rotation": { "x": 8.8, "y": 0.0, "z": 2.0 }, "Fill Clerks at Gas Stations": true, "Gas Station Clerk Position": { "x": -8.7, "y": 0.0, "z": 21.5 }, "Gas Station Clerk Rotation": { "x": -8.2, "y": 0.0, "z": 21.5 }, "Guard Settings": { "Play Alarm Sound": true, "Spawn Guards at Robbery Start": false, "Spawn Guards at Robbery End": false, "Chance of Guard Spawn (0-100%)": 75, "Amount of Guard at Robbery Start": 0, "Amount of Guard at Robbery End": 5, "Store Guard": "Store Guard", "Gaurds HP": 400.0 }, "NPC Clothing": { "Clothing": [ "hat.cap", "shirt.collared", "pants.shorts", "shoes.boots" ], "Skins": [ 1125552993, 1145623671, 883719992, 2592902166 ] }, "Robbery Rewards": { "Use Economics Plugin": false, "Minimum Amount Of Credits": 3000, "Maximum Amount Of Credits": 6000, "Use Server Rewards Plugin": false, "Minimum Amount Of RP": 300, "Maximum Amount Of RP": 600, "Use Item Box Rewards": true, "Minimum Amount Of Items From List": 3, "Maximum Amount Of Items From List": 6, "Possible Item List": [ { "shortname": "rifle.ak", "customname": "Red Zircon AK47", "skin": 2589524856, "minamount": 1, "maxamount": 1, "probability": 90 }, { "shortname": "rifle.bolt", "customname": "", "skin": 0, "minamount": 1, "maxamount": 1, "probability": 5 }, { "shortname": "ammo.pistol", "customname": "", "skin": 0, "minamount": 10, "maxamount": 50, "probability": 70 }, { "shortname": "ammo.shotgun", "customname": "", "skin": 0, "minamount": 10, "maxamount": 30, "probability": 70 }, { "shortname": "syringe.medical", "customname": "", "skin": 0, "minamount": 1, "maxamount": 3, "probability": 40 }, { "shortname": "keycard_blue", "customname": "", "skin": 0, "minamount": 1, "maxamount": 1, "probability": 35 }, { "shortname": "cctv.camera", "customname": "", "skin": 0, "minamount": 1, "maxamount": 2, "probability": 50 }, { "shortname": "shotgun.double", "customname": "", "skin": 0, "minamount": 1, "maxamount": 1, "probability": 70 }, { "shortname": "bow.hunting", "customname": "", "skin": 0, "minamount": 1, "maxamount": 1, "probability": 90 }, { "shortname": "pistol.revolver", "customname": "", "skin": 0, "minamount": 1, "maxamount": 1, "probability": 80 }, { "shortname": "arrow.wooden", "customname": "", "skin": 0, "minamount": 10, "maxamount": 40, "probability": 85 }, { "shortname": "arrow.fire", "customname": "", "skin": 0, "minamount": 5, "maxamount": 20, "probability": 70 }, { "shortname": "rope", "customname": "", "skin": 0, "minamount": 3, "maxamount": 6, "probability": 75 }, { "shortname": "propanetank", "customname": "", "skin": 0, "minamount": 3, "maxamount": 6, "probability": 75 }, { "shortname": "metalpipe", "customname": "", "skin": 0, "minamount": 2, "maxamount": 4, "probability": 75 } ] } }