1. Conventions and Guidelines
Team Prefix: Use a unique prefix to avoid naming conflicts (e.g., mdh_ for "Madhouse").
Plugin Naming Rules:
Only lowercase letters, numbers, and underscores.
Avoid using osc_ or osclass_ to prevent conflicts.
Coding Style: Follow PSR-1 and PSR-2 standards.
2...