Skip to content

Commit d49a973

Browse files
committed
more rules
1 parent 4488dca commit d49a973

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.cursor/rules/plugin-overview.mdc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,19 @@ Disguises Directory: `plugin\src\main\kotlin\dev\betrix\superSmashMobsBrawl\disg
9595
Projectiles are handled using the BrawlProjectile class. The BrawlProjectile class is a base class for all projectiles. It is responsible for handling the projectile's metadata. Projectiles are very common in for abilities and must be implemented correctly to ensure smooth gameplay.
9696

9797
Projectiles Directory: `plugin\src\main\kotlin\dev\betrix\superSmashMobsBrawl\projectiles`
98+
99+
## Yaml Configuration
100+
101+
Many things related to Brawl can be configured using yaml files. The configuration files are located in the `plugin\src\main\resources\data` directory.
102+
103+
Current Yaml Files:
104+
105+
- `abilities.yml`
106+
- `disguises.yml`
107+
- `maps.yml`
108+
- `kits.yml`
109+
- `minigames.yml`
110+
- `passives.yml`
111+
- `projectiles.yml`
112+
- `theme.yml`
113+
- `lang/en.yml`

0 commit comments

Comments
 (0)