mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Move shop plugins to unique packages
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
package org.apollo.plugin.locations.alKharid
|
||||
|
||||
import org.apollo.game.plugin.shops.shop
|
||||
|
||||
shop("Al-Kharid General Store") {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
package org.apollo.plugin.locations.edgeville
|
||||
|
||||
import org.apollo.game.plugin.shops.shop
|
||||
|
||||
shop("Edgeville General Store") {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
package org.apollo.plugin.locations.falador
|
||||
|
||||
import org.apollo.game.plugin.shops.shop
|
||||
|
||||
shop("Falador General Store") {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
package org.apollo.plugin.locations.lumbridge
|
||||
|
||||
import org.apollo.game.plugin.shops.shop
|
||||
|
||||
shop("Lumbridge General Store") {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
package org.apollo.plugin.locations.varrock
|
||||
|
||||
import org.apollo.game.plugin.shops.shop
|
||||
|
||||
shop("Aubury's Rune Shop.") {
|
||||
|
||||
Reference in New Issue
Block a user