-
Posts
532 -
Joined
-
Last visited
-
Days Won
7
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Brad Copp
-
Hi Rebel25 The plugin is oxide compatible, i may have mis-worded what i said. There is however a bug affecting this dependency plugin - codefling.com/extensions/custom-item-definitions , which is responsible for registering custom items in the server's manifest, so it sometimes displays the custom shortname as display name. The bug only affects Oxide. The solution would need to be found between the plugin dev and oxide. I have already reported this but you can open another support case on the dependency plugin page. Regarding the Crafting Panel, it is not a plugin i have so am not able to test - please reach the developer to review the functionality. They are also free to contact me and we can work together to understand and resolve the problem, its probably nothing complicated.
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Fixed Changed Fixed In to 1.1.5
-
Changed Status from Work in Progress to Fixed
-
Changed Status from Work in Progress to Fixed
-
Version 1.0.1
12 downloads
Zen Panel is my modular UI framework/API, designed to power an ecosystem of UI plugins through one shared panel and common functions. It provides the main interface, centralized theme and layout handling, notification support, image utilities, and a clean integration surface for my utility plugins like Zen Mail, Zen Tickets, Zen Team Finder, and more. This plugin servers as a dependency and has no real function on it's own. Carbon Aliases by thepitereq is required only if your server uses the Oxide modding framework (Carbon users do not need to install Carbon Aliases) Zen Panel comes with it's own configuration where you can specify which Zen plugin tabs to display and their order. You can also modify the themes to your liking and configure the timestamp if you wish to offset it (in minutes) from your server time. You can configure the position and size of the HUD notification bell using a chat command (opens a basic repositioning tool) Permissions: zenpanel.admin - Lets you use the /notif_iconpos command to resize/reposition the HUD notification bell Chat commands: /notif_iconpos - Opens and uses the HUD bell position/size editor Default Config: { "UI - Tabs In Order (omit to hide)": [ "mail", "tickets", "teamfinder", "changelog" ], "Notification Icon Image URL (HUD bell)": "https://i.ibb.co/FkBKbkVc/bell.png", "UI - Default Theme (Dark/Light)": "Dark", "UI - Dark Theme": { "Overlay": "0.03 0.04 0.06 0.78", "Window": "0.05 0.08 0.12 0.985", "Header": "0.06 0.09 0.14 1.00", "Panel": "0.07 0.10 0.16 1.00", "PanelAlt": "0.08 0.11 0.17 1.00", "Card": "0.11 0.15 0.22 1.00", "CardAlt": "0.09 0.13 0.20 1.00", "Border": "0.16 0.21 0.31 1.00", "BorderStrong": "0.26 0.34 0.48 1.00", "Text": "0.92 0.95 0.98 1.00", "TextMuted": "0.60 0.67 0.76 1.00", "Accent": "0.45 0.66 1.00 1.00", "AccentSoft": "0.18 0.25 0.39 1.00", "AccentText": "1.00 1.00 1.00 1.00", "Success": "0.29 0.77 0.48 1.00", "SuccessSoft": "0.12 0.24 0.17 1.00", "Warning": "0.92 0.72 0.33 1.00", "WarningSoft": "0.28 0.19 0.06 1.00", "Danger": "0.92 0.42 0.42 1.00", "DangerSoft": "0.28 0.11 0.11 1.00", "Offline": "0.54 0.61 0.70 1.00", "OfflineSoft": "0.16 0.19 0.25 1.00", "Input": "0.09 0.13 0.20 1.00", "AvatarFill": "0.08 0.11 0.18 1.00" }, "UI - Light Theme": { "Overlay": "0.10 0.14 0.20 0.12", "Window": "0.87 0.90 0.94 0.985", "Header": "0.84 0.88 0.93 1.00", "Panel": "0.86 0.89 0.93 1.00", "PanelAlt": "0.83 0.87 0.92 1.00", "Card": "0.92 0.94 0.97 1.00", "CardAlt": "0.89 0.92 0.96 1.00", "Border": "0.69 0.76 0.85 1.00", "BorderStrong": "0.56 0.66 0.82 1.00", "Text": "0.16 0.20 0.25 1.00", "TextMuted": "0.41 0.48 0.58 1.00", "Accent": "0.30 0.51 0.92 1.00", "AccentSoft": "0.80 0.87 0.98 1.00", "AccentText": "1.00 1.00 1.00 1.00", "Success": "0.24 0.62 0.36 1.00", "SuccessSoft": "0.83 0.93 0.86 1.00", "Warning": "0.79 0.58 0.18 1.00", "WarningSoft": "0.94 0.90 0.80 1.00", "Danger": "0.79 0.34 0.34 1.00", "DangerSoft": "0.95 0.86 0.86 1.00", "Offline": "0.55 0.62 0.70 1.00", "OfflineSoft": "0.86 0.90 0.95 1.00", "Input": "0.96 0.97 0.99 1.00", "AvatarFill": "0.86 0.90 0.96 1.00" }, "UI - HUD Anchor Min": "0.5 0.00", "UI - HUD Anchor Max": "0.5 0.00", "UI - HUD Offset Min (px)": "-326 4", "UI - HUD Offset Max (px)": "-294 36", "UI - HUD Unread Counter Font Size": 15, "UI - HUD Unread Counter Text Color": "0.98 0.99 1.00 1.00", "UI - HUD Unread Counter Shadow Color": "0.04 0.05 0.07 0.98", "Timestamp Offset (minutes)": 0 } Sample image from plugins using Zen Panel:Free -
I will take a look. Can you share the config file you use please
-
Hi Rebel25 so it shows the shortname as the LABEL, Ive seen this happen once before, and it only happens on the Oxide modding framework. It's not caused by Custom Item Manager, this would need to be looked at in Custom Item Definitions framework by 0xF. I think @ChardaZAR had a similar problem, but was able to resolve it with some plugin reloads. You could also upgrade to Carbon where this problem does not happen at all. ------- Also, The description of the item shows the description of the parent item and not the description that I gave it. The custom description you give the item will appear when hovering over the green label on the item. Replacing the parent item description is not currently possible (hardcoded by facepunch). My recommendation for custom items is as in the plugin description - For non-usable items (eg custom craft components, quest items), use RHIB as the parent item. It has a blank description to avoid confusion. -------- the plugin doesn't recognize the item that I created with your plugin. I'm not sure, this is not a plugin im familiar with. What exactly happens in that plugin when specifying the custom item? It may be best to contact the developer, they can also contact me to work together on this. -------- so do other plugins have the possibility to recognize the items that I create with The custom item manager ? All major plugins we tested have no problems with the custom items. They are recognised the same as vanilla items since they are being registered in the manifest with their own unique shortname and item ID.
-
Changed Status from Work in Progress to Fixed Changed Fixed In to 1.0.8
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
Changed Fixed In to Next Version
-
Changed Status from Pending to Work in Progress
-
We agreed this will be updated - will push a version with new TapeLibrary as soon as its done
-
Yes, i have a new version of it which is in queue for approval - can you reach out to me on Discord, I can send it to you
-
No problem, sorry for the delay
-
@user_404 Please see new version
-
Yeah i think they made their own navmesh system. Thanks for replying, and have fun
-
Changed Status from Pending to Work in Progress
-
Looks like this will need update - navmesh NRE spam
-
Hi @BaluDog Gaming Please reach out to the author of TapeLibrary here regarding this or other TL related queries - https://discord.nikhub.dev/ Nikedemos will be happy to go over this with you Ni
-
Did it just die on you today? Seems to still be working in general so will treat as isolated for now based on the error. At nearest opportunity, can you unload the plugin, shutdown the server , ensure you have the latest server and oxide (or carbon) update, start it back up. Let me know how it goes, if possible provide the full error stack from server console if one is available