WebHooks System Simple

WebHooks System Simple 3.1

No permission to download
Update v3.1.0

  • Removed Loom usage
    Improved stability by removing Loom-related calls which could cause crashes or threading issues in Fougerite environments.
  • Improved JSON handling
    Cleaner and safer JSON structure for webhook requests to prevent malformed payloads.
  • Added webhook validation
    Now checks if the webhook URL is valid before sending requests (prevents errors and spam).
  • New server hooks added
    • On_ServerLoaded → Sends "Server Online"
    • On_ServerShutdown → Sends shutdown notification
    • On_ServerSaved → Logs server save events
    • On_PluginInit → Sends "Plugin Loaded"
  • Better error handling
    Try/catch added to prevent plugin crashes on failed requests.
  • Code cleanup & optimization
    General improvements for performance and readability.
  • ES5 compatibility fixes
    Removed unsupported methods (like startsWith) to ensure compatibility with Fougerite's JS engine.