Jump to content

imthenewguy

Creator
  • Posts

    3,431
  • Joined

  • Last visited

Everything posted by imthenewguy

  1. Added a patch. Will patch InstancedContainers with the same. Will prevent players from using InstancedContainers with Global Storage moving forward.
  2. imthenewguy

    Commands.

    Changed Status from Pending to Closed
  3. Unfortunately not, based on how it has been designed. The cost is a static value. 6 containers isnt a hard limit. The only limit will be the number of squares the player can fit on their screen vertically lol. The VIp perm is fixed at the moment, but I can change this to use custom perms fairly easily. Do you mean display info on the panel itself? The only issue is that the panel would run out of space to display the item costings etc if I added that. I will look at a way to do it.
  4. imthenewguy

    prefabs

    Changed Status from Pending to Closed
  5. imthenewguy

    prefabs

    There is no way to spawn the arenas into the map without using RustEdit unfortunately. I tossed up between building block generated arenas or RustEdit based ones. RustEdit won due to the fact that you can do a lot more with it and its less resource intensive.
  6. May have identified the issue. Will add it to the next release. Was contemplating doing a rewrite of the plugin anyway.
  7. imthenewguy

    language file

    Changed Status from Pending to Closed
  8. imthenewguy

    language file

    IIt doesn't have a lang file unfortunately. I will release the next update with lang
  9. Thank you for the kind words and support. I will add this as a suggestion for my next update
  10. There is config option for this "Currency type to respec [scrap, economics, srp]".
  11. imthenewguy

    CookTime

    Changed Status from Pending to Closed
  12. Changed Status from Pending to Closed Changed Fixed In to 1.1.12
  13. imthenewguy

    CookTime

    I will add a config option that will allow you to disable auto update for the meals. Regardnig adding cooking time, could try something like this: new CuiTextComponent { Text = cookingData.description + "\n" + (cookingData.buffType == BuffType.Permission ? GetPermissionBuffDescription(cookingData.perms) : GetBuffDescription(cookingData.buffType, cookingData.BuffModifier) + "\n" + string.Format(lang.GetMessage("Duration", this, player.UserIDString), cookingData.buff_duration)) + $"\nCooking Time: {cookingData.cookTime} seconds", Font = "robotocondensed-regular.ttf", FontSize = 16, Align = TextAnchor.UpperLeft, Color = "1 1 1 1" }, Can change it to lang of course, but if its only for your server you might as well hard code it.
  14. imthenewguy

    Skirmish

    Will add a config option in next release
  15. I like this idea. Have implemented it
  16. Would not recommend using anything with a button to make it function. May expand the functionality to work with BaseOvens properly in the future though
  17. imthenewguy

    Skirmish

    Will work with TruePVE. All of my arena plugins bypass the TruePVE protections.
  18. Yeah I can add support for that.
  19. Is something I will look at adding support for. Do you mean for the cost to create a chest?
  20. Version 1.0.12

    264 downloads

    Are you sick of your base being cluttered by countless items and having nowhere to store them? Have you had to build an extra wing on your base entirely for storage? Look no further, Instanced Containers has you covered! Instanced containers is a plugin that allows for players to create multiple containers inside of 1 container, saving them a significant amount of space in their base. It supports small/large wooden boxes and coffins by default, but can be used for any container by adjusting the config. The plugins has 3 user based permissions included: instancedcontainers.use - will allow the user to create instances of a container (3 instances per container by default). instancedcontainers.free - bypasses the cost for creating an instance of a container. You can also create your own permission groups through the config and add your own instance limits. Example: "vip": 6 would create a permission called instancedcontainers.vip and give players with the permission access to add 6 instances per container.
    $15.00
  21. imthenewguy

    Cooking

    Thank you for the suggestions. A lot of good ideas in there
  22. Add me on discord. I have a modified copy for you to test with. It will log the error in the background and show me what part of the code is causing the issue. im the new guy#0001
  23. The current version shows the xp bar regardless, but I will update the new version so it does not send it without the skilltree.xp perm. skilltree.chat - required to use the chat command to open the skill tree menu. skilltree.xp - required to gain xp. skilltree.tree - required to use the tree at all. skilltree.admin - used for admin commands.
  24. Changed Status from Pending to Closed
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

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.