Jump to content

IIIaKa

Creator
  • Posts

    2,467
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by IIIaKa

  1. If the issue persists, feel free to report it in this thread.
  2. Changed Status from Work in Progress to Not a Bug
  3. Changed Status from Pending to Work in Progress
  4. If I understood you correctly, you want to completely disable the claim system in monuments, but still keep the PvP monuments as PvP? To do this, you need to work with these two properties: 'List of tracked categories of monuments' and 'List of IGNORED monument names. Example: powerplant_1', in the file '*SERVER*\oxide\data\RealPVE\MonumentsConfig.json'. The 'List of tracked categories of monuments' property contains a list of tracked categories of monuments. Here, you can remove the categories of monuments that should not be tracked(no PvP and no claim system). The 'List of IGNORED monument names. Example: powerplant_1' property contains a list of monument IDs to ignore. Here, you can specify all the monuments you want to exclude. Most likely, it’s better to work only with this property to avoid confusion and leave the first one with its default settings. For example: "List of tracked categories of monuments": [ "RadTown" ], "List of IGNORED monument names. Example: powerplant_1": [ "ferry_terminal_1", "powerplant_1", "desert_military_base_c" ], With these settings, the plugin will track only monuments of the RadTown category, except those listed in the second list. You can find a list of monuments by category on the MonumentsWatcher plugin page, in the Developer API section.
  5. IIIaKa

    Advanced Status

    Hello. The 'Command' property controls whether the status bar is clickable, if a 'Command' is set, the bar becomes clickable, but the UI layer of all bars must be 'Overall'(this causes overlapping when the map is opened). There are also other properties, 'PlayerCommands' and 'ConsoleCommands', which are triggered when the bar is removed. You can see more details in the 'UpdateTimedBars' method.
  6. IIIaKa

    NRE + Stacktrace

    Thank you for the suggestions. Could you please tell me the reason why you're suggesting to use Hurt method? IsValid is an extension method that checks for != null and block.net != null. The plugin already checks for != null and I believe that checking net is not necessary in this context.
  7. IIIaKa

    NRE + Stacktrace

    Hello. I didn't quite understand this message. I set decay.scale to 3, made twigs blocks, let them decay to 100% and didn’t get any error. Could you explain in more detail when it occurs?
  8. IIIaKa

    NRE + Stacktrace

    Changed Status from Pending to Work in Progress
  9. IIIaKa

    Error compiling.

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

    Error compiling.

    Changed Status from Pending to Fixed Changed Fixed In to Next Version
  11. If you have anything to add, feel free to write in this thread.
  12. Changed Status from Work in Progress to Fixed Changed Fixed In to Next Version
  13. @dustyhansen@Zand3rs@dbfreak In the meantime(as a temporary solution), you can find(line 840) : private void DeleteAllPluginBars(string pluginName) and add this line if (pluginName.Equals(Name, StringComparison.OrdinalIgnoreCase)) return; right before AdvancedBar bar;
  14. @dustyhansen@Zand3rs@dbfreak Thank you for reaching out. I checked and indeed this issue does exist, but only on Carbon. This is because Carbon triggers the OnPluginUnloaded hook when AdvancedStatus itself is being unloaded, essentially, it's telling AdvancedStatus that the AdvancedStatus plugin has been unloaded This issue is solvable, but I believe it should be fixed on Carbon's side( @Raul-Sorin Sorban ), since I don’t see any reason to call OnPluginUnloaded for the plugin's own unloading.
  15. Changed Status from Pending to Work in Progress
  16. IIIaKa

    Help Request

    Hello, please check this key in all language files located at *SERVER*\oxide\lang\**\PermissionsStatus.json
  17. Hello. PvE mode is always enabled and PvP mode only applies in designated PvP zones. Therefore, there's no need to constantly display the PvE status bar. I didn't quite understand what you're asking. Do you want the monuments to be vanilla and shared by everyone? Or do you want the monument claiming feature to work, but make it free? Please check if this will work with deleted MonumentsWatcher plugin. Also, what plugins are installed on your server? For reference, most of the settings can be found in *SERVER*\oxide\data\RealPVE\
  18. IIIaKa

    Gather rewards not work

    @BroShelbi Hello, I checked with your settings and everything works fine on my end(Economics and ServerRewards). Please send your config file from *SERVER*\oxide\config\ActivityRewards.json and let me know which economy plugin you have installed?
  19. IIIaKa

    Monuments Watcher

    Hello, this is most likely referring to the RealPVE functionality. If you want to disable monument tracking by the RealPVE plugin, you can do it in the monument settings file *SERVER*\oxide\data\RealPVE\MonumentsConfig.json There are two ways to do this: Disable tracking by type - Simply remove the monitored type(in this case, Custom) from the "List of tracked categories of monuments" property. This will stop RealPVE from tracking all monuments of that type. Disable tracking by monumentID - Add the monumentID(which you can find in the same file) to the "List of IGNORED monument names. Example: powerplant_1" property. This will prevent RealPVE from tracking that specific monument.
  20. IIIaKa

    Gather rewards not work

    Changed Status from Pending to Work in Progress
  21. Hello. Since RealPVE has many settings, most of them have been moved to the *SERVER*\oxide\data\RealPVE\ folder into separate files. Monument configuration is done in this file: *SERVER*\oxide\data\RealPVE\MonumentsConfig.json If you want monuments to still be claimed by a single player or their team, you need to set the 'The cost for the right to loot the monument.' property to 0 for each desired monument. For example: "ferry_terminal_1": { "Category(This parameter is just a hint. Changes won’t have any effect)": "RadTown", "Is it worth displaying the suffix(if any) in the monument's name?": true, "Is it worth notifying all players about the occupation/release of the monument?": true, "The cost for the right to loot the monument. A value of 0 makes the monument free": 0, ...
  22. Changed Status from Pending to Work in Progress
  23. IIIaKa

    image missing

    The local image AdvancedStatus_Default.png serves as a fallback in case the bar image fails to load, to prevent an empty square from appearing, its absence is not critical. As far as I understand from your message, the file AdvancedStatus_Default.png exists on your server, but it is not accessible, most likely due to permission issues with the folder.
  24. IIIaKa

    image missing

    Changed Status from Pending to Work in Progress

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
3.1m
Total downloads
Customers
12.1k
Customers served
Files Sold
172.1k
Total sales
Payments
3.7m
Processed total
×
×
  • 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.