File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,5 @@ cd "$(dirname "$0")/../.."
66# Build the ShowScript plugin
77./gradlew build
88
9- # Ensure the plugins directory exists
10- mkdir -p /workspaces/ShowScript/sandbox/data/plugins
11-
129# Move the built plugin jar to the plugins directory
1310mv build/libs/showscript.jar /workspaces/ShowScript/sandbox/data/plugins/
Original file line number Diff line number Diff line change 11#! /bin/bash
22ln -s /data /workspaces/ShowScript/sandbox
33
4+
5+ # Ensure the plugins directory exists
6+ mkdir -p /workspaces/ShowScript/sandbox/data/plugins
7+
8+ chmod 777 /workspaces/ShowScript/sandbox/data/plugins
9+
410# Run script to build ShowScript
511bash /workspaces/ShowScript/sandbox/scripts/build-plugin.sh
612
Original file line number Diff line number Diff line change 1+ ssh -p 443 -R0:localhost:25565
[email protected]
You can’t perform that action at this time.
0 commit comments