Jump to content

molokatan

Member
  • Posts

    126
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by molokatan

  1. I can add a flag "show disabled tiers" or so. thats basically 3 lines of code and then its configurable. Maybe even show the tier with a lock icon to indicate that it cannot be used by crafting.
  2. How it was planned with that permissions: A player can only craft and see the stats if they got the permission assigned. So if a player dont has that permission, they should only see the 4 other stats. For sure not the best option to hide it in the screen, but i was also not sure how it makes sense for players without the perm. I thought best is to only show what a player can get for real. Will still double check if everything is working like this or if we got a bug here.
  3. I will look into it later today. Maybe i made a mistake with that perm stuff or its reading it wrong. Will let you know.
  4. Changed Status from Cant Reproduce to Closed
  5. molokatan

    Interface Bug?!

    Changed Status from Not a Bug to Work in Progress Changed Fixed In to Next Version
  6. molokatan

    Interface Bug?!

    found a solution for it, will be posted in the next days
  7. when you changed it, you have to reload also my plugin. Its reading the config from EpicLoot and takes over the chances etc from it.
  8. Changed Status from Work in Progress to Not a Bug Changed Fixed In from Next Version to 1.0.8
  9. i added it now like you did + the chance for builders roll. "Builders": { "enabled": true, "item_blacklist": null, "item_whitelist": [ "attire.hide.boots", "attire.hide.helterneck", "attire.hide.pants", "attire.hide.poncho", "attire.hide.vest", "hat.wolf", "bone.armor.suit", "boots.frog", "bucket.helmet", "burlap.gloves", "burlap.headwrap", "burlap.shirt", "burlap.shoes", "burlap.trousers", "coffeecan.helmet", "deer.skull.mask", "diving.fins", "diving.mask", "diving.tank", "diving.wetsuit", "hat.beenie", "hat.boonie", "hat.cap", "hat.dragonmask", "hat.miner", "hazmatsuit", "hazmatsuit.arcticsuit", "hazmatsuit.nomadsuit", "hazmatsuit.spacesuit", "heavy.plate.helmet", "heavy.plate.jacket", "heavy.plate.pants", "hoodie", "jacket", "jacket.snow", "mask.balaclava", "mask.bandana", "metal.facemask", "metal.plate.torso", "pants", "pants.shorts", "riot.helmet", "roadsign.jacket", "roadsign.kilt", "roadsign.gloves", "shirt.collared", "shoes.boots", "tactical.gloves", "tshirt", "tshirt.long", "wood.armor.helmet", "wood.armor.pants", "wood.armor.jacket" ], "tierInfo": { "e": { "chance_weight": 1, "min_value": 0.17, "max_value": 0.20, "required_crafting_perm": null }, "s": { "chance_weight": 5, "min_value": 0.13, "max_value": 0.16, "required_crafting_perm": null }, "a": { "chance_weight": 15, "min_value": 0.09, "max_value": 0.12, "required_crafting_perm": null }, "b": { "chance_weight": 40, "min_value": 0.05, "max_value": 0.08, "required_crafting_perm": null }, "c": { "chance_weight": 100, "min_value": 0.01, "max_value": 0.04, "required_crafting_perm": null } }, since the chance is quite low, you can barely read the value and bar on the chances block. But.... its working fine.
  10. have you added the tier configurations to the epic buffs itself?
  11. molokatan

    Error since Oct Wipe

    Changed Status from Pending to Fixed Changed Fixed In to 1.0.8
  12. Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  13. TY for letting me know. Actually, i already built it with this in mind and thought it was working. Ill look into it asap.
  14. Sorry, i missed to add a new perk to an enum in the plugin. It should work now again. If you have any other problems, feel free to reach out to me.
  15. molokatan

    Interface Bug?!

    Changed Status from Pending to Not a Bug
  16. molokatan

    Interface Bug?!

    We have discussed this a bit and it looks like an issue with Additional Belt plugin. No solution yet, since i have no idea how this plugin works. Not really a bug, more a compatibility issue.
  17. molokatan

    Interface Bug?!

    is there any error message thrown on the server? Hard to tell, why this is not working for you without more information. What i can say: Items are added to the screen in the order: belt items, wear items, inventory items. All items are shown 1 by 1. It looks to me that the first item you are wearing is causing the issue, since it prints all items until it reaches that one. i can double check on my server, but would be nice to know: 1 - what is that for an item? 2 - has it any perks? 3 - is it comming from another plugin and is the plugin adding additional information to the item (into the text field or its chaning the name)?
  18. molokatan

    Craft Menu

    Its also not working with tugboats. The box will be stuck in place when you move the boat.
  19. molokatan

    Force Wipe

    thats what i can confirm too. you might have to set it to false in several places. I just did it for all appearances and the error is gone.
  20. i will try to gather more information from other server owners. To see if there is a memory leek on my plugin or not. My server has just ~8-15 players and its running without any issues. But thats quire a small pop.
  21. molokatan

    Force Wipe

    For me this happens since force wipe too. I had to set "Run Atmosphere Enter Sound" to false. MLRS is on the server, have not changed anything just made updates. It happens also with earlier versions of the plugin, so it was not introduced by your latest changes. Cant give you more info on it.
  22. Changed Status from Pending to Can't Reproduce Changed Fixed In to 1.0.7
  23. I think you mix up what is the effect and what is the root cause. An "OutOfMemoryException" means your server memory is all used and the plugin cannot allocate memory for its usage. "GARBAGE COLLECT" means that it tries to free some memory. You can also see that its not only my plugin that fails here, at least "ItemRetriever" runs into the same exception. So you should find out how much memory your server has available and how much memory is actually used. And then it would require some digging into it to get an idea what exactly uses all that memory. Out of the blue i cant really help you here. You need to find out what is eating all the memory on your server. Other issues are just symptoms that are caused by that.
  24. molokatan

    will not compile after update

    Changed Status from Pending to Fixed Changed Fixed In to 1.0.6
  25. molokatan

    will not compile after update

    sorry, i missed this. Had to disable ammo for the UI right now until i can provide a proper fix. Since this has no direct impact on any functionality of the plugin, it should be fine.
2m

Downloads

Total number of downloads.

9.4k

Customers

Total customers served.

136.8k

Files Sold

Total number of files sold.

2.9m

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.