Jump to content

IIIaKa

Creator
  • Posts

    1,474
  • Joined

  • Last visited

Everything posted by IIIaKa

  1. IIIaKa

    Hooks doesnt trigger

    Carbon v2.0.177.0 Hello, the hook OnAnimalDungProduced has been present for over a month, but it still does not work, while the hook OnAnimalDungProduce does work. void OnAnimalDungProduce(RidableHorse2 horse) => PrintWarning($"OnAnimalDungProduce");//This hook is called void OnAnimalDungProduced(RidableHorse2 horse, Item item) => PrintWarning($"OnAnimalDungProduced");//This hook is not called //or void OnAnimalDungProduce() => PrintWarning($"OnAnimalDungProduce");//This hook is called void OnAnimalDungProduced() => PrintWarning($"OnAnimalDungProduced");//This hook is not called Test.cs
  2. IIIaKa

    Vanish module

    I checked again today and it seems to be working now. I think my issue is resolved, so the support ticket can be closed. Thanks!
  3. Hello, in update 0.1.4, I added the /myperm command (which can be changed). It displays information in chat about the player's current temporary permissions and temporary group. You can find more details on the plugin page in the commands section.
  4. IIIaKa

    ZombieHorde 0.6.28

    Did you set it to true?
  5. IIIaKa

    ZombieHorde 0.6.28

    Reflective damage occurs only when server.pve true and affects player-to-player damage. My plugin fixes this issue, but as I mentioned, it ignores NPCs from other plugins to avoid interfering with their functionality. And everything would be fine since the reflective damage rule doesn’t apply to NPCs. However, in this case, their NPCs are marked as players (IsNpc = false), so the server treats it as real players attacking real players. Setting the value in the config disables the forced server.pve true setting during the initialization of the RealPVE plugin. Entering server.pve false in the console disables the flag immediately, but it will persist only if you have disabled forced enforcement in RealPVE.
  6. IIIaKa

    ZombieHorde 0.6.28

    Hello. My plugin completely ignores their plugins, allowing them to control damage on their own. However, their plugins do not support server.pve true because their NPCs have IsNpc = false, meaning the server treats them as regular players. As a result, damage to them is mirrored when the server is in PvE mode. You either need to set server.pve false(this will remove your PvE tag) in the console(plus, you need to disable "forcibly implementing PvE" in the config file: SERVER\oxide\config\RealPVE.json) or find the IsNpc property in their plugin and set it to true(I don't know why they set it to false, there are probably some reasons for it, do this at your own risk).
  7. Hello, what exactly isn't working?
  8. IIIaKa

    Command pstatus not working

    To change the displayed name in the status bar, you need to modify the corresponding keys in the language files for each language(*SERVER*\oxide\lang\*KEY*\PermissionsStatus.json). You can find the language key in the config file(*SERVER*\oxide\data\PermissionsStatus) by locating the 'TextKey' property of the desired permission or group.
  9. IIIaKa

    Command pstatus not working

    If the issue persists, feel free to report it in this thread.
  10. IIIaKa

    Command pstatus not working

    Changed Status from Work in Progress to Fixed Changed Fixed In to Next Version
  11. IIIaKa

    Wipe time issue

    Hello, try updating the plugin to the latest version.
  12. IIIaKa

    Status

    If the issue persists, feel free to report it in this thread.
  13. IIIaKa

    Status

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

    New version issue

    Hello, does this error occur often? Did this issue occur before the update? And what plugins do you have that might interact with building in any way?
  15. IIIaKa

    New version issue

    Changed Status from Pending to Work in Progress
  16. IIIaKa

    Status

    Hello, do I understand you correctly that status bars are not displaying for you? If so, which bars were supposed to be displayed but are not showing?
  17. IIIaKa

    Status

    Changed Status from Pending to Work in Progress
  18. IIIaKa

    /wipe add broken

    If the issue persists, feel free to report it in this thread.
  19. IIIaKa

    /wipe add broken

    Changed Status from Pending to
  20. IIIaKa

    /wipe add broken

    Changed Status from Pending to
  21. IIIaKa

    /wipe add broken

    Changed Status from to Not a Bug
  22. IIIaKa

    How to disable looting time

    If the issue persists, feel free to report it in this thread.
  23. IIIaKa

    How to disable looting time

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

    Fuel Status

    I don't have access to that plugin. However, I have added the ability to specify mount poses, the full list is at the bottom of the plugin description. FuelStatus displays status bars only for entities that have a fuel system and where the player is sitting in an allowed mount pose.
  25. IIIaKa

    How to disable looting time

    You have some issues with the config files. Try removing the RealPVE and MonumentsWatcher plugins, then delete the files from the server that I asked you to provide. After that, upload these plugins again(make sure they are the latest versions).
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.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.