Jump to content

Xray

Creator
  • Posts

    444
  • Joined

  • Last visited

Everything posted by Xray

  1. Resolved?
  2. Xray

    Stacking Issue

    Hello @Zilch Any news on the issue? Or has it been resolved?
  3. Resolved?
  4. Xray

    Admin Toggle

    In vanish plugin its line 669 Change private object? OnPlayerViolation(BasePlayer player, AntiHackType type, float amount) => IsInvisible(player) ? (object)true : null; To private object? OnPlayerViolation(BasePlayer player, AntiHackType type, float amount) => IsInvisible(player) ? (object)false : null; Or in admin toggle Change this line from return false; to return true;
  5. Xray

    Inventory Not Saving

    If a server restarts or shuts down unexpectedly many data can be lost I could see this being an issue if your server repeatedly restarts But since its been over 2 years since I wrote this logic and don't have time to code up a modern fix I am sorry but my best suggestion if your server epeatedly restarts is to prehabs use backpacks from umod that is free & more up to date
  6. Xray

    Inventory poofed on loggout.

    Resolved?
  7. Xray

    Discord Webhook Not Working

    I tested this today on my development server and it works as it should. Is your server locally hosted or using a server provider?
  8. Xray

    God Mode Command

    Resolved?
  9. Then the game's code must have changed since I last looked. Just try the solution I wrote above as I do not have time as of lately to investigate this myself
  10. You could just enable teleport back its a limitation in the game as when switching auth level from 2 to 0 and IF in the air or flying the game ban/kicks you So I made a little check to force a player to the ground of the map
  11. I acually believe why i haven't updated this is because if XLIB.UI.UILayer.Overlay Is changed to XLIB.UI.UILayer.Hud Then you won't be able to click the button so this might be a limitation within the UI system My solution is you can edit the location on the button
  12. When you toggle out of admin the plugin must ensure the player is on the ground to ensure it doesn't trigger a ban for flying without auth 2
  13. Xray

    Inventory Not Saving

    Correct, the plugin doesn't use data files to store the inventory data; it uses something called RAM. And once you reboot your Rust server, the RAM for the Rust-dedicated process is gone. In the case, you are still in admin mode and log off (Inventory still cached in RAM), and if you then reboot the server, I am unsure if the plugin is quick enough to return the inventory & sync it. Therefore, I said before logging off, perhaps just revert the toggle to the player and no more issues.
  14. Xray

    God Mode Command

    Autorun Commands Use Forward Slash '/' For Chat-Commands & Leave It Blank For Console-Commands Then use global.god true
  15. Xray

    Discord Webhook Not Working

    Try removing the canary A webook should look similar to https://discord.com/api/webhooks/XXXXXXXXXX/XXXXXXXXXX
  16. Xray

    Stacking Issue

    Changed Status from Pending to Work in Progress
  17. Xray

    Stacking Issue

    I understand your issue but unfortunately i cannot test this myself as the stacking plugin you're using is paid Could you try to use one of the free alternatives & let me know if the issue persists as then I will be able to go test it myself
  18. Xray

    Inventory Not Saving

    Changed Status from Pending to Work in Progress
  19. Xray

    Inventory Not Saving

    Maybe just switch out of admin mode before rebooting your server? If in admin mode & you reboot the server the plugin might not be able to restore & update the player inventory
  20. Changed Status from Pending to Work in Progress
  21. This is the build in server "anti-cheat" in rust servers telling the player a violation has been triggered to get rid of those messages Find line 2061 Replace with //XLIB.NOTIFICATION.Server.Self.SendMessage(player, FormatMessage(message)); OR delete it completely
  22. Changed Status from Pending to Work in Progress
  23. In the source code find line 2407 & replace it with this one var Container = XLIB.UI.Create.Container(Anchor, Offset, Color, new XLIB.UI.UIProperties(), XLIB.UI.UILayer.Hud, $"{Instance.Name}.UI.ButtonPanel");
  24. Xray

    Inventory poofed on loggout.

    Changed Status from Closed to Work in Progress
  25. Xray

    Inventory poofed on loggout.

    Maybe just switch out of admin mode before rebooting your server? If in admin mode & you reboot the server the plugin might not be able to restore & update the player inventory
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

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.