TermBuilder - Styxling/Feather GitHub Wiki

The entire reason this wiki was made tbh

TermBuilder is the creation tool for objectives used in various gamemodes. It has no set functions and instead creates them depending on what elements are available. Arguments passed to the functions are the same as those of the constructors for the Element classes.

At time of writing, the current elements are:

Block

TermBuilder.Block(...)

CTFlag

TermBuilder.CTFlag(...)

Point

TermBuilder.Point(...)

TurfWarsNode

TermBuilder.TurfWarsNode(...)

TurfWarsTile

TermBuilder.TurfWarsTile(...)

Parent

Gamemode