mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-21 18:16:03 +01:00
feat: add link to re-code progress (#432)
This commit is contained in:
parent
f3ea0ac62a
commit
ed07314f84
5
.github/workflows/gradle.yml
vendored
5
.github/workflows/gradle.yml
vendored
@ -33,8 +33,7 @@ jobs:
|
||||
- name: Prepare repository
|
||||
run: |
|
||||
git fetch --unshallow --tags
|
||||
yarn install
|
||||
echo $(yarn bin) >> $GITHUB_PATH
|
||||
yarn install --immutable
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
- name: Create Release
|
||||
@ -43,5 +42,5 @@ jobs:
|
||||
CURSE_API: ${{ secrets.CURSE_API }}
|
||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
run: |
|
||||
auto shipit
|
||||
yarn auto shipit
|
||||
|
||||
|
9
.gitignore
vendored
9
.gitignore
vendored
@ -16,3 +16,12 @@ out/
|
||||
logs/
|
||||
classes/
|
||||
run/
|
||||
|
||||
|
||||
.yarn/*
|
||||
!.yarn/cache
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
Binary file not shown.
894
.yarn/releases/yarn-4.3.1.cjs
vendored
Normal file
894
.yarn/releases/yarn-4.3.1.cjs
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -1 +1,3 @@
|
||||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-4.3.1.cjs
|
||||
|
@ -12,7 +12,7 @@ Advanced Portals
|
||||
==============
|
||||
An advanced portals plugin for bukkit made by sekwah41 designed to have a wide range of features which are easy to use. It adds a bunch of commands to create and edit portals and destinations. This plugin not only enable normal teleportation but also cross server teleportation for networks using bungee.
|
||||
|
||||
The recode is actively being worked on and should be available relatively soon. Check the pinned issues for more info on what is left.
|
||||
The recode is actively being worked on and should be available relatively soon. Check the pinned issues for more info on what is left. https://github.com/sekwah41/Advanced-Portals/issues/360
|
||||
|
||||
# Usage
|
||||
|
||||
|
@ -8,5 +8,6 @@
|
||||
"@auto-it/upload-assets": "11.1.6",
|
||||
"auto": "11.1.6",
|
||||
"conventional-changelog-angular": "5.0.13"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@4.3.1"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user