Skip to content

Instantly share code, notes, and snippets.

git clone -b ${{ steps.branch-name.outputs.current_branch }} --single-branch https://${{ github.actor }}@github.com/${{ env.repo }}
dir_name=$(basename ${{ env.repo }} /)
cd $dir_name
mkdir out
mkdir out/bukkit
cd out/bukkit
git init
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git remote add origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ env.repo }}
import io.github.inggameteam.alert.AlertPluginImpl
class PartyPlugin : AlertPluginImpl() {
override fun onEnable() {
super.onEnable()
println(component.string.comp("enable_plugin"))
}
}
on method print("안녕하세요 ", null, null, "여기", RUN_COMMAND, "/stop", "를 클릭하세요", null, null)