Jump to content

IIIaKa

Creator
  • Posts

    1,842
  • Joined

  • Last visited

Everything posted by IIIaKa

  1. The OwnerID is assigned by vanilla and my plugin uses this field to determine ownership.
  2. Changed Status from Work in Progress to Fixed Changed Fixed In to Next Version
  3. The issue isn’t that vending machines are offline, but that after a restart, it's not possible to buy items directly(though drone purchases still work) due to an infinite loading state(Vending...). The problem is caused by the addition of the Flags.Reserved2 flag to all entities to allow players to always be able to destroy them, but vending machines also belong to the DecayEntity class and Flags.Reserved2 is used to indicate IsVending. This will be fixed in the next update. Thanks for the report!
  4. Hello, I tested it on my end, after a restart(both restart and quit), the vending machine displays correctly and I can order items via drone without any issues. Most likely, you have another plugin that’s affecting this behavior.
  5. Changed Status from Pending to Work in Progress
  6. IIIaKa

    Timed group

    Usually, permissions are assigned to groups without a time limit and then players are added to these preconfigured groups for a limited period. tperm add *nameOrId* *groupName* 3600 o.usergroup add *nameOrId* *groupName* 3600
  7. IIIaKa

    Timed group

    Hello. Sorry, it looks like I missed the notification about your reply. Based on your messages and the response in the screenshot, it seems the permission 'vip1' doesn't exist. Permissions are usually registered by plugins, which plugin created the 'vip1' permission? Example of a correct command: tperm grant group *groupName* *permName* wipe - Console and chat(/tperm) tperm grant group *groupName* *permName* 3600 - Console and chat(/tperm) tperm grant group *groupName* *permName* "2025-07-15 17:57" - Console and chat(/tperm) o.grant group *groupName* *permName* wipe - Only console, for carbon "c." or "carbon." o.grant group *groupName* *permName* 3600 - Only console, for carbon "c." or "carbon." o.grant group *groupName* *permName* "2025-07-15 17:57" - Only console, for carbon "c." or "carbon."
  8. IIIaKa

    Timed group

    Changed Status from Not a Bug to Work in Progress
  9. Hello, RestartStatus uses the default restart hook and it also allows you to add custom hooks from other plugins directly in the config file. It looks like the plugin you mentioned uses the default restart command, which triggers the default hook. I don’t have access to that plugin, so I’m not familiar with how it works. Therefore, you’ll need to check yourself whether the status bar appears when the restart is initiated.
  10. Changed Status from Pending to Work in Progress
  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. In the next update, I will add a property to set a custom wipe date, which the plugin will use to identify the wipe.
  14. IIIaKa

    Advanced Status

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

    Advanced Status

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

    Advanced Status

    You're right, this plugin for some reason calls the OnGrowableGathered hook with both offline and online players. In this case, the error occurs when the hook is called with an offline player. Normally, OnGrowableGathered is only triggered with an online player, except in this plugin. I'll have to add an online check because of it.
  17. IIIaKa

    Hi !

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

    Hi !

    Changed Status from Work in Progress to Not a Bug
  19. "/realpve share remove *nameOrId* *netID*" I didn’t quite understand this message. There is also status command, "/realpve share status *netID*"
  20. Hello. At the moment, this can be done in two ways: either by resetting the OwnerID of the containers to 0, or by looking at the container and entering the command "/realpve share toggle" or without looking at the container by adding netID "/realpve share toggle *netID*". Entering the command again will disable access, just carefully read the reply after you enter the command. Also, you can give acces to specified player by using "/realpve share add *nameOrId* *netID*", netID is optional. Dont forget about toggle command, that toggling this list.
  21. Changed Status from Pending to Work in Progress
  22. Maybe I should introduce a config option that allows manual wipe definition.
  23. This hook is triggered when a new save file is created, when !File.Exists(World.SaveFolderName + "/" + World.SaveFileName). This is also the same place(SaveRestore.Load) where the wipe id is assigned and most likely, since your wipe id changes every time, this hook might also be triggered every time. Additionally, the plugin might not always be loaded, meaning there is a possibility that the plugin won't be loaded at the moment this hook is called.
  24. IIIaKa

    Advanced Status

    Alright, I’m going to sleep now. If anything comes up, I’ll reply tomorrow.
  25. IIIaKa

    Advanced Status

    Hello. Try reloading the AdvancedStatus plugin.
1.8m

Downloads

Total number of downloads.

8.5k

Customers

Total customers served.

128.4k

Files Sold

Total number of files sold.

2.7m

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.