Jump to content

Welcome Panel Addons 1.3.21

$14.99
   (30 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.

10 Screenshots

  • 264.7k
  • 7.7k
  • 29.95 kB

Recommended Comments



A have a request for after you finish your todo list 🙂
Would you be able to create a new addon?
Active event icons.
Either use them as a text tag so you can put them on whatever page you want to.
Or have them as their own page.
Have the basics. Bradley, CH47, Cargo Ship/Plane, Oilrig (Large and small).
But having additional ones for other plugins would always be a nice bonus.
Plane Crash, Rain Of Fire, Guarded Crate, Harbor/Air/Water/Power/Sat Event. Things like that.

Link to comment
Share on other sites
On 12/18/2021 at 2:39 PM, thepiercedweirdo said:

A have a request for after you finish your todo list 🙂
Would you be able to create a new addon?
Active event icons.
Either use them as a text tag so you can put them on whatever page you want to.
Or have them as their own page.
Have the basics. Bradley, CH47, Cargo Ship/Plane, Oilrig (Large and small).
But having additional ones for other plugins would always be a nice bonus.
Plane Crash, Rain Of Fire, Guarded Crate, Harbor/Air/Water/Power/Sat Event. Things like that.

Actually thinking over this request again, it should be a page/plugin (WPEvents.cs or something like that).
The text tag option is just too messy and doesn't make as much sense, where a page just has everything right there.
I was only thinking text tags would work so you could add them to the home page. But that would just get cluttered with icons/blocks very quickly.

Link to comment
Share on other sites
17 hours ago, thepiercedweirdo said:

Actually thinking over this request again, it should be a page/plugin (WPEvents.cs or something like that).
The text tag option is just too messy and doesn't make as much sense, where a page just has everything right there.
I was only thinking text tags would work so you could add them to the home page. But that would just get cluttered with icons/blocks very quickly.

To be honest, as I have very little spare time I can't promise anything right now. 

Link to comment
Share on other sites
8 hours ago, David said:

To be honest, as I have very little spare time I can't promise anything right now. 

That's fair. It's just a suggestion/request. Nothing really important. I already have a majority of that stuff covered. I just think it would be a nice addition 🙂

Link to comment
Share on other sites
3 minutes ago, ArtiIOMI said:

 

Wouldn't it be better to use chat to copy social links?

ti4VWdq.png

As far as I know, you can copy paste only player messages.

Link to comment
Share on other sites

  

45 minutes ago, David said:

As far as I know, you can copy paste only player messages.

Try use IPlayer.Command("chat.add 0 1 Text");

using Oxide.Core;
using Oxide.Core.Libraries.Covalence;

namespace Oxide.Plugins
{
    [Info("template", "ArtiIOMI", "0.0.1")]
    [Description("template")]
    internal class template : CovalencePlugin
    {

    #region Commands
        [Command("txt")]
        private void cmdTxt(IPlayer iplayer, string command, string[] args){
            iplayer.Command("chat.add 0 1 Text");
        }
    #endregion
    }
}

 

 

template.cs

Edited by ArtiIOMI
Link to comment
Share on other sites
11 minutes ago, ArtiIOMI said:

  Try use IPlayer.Command("chat.add 0 1 Text");

Honestly I never came around that command, cheers for showing it to me 👍 I will implement it soon.

  • Like 1
Link to comment
Share on other sites
10 minutes ago, David said:

Honestly I never came around that command, cheers for showing it to me  I will implement it soon.

No problem. The chat.add command also allows <html> so there are many possibilities.

Edited by ArtiIOMI
  • Like 1
Link to comment
Share on other sites

unknown.png
This new feature is cool but it copy all text instead of only link. Would be possible to to do variable as a table?

( textField[ ] )

Link to comment
Share on other sites
2 hours ago, STIVI said:

unknown.png
This new feature is cool but it copy all text instead of only link. Would be possible to to do variable as a table?

( textField[ ] )

Looks like Artiom already solved that for you 😄

Link to comment
Share on other sites
13 minutes ago, Clockwurk said:

@David Can you tell me how to change font size/color for the WPWipeCycle? I want to change how the countdown appears.

you can use <size> and <color> tags if thats what you mean

"Countdown Text": "Next wipe in <color=#3498DB><size=7>{countdown}</size></color>",

Link to comment
Share on other sites

So here:
    "Countdown Text": "Next wipe in {countdown}",

I would just change to:
    "Countdown Text": "<size=16>Next wipe in {countdown}</size>",

 

And that's it?

Link to comment
Share on other sites
3 minutes ago, hc4stillo said:

Wkits stopped working any solution?

if you can send me your WPKits and kits_data into dm I can have a look for you.

Link to comment
Share on other sites

Tab 3 is Wipe Cycle still not kits page file did i not change to get the kits to show

 

"Addons": {
    "Tab 1": "null",
    "Tab 2": "null",
    "Tab 3": "WPKits",
    "Tab 4": "null",
    "Tab 5": "null",
    "Tab 6": "null",
    "Tab 7": "null",
    "Tab 8": "null",
    "Tab 9": "null",
    "Tab 10": "null"

Link to comment
Share on other sites
54 minutes ago, Southern Smoke Gaming said:

Tab 3 is Wipe Cycle still not kits page file did i not change to get the kits to show

 

"Addons": {
    "Tab 1": "null",
    "Tab 2": "null",
    "Tab 3": "WPKits",
    "Tab 4": "null",
    "Tab 5": "null",
    "Tab 6": "null",
    "Tab 7": "null",
    "Tab 8": "null",
    "Tab 9": "null",
    "Tab 10": "null"

Make sure you reload plugin after saving config file.

Link to comment
Share on other sites
8 hours ago, GhostingSquad said:

is it possible for you to add the shop menu to your plug-in

Yes, I recently made shop plugin

image.thumb.png.50d638e36c8f1d5ae1b223e839039d47.png

  • Love 1
Link to comment
Share on other sites
Just now, WarKingz said:

will this work with 3rd party shop plugins Shop - Plugins - Codefling

Sorry but no, I don't feel like adding support for someone else's paid plugin.

  • Like 1
Link to comment
Share on other sites

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 9
  • Sad 1
  • Love 8

David's Collection

User Feedback

1.3m

Downloads

Total number of downloads.

6.5k

Customers

Total customers served.

95.7k

Files Sold

Total number of files sold.

1.9m

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.