-
Posts
1,794 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by IIIaKa
-
Hello! If you purchase the Bundle, you will also get access to the AdvancedStatus plugin. If you accidentally bought it without the Bundle, I will manually grant you access when I'm online.
-
Changed Status from Pending to Work in Progress
-
Yes, this will be in the next version.
-
Hello, thanks for reaching out. But no, this plugin will not work with plugins designed for TimedPermissions unless they add support for the TemporaryPermissions plugin. The integration is simple and only requires a few lines of code in the right places. As for migrating data from TimedPermissions, unfortunately, that's not available either. While TemporaryPermissions serves the same purpose, it has a different structure and is significantly more functional.
-
If the issue persists, feel free to report it in this thread.
-
Changed Status from Work in Progress to Not a Bug
-
@say my name Hello, you are entering the command incorrectly, it should be as follows: /tperm add nameOrId GROUP wipe - Grants until the next wipe; /tperm add nameOrId GROUP 60 false/true(optional) - Grants for 60 seconds. If false is specified after the seconds(default), the time will be added if the player already has an active temporary permission/group. If true, existing active permission/group will be reset and the new time will be applied as specified; /tperm add nameOrId GROUP "2025-02-19 17:57" - Specifies the exact date in UTC format until which the temporary permission/group will remain active. o.usergroup add nameOrId GROUP wipe o.usergroup add nameOrId GROUP 60 false/true(optional) o.usergroup add nameOrId GROUP "2025-02-19 17:57"
-
Changed Status from Pending to Work in Progress
-
If this is the first date being added to the list of custom dates, try reloading the plugin after adding it.
-
@Clarity Hello, if the date was successfully added, it will update in the bar only if it is earlier than the current date in the bar and has not passed yet.
-
Changed Status from Pending to Work in Progress
-
@Raul-Sorin Sorban Hello, for some reason, when switching vanish, the hooks OnCarbonVanished and OnCarbonUnvanished are not being triggered.
-
Carbon v2.0.165.0 Hello, you have the c.plugins command, and there's a column called "Hook Fires". Am I correct in understanding that this value indicates how many times hooks have been triggered? If so, there seems to be an issue with it because, for example, if you add a hook like OnNpcTarget to a plugin, this number will increase rapidly, even though there are no calls to this hook in the plugin itself. In a span of 2 minutes, the plugin Test(with the OnNpcTarget hook) increased its value to 126,000, while the plugin Test2(without the hook) remained unchanged. If we are to believe that there were 126,000 calls, then why isn't there a single output in the console from the PrintWarning method, which is inside this hook? In 15 minutes, this number has already reached 450,000. Test.cs Test2.cs
-
If the issue persists, feel free to report it in this thread.
-
Changed Status from Work in Progress to Not a Bug
-
Changed Status from Work in Progress to Closed Changed Fixed In to Next Version
-
If the issue persists, feel free to report it in this thread.
-
Hello, thank you for your report. This bug will be fixed in the next update.
-
Changed Status from Pending to Work in Progress
-
@AlphaBob Hello, please check if your Carbon is updated to the latest version and try restarting the server. I tested it on my side and no errors occurred.
-
Changed Status from Pending to Work in Progress
-
@Srtzero Hello, could you please provide a bit more detail, such as which mod you are using, uMod or Carbon? Are you using any vanish plugins?