Skip to content
This repository has been archived by the owner on Sep 29, 2019. It is now read-only.

Effects

Sharpjaws edited this page Jul 31, 2017 · 9 revisions

SharpSK's Core Effects:

open [brewer|hopper] inventory to %player% [with name %-string%] //Opens up a brewer/hopper inventory to a player

[sharpsk] load plugin %string% //Loads a plugin

[sharpsk] enable plugin %string% //Enables a plugin

[sharpsk] disable plugin %string% //Disables a plugin

[sharpsk] save %worlds% // Saves a world

create (timer|timer in ticks) %string% for %timespan% [keep active %-boolean%] [[with] (interval|delay) %-timespan% [between ticks]] //Creates a timer instance

stop timer %string% //Stops a timer instance

pause timer %string% //Pauses a timer instance

resume timer %string% //Resumes a timer instance