Jump to content

16 Screenshots

Recommended Comments



Watcher

Posted (edited)

"Botanist": {
          "Permission required to show this node": null,
          "Minimum prestige required to unlock this node": 0,
          "enabled": true,
          "max_level": 1,
          "tier": 4,
          "value_per_buff": 1.0,
          "buff_info": {
            "Key": "Harvester_Ultimate",
            "Value": "IO"
          },
          "icon_url": "https://www.dropbox.com/s/8fylvtokuhcj24u/Botanist.png?dl=1",
          "skin": 2873047865,
          "permissions": null
        },

---------------------------------------------------

You set "enabled": true,  to  "enabled": false, ?
And did you restart SkillTree?

Edited by Watcher
  • Like 1
Thunderchile

Posted

9 hours ago, Watcher said:

"Botanist": {
          "Permission required to show this node": null,
          "Minimum prestige required to unlock this node": 0,
          "enabled": true,
          "max_level": 1,
          "tier": 4,
          "value_per_buff": 1.0,
          "buff_info": {
            "Key": "Harvester_Ultimate",
            "Value": "IO"
          },
          "icon_url": "https://www.dropbox.com/s/8fylvtokuhcj24u/Botanist.png?dl=1",
          "skin": 2873047865,
          "permissions": null
        },

---------------------------------------------------

You set "enabled": true,  to  "enabled": false, ?
And did you restart SkillTree?

Yes. It was done for restart but still over-riding Custom Genetics plugin. Thanks for the reply!!!

tacman1981

Posted

2 minutes ago, Thunderchile said:

Yes. It was done for restart but still over-riding Custom Genetics plugin. Thanks for the reply!!!

i am certain it is the command that needs changing, since they use the same /setgenes. you should go into skill tree config and change this
      "Chat command that players can use to set their plant genes": "setgenes",
then reload both skilltree and custom genetics

  • Like 1
Thunderchile

Posted

1 hour ago, tacman1981 said:

i am certain it is the command that needs changing, since they use the same /setgenes. you should go into skill tree config and change this
      "Chat command that players can use to set their plant genes": "setgenes",
then reload both skilltree and custom genetics

Nice Idea, will try it!!! Thanks for the reply!!!!

Thunderchile

Posted

1 hour ago, tacman1981 said:

i am certain it is the command that needs changing, since they use the same /setgenes. you should go into skill tree config and change this
      "Chat command that players can use to set their plant genes": "setgenes",
then reload both skilltree and custom genetics

Hey!!!!!!! You are amazing!!!! Worked a treat! Have a great day!!!!!!!!!

  • Like 2
EvilDips

Posted

is there not a way to wipe players skilltree but keep their Prestige levels, I've tried with "Erase all data on wipe - wipes everything": true" with "Remove players prestige?": false," but they still reset.

I've tried "Erase all data on wipe - wipes everything": false" and "Remove players prestige?": false," but does not remove skilltree.

I've tried "strespecallplayers" which does what i want but refunds players points back which is not what i want. even with "Refund skill points on server wipe": false,"

I'm lost to how I can do this and if I cant could something like that be added?

Thunderchile

Posted

Hello. Is there a way to move the pouch to the other side of the bar as is on top of the backpack plugin?

 

Thanks for any help!!!!

imthenewguy

Posted

6 hours ago, Thunderchile said:

Hello. Is there a way to move the pouch to the other side of the bar as is on top of the backpack plugin?

 

Thanks for any help!!!!

You can change the anchor settings via the config.

Thunderchile

Posted

59 minutes ago, imthenewguy said:

You can change the anchor settings via the config.

Yeah, I see that is there but was wondering if anyone else had moved it and had the cords 8-)

 

Duke23er

Posted

Could someone tell me the exact folder/file where the skill tree data for all players is saved?

My server switch ervery week between "NO BP wipe" and "FULL wipe".

I want to set a schedule to my server interface that this file only will deleted at full wipe.

Thanks in advance

Duke23er

Posted (edited)

On 6/21/2024 at 1:09 AM, Thunderchile said:

Yeah, I see that is there but was wondering if anyone else had moved it and had the cords 8-)

 

I moved the Bacckpack Button to the left side if this will helps you.

I use an additional plugin for the Backpacks called "Backpack Button"  from the umod  website.

I changed the config for this plugin at the end of the file to this:

 "Default button position": "Right",
  "Button positions": [
    {
      "Name": "Left",
      "Enabled": true,
      "Offset X": -263.5,
      "URL": "",
      "Skin ID": 3050420442,
      "Image size": 56.0
    },
    {
      "Name": "Right",
      "Enabled": true,
      "Offset X": 185.0,
      "URL": "",
      "Skin ID": 3050420772,
      "Image size": 56.0
    }

 

Edited by Duke23er
Thunderchile

Posted

1 hour ago, Duke23er said:

I moved the Bacckpack Button to the left side if this will helps you.

I use an additional plugin for the Backpacks called "Backpack Button"  from the umod  website.

I changed the config for this plugin at the end of the file to this:

 "Default button position": "Right",
  "Button positions": [
    {
      "Name": "Left",
      "Enabled": true,
      "Offset X": -263.5,
      "URL": "",
      "Skin ID": 3050420442,
      "Image size": 56.0
    },
    {
      "Name": "Right",
      "Enabled": true,
      "Offset X": 185.0,
      "URL": "",
      "Skin ID": 3050420772,
      "Image size": 56.0
    }

 

Oh nice!!!! I managed to move it for the moment but is a little squashed so will check this out when I get a chance. Thanks!!!!!!!!!

  • Like 1
Duke23er

Posted

18 minutes ago, Thunderchile said:

Oh nice!!!! I managed to move it for the moment but is a little squashed so will check this out when I get a chance. Thanks!!!!!!!!!

Oh looks like I post you the default setting. xD

Switch in the config of BackpackButton.json. "Default button position": "Right", to "Default button position": "Left",

Thats all.

If someone on your server want another position for this button you can change the setting speciffic for him in the Data File by using his ID.

For example:

{
  "OverridePositionByPlayer": {
    "12345678901234567": "Right"
  },
  "OverrideEnabledByPlayer": {}
}

 

Mintrok

Posted

If we use BetterChat SkillTree level shows if we use BetterChat and ChatTranslator the level Tags are gone why?

imthenewguy

Posted

That sounds like it would be a BetterChat issue. I simply respond to the BetterChat hook with the required tags. I don't handle anything outside of that.

Mintrok

Posted

19 minutes ago, imthenewguy said:

That sounds like it would be a BetterChat issue. I simply respond to the BetterChat hook with the required tags. I don't handle anything outside of that.

Hm ok they call me to ask you to fix it in SkillTree

7SINS7

Posted

Getting 600xp for every betternpc, how do I correct this?

Thunderchile

Posted

1 hour ago, 7SINS7 said:

Getting 600xp for every betternpc, how do I correct this?

Look in the config and adjust the points and rate.

imthenewguy

Posted

Also keep in mind that they may still provide xp from their base source, which is one of the scientist types.

7SINS7

Posted

2 hours ago, imthenewguy said:

Also keep in mind that they may still provide xp from their base source, which is one of the scientist types.

That would explain them all being 600, they are all heavy scientist the loot was a tell tell.

FISHEYE

Posted

Can i move the xp bar above the hotbar beginning at the 1st hotbar slot? i changed some values in the cfg but the xp bar don´t move after the reload.

 

imthenewguy

Posted

2 hours ago, FISHEYE said:

Can i move the xp bar above the hotbar beginning at the 1st hotbar slot? i changed some values in the cfg but the xp bar don´t move after the reload.

 

Run the /resetxpbars chat command to force reset xp bars to config value. You can also run /resetxpbar to only do yours.

 

 

  • Like 1
FISHEYE

Posted

1 hour ago, imthenewguy said:

Run the /resetxpbars chat command to force reset xp bars to config value. You can also run /resetxpbar to only do yours.

I am running the default values. is it possible to move the xpbar on the left side? 

I tried some alts values and it seem to stuck on the same place.

INFINITY-Z

Posted

It is freely movable. Just make sure you don't touch the offset values.

mcsigu

Posted

unfortunately no longer works after the July update

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.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.3k

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.