-
Posts
3,858 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
Changed Status from Pending to Closed
-
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.
-
May have identified the issue. Will add it to the next release. Was contemplating doing a rewrite of the plugin anyway.
-
Changed Status from Pending to Closed
-
IIt doesn't have a lang file unfortunately. I will release the next update with lang
-
- 1,336 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
- 1,336 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed Changed Fixed In to 1.1.12
-
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.
-
- 11 comments
-
- 1
-
-
- #paintball
- #arena
-
(and 8 more)
Tagged with:
-
- 60 comments
-
- #storage
- #containers
-
(and 4 more)
Tagged with:
-
- 60 comments
-
- #storage
- #containers
-
(and 4 more)
Tagged with:
-
- 11 comments
-
- #paintball
- #arena
-
(and 8 more)
Tagged with:
-
- 60 comments
-
- 2
-
-
- #storage
- #containers
-
(and 4 more)
Tagged with:
-
- 60 comments
-
- #storage
- #containers
-
(and 4 more)
Tagged with:
-
- 60 comments
-
- #storage
- #containers
-
(and 4 more)
Tagged with:
-
Version 1.0.12
271 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- 60 comments
- 5 reviews
-
- 5
-
-
-
- #storage
- #containers
-
(and 4 more)
Tagged with:
-
- 1,336 comments
-
- #leveling
- #progression
- (and 19 more)
-
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.
- 1,336 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
Changed Status from Pending to Closed
-
Yes and no. From a configuration point of view it was easier running it from a string, due to the way the ingredient class system was created, and for readability.
-
Based on how the plugin functions, meal stacking isn't possible. The plugin uses the item.name of the food, and when stacked, the name is reset to the name of the base item used (ie raw chicken etc), meaning the buffs wont trigger when consumed.
-
Add me on discord . I can probably add a function to log the issue and where it is coming from. im the new guy#0001