========================================
  GameRule Panel v1.0.0 - Installation
========================================

REQUIREMENTS
------------
- Spigot / Paper 1.21+
- Java 17 or higher
- PlaceholderAPI (optional)

INSTALLATION
------------
1. Move GameRulePanel.jar into your server's /plugins/ folder.
2. Restart the server (do not use /reload).
3. The plugin will automatically generate the plugins/GameRulePanel/
   folder with config.yml and language files.

USAGE
-----
Main command  : /gamerulepanel  (alias: /grp)
Reload config : /grp reload
Change language: /grp lang <pt_BR|en_US|es_ES>

PERMISSIONS
-----------
gamerulepanel.use     - Opens the panel (default: OP)
gamerulepanel.reload  - Reloads the plugin (default: OP)

QUICK SETUP
-----------
plugins/GameRulePanel/config.yml
  language: "en_US"   <- change to pt_BR or es_ES if needed

  webhook-url: ""     <- Discord webhook URL to receive notifications
                         whenever a gamerule is changed (leave empty
                         to disable)

SUPPORTED LANGUAGES
-------------------
pt_BR - Portuguese (Brazil)
en_US - English
es_ES - Spanish

Language files are located at: plugins/GameRulePanel/languages/
You can create your own language file (e.g. fr_FR.yml) by copying
one of the existing files and translating it.

========================================
  Questions? Contact: thalissondev (BuiltByBit) and thalissongdev_ (Discord)
========================================
