Jump to content

Xray

Creator
  • Posts

    444
  • Joined

  • Last visited

Everything posted by Xray

  1. I see what you mean now Yes unfortunately my plugin doesn't support this new feature with backpacks within Rust From what I could there is no easy way to serialize the content of such a container
  2. Xray

    Inventory Not Saving

    I understand you're unsatisfied with this feature and you would have liked the separate inventories to be available after a complete server restart My only suggestion is either revert before logging off or try to enable this "Revert On Disconnect, Restart, Reload": true,
  3. If you're experiencing issues with the Backpack plugin try disabling this in AdminToggle.cs Line 2273 till 2304 Simply comment it out like so private void LockBackpack(BasePlayer player) { /* DebugLog(DebugType.Method); if (Backpacks == null) { return; } var Mode = LevelHelper.Get(player); if (Mode == null) { return; } if ((Mode.SETTINGS.OnAdmin.Plugins.Blocked.All || Mode.SETTINGS.OnAdmin.Plugins.Blocked.Specfic.Backpacks)) { var Backpack = Backpacks?.Call<ItemContainer>("API_GetBackpackContainer", player.userID); if (Backpack != null) { XLIB.PLAYER.Inventory.Utility.LockContainer(Backpack); } } */ } private void UnLockBackpack(BasePlayer player) { /* DebugLog(DebugType.Method); if (Backpacks == null) { return; } var Mode = LevelHelper.Get(player); if (Mode == null) { return; } if ((Mode.SETTINGS.OnAdmin.Plugins.Blocked.All || Mode.SETTINGS.OnAdmin.Plugins.Blocked.Specfic.Backpacks)) { var Backpack = Backpacks?.Call<ItemContainer>("API_GetBackpackContainer", player.userID); if (Backpack != null) { XLIB.PLAYER.Inventory.Utility.UnlockContainer(Backpack); } } */ }
  4. Unfornatilly yes I believe it checks if the player is actually on the ground
  5. Xray

    Discord Webhook Not Working

    I see in a previous version i removed this feature as it wouldn't compile most likely due to an FPF error In the next version, this will be reimplanted
  6. Haven't had time yet
  7. Xray

    Config file

    Changed Status from Work in Progress to Closed
  8. Yes the feature "Teleport Back Upon Exiting" Teleports a player back to last known location But if the last known location is in the air my plugin would need to bring you down to the ground level of the map otherwise the anticheat in the server would kick you
  9. I see you have disabled "Keep Separate Inventories" In both your 2 modes this means my plugin wont touch anyone's inventory
  10. Xray

    Inventory Not Saving

    Yes if using the virtual inventory/separate inventory as intended by switching back to playermode before server restart everything should work just perfect The way the code I made works is you start in player mode Upon switching to admin mode it analyzes everything in your inventory and keeps track of it this data is indeed stored in RAM Upon exiting admin mode & returning to player mode this inventory is given back to you again
  11. Xray

    Config file

    Hey @say my name unfortunately, it's not possible to have 1 command for several modes Each mode requires unique: Permission, Priority, Command
  12. Xray

    Inventory Not Saving

    Have you tried just revert toggle back to player before server restart?
  13. Changed Status from Pending to Work in Progress
  14. If "Keep Separate Inventories": false, Is disabled then my plugin doesn't touch your inventory Perhaps you have assigned yourself 2 modes? If you have assigned yourself 2 modes the one with highest Priority wins
  15. Yes it "Teleport Back Upon Exiting": true, is enabled it will remember your last known location My suggestion why not revert toggle back to play before you log off?
  16. I fixed this issue in the next & final version of the plugin
  17. I will investigate this to see if there is a new way to lock a item container
  18. Xray

    Config file

    Changed Status from Pending to Work in Progress
  19. Xray

    Config file

    To create multiple admin ranks/custom modes Simply copy the first { Until the end } Add a comma , And You have 2 modes make as many as you want to just make sure Permission, Priority & Toggle Commands are unique 2024-11-15-12-00-47.mp4
  20. Do you use multiple modes? Mind sharing your configuration for my plugin?
  21. Xray

    Discord Webhook Not Working

    I will investigate this thank you for reporting I will run some wireshark tests
  22. Xray

    Inventory poofed on loggout.

    Changed Status from Work in Progress to Closed
  23. Xray

    God Mode Command

    Changed Status from Work in Progress to Closed
  24. Xray

    Inventory Not Saving

    Resolved?
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.