File tree Expand file tree Collapse file tree
bukkit-example/src/main/resources
bukkit/src/platform-loader/resources
bungee/src/platform-loader/resources
velocity/src/main/java/com/lunarclient/apollo Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Apollo-Example
22main : com.lunarclient.apollo.example.ApolloExamplePlugin
3- version : 1.1.6
3+ version : 1.1.7
44author : Moonsworth
55softdepend : [ Apollo-Bukkit ]
66api-version : 1.13
Original file line number Diff line number Diff line change 11name : Apollo-Bukkit
22main : com.lunarclient.apollo.loader.BukkitPlatformLoader
3- version : 1.1.6
3+ version : 1.1.7
44author : Moonsworth
55api-version : 1.13
66soft-depend : [LunarClient-API]
Original file line number Diff line number Diff line change 11name : Apollo-Bungee
22main : com.lunarclient.apollo.loader.BungeePlatformLoader
3- version : 1.1.6
3+ version : 1.1.7
44author : Moonsworth
Original file line number Diff line number Diff line change 11# Deploy apollo to the test server
22set -e
33./gradlew clean build
4- scp bukkit/build/libs/apollo-bukkit-1.1.7-SNAPSHOT .jar ubuntu@147.135.8.94:/home/ubuntu/apollo/plugins/
5- scp bukkit-example/build/libs/apollo-bukkit-example-1.1.7-SNAPSHOT .jar ubuntu@147.135.8.94:/home/ubuntu/apollo/plugins/
6- scp bukkit/build/libs/apollo-bukkit-1.1.7-SNAPSHOT .jar ubuntu@147.135.8.94:/home/ubuntu/lctest/plugins/
7- scp bukkit-example/build/libs/apollo-bukkit-example-1.1.7-SNAPSHOT .jar ubuntu@147.135.8.94:/home/ubuntu/lctest/plugins/
4+ scp bukkit/build/libs/apollo-bukkit-1.1.7.jar ubuntu@147.135.8.94:/home/ubuntu/apollo/plugins/
5+ scp bukkit-example/build/libs/apollo-bukkit-example-1.1.7.jar ubuntu@147.135.8.94:/home/ubuntu/apollo/plugins/
6+ scp bukkit/build/libs/apollo-bukkit-1.1.7.jar ubuntu@147.135.8.94:/home/ubuntu/lctest/plugins/
7+ scp bukkit-example/build/libs/apollo-bukkit-example-1.1.7.jar ubuntu@147.135.8.94:/home/ubuntu/lctest/plugins/
Original file line number Diff line number Diff line change 11group =com.lunarclient
2- version =1.1.7-SNAPSHOT
2+ version =1.1.7
33description =The API for interacting with Lunar Client players.
44
55org.gradle.parallel =true
Original file line number Diff line number Diff line change 9696@ Plugin (
9797 id = "apollo" ,
9898 name = "Apollo-Velocity" ,
99- version = "1.1.6 " ,
99+ version = "1.1.7 " ,
100100 url = "https://moonsworth.com" ,
101101 description = "Implementation of Apollo for Velocity" ,
102102 authors = {"Moonsworth" }
You can’t perform that action at this time.
0 commit comments