Jump to content

Welcome Panel 4.3.6

$16.99
   (77 reviews)
Message added by David,

CUSTOMER SUPPORT 
To report issues with plugin or simply get in touch with me, please use support section on site or create ticket on my discord

On-site Support
 Discord Support    
 

Please allow at least 24 hours for response on site tickets as we all live in different time zones.  Not available during weekends.

15 Screenshots

  • 506k
  • 13.6k
  • 42.05 kB
This area is for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments



Sveervoox

Posted (edited)

Bumping the above WASD questions as well --- it appears to not work. Just move around in game. 

Hoping for some help. Thank you.

For others looking, it appears the WASD does work --- it's just not explained and the video is a bit deceiving. You click W once, and it will expand in the direction, then you shrink it again. Repeat. Think of pulling and shrinking, not moving. 

Edited by Sveervoox
David

Posted

  On 8/14/2022 at 5:49 PM, Sveervoox said:

Bumping the above WASD questions as well --- it appears to not work. Just move around in game. 

Hoping for some help. Thank you.

Expand  

It's been handled in tickets

  • Like 1
Heartless_Genocide

Posted

I'm struggling to get the Shop and having wipe countdown show as well, I followed all the instructions/extra tips I could find, I must just be missing one thing, shop has the line true for panel, I event tried "WPShop" in the addon part.

David

Posted

  On 8/25/2022 at 5:32 PM, Heartless_Genocide said:

I'm struggling to get the Shop and having wipe countdown show as well, I followed all the instructions/extra tips I could find, I must just be missing one thing, shop has the line true for panel, I event tried "WPShop" in the addon part.

Expand  

DM sent.

Hawkhill

Posted (edited)

The arrows on the previous and next page butons is gone.....
Have no clue what ive done wrong.
I might have changed the textcolor on them, but cant find it anywhere in the settings.... just for the red close button.

buttons.PNG

Edited by Hawkhill
Father

Posted

is this normal? 

Failed to call hook 'OnNewSave' on plugin 'WelcomePanel v3.0.7' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.WelcomePanel.OnNewSave () [0x00016] in <21124ab699a64e8fb420fc389994cc95>:0

 

Hawkhill

Posted

@David?
Could you give me some advices how to get the arrows on the buttons back? 😛

snetzer

Posted

hello, the /info command no longer works on our server, it says unknown command

Flint Monkey

Posted

Hey @David,

I just purchased the bundle (Welcome Info + Addons + Shop UI) and I'll be migrating from the. uMod Server Info plugin. Is there a quick/easy way to migrate my content in the config files?

Thanks!

Flint

David

Posted

  On 10/16/2022 at 1:48 PM, Flint Monkey said:

Is there a quick/easy way to migrate my content in the config files?

Expand  

Hey, there is no "config converting" feature, all I have is web editor for WelcomePanel which makes it faster and easier to set it up but thats it.

Au

Posted

I bought the bundle for $39 and I can't open either one🥶

Flint Monkey

Posted

  On 10/16/2022 at 3:36 PM, David said:

Hey, there is no "config converting" feature, all I have is web editor for WelcomePanel which makes it faster and easier to set it up but thats it.

Expand  

No worries - I'm already more than 1/2 way through migrating the data. It never hurts to ask.

David

Posted

  On 10/16/2022 at 7:31 PM, Au said:

I bought the bundle for $39 and I can't open either one🥶

Expand  

As far as I know, most of the devices are able to open zip files, you should be able too. 

Au

Posted

/wp_template 无法打开,我没有不和谐

Rise

Posted

Presale question, is it possible to add multiple images? If not are custom layouts available for purchase?
Many Thanks

David

Posted

  On 10/23/2022 at 4:41 PM, Rise said:

Presale question, is it possible to add multiple images? If not are custom layouts available for purchase?
Many Thanks

Expand  

add multiple images where exactly?

Rise

Posted

So currently i have a very similar setup to this image...with the server logo top left and the server mascot bottom right that also slightly sits behind the main UI box, purely an aesthetics thing.
I'd never so no to additional images from a design perspective, if we had the options for each corner.  🙂 image.thumb.png.08c47859f8e60d69cc32a23870baa7d8.png

David

Posted

  On 10/23/2022 at 8:52 PM, Rise said:

with the server logo top left and the server mascot bottom right that also slightly sits behind the main UI box

Expand  

Yes that's doable with little adjustments. You can contact me on my discord (https://discord.gg/rustplugins) and I can provide you with "trial" version where you can try out customization

  • Like 1
Vengadorweb

Posted

How i can bind a key to take the user directly to a certain tab? For example i want to:

 

If user writes /kit, i want to open the welcome panel and show the user to the tab Kits

if user writes /commands i want to open the welcome panel and show the user to the tab Commands

 

and so on.

Flint Monkey

Posted

  On 10/25/2022 at 1:45 AM, Vengadorweb said:

How i can bind a key to take the user directly to a certain tab? For example i want to:

 

If user writes /kit, i want to open the welcome panel and show the user to the tab Kits

if user writes /commands i want to open the welcome panel and show the user to the tab Commands

 

and so on.

Expand  

This is in config/WelcomePanel.json, under General Settings. Simply replace "wp_tabx" with what you want your /shortcut to be. Here's my example config:

    "Custom chat commands (don't delete from list, just rename).": [
      "info",
      "rules",
      "info_wipe",
      "wp_tab4",
      "wp_tab5",
      "wp_tab6",
      "discord",
      "shop",
      "wp_tab9",
      "wp_tab10"
    ]

 

  • Love 1
Vengadorweb

Posted

  On 10/25/2022 at 1:59 PM, Flint Monkey said:

This is in config/WelcomePanel.json, under General Settings. Simply replace "wp_tabx" with what you want your /shortcut to be. Here's my example config:

    "Custom chat commands (don't delete from list, just rename).": [
      "info",
      "rules",
      "info_wipe",
      "wp_tab4",
      "wp_tab5",
      "wp_tab6",
      "discord",
      "shop",
      "wp_tab9",
      "wp_tab10"
    ]

 

Expand  

Thank you man! ❤️  Really appreciate it

  • Like 1
Vengadorweb

Posted

  On 10/25/2022 at 1:59 PM, Flint Monkey said:

This is in config/WelcomePanel.json, under General Settings. Simply replace "wp_tabx" with what you want your /shortcut to be. Here's my example config:

    "Custom chat commands (don't delete from list, just rename).": [
      "info",
      "rules",
      "info_wipe",
      "wp_tab4",
      "wp_tab5",
      "wp_tab6",
      "discord",
      "shop",
      "wp_tab9",
      "wp_tab10"
    ]

 

Expand  

Hey man, there is a way to go to a tab and page? Like tab2page2 for example

Flint Monkey

Posted

  On 10/26/2022 at 7:05 PM, Vengadorweb said:

Hey man, there is a way to go to a tab and page? Like tab2page2 for example

Expand  

Now, that, I have not tried; based on the config files, I don't see a way to do it today. This is likely an enhancement request for@David.

byond1991

Posted

I got error after loading,

Unloaded plugin WelcomePanel v3.0.7 by David

(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)

Failed to call hook 'OnServerInitialized' on plugin 'WelcomePanel v3.0.7' (NullReferenceException: Object reference not set to an instance of an object)

at Oxide.Plugins.WelcomePanel.WriteCuiEntry () [0x00019] in <5c5d4cccc30d4081a0c533804fe3898d>:0

at Oxide.Plugins.WelcomePanel.OnServerInitialized () [0x00018] in <5c5d4cccc30d4081a0c533804fe3898d>:0

at Oxide.Plugins.WelcomePanel.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0039a] in <5c5d4cccc30d4081a0c533804fe3898d>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0

(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)

Loaded plugin WelcomePanel v3.0.7 by David

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 28
  • Sad 3
  • Love 20

User Feedback

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.6k

Files Sold

Total number of files sold.

2.4m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.