Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.38 KB

File metadata and controls

31 lines (24 loc) · 1.38 KB

Build-validated examples

The scripts in Example Scripts are embedded in the plugin and compiled during every build. Prefer them over copied snippets from old releases.

Suggested learning order

Goal Example
Welcome a joining player welcome.ser
Create a player command selfHealCommand.ser
Put several handlers in one file multiSectionHandlers.ser
Track round state killStreak.ser
Build a timed event hotPotato.ser
Store persistent-style data coinTracker.ser
Create custom roles customRoles.ser
Build a larger multi-event system zombieInfection.ser

Generate disabled copies on a server with:

serexamples

Copy or rename one so its filename no longer starts with #, ensure its base name is globally unique, and run serreload.

Examples demonstrate current syntax, but they are not configuration templates for every server. Review permissions, ranks, external URLs, audio paths, cooldowns, and gameplay effects before enabling one.