Jump to content

IIIaKa

Creator
  • Posts

    2,030
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by IIIaKa

  1. IIIaKa

    Kleementin: Configure Monuments

    @Kleementin Hello. As I understand it, you want to make some monuments PvP zones and leave the others as vanilla? If so, you need to specify a comma-separated list of all the monument IDs you want to ignore (leave as vanilla) in the "List of IGNORED monument names. Example: powerplant_1" field in the *SERVER*\oxide\data\RealPVE\MonumentsConfig.json "List of IGNORED monument names. Example: powerplant_1": [ "powerplant_1", "ferry_terminal_1", "oilrig_1" ], There’s also an option to disable tracking by monument type using the "List of tracked categories of monuments" setting, just make sure your PvP monument doesn’t belong to that type. "List of tracked categories of monuments": [ "RadTown", "RadTownWater", "RadTownSmall" ], To convert monuments into PvP zones, find the desired monuments by their IDs and set the "PvP - Is PvP enabled at this monument? If so, players will be able to kill each other and loot will be publicly accessible" to true. This can also be done via admin commands in-game.
  2. By @Kleementin
  3. IIIaKa

    Using Rotating Pickups

    When exactly does this error occur? Which specific item? I tried with different items but didn't get any error. And just to clarify, is it carbon or oxide?
  4. IIIaKa

    Using Rotating Pickups

    Hello, I didn't quite understand the title 'Using Rotating Pickups'.
  5. IIIaKa

    Using Rotating Pickups

    Changed Status from Pending to Work in Progress
  6. If you have anything to add, feel free to write in this thread.
  7. Changed Status from Work in Progress to Not a Bug
  8. IIIaKa

    API typo

    Hello, thanks for the bug report. If you have anything to add, feel free to write in this thread.
  9. IIIaKa

    API typo

    Changed Status from Pending to Fixed Changed Fixed In to Next Version
  10. IIIaKa

    Hooks

    Hello, in version 3.0.0 you added the hooks OnRestartScheduled and OnRestartCancelled. Unfortunately, they don't work as expected. OnRestartScheduled is triggered immediately when a restart timer is set, which causes the status bar to be shown permanently, even if the restart is more than 20 hours away. What’s needed is a hook that fires 30 or 60 minutes before the restart, a hook that can be used as a trigger to display a countdown UI before the restart, similar to the default OnServerRestart hook. Also, OnRestartCancelled should only fire when this countdown is cancelled. Thank you! https://codefling.com/files/sc/22223-compatability-with-another-restart-plugin/#findComment-110913
  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. Hello, thanks for reporting the bug. The issue will be fixed in the next update.
  14. Changed Status from Pending to Work in Progress
  15. IIIaKa

    HELI SIGNALS

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

    HELI SIGNALS

    Changed Status from Work in Progress to Not a Bug
  17. If you have anything to add, feel free to write in this thread.
  18. Changed Status from Work in Progress to Fixed Changed Fixed In to Next Version
  19. @Bob Kazamakis Hello, on line 469, you need to replace "i++" with "j++" for (int j = 0; j < groupData.PermissionsList.Count; i++) to this: for (int j = 0; j < groupData.PermissionsList.Count; j++) Thank you for reporting the bug. It will be fixed in the next update.
  20. IIIaKa

    Timed group

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

    Timed group

    Changed Status from Work in Progress to Not a Bug
  22. Changed Status from Pending to Work in Progress
  23. Hello, sorry for the late reply, I've been very busy this month and still barely have any free time. Have you checked the logs? Maybe there's some kind of error when trying to assign the temporary permission. So far, you're the only one who's encountered this issue. I'll also try to reproduce the bug on my side. Just to clarify, did I understand correctly that after entering the command "tperm grant group default skilltree.xpweekend "2025-07-09 14:00"" in the console, the console stop responding?
2m

Downloads

Total number of downloads.

9.5k

Customers

Total customers served.

137.9k

Files Sold

Total number of files sold.

2.9m

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.