Skip to content

Commit

Permalink
remove paperclip target
Browse files Browse the repository at this point in the history
  • Loading branch information
DoggySazHi committed Jun 22, 2024
1 parent e33d8b4 commit ed6fb8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/dev/ignite
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ if [[ "${USE_IGNITE_LOADER-}" == "true" ]]; then

# Normalize on Spigot for later operations
export FAMILY=SPIGOT

export JVM_OPTS="-Dignite.locator=paper -Dignite.paper.jar=${SERVER} -Dignite.paper.target=io.papermc.paperclip.Paperclip -Dignite.paper.version=${VERSION} ${JVM_OPTS-}"
# echo "configuring SERVER=${SERVER} VERSION=${VERSION} FAMILY=${FAMILY}"
export JVM_OPTS="${JVM_OPTS-} -Dignite.locator=paper -Dignite.paper.jar=${SERVER}"
# echo "JVM_OPTS=${JVM_OPTS}"
export TYPE="CUSTOM"
fi

0 comments on commit ed6fb8b

Please sign in to comment.