Jump to content

imthenewguy

Curator
  • Posts

    4,083
  • Joined

  • Last visited

  • Days Won

    51

Everything posted by imthenewguy

  1. imthenewguy

    setup a 30 days recycler

    Not really. This looks like it is using my PersonalRecycler plugin, which adds a redeemable recycler that the player can type as command for to redeem. That recycler becomes a deployed entity, so you can't remove access to it via VIPToken. The VIP token's purpose would be to simply add 1 redeemable recycler for the player to grab, so the time parameter in the config for this item is not relevant.
  2. The command definitely exists. If you are using in game console it requires skilltree.admin to run. Glad you sorted it though. I don't understand what a prestige system is or what its purpose would be.
  3. No you would need to format it the same as the video, at least for the permissions section
  4. out of date? It's brand new xD The principal is the same. You simply don't adjust anything above "permissions": { You can have a standard buff, and still include custom permissions to run when that buff level is achieved. The only entry under perms would be "5" then all of the info relevant to the InstantCraft plugin.
  5. It will only base the yield increase off of the vanilla value. You can use SkillTree to modify the base yield on your server, and the skills will work from those base values rather than vanilla. "Base yield settings": { "Allow Skill Tree to adjust the base amount of resource received? Buffs will base their modifiers off of the amended base amount.": true, "Yield types multipliers [1.0 = vanilla]": { "Wood": 1.0, "Stone": 1.0, "Metal": 1.0, "Sulfur": 1.0, "Corn": 1.0, "Potato": 1.0, "Pumpkin": 1.0, "Cloth": 1.0, "Diesel": 1.0, "AnimalFat": 1.0, "Bones": 1.0, "Leather": 1.0, "Fish": 1.0, "Seed": 1.0, "Mushroom": 1.0, "Berry": 1.0 } },
  6. Ahh yep I see. I will add a check to see if the data is being wiped before we reset.
  7. Changed Status from Pending to Closed
  8. Good to hear!
  9. imthenewguy

    please sir

    I don't plan on adding Economics to the plugin. Was going for an item based system.
  10. Assuming the plugin being used calls the CanBuild hook, this should already be taken care of. object CanBuild(Planner planner, Construction prefab, Construction.Target target) { var player = planner?.GetOwnerPlayer(); if (player != null && Participants.Contains(player) || (player.transform.position.y > CurrentCentrePoint.y - 50 && Vector3.Distance(player.transform.position, CurrentCentrePoint) < FurthestEntity)) return false; return null; }
  11. Still an issue?
  12. This hasn't been happening on any other server as far as I am aware. This generally means you have a plugin that is conflicting with mine. The only way to really tell what is messing with it, is to unload all plugins except for PersonalRecyclers, test, if the issue persists then do a complete wipe of the plugin and test again. If the issue doesn't persist, load plugins back onto your server 5 at a time and test after each batch to see if the problem returns. When it does, it will be one of the 5 plugins that you loaded.
  13. I don't plan on integrating instant crafting into the plugin. You could download InstantCrafting and assign the permission to the player once they achieve level 5. There is a guide to permissions on the main page.
  14. Will add a check while at the event to prevent crafting. This is fixed in the next version.
  15. Its functioning fine; I tested it on my server on staging and again when I played the wipe yesterday. If it is deployed on a rug that is placed on the boat, it may cause issues. Try placing it directly to the boat. Also ensure you have the latest version. The duplication could be caused by a plugin conflict; how do you replicate the issue?
  16. "Erase ExtraPockets storage on wipe" set that to false if you dont want it wiped. "Refund skill points on server wipe" Set that to false, so the nodes maintain. "Erase all data on wipe - wipes everything" keep that false.
  17. Don't think so; the plugin doesn't have hooks that I can monitor when it attempts to populate loot associated with events.
  18. Yeah ive had a reports of it since last night. Was taking the night off though; have been doing a lot of plugin shit as of late lol. Ill take a peak after the weekend and see what's going on.
  19. imthenewguy

    Wipe 4 August

    stresetalldata command also might work.
  20. imthenewguy

    Error Message

    Changed Status from Pending to Closed Changed Fixed In to 1.1.10
  21. Changed Status from Pending to Closed Changed Fixed In to 1.0.1
  22. Just updated. Should work fine now!
  23. They work fine. Make sure you have set the following permissions for basic use: skilltree.chat skilltree.tree skilltree.xp
  24. I am actually not sure. Hmu on my discord if you wanted to do some testing to see what we can get working. Make sure the players don't have the "buyabletugboats.free" permission
1.9m

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

134.8k

Files Sold

Total number of files sold.

2.8m

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.