diff --git a/game/plugin/bank/meta.toml b/game/plugin/bank/meta.toml deleted file mode 100644 index e7895a9e..00000000 --- a/game/plugin/bank/meta.toml +++ /dev/null @@ -1,7 +0,0 @@ -name = "Banking" -package = "org.apollo.game.plugin.banking" -authors = [ "Major" ] - -[config] -srcDir = "src/" -testDir = "test/" \ No newline at end of file diff --git a/game/plugin/chat/private-messaging/meta.toml b/game/plugin/chat/private-messaging/meta.toml deleted file mode 100644 index e69de29b..00000000 diff --git a/game/plugin/cmd/meta.toml b/game/plugin/cmd/meta.toml deleted file mode 100644 index 7a255f39..00000000 --- a/game/plugin/cmd/meta.toml +++ /dev/null @@ -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/" \ No newline at end of file diff --git a/game/plugin/consumables/meta.toml b/game/plugin/consumables/meta.toml deleted file mode 100644 index e31a38c3..00000000 --- a/game/plugin/consumables/meta.toml +++ /dev/null @@ -1,8 +0,0 @@ -name = "consumables" -package = "org.apollo.game.plugin.consumables" -authors = [ "Gary Tierney" ] -dependencies = [] - -[config] -srcDir = "src/" -testDir = "test/" \ No newline at end of file diff --git a/game/plugin/dummy/meta.toml b/game/plugin/dummy/meta.toml deleted file mode 100644 index 46c61366..00000000 --- a/game/plugin/dummy/meta.toml +++ /dev/null @@ -1,7 +0,0 @@ -name = "training-dummy" -package = "org.apollo.game.plugin.entity" -authors = [ "Gary Tierney" ] - -[config] -srcDir = "src/" -testDir = "test/" \ No newline at end of file diff --git a/game/plugin/emote-tab/meta.toml b/game/plugin/emote-tab/meta.toml deleted file mode 100644 index 8a4891c4..00000000 --- a/game/plugin/emote-tab/meta.toml +++ /dev/null @@ -1,7 +0,0 @@ -name = "emote-tab" -package = "org.apollo.game.plugin.widget" -authors = [ "Gary Tierney" ] - -[config] -srcDir = "src/" -testDir = "test/" \ No newline at end of file diff --git a/game/plugin/entity/following/meta.toml b/game/plugin/entity/following/meta.toml deleted file mode 100644 index 0e2e8e4d..00000000 --- a/game/plugin/entity/following/meta.toml +++ /dev/null @@ -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/" \ No newline at end of file diff --git a/game/plugin/entity/player-action/meta.toml b/game/plugin/entity/player-action/meta.toml deleted file mode 100644 index 89eabadd..00000000 --- a/game/plugin/entity/player-action/meta.toml +++ /dev/null @@ -1,8 +0,0 @@ -name = "player_action" -package = "org.apollo.game.plugin.entity" -authors = [ "Gary Tierney" ] -dependencies = [] - -[config] -srcDir = "src/" -testDir = "test/" \ No newline at end of file diff --git a/game/plugin/entity/spawn/meta.toml b/game/plugin/entity/spawn/meta.toml deleted file mode 100644 index 3551199d..00000000 --- a/game/plugin/entity/spawn/meta.toml +++ /dev/null @@ -1,8 +0,0 @@ -name = "spawning" -package = "org.apollo.game.plugin.entity" -authors = [ "Gary Tierney" ] -dependencies = [ "entity_lookup" ] - -[config] -srcDir = "src/" -testDir = "test/" \ No newline at end of file diff --git a/game/plugin/entity/walk-to/meta.toml b/game/plugin/entity/walk-to/meta.toml deleted file mode 100644 index 7a7b0ff8..00000000 --- a/game/plugin/entity/walk-to/meta.toml +++ /dev/null @@ -1,4 +0,0 @@ -name = "walkto" -package = "org.apollo.plugin.entity.walkto" -authors = ["Gary Tierney"] -dependencies = [] \ No newline at end of file diff --git a/game/plugin/locations/al-kharid/meta.toml b/game/plugin/locations/al-kharid/meta.toml deleted file mode 100644 index 8c183592..00000000 --- a/game/plugin/locations/al-kharid/meta.toml +++ /dev/null @@ -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/" \ No newline at end of file diff --git a/game/plugin/locations/edgeville/meta.toml b/game/plugin/locations/edgeville/meta.toml deleted file mode 100644 index 469f4071..00000000 --- a/game/plugin/locations/edgeville/meta.toml +++ /dev/null @@ -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/" \ No newline at end of file diff --git a/game/plugin/locations/falador/meta.toml b/game/plugin/locations/falador/meta.toml deleted file mode 100644 index 49c9aa26..00000000 --- a/game/plugin/locations/falador/meta.toml +++ /dev/null @@ -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/" \ No newline at end of file diff --git a/game/plugin/locations/lumbridge/meta.toml b/game/plugin/locations/lumbridge/meta.toml deleted file mode 100644 index 098197b3..00000000 --- a/game/plugin/locations/lumbridge/meta.toml +++ /dev/null @@ -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/" \ No newline at end of file diff --git a/game/plugin/locations/tutorial-island/meta.toml b/game/plugin/locations/tutorial-island/meta.toml deleted file mode 100644 index eff5223f..00000000 --- a/game/plugin/locations/tutorial-island/meta.toml +++ /dev/null @@ -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/" \ No newline at end of file diff --git a/game/plugin/locations/varrock/meta.toml b/game/plugin/locations/varrock/meta.toml deleted file mode 100644 index 1a8b3d57..00000000 --- a/game/plugin/locations/varrock/meta.toml +++ /dev/null @@ -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/" \ No newline at end of file diff --git a/game/plugin/logout/meta.toml b/game/plugin/logout/meta.toml deleted file mode 100644 index 574c74b3..00000000 --- a/game/plugin/logout/meta.toml +++ /dev/null @@ -1 +0,0 @@ -name = "logout" \ No newline at end of file diff --git a/game/plugin/run/meta.toml b/game/plugin/run/meta.toml deleted file mode 100644 index fd05752f..00000000 --- a/game/plugin/run/meta.toml +++ /dev/null @@ -1 +0,0 @@ -name = "run" \ No newline at end of file diff --git a/game/plugin/skills/mining/meta.toml b/game/plugin/skills/mining/meta.toml deleted file mode 100644 index 0cf7d9ae..00000000 --- a/game/plugin/skills/mining/meta.toml +++ /dev/null @@ -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/" diff --git a/game/plugin/util/command/meta.toml b/game/plugin/util/command/meta.toml deleted file mode 100644 index 2d962919..00000000 --- a/game/plugin/util/command/meta.toml +++ /dev/null @@ -1,5 +0,0 @@ -name = "command utilities" -package = "org.apollo.game.plugins.util" - -[config] -srcDir = "src/" \ No newline at end of file diff --git a/game/plugin/util/lookup/meta.toml b/game/plugin/util/lookup/meta.toml deleted file mode 100644 index 91b1757b..00000000 --- a/game/plugin/util/lookup/meta.toml +++ /dev/null @@ -1,2 +0,0 @@ -name = "entity lookup" -package = "org.apollo.game.plugins.util"