mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 08:39:17 +00:00
Remove meta.toml files
Since plugins were moved to gradle they aren't used anyway.
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
name = "Banking"
|
|
||||||
package = "org.apollo.game.plugin.banking"
|
|
||||||
authors = [ "Major" ]
|
|
||||||
|
|
||||||
[config]
|
|
||||||
srcDir = "src/"
|
|
||||||
testDir = "test/"
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
name = "Chat commands"
|
|
||||||
package = "org.apollo.game.plugin.cmd"
|
|
||||||
dependencies = [ "command_utilities" ]
|
|
||||||
authors = [
|
|
||||||
"Graham",
|
|
||||||
"Major",
|
|
||||||
"lare96",
|
|
||||||
"cubeee"
|
|
||||||
]
|
|
||||||
|
|
||||||
[config]
|
|
||||||
srcDir = "src/"
|
|
||||||
testDir = "test/"
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
name = "consumables"
|
|
||||||
package = "org.apollo.game.plugin.consumables"
|
|
||||||
authors = [ "Gary Tierney" ]
|
|
||||||
dependencies = []
|
|
||||||
|
|
||||||
[config]
|
|
||||||
srcDir = "src/"
|
|
||||||
testDir = "test/"
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
name = "training-dummy"
|
|
||||||
package = "org.apollo.game.plugin.entity"
|
|
||||||
authors = [ "Gary Tierney" ]
|
|
||||||
|
|
||||||
[config]
|
|
||||||
srcDir = "src/"
|
|
||||||
testDir = "test/"
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
name = "emote-tab"
|
|
||||||
package = "org.apollo.game.plugin.widget"
|
|
||||||
authors = [ "Gary Tierney" ]
|
|
||||||
|
|
||||||
[config]
|
|
||||||
srcDir = "src/"
|
|
||||||
testDir = "test/"
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
name = "following"
|
|
||||||
package = "org.apollo.game.plugin.entity"
|
|
||||||
authors = [ "Gary Tierney" ]
|
|
||||||
dependencies = [ "walkto", "command_utilities", "player_action"]
|
|
||||||
|
|
||||||
[config]
|
|
||||||
srcDir = "src/"
|
|
||||||
testDir = "test/"
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
name = "player_action"
|
|
||||||
package = "org.apollo.game.plugin.entity"
|
|
||||||
authors = [ "Gary Tierney" ]
|
|
||||||
dependencies = []
|
|
||||||
|
|
||||||
[config]
|
|
||||||
srcDir = "src/"
|
|
||||||
testDir = "test/"
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
name = "spawning"
|
|
||||||
package = "org.apollo.game.plugin.entity"
|
|
||||||
authors = [ "Gary Tierney" ]
|
|
||||||
dependencies = [ "entity_lookup" ]
|
|
||||||
|
|
||||||
[config]
|
|
||||||
srcDir = "src/"
|
|
||||||
testDir = "test/"
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
name = "walkto"
|
|
||||||
package = "org.apollo.plugin.entity.walkto"
|
|
||||||
authors = ["Gary Tierney"]
|
|
||||||
dependencies = []
|
|
||||||
@@ -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/"
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
name = "logout"
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
name = "run"
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
name = "mining-skill"
|
|
||||||
package = "org.apollo.game.plugin.skills.mining"
|
|
||||||
authors = [
|
|
||||||
"Graham",
|
|
||||||
"Mikey`",
|
|
||||||
"WH:II:DOW",
|
|
||||||
"Requa",
|
|
||||||
"Clifton",
|
|
||||||
"tlf30"
|
|
||||||
]
|
|
||||||
|
|
||||||
[config]
|
|
||||||
srcDir = "src/"
|
|
||||||
testDir = "test/"
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
name = "command utilities"
|
|
||||||
package = "org.apollo.game.plugins.util"
|
|
||||||
|
|
||||||
[config]
|
|
||||||
srcDir = "src/"
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
name = "entity lookup"
|
|
||||||
package = "org.apollo.game.plugins.util"
|
|
||||||
Reference in New Issue
Block a user