-
Posts
3,421 -
Joined
-
Last visited
-
Days Won
52
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Reels
Support Center
Everything posted by Mevent
-
Changed Status from Pending to Fixed Changed Fixed In to 1.0.10
-
Hey! So V4 only draws inside ServerPanel, it never shows when Shop opens on its own. For that to happen you need a category in ServerPanel with exactly one page, page type set to Plugin and plugin name Shop. If that category isnt there, /shop just falls back to the Fullscreen template, which is what youre seeing. Set it up, reload both plugins and open the panel.
-
Hey! Yeah thats on our side, not your server. When the vendor spawns a ship it drops the fuel straight into the engine tanks, and the engine never re reads that, so the helm button still thinks every tank is empty while manual start works fine. Quick workaround for now, open the engine fuel tank and pull the low grade fuel out and put it back, the button starts working right after. Proper fix is coming in the next update.
-
Changed Status from Work in Progress to Fixed Changed Fixed In to 2.1.0
-
Hi! I'm sorry, it completely slipped my mind... I will release a fix soon.
-
Hey! So each task row gives you two text lines for Description plus two more for Hint, and the Hint sits right under it in smaller grey text. If you split your text so the short version goes in Description and the rest in Hint, you get roughly double the room without anything overlapping. The step list itself is already inside a scroll area, so it wont clip the list, its just the per row height thats tight right now.
-
Hey! So right now the quest tracker on screen isnt clickable, theres no setting for that yet. Closest thing is the questlist command, it opens straight to the current quests page so players dont have to dig through the NPC list. Ill put the click to open idea on the list for a future update though, its a good one.
-
If you have free time, can you leave a review about the plugin? It helps us to become better and promote it.
-
@SpillHi! I wanted to get feedback - did you download the latest update, did it fix this issue? Is everything okay with the plugin? Is there anything else I can do to help?
-
Hi! If you have free time, can you leave a review about the plugin? This helps us to develop and promote our plugin
-
Changed Status from Pending to Fixed Changed Fixed In to 2.2.19
-
Changed Status from Pending to Fixed Changed Fixed In to 2.0.29
-
Hi! We found out what the reason is! We will finish working on the update and release it soon.
-
Hi! Can you clarify if you have any errors or warnings in the server console?
-
Hi! Could you please confirm that you’re using version 1.5.63? This issue could have occurred in version 1.5.62, but we fixed it in 1.5.63.
-
Great! If you have any questions, don't hesitate to ask them! If you have free time, can you leave a review about our plugins? it helps to promote them.
-
Changed Status from Pending to Closed
-
Hey! So Shop auto links itself to Server Panel when it finds a Server Panel category that has a single page pointing at it. Thats what makes /shop open inside the panel instead of its own fullscreen UI. Open oxide/data/ServerPanel/Categories.json, find the category where "Plugin Name": "Shop", delete that whole category (or just clear the plugin name and set "Type (Plugin/UI)": "UI"), also make sure shop isnt listed in that categorys "Commands". Then reload ServerPanel and Shop and /shop will open standalone again.
-
Hey! Yep its already supported. In the config theres "Custom Economy Settings" with "Use Custom Economy": true, set "Type (Plugin/Item)" to Item and fill in the ShortName plus Skin. Then cases get paid with that item directly instead of the built in keys. Flip it back to false and it goes back to the internal key balance, so thats exactly the true/false option you wanted.
-
Hey! Youre probably running the default keys modal. The bulk discounts live in the exchange panel, which is a separate modal type, not the npc. Set Keys Modal Type to WithExchange in the config and youll get an input field where players type any amount between Minimum Keys and Maximum Keys per Transaction, defaults are 1 and 100. Bulk and VIP discounts stack there up to Maximum Total Discount Percent.
-
Changed Status from Pending to Fixed Changed Fixed In to 1.0.10
-
Hi! Yes, this will be an update (you won’t have to buy anything again). We’re trying to finish and release Clans V2 as soon as possible. Here are a few screenshots from our Figma:
-
Hey! You dont gotta touch the JSON at all, theres a copy button built into the editor. Turn on ADMIN MODE (needs serverpanel.edit), open your rules category, hit the pages edit button and youll see the page list on the left. Each page has a COPY icon next to it, that duplicates the page with every layer, position and color intact. Just clone it 4 times, then select each copy, change the title and localization, and hit EDIT CONTENT to swap the text.
-
If you have free time, can you leave a review? This helps us promote the plugin
-
Hey! Nothing is locked, the in game editor just doesnt expose everything. The panel chrome lives in data/ServerPanel/Template.json under UI Settings. For the category bar its Categories, then Categories Scroll, then Scrollbar Settings, and you got Handle Color, Track Color, Highlight Color, Pressed Color plus size and auto hide. Reload ServerPanel after you save. On the second part, no, theres no scroll for page content, long text has to be split into pages.