Jump to content

ChardaZAR

Member
  • Posts

    190
  • Joined

  • Last visited

Everything posted by ChardaZAR

  1. I fixed it by removing the Instant Barrels plugin from the server
  2. You're a rockstar mate Thank you
  3. Hey imthenewguy Big fan of your plugins, mate Really happy with what I've got, and will def invest in more this year Little request from me The little "+xp" notification text that pops up on the top of the screen when doing actions... That's what I'm referring to Is it possible to change the color when doing actions for XP Event? Similar to the blue text when using pooled xp, but perhaps green or something when players get bonus XP for doing events? Thanks man
  4. Hello! I don't want to show "MsgPerm_Instantbar" in the status I can't remove them I've turned them off in the config, but they are still showing in game for everyone Both permissions are set to false, but still show in-game "InstantBarrels.use": { "Name. The name must be identical to the key above.": "InstantBarrels.use", "IsEnaled": false, "TextKey": "MsgPerm_InstantBarrels.use", "BarSettings": { "BarType - You can choose only between TimeProgressCounter and TimeCounter": "TimeProgressCounter", "Order": 20, "Height": 26, "Main_Color(Hex or RGBA)": "#FFFFFF", "Main_Transparency": 0.15, "Main_Material": "", "Image_Url": "https://i.imgur.com/BtK7YHa.png", "Image_Local(Leave empty to use Image_Url)": "PermissionsStatus_Default", "Image_Sprite(Leave empty to use Image_Local or Image_Url)": "", "Image_IsRawImage": false, "Image_Color(Hex or RGBA)": "#FFF53D", "Image_Transparency": 1, "Is it worth enabling an outline for the image?": false, "Image_Outline_Color(Hex or RGBA)": "0.1 0.3 0.8 0.9", "Image_Outline_Transparency": 1, "Image_Outline_Distance": "0.75 0.75", "Text_Size": 12, "Text_Color(Hex or RGBA)": "1 1 1 1", "Text_Font(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf", "Text_Offset_Horizontal": 0, "Is it worth enabling an outline for the text?": false, "Text_Outline_Color(Hex or RGBA)": "#000000", "Text_Outline_Transparency": 1, "Text_Outline_Distance": "0.75 0.75", "SubText_Size": 12, "SubText_Color(Hex or RGBA)": "1 1 1 1", "SubText_Font": "RobotoCondensed-Bold.ttf", "Is it worth enabling an outline for the sub text?": false, "SubText_Outline_Color(Hex or RGBA)": "0.5 0.6 0.7 0.5", "SubText_Outline_Transparency": 1, "SubText_Outline_Distance": "0.75 0.75", "Progress_Reverse": true, "Progress_Color(Hex or RGBA)": "#FFD700", "Progress_Transparency": 0.7, "Progress_OffsetMin": "0 0", "Progress_OffsetMax": "0 0" } }, "InstantBarrels.roadsigns": { "Name. The name must be identical to the key above.": "InstantBarrels.roadsigns", "IsEnaled": false, "TextKey": "MsgPerm_InstantBarrels.roadsigns", "BarSettings": { "BarType - You can choose only between TimeProgressCounter and TimeCounter": "TimeProgressCounter", "Order": 20, "Height": 26, "Main_Color(Hex or RGBA)": "#FFFFFF", "Main_Transparency": 0.15, "Main_Material": "", "Image_Url": "https://i.imgur.com/BtK7YHa.png", "Image_Local(Leave empty to use Image_Url)": "PermissionsStatus_Default", "Image_Sprite(Leave empty to use Image_Local or Image_Url)": "", "Image_IsRawImage": false, "Image_Color(Hex or RGBA)": "#FFF53D", "Image_Transparency": 1, "Is it worth enabling an outline for the image?": false, "Image_Outline_Color(Hex or RGBA)": "0.1 0.3 0.8 0.9", "Image_Outline_Transparency": 1, "Image_Outline_Distance": "0.75 0.75", "Text_Size": 12, "Text_Color(Hex or RGBA)": "1 1 1 1", "Text_Font(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf", "Text_Offset_Horizontal": 0, "Is it worth enabling an outline for the text?": false, "Text_Outline_Color(Hex or RGBA)": "#000000", "Text_Outline_Transparency": 1, "Text_Outline_Distance": "0.75 0.75", "SubText_Size": 12, "SubText_Color(Hex or RGBA)": "1 1 1 1", "SubText_Font": "RobotoCondensed-Bold.ttf", "Is it worth enabling an outline for the sub text?": false, "SubText_Outline_Color(Hex or RGBA)": "0.5 0.6 0.7 0.5", "SubText_Outline_Transparency": 1, "SubText_Outline_Distance": "0.75 0.75", "Progress_Reverse": true, "Progress_Color(Hex or RGBA)": "#FFD700", "Progress_Transparency": 0.7, "Progress_OffsetMin": "0 0", "Progress_OffsetMax": "0 0" }
  5. Thanks @Death Looks really detailed and I love the UI I just have no idea how APIs work when it comes to making custom items for the server Guess it's time to go learn C#
  6. I am looking for a plugin that can add custom items to specific loot I want to give players a small chance to find dollar notes in certain crates Then convert the dollar notes into Economics, so that they can spend it in the game store Does such a thing exist?
  7. Absolute gent @NooBlet Thank you
  8. I have two commands that players can buy instantbarrels.use instantbarrels.roadsigns from the Instant Barrels mod on Umod The perms are always showing on the status bars, for everyone on the server, regardless if the status bar is enabled or not in the PermissionsConfig.json I've even removed them from the config completely, but they are still showing See Screenshot below
  9. Didn't know that was possible Care to share the command?
  10. Thanks @NooBlet I will give that a try I reduced the amount of bots from BotReSpawn and saw a slight increase in server FPS Raidable Bases are no longer on Maintained or Timed. Instead players have to buy the raid, and that also increased the server performance I've noticed the Christmas Dungeons cause a massive lag spike when they spawn in So I reckon it was the Christmas Event during the wipe which caused some issues But will absolutely give your commands a try
  11. I have a question regarding a setting in the config: "Is it worth clearing all temporary permissions upon detecting a wipe?": false I have a command where players can get an XP boost for 7 days But when the server wipes, they lose that command I'm guessing it's because I have that set to true ? Will this affect any commands that have the /tperm until wipe? So for example I'm using another command that players can buy: tperm grant user %steamid% myminicopter.spawn wipe If that config line is set to false, will the MyMiniCopter spawn still reset at wipe?
  12. ChardaZAR

    Skill Tree

    The dev did make a video about this Here's the link with the timecode of the section (more or less)
  13. ChardaZAR

    Skill Tree

    I was looking at that earlier, but I'm not too sure which permission to grant Using Permissions Manager in-game, I don't see a skilltree.vip permission that I can assign to players So not too sure what to do here
  14. ChardaZAR

    Skill Tree

    I had a player randomly donate to the server and it's kind of inspired me to grant them some VIP features Would love to give them a small XP boost as a thank you
  15. ChardaZAR

    Skill Tree

    Another question: Is there a way to set bonus XP% for VIPs? I want to give VIP players a 15% XP bonus during the wipe I've looked through the config but see where that can be set
  16. I'm in South Africa. Very few companies host here locally
  17. No I'm renting from a local company in my country Also thought the CPU was a little weird
  18. ChardaZAR

    Skill Tree

    Hey.. What am I doing wrong? The XP bar isn't showing bottom right of the screen. I've messed around with the permissions, but it's not showing Also when harvesting, there's no +XP count on the top of the screen What am I doing wrong?
  19. Yes sir. It does But when players fight in the arena, there's chat messages saying the player has dodged the damage damage
  20. I've used xPerience before with Zone Manager and had no issues Set up a PVP Arena Zone with zone manager, but players still gain/lose xp and have their abilities in the zone I've triple checked the zone ID is correct
  21. Thanks for the insight. Appreciate it! Yeah I think it's map size too... Back to the smaller maps I guess
  22. Haven't had many issues with lag until recently Map size 4000 (usually around 3800) but I wanted to go a little bigger for the wipe Could this be the problem? Server FPS is at 11fps I had a massive lag spike when raidable bases was trying to paste an expert raidable base Deactivated raidable bases for the time being to test Now the plugin won't run if the server is below 15fps I've attached a screenshot and a report from Performance Monitor Open to any suggestions to optimize performance Server specs: Dual Xeon E5-2680v3/4 CPU Priority: Above Normal (FREE) Server Location: [ZA] Johannesburg RAM Allocation: 12GB Disk Allocation: 50GB (FREE) 22-20-40.json
  23. ChardaZAR

    Quest System

    Hello! I am very curious about this plugin Is it possible to issue Economy instead of items as a reward?
1.8m

Downloads

Total number of downloads.

8.5k

Customers

Total customers served.

127.9k

Files Sold

Total number of files sold.

2.7m

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.