[1.18-1.21] NosGrammar - Lightweight, User-Friendly, Customziable Dictionary icon

[1.18-1.21] NosGrammar - Lightweight, User-Friendly, Customziable Dictionary -----

Elevate your communication with grammar!



v1.4 - Improvements + Features
Implemented:
1.
Configuration system that tracks how many subcommands each command has before the actual message content.

2. Command aliases for /grammar and /grammartoggle
  • grammartoggle: togglegrammar, enablegrammar, disablegrammar
  • grammar: viewgrammar
Improvements:
- Removed unused code and assets:
  • blocked_words.txt
  • blocked_words_example.txt
  • Blocked Words Functionality
Fixed:
- Unable to uppercase/capitalize the first letter of the word for commands that require a subcommand. (/msg player hello. → /msg player Hello.)

Update your current commands.yml format:
Code (Text):
# List of commands that should have grammar correction applied
whitelisted-commands:
  - say
  - msg
  - tell
  - me

# Do not include "/" before the command to avoid any potential issues

# Specifies how many subcommands each command has before the actual message part
# For example: '/msg player hello world' has 1 subcommand ('player') before the message ('hello world')
command-structures:
  say: 0     # /say <message> (no subcommands)
  msg: 1     # /msg <player> <message>
  tell: 1    # /tell <player> <message>
  whisper: 1 # /whisper <player> <message>
  me: 0      # /me <message> (no subcommands)

  # Add other commands with their subcommand counts
  # mail: 2  # Example: /mail send <player> <message> (2 subcommands)
----------, Mar 20, 2025
Resource Information
Author:
----------
Total Downloads: 63
First Release: Sep 3, 2024
Last Update: Mar 26, 2025
Category: ---------------
All-Time Rating:
0 ratings
Find more info at discord.gg...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings