worldguard yml - magemonkeystudio/fabled GitHub Wiki
🛡️ worldguard.yml
The worldguard.yml
file lets you define WorldGuard regions where casting skills or gaining experience is restricted.
File location:
/plugins/Fabled/worldguard.yml
🚫 Blocked Skill Regions
# WorldGuard region IDs that players cannot cast skills in
'disable-skills':
- 'fakeZoneId1'
- 'fakeZoneId2'
🚫 Blocked Experience Regions
# WorldGuard region IDs that players cannot earn experience in
'disable-exp':
- 'fakeZoneId1'
- 'fakeZoneId2'