Jump to content

16 Screenshots

  • 383.6k
  • 13.1k
  • 999.45 kB

Recommended Comments



ChardaZAR

Posted

Thanks @ShadoW6
It was a permissions thing

All is working now!

  • Like 1
ChardaZAR

Posted

Another question:
Is there a way to set bonus XP% for VIPs?

I want to give VIP players a 15% XP bonus during the wipe

I've looked through the config but see where that can be set

ShadoW6

Posted

I be honest i have no idea as I do not use any VIP ranks on my server for any one (server is F2P)

  • Like 1
ChardaZAR

Posted

42 minutes ago, ShadoW6 said:

I be honest i have no idea as I do not use any VIP ranks on my server for any one (server is F2P)

I had a player randomly donate to the server and it's kind of inspired me to grant them some VIP features
Would love to give them a small XP boost as a thank you

mcsigu

Posted

is there a way to run a command when a player prestiges? (eg.: to give a special item or access to group)

mcsigu

Posted

I believe so.

 

 "Permissions to adjust xp gain modifiers (skilltree.<perm>) [1.0 is default modifier]": {

      "vip": 1.1,

This would account for a 10% increase

mcsigu

Posted

3 hours ago, ChardaZAR said:

Another question:
Is there a way to set bonus XP% for VIPs?

I want to give VIP players a 15% XP bonus during the wipe

I've looked through the config but see where that can be set

I believe so.

 

 "Permissions to adjust xp gain modifiers (skilltree.<perm>) [1.0 is default modifier]": {

      "vip": 1.1,

This would account for a 10% increase

ChardaZAR

Posted

3 minutes ago, mcsigu said:

 "Permissions to adjust xp gain modifiers (skilltree.<perm>) [1.0 is default modifier]": {

 

I was looking at that earlier, but I'm not too sure which permission to grant

 

 

3 minutes ago, mcsigu said:

(skilltree.<perm>)

Using Permissions Manager in-game, I don't see a skilltree.vip permission that I can assign to players
So not too sure what to do here

 

ChardaZAR

Posted

10 minutes ago, mcsigu said:

is there a way to run a command when a player prestiges? (eg.: to give a special item or access to group)

The dev did make a video about this
Here's the link with the timecode of the section (more or less)

 

mcsigu

Posted

18 minutes ago, ChardaZAR said:

I was looking at that earlier, but I'm not too sure which permission to grant

 

 

Using Permissions Manager in-game, I don't see a skilltree.vip permission that I can assign to players
So not too sure what to do here

 

just write it in the config as I pasted it, save it, reload the plugin - you should have the permission created

mcsigu

Posted

18 minutes ago, ChardaZAR said:

The dev did make a video about this
Here's the link with the timecode of the section (more or less)

 

yes this looks fine but there's nothing in there about running specific commands or giving items only permissions, unless I'm missing something?
I'd ideally like to give a special item and run a specific command when somebody prestiges

imthenewguy

Posted

There are no command or item fields when ranking up prestige. Only perm groups.

steampunkvalley

Posted

On 12/28/2024 at 12:09 PM, mcsigu said:

yes this looks fine but there's nothing in there about running specific commands or giving items only permissions, unless I'm missing something?
I'd ideally like to give a special item and run a specific command when somebody prestiges

We wanted to do this too, but like imthenewguy said, there's no option to run a command. As a workaround, we created a kit with the item(s) that requires permission to use, then grant that permission in the prestige section. Kinda clunky, but it works.

  • Like 1
CoreSnap

Posted

Hello...Amazing plugin and I think this is my first time inquiring about something. But for the new Awareness/Sixth Sense skill (really cool addition btw), is there a way to lessen the refresh delay for the nametag? I tried a couple times modifying it from the 5sec to 1sec and SkillTree just kept crashing and I'd have to reload a fresh version. 

Just thought I'd ask. If not, no big deal. Thanks! 

imthenewguy

Posted

5 hours ago, CoreSnap said:

Hello...Amazing plugin and I think this is my first time inquiring about something. But for the new Awareness/Sixth Sense skill (really cool addition btw), is there a way to lessen the refresh delay for the nametag? I tried a couple times modifying it from the 5sec to 1sec and SkillTree just kept crashing and I'd have to reload a fresh version. 

Just thought I'd ask. If not, no big deal. Thanks! 

Did you get any errors when it crashed?

 

CoreSnap

Posted

45 minutes ago, imthenewguy said:

Did you get any errors when it crashed?

 

So I've tried a couple more times and can't even get it to crash, so...lol 

As for my initial inquiry, I've changed the following:

[JsonProperty("How often should awareness update?")]
                    public float updateRate = 5;

changed this to be 1, 2, 3, 10, 20...none of those work. It stays at 5 no matter what. I've saved the cs live and it auto-reloaded, I've unloaded the plugin, made the change and reloaded it, I've shut my server down, made the change and rebooted....nothing made a difference

This is the only setting I found in the plugin that makes sense regarding the refresh time for the nametag. Correct me if I'm wrong, and/or if there IS a setting to modify this.

Thanks!

imthenewguy

Posted

You aren't updating it in the plugin (.cs file) are you?

You need to update the value in the config (.json file).

CoreSnap

Posted

12 hours ago, imthenewguy said:

You aren't updating it in the plugin (.cs file) are you?

You need to update the value in the config (.json file).

.....jesus. I must have needed sleep. I could've sworn I checked the cfg like 3 times and didn't see the option for that. SOO disregard and just accept my compliment as to the brilliance of the plugin! 😄 

Happy New Year, and thanks for the continued support! 

ShadoW6

Posted (edited)

i never had any issue with this plugin. maybe because i do not mess with config files to much.

any way imthenewguy i have a question how i can increase the size of the font for Buff Information?  is there some settings in the config that i can do this?

Edited by ShadoW6
imthenewguy

Posted

8 hours ago, ShadoW6 said:

i never had any issue with this plugin. maybe because i do not mess with config files to much.

any way imthenewguy i have a question how i can increase the size of the font for Buff Information?  is there some settings in the config that i can do this?

Nah there isn't. The issue is the size of the scroll bar is calculated based on text size, so adjusting the size would throw out the scroll bar calculation entirely.

  • Like 1
ShadoW6

Posted

ok i will look on that maybe I will find a way 

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 14
  • Love 18

User Feedback

1.5m

Downloads

Total number of downloads.

7.1k

Customers

Total customers served.

106.8k

Files Sold

Total number of files sold.

2.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.