Jump to content

IIIaKa

Creator
  • Posts

    2,097
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by IIIaKa

  1. IIIaKa

    Flying God Status

    Hello, I didn't quite understand your question. But status bars work(on my side) for both noclip and god mode, together and separately. Could you provide a bit more detail so I can understand what's going on?
  2. IIIaKa

    無法使用

    Or you can use any online json validators(for example https://jsonlint.com/ ) to valide your .json
  3. IIIaKa

    無法使用

    @tier Hello. I suspect that while you were editing the language files, you accidentally added or removed a special character. Especially check the value of "CmdMain". Could you please send me the language file located at *SERVER*\oxide\lang\en\Warehouse.json, instead of "en" use the language key of your client, or simply all Warehouse.json files inside *SERVER*\oxide\lang\
  4. IIIaKa

    無法使用

    Changed Status from Pending to Work in Progress
  5. IIIaKa

    Overlap

    Hello. Which plugin are you using for vanish? Or are you using the vanilla console command "invis"? I've tested it on my side with the uMod Vanish plugin and with the vanilla "invis" command, and there's no overlapping issue on either of them.
  6. IIIaKa

    Overlap

    Changed Status from Pending to Work in Progress
  7. IIIaKa

    Plugin wont load

    You have a few temporary workarounds: 1) Replace: if (WipeTimer.serverinstance != null) result = WipeTimer.serverinstance.GetTimeSpanUntilWipe(); else { PrintError("The custom date list is empty and the vanilla wipe date could not be obtained! The first Thursday of the next month will be used instead."); result = GetNextFirstThursdayOfMonth() - DateTime.UtcNow; } with: result = GetNextFirstThursdayOfMonth() - DateTime.UtcNow; However, you will lose the ability to get the vanilla(in-build) wipe date; 2) Manually restart the WipeStatus plugin each time, "o.reload WipeStatus"; 3) I can create a small workaround plugin for you that will automatically restart the plugin after WipeStatus has fully initialized.
  8. IIIaKa

    Plugin wont load

    Hello. This seems to be a peculiarity of your server/hosting. Try doing the same on your own local machine, the plugin will compile and start without any problems after restarting the server. For some reason, at the moment when plugins are being compiled, the "serverinstance" property is missing in the "WipeTimer" class, and not just "null", but completely absent, even though it does exist on normal servers. Because of this, the plugin fails to compile and doesn't load. However, after your server fully starts, the "serverinstance" property appears and the plugin compiles without any issues. I also recommend contacting your hosting provider's tech support and asking why the "serverinstance" property is missing in the "WipeTimer" class during plugin compilation, and how exactly the server startup process works on their side. Is it the standard procedure, or have they modified something?
  9. 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.
  10. IIIaKa

    Plugin wont load

    Changed Status from Pending to Work in Progress
  11. 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?
  12. IIIaKa

    The sort is reset every time

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

    The sort is reset every time

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

    The sort is reset every time

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

    Image not displaying

    Thank you too.
  16. IIIaKa

    Image not displaying

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

    Image not displaying

    Changed Status from Work in Progress to Not a Bug
  18. 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.
  19. IIIaKa

    Image not displaying

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

    Image not displaying

    Changed Status from Pending to Work in Progress
  21. @ShiiZo Hello. Can you please try this:
  22. 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.
  23. 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".
  24. IIIaKa

    Stark: Incorrect monuments

    Changed Status from Pending to Work in Progress
  25. IIIaKa

    Stark: No zone images

    Changed Status from Pending to Work in Progress
2.1m

Downloads

Total number of downloads.

9.7k

Customers

Total customers served.

140.9k

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.