mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
Fix plugin test running with new gradle modules
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
apolloPlugin {
|
||||
name = "al-kharid npc spawns"
|
||||
plugin {
|
||||
name = "al_kharid_npc_spawns"
|
||||
packageName = "org.apollo.game.plugin.locations"
|
||||
authors = [
|
||||
"Jesse W",
|
||||
]
|
||||
dependencies = [
|
||||
"spawning",
|
||||
"entity:spawn",
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
name = "al-kharid npc spawns"
|
||||
package = "org.apollo.game.plugin.locations"
|
||||
authors = [ "Jesse W" ]
|
||||
dependencies = [ "spawning" ]
|
||||
dependencies = [ "entity:spawn" ]
|
||||
|
||||
[config]
|
||||
srcDir = "src/"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
apolloPlugin {
|
||||
name = "edgeville npc spawns"
|
||||
plugin {
|
||||
name = "edgeville_npc_spawns"
|
||||
packageName = "org.apollo.game.plugin.locations"
|
||||
authors = [
|
||||
"Jesse W",
|
||||
]
|
||||
dependencies = [
|
||||
"spawning",
|
||||
"entity:spawn",
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
name = "edgeville npc spawns"
|
||||
package = "org.apollo.game.plugin.locations"
|
||||
authors = [ "Jesse W" ]
|
||||
dependencies = [ "spawning" ]
|
||||
dependencies = [ "entity:spawn" ]
|
||||
|
||||
[config]
|
||||
srcDir = "src/"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
apolloPlugin {
|
||||
name = "falador npc spawns"
|
||||
plugin {
|
||||
name = "falador_npc_spawns"
|
||||
packageName = "org.apollo.game.plugin.locations"
|
||||
authors = [
|
||||
"Jesse W",
|
||||
]
|
||||
dependencies = [
|
||||
"spawning",
|
||||
"entity:spawn",
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
name = "falador npc spawns"
|
||||
package = "org.apollo.game.plugin.locations"
|
||||
authors = [ "Jesse W" ]
|
||||
dependencies = [ "spawning" ]
|
||||
dependencies = [ "entity:spawn" ]
|
||||
|
||||
[config]
|
||||
srcDir = "src/"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
apolloPlugin {
|
||||
name = "lumbridge npc spawns"
|
||||
plugin {
|
||||
name = "lumbridge_npc_spawns"
|
||||
packageName = "org.apollo.game.plugin.locations"
|
||||
authors = [
|
||||
"Gary Tierney",
|
||||
]
|
||||
dependencies = [
|
||||
"spawning",
|
||||
"entity:spawn",
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
name = "lumbridge npc spawns"
|
||||
package = "org.apollo.game.plugin.locations"
|
||||
authors = [ "Gary Tierney" ]
|
||||
dependencies = [ "spawning" ]
|
||||
dependencies = [ "entity:spawn" ]
|
||||
|
||||
[config]
|
||||
srcDir = "src/"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
apolloPlugin {
|
||||
name = "tutorial island npc spawns"
|
||||
plugin {
|
||||
name = "tutorial_island_npc_spawns"
|
||||
packageName = "org.apollo.game.plugin.locations"
|
||||
authors = [
|
||||
"Jesse W",
|
||||
]
|
||||
dependencies = [
|
||||
"spawning",
|
||||
"entity:spawn",
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
name = "tutorial island npc spawns"
|
||||
package = "org.apollo.game.plugin.locations"
|
||||
authors = [ "Jesse W" ]
|
||||
dependencies = [ "spawning" ]
|
||||
dependencies = [ "entity:spawn" ]
|
||||
|
||||
[config]
|
||||
srcDir = "src/"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
apolloPlugin {
|
||||
name = "varrock npc spawns"
|
||||
plugin {
|
||||
name = "varrock_npc_spawns"
|
||||
packageName = "org.apollo.game.plugin.locations"
|
||||
authors = [
|
||||
"Jesse W",
|
||||
]
|
||||
dependencies = [
|
||||
"spawning",
|
||||
"entity:spawn",
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
name = "varrock npc spawns"
|
||||
package = "org.apollo.game.plugin.locations"
|
||||
authors = [ "Jesse W" ]
|
||||
dependencies = [ "spawning" ]
|
||||
dependencies = [ "entity:spawn" ]
|
||||
|
||||
[config]
|
||||
srcDir = "src/"
|
||||
|
||||
Reference in New Issue
Block a user