mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-05 16:49:04 +00:00
Remove meta.toml files
Since plugins were moved to gradle they aren't used anyway.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
name = "al-kharid npc spawns"
|
||||
package = "org.apollo.game.plugin.locations"
|
||||
authors = [ "Jesse W" ]
|
||||
dependencies = [ "entity:spawn" ]
|
||||
|
||||
[config]
|
||||
srcDir = "src/"
|
||||
testDir = "test/"
|
||||
@@ -1,8 +0,0 @@
|
||||
name = "edgeville npc spawns"
|
||||
package = "org.apollo.game.plugin.locations"
|
||||
authors = [ "Jesse W" ]
|
||||
dependencies = [ "entity:spawn" ]
|
||||
|
||||
[config]
|
||||
srcDir = "src/"
|
||||
testDir = "test/"
|
||||
@@ -1,8 +0,0 @@
|
||||
name = "falador npc spawns"
|
||||
package = "org.apollo.game.plugin.locations"
|
||||
authors = [ "Jesse W" ]
|
||||
dependencies = [ "entity:spawn" ]
|
||||
|
||||
[config]
|
||||
srcDir = "src/"
|
||||
testDir = "test/"
|
||||
@@ -1,8 +0,0 @@
|
||||
name = "lumbridge npc spawns"
|
||||
package = "org.apollo.game.plugin.locations"
|
||||
authors = [ "Gary Tierney" ]
|
||||
dependencies = [ "entity:spawn" ]
|
||||
|
||||
[config]
|
||||
srcDir = "src/"
|
||||
testDir = "test/"
|
||||
@@ -1,8 +0,0 @@
|
||||
name = "tutorial island npc spawns"
|
||||
package = "org.apollo.game.plugin.locations"
|
||||
authors = [ "Jesse W" ]
|
||||
dependencies = [ "entity:spawn" ]
|
||||
|
||||
[config]
|
||||
srcDir = "src/"
|
||||
testDir = "test/"
|
||||
@@ -1,8 +0,0 @@
|
||||
name = "varrock npc spawns"
|
||||
package = "org.apollo.game.plugin.locations"
|
||||
authors = [ "Jesse W" ]
|
||||
dependencies = [ "entity:spawn" ]
|
||||
|
||||
[config]
|
||||
srcDir = "src/"
|
||||
testDir = "test/"
|
||||
Reference in New Issue
Block a user