Effects - Sharpjaws/SharpSK GitHub Wiki
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](/Sharpjaws/SharpSK/wiki/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