Jump to content

Welcome Panel Addons 1.3.21

$14.99
   (31 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

Recommended Comments



Fusion 3.64

Posted

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.

Coopa

Posted (edited)

I found a small mistake!

 

error.png

Edited by Coopa
David

Posted

4 hours ago, Coopa said:

I found a small mistake!

Thanks 😉 will fix that soon.

  • Like 1
Fusion 3.64

Posted

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.

David

Posted

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. 

Fusion 3.64

Posted

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 🙂

ArtiIOMI

Posted

 

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

ti4VWdq.png

David

Posted

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.

ArtiIOMI

Posted (edited)

  

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
David

Posted

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
ArtiIOMI

Posted (edited)

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
STIVI

Posted

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[ ] )

David

Posted

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 😄

Clockwurk

Posted

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

David

Posted

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>",

Clockwurk

Posted

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?

Clockwurk

Posted

Oh geez, I didn't see you already posted that part too.. screen was cutoff haha. Thanks David

hc4stillo

Posted

image.thumb.png.5573074b8570ccf1db0ffde9b80149df.png

Wkits stopped working any solution?

 

David

Posted

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.

Southern Gaming 2X

Posted

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"

David

Posted

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.

GhostingSquad

Posted

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

David

Posted

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
WarKingz

Posted (edited)

will this work with 3rd party shop plugins Shop

Edited by WarKingz
David

Posted

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

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 2
  • Love 8

David's Collection

User Feedback

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.2k

Files Sold

Total number of files sold.

2m

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.