You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.
ClicklessPlugin.getClickless.addClicklessSign(new ClicklessSign(){
void action(String playername){
[Paste Here Your Code]
}
TimeShifter getTimeShifter(){
[Paste Your TimeShifter here; See TimeShifter API Page]
}
Location getLocation(){
[Put Here The Location of the Sign Block]
}
Location getTrigger(){
[Put Here The Location of the Trigger for the Action or the TimeShifter]
}
HashMap<String, String> getOptions(){
[Area to put extra Options, e.g. Name or Creator]
}
}