Jump to content

IIIaKa

Creator
  • Posts

    2,089
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by IIIaKa

  1. IIIaKa

    Plugin wont load

    @Hawkhill Hello, could you please provide more information about your server? What mod are you using, and what operating system? Since your error is not a standard one, it seems that your server is complaining that the "serverinstance" field doesn’t exist in "WipeTimer", even though it’s present in the regular versions. Most likely, the issue here is with the compilation of your entire server. Also, check the integrity of the server files and ensure they are up to date.
  2. IIIaKa

    Plugin wont load

    Changed Status from Pending to Work in Progress
  3. Hello, I didn’t see your message, sorry. Are you sure you’re using the latest versions of the AdvancedStatus and BalanceBar plugins? Could you please provide a screenshot of your problem?
  4. IIIaKa

    The sort is reset every time

    If you have anything to add, feel free to write in this thread.
  5. IIIaKa

    The sort is reset every time

    Changed Status from Work in Progress to Not a Bug
  6. IIIaKa

    The sort is reset every time

    In the next update, there will be an option to grant permissions for top players.
  7. IIIaKa

    Image not displaying

    Thank you too.
  8. IIIaKa

    Image not displaying

    If you have anything to add, feel free to write in this thread.
  9. IIIaKa

    Image not displaying

    Changed Status from Work in Progress to Not a Bug
  10. IIIaKa

    Image not displaying

    Where did you copy them to? If possible, please provide a screenshot showing the full path where you copied them. Make sure to hide any sensitive information if there is any.
  11. IIIaKa

    Image not displaying

    Hello, please make sure you have copied the images from the AdvancedStatus plugin zip file.
  12. IIIaKa

    Image not displaying

    Changed Status from Pending to Work in Progress
  13. @ShiiZo Hello. Can you please try this:
  14. IIIaKa

    Stark: No zone images

    Yes, those ones. In the "\data\RealPVE\BarConfig.json" and "\data\RealPVE\BarProgressConfig.json" files, you can create new settings, delete unnecessary ones, or edit existing configurations for the status bars. Don’t forget to reload the plugin after making changes. You can then use the key of any setting for any status bar, a single setting can be used by multiple status bars, even by all of them. The "_default" settings are the default configurations.
  15. IIIaKa

    Stark: Incorrect monuments

    Hello. Try unloading the MonumentsWatcher plugin, then delete the file "\data\MonumentsWatcher\MonumentsBounds.json", and load the plugin back. Alternatively, you can use the console/chat command "/monument recreate all" to recreate the bounds. If that doesn’t help, and you have previously edited "DefaultBounds.json" or "CustomMonumentsBounds.json", you’ll need to delete those as well(while the plugin is unloaded), along with "MonumentsBounds.json".
  16. IIIaKa

    Stark: Incorrect monuments

    Changed Status from Pending to Work in Progress
  17. IIIaKa

    Stark: No zone images

    Changed Status from Pending to Work in Progress
  18. IIIaKa

    Stark: Incorrect monuments

    By @Stark
  19. IIIaKa

    Stark: No zone images

    Hello, as I understand it, you’re saying that all your monuments have the same image in the status bars? In the previous update, all status bar settings were moved to the files "\data\RealPVE\BarConfig.json" and "\data\RealPVE\BarProgressConfig.json" You can now configure all bars in one place and simply reference their keys in the desired status bars. This also helps reduce the size of "MonumentsConfig.json"(the monuments configuration), making it easier to navigate through those settings. For existing MonumentsConfig.json files, the keys are assigned as "_default". You can replace them with any of the keys defined in "BarConfig.json", or unload the plugin, delete "MonumentsConfig.json", and reload plugin, this will recreate the default configuration for all monuments. However, keep in mind that this will erase all your previous settings, so it’s probably better to manually replace the status bar keys instead. Note that there are two status bar keys: The first one is for regular bars(BarConfig.json) The second one is for progress bars(timers, BarProgressConfig.json)
  20. IIIaKa

    Stark: No zone images

    Changed Status from Pending to Work in Progress
  21. IIIaKa

    Zone Status

    Hello. I think it’s possible, but I can’t promise anything. Unfortunately, I’m currently busy updating other plugins. But once I get to this one, I’ll try to add your suggestion. Thank you!
  22. IIIaKa

    Stark: No zone images

    By @Stark
  23. IIIaKa

    Plugin Loading Loop

    Hello. Are you sure you're using the latest downloaded version? It works just fine for me.
  24. I can't check this myself, I haven't been able to reproduce this error. So please try replacing the OnEntitySpawned hook(lines 193–197) with this code: void OnEntitySpawned(BuildingBlock block) { if (block.OwnerID.IsSteamId() && IsRightBlock(block)) NextTick(() => { if (block.IsValid() && !block.IsDestroyed) TryInitBlockDecay(block); }); } Let me know what the result is.
  25. @Aelanna @Aeryn Sun Hello. Does this happen every time or just occasionally? Because during this whole period, I haven’t encountered such a message even once.
2.1m

Downloads

Total number of downloads.

9.7k

Customers

Total customers served.

140.5k

Files Sold

Total number of files sold.

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.